[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-11 19:35:15 CEST

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?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 11 19:35:53 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.