On Tue, Apr 27, 2010 at 06:03, <phi...@apache.org> wrote: > Author: philip > Date: Tue Apr 27 10:03:20 2010 > New Revision: 938388 > > URL: http://svn.apache.org/viewvc?rev=938388&view=rev > Log: > * subversion/libsvn_client/copy.c > (wc_to_repos_copy): Source path is already absolute so no need to convert.
I'd recommend changing the member name, or adding an assertion. Either of those will let callers know what's up with the source path. Cheers, -g