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