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

Re: Building another Win32 frontend for libSVN

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2007-02-26 01:16:03 CET

Look at the 'javahl' JNI bindings in our source tree. There's
actually a C++ wrapper around libsvn_client and friends, and that's
what's being translated into Java.

On 2/25/07, Dennis Melentyev <dennis.melentyev@gmail.com> wrote:
> Hello everybody!
>
> I'm trying to build another frontend for some win32 app. Is there any
> API available for client library WITHOUT requirements of creating APR
> pools and other under-the-hood work.
>
> What am I looking for is something like program-callable versionof svn
> console tools.
> Like this:
> SvnClient* cln = new SvnClient(...);
> cln->Connect(...);
> cln->Update(...)
> cln->Commit(...)
> cln->Disconnect(...)
>
> Plus, set of callbacks for results parsing.
>
> Is it possible? Or am I just mis-googled?
>
> --
> Dennis Melentyev
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 26 01:16:18 2007

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

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