[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN client in Delphi?

From: Martin Schayna <mschayna_at_aktis.cz>
Date: 2005-03-02 02:10:18 CET

Steve Williams wrote:
> To create a SVN client in Delphi, you would have to build the Subversion
> client libraries as a DLL, then the Delphi client application would link
> to that DLL. I know there has been talk many times of building the
> Subversion libraries as a DLL, but it hasn't happened yet, as far as I know.

This is exactly what I need. If there wasn't anything like DLL
client library, I have to run SVN command-line interface and parse
its output, which is possible but not so straightforward.

> The SourceConnexion link that Shawn Oster posted is a SCC plug-in for
> the Delphi IDE. For Subversion support it uses the PushOK Subversion
> SCC interface.

PushOK SVN SCC interface is probably based on SVN command-line,
isn't it?

I'm interested in building of my own IDE expert for SVN, I can't use
SourceConnexion because of totally different approach -- we use
almost all files out of project and SourceConnexion doesn't allow
this. I have discussed it with authors of this IDE expert.

I have done IDE expert for SourceSafe, which is opened by OLE, so it
was easy. Now I decided to migrate to SVN and that's my needs.

Thanks.

Martin Schayna

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 2 02:13:08 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.