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

BUG: [Fwd: Re: Cannot update when ampersand is included in HTTP Request]

From: Daniel Patterson <danpat_at_danpat.net>
Date: 2005-04-08 11:42:41 CEST

This was pointed out on the users list. I couldn't find
a bug for it in the issue tracker.

Summary:

   svn checkout X
   cd X
   mkdir "dir with &"
   svn add "dir with &"
   svn commit
   cd "dir with &"
   svn up
    <Apache error>

daniel

attached mail follows:


> 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: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 8 11:44:31 2005

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

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