[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: Daniel Patterson <danpat_at_danpat.net>
Date: 2005-04-08 05:08:40 CEST

> 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
Received on Fri Apr 8 05:10:52 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.