[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: Derek Mahar <DMahar_at_penson.ca>
Date: 2004-03-30 16:26:00 CEST

So would this URL encoding issue be indirectly causing the problem that
I am having trying to merge a branch to the trunk after a directory tree
structure change (specifically, renaming an ancestor directory?

Derek

-----Original Message-----
From: Philip Martin [mailto:philip@codematters.co.uk]
Sent: March 29, 2004 5:26 PM
To: Ben Collins-Sussman
Cc: Derek Mahar; users@subversion.tigris.org
Subject: Re: Merge problem after changing directory tree structure

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
NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. 
AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et n’est destiné qu'à la personne à qui il est adressé. Si vous n’êtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite.  Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement l’expéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt d’erreur puisque les informations qu’il contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.  
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 30 16:27:01 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.