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

Re: Cannot update when ampersand is included in HTTP Request

From: Markus Fischer <markus_at_fischer.name>
Date: 2005-04-08 12:05:40 CEST

Hi,

this looks like the same propblem I'm having with the percentage sign in
filenames:

svn: PROPFIND request failed on '/svn/%25'
svn: PROPFIND of '/svn/%25': 400 Bad Request (http://svn.develop)

What can be done to prevent this?

regards,
- Markus

Daniel Patterson wrote:
>>Manfred,
>> cd patches\ \&\ fixes
>> svn update
>> <Get the "REPORT request failed on '/main/!svn/vcc/default'" and "REPORT
>>of '/main/!svn/vcc/default': 400 Bad Request (http://<url_of_server>)"
>>errors>
>
>
> I can repeat this recipe.
>
> $ svn co http://repos/repos/test
> A foo
> Checked out revision 2
> $ cd foo
> $ mkdir "new & old"
> $ svn add "new & old"
> A new & old
> $ svn commit -m "Added new dir with ampersand"
> Adding new & old
>
> Committed revision 3.
> $ cd "new & old"
> $ svn up
> svn: REPORT request failed on '/repos/test/!svn/vcc/default'
> svn: REPORT of '/repos/test/!svn/vcc/default': 400 Bad Request
> (http://repos)
> $ svn info
> Path: .
> URL: http://repos/repos/test/foo/new%20&%20old
> Revision: 3
> Node Kind: directory
> Schedule: normal
> Last Changed Author: danpat
> Last Changed Rev: 3
> Last Changed Date: 2005-04-08 12:26:23 +1000 (Fri, 08 Apr 2005)
>
>
> daniel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 8 12:09:04 2005

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.