Help. The API docs are fragmentlike, incoherent and confusing.
From: <nkowalsky_at_gmx.de>
Date: 2004-06-02 14:20:49 CEST
MSVC .NET 2003
Hi,
I have massive problems using the Subversion API.
There are only fragmentlike docs for the API I've found:
I want only use a simple repository on a drive without password protection
code snippet:
svn_error_t* error;
apr_pool_t* createPool = svn_pool_create(NULL);
apr_pool_t* ctxPool = svn_pool_create(NULL);
apr_pool_t* providerArrayPool = svn_pool_create(NULL);
apr_pool_t* providerPool = svn_pool_create(NULL);
apr_pool_t* batonPool = svn_pool_create(NULL);
apr_pool_t* checkoutPool = svn_pool_create(NULL);
apr_pool_t* addPool = svn_pool_create(NULL);
Thank you.
Best regards
-- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Jun 3 16:01:47 2004 |
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.