preparing a path or url for an svn api call....
From: Martin Hauner <martin.hauner_at_gmx.net>
Date: 2006-11-12 10:48:58 CET
Hi,
I received a bug report for subcommander that it doesn't properly
Grepping through the subversion code the magic trick (which is well
The code is basically:
if( svn_path_is_url(pathOrUrl) )
... some additional checks if it is a valid url
I also found a nearly 1:1 copy of this code in the java bindings and a
It looks like that i have to prepare any path or url i pass to the
If that is the case, I would like to move the above code into its own
What do you think?
-- Martin Subcommander 1.2.1 - http://subcommander.tigris.org a cross platform Win32/Unix/MacOSX subversion GUI client & diff/merge tool. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Nov 12 10:49:44 2006 |
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.