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

Re: svn propedit cannot chdir

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-08-12 00:09:07 CEST

Philip Martin wrote:

>Blair Zajac <blair@orcaware.com> writes:
>
>
>
>>On revision 2925:
>>
>>cd svn
>>svn propedit svn:keywords CHANGES
>>svn: No such file or directory
>>svn: failed to change working directory to ''
>>
>>Tried this on another working copy and the same result.
>>
>>
>
>svn_cl__propedit in propedit-cmd.c calls svn_path_split_nts and
>assumes that it gets a sensible dirpath. Most (but not all) other
>places use something like
>
> svn_path_split_nts (path, dirpath, basename, pool);
> if (svn_path_is_empty_nts (dirpath))
> dirpath = ".";
>
>Is this a bug in svn_cl__propedit or svn_path_split_nts?
>
It's a bug in svn_path_split. It should be returning useful,
canonicalized paths. I think we have an issue abou this, and I sort of
feel the real culprit is APR, not SVN.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 12 00:09:40 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.