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

Re: svn @1621 segmentation fault in apr_pool_create_ex

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-04-05 02:24:19 CEST

jen@alouysius.net writes:

> Awesome! Thanks much.
> Now, I get some strange behaviour when I add a call to
> svn_client_checkout, but there were some commits in the
> libsvn_client directory so I figured I'd upgrade from r1621
> to the latest before posting. Basically, I get a .svn
> directory at the specified "path" argument, but not a
> new working copy in its own directory. Very odd.

The best thing you can do is to look at example code.

In particular, study the svn client binary itself -- its code is in
subversion/clients/cmdline/. main.c has all the fancy argument
processing, but ultimately this function just ends up calling one of
the FOO-cmd.c files, which always calls svn_client_FOO(). Imitation
is the best way to get stuff working!

But I'm glad you're trying to do this. Subversion is boastful about
having a clean, librarized public API -- but of course, nobody has
actually *tested* that yet, beyond our own commandline-application. :-)

Your feedback on the API is a great chance for us to fix
user-friendliness issues. Feel free to throw more questions at the
developer's list.

-Ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 5 02:25:38 2002

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.