Re: svn commit: r29239 - trunk/subversion/libsvn_client
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Mon, 11 Feb 2008 14:06:29 -0500
Paul Burba wrote:
The root can certainly be the source of a copy. Our client libraries
> Regardless, we should probably should check for the leading '/'.
Yep. We need something like:
(*copyfrom_path == '/') ? copyfrom_path + 1 : copyfrom_path;
or:
copyfrom_path + ((*copyfrom_path == '/') ? 1 : 0);
-- C. Michael Pilato <cmpilato_at_collab.net> CollabNet <> www.collab.net <> Distributed Development On Demand
|
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.