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

Re: Merge problem after changing directory tree structure

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-03-30 00:26:22 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> On Mon, 2004-03-29 at 13:18, Derek Mahar wrote:
>
>> Why does Subversion report that "Bloomberg%2520Pricing%2520Engine%2520Feed" is not found? (By the way is %2520 the Unicode value for a space character?)
>
> That's really weird: %25 is the escaped version of "%".
>
> What version is your client and server?

That's easy to reproduce using trunk@HEAD

$ REPO=http://localhost:8888/obj/repo
$ svnadmin create --bdb-txn-nosync repo
$ svn mkdir $REPO/foo%20bar -m r1
$ svn mv $REPO/foo%20bar $REPO/foo_bar -m r2
$ svn ls -r1 $REPO
foo bar/
$ svn ls -r1 --recursive $REPO
../svn/subversion/libsvn_ra_dav/util.c:661: (apr_err=175007)
svn: PROPFIND request failed on '/obj/repo/!svn/bc/1/foo%2520bar'
../svn/subversion/libsvn_ra_dav/util.c:633: (apr_err=175007)
svn: '/obj/repo/!svn/bc/1/foo%2520bar' path not found

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 30 00:27:41 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.