Re: svn client api comments
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-03-09 22:52:27 CET
Martin Hauner <hauner@web.de> writes:
> Is there any reason why svn_client_add does take a const char* and
Historical reasons; they all took single paths originally, add has
> subcommanders c++ wrapper for add takes a list as input and calls
It could be much more efficent as well, the current interface reads
> svn_copy: takes a single input file
That's harder. There is 'destination logic' such that
svn_client_copy "src" "dst"
will create "dst/src" if "dst" is an existing directory, and "dst" if
It would be much better if the client API had predictable behaviour.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Mar 9 22:58:01 2005 |
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.