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

Building another Win32 frontend for libSVN

From: Dennis Melentyev <dennis.melentyev_at_gmail.com>
Date: 2007-02-25 18:56:37 CET

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
Received on Sun Feb 25 18:56:53 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.