[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: John Szakmeister <john_at_szakmeister.net>
Date: 2005-04-08 11:19:01 CEST

On Thursday 07 April 2005 23:08, 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)

Can you file an issue about this please? I believe the ampersand should
be getting encoded, but I don't have time to investigate it.

-John

---------------------------------------------------------------------
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:21:29 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.