[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: Jarrod Spiga <jspiga_at_visionbytes.com>
Date: 2005-04-08 03:53:13 CEST

Manfred,

No URL is required to be specified. The exact sequence that I performed when testing was:
        mkdir test
        cd test
        svn checkout http://<url_of_server>/main/trunk/project1
                <The project successfully checks out>
        svn update
                <The update completes successfully>
        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>
        cd patch\ 1
        svn update
                <Also gets the "REPORT request failed on '/main/!svn/vcc/default'" and "REPORT of '/main/!svn/vcc/default': 400 Bad Request (http://<url_of_server>)" errors>

-Jarrod

-----Original Message-----
From: Hunkel, Manfred [mailto:M.Hunkel@t-systems.com]
Sent: Friday, April 08, 2005 12:14 AM
To: Jarrod Spiga; users@subversion.tigris.org
Subject: RE: Cannot update when ampersand is included in HTTP Request

How did you specify the URL? Did you try replacing the ampersand by %26??

;-) -Manfred

| -----Ursprüngliche Nachricht-----
| Von: Jarrod Spiga [mailto:jspiga@visionbytes.com]
| Gesendet: Donnerstag, 7. April 2005 06:20
| An: users@subversion.tigris.org
| Betreff: Cannot update when ampersand is included in HTTP Request
|
| I have encountered what may be a bug with Subversion when we attempt
| to update an area of the tree that has an ampersand in it. I've read
| through a whole stack of posts to the list about issues with
| ampersands, but most of these are related to checking out stuff with
| ampersands in them.
|
| To illustrate the problem that I'm having, consider the following tree
| structure in a repository named "main"
|
| /trunk/
| /trunk/project 1/
| /trunk/project 1/source/
| /trunk/project 1/patches & fixes/
| /trunk/project 1/patches & fixes/patch 1/ ...
|
| If we perform an initial CVN checkout of "/trunk/project 1" to a
| client, all runs well. If we perform an update of "/trunk/project 1",
| evenrything also runs smoothly. However, if we perform an update of
| the "/trunk/project 1/patches & fixes" branch, subversion spits out
| the following error:
|
| REPORT request failed on '/main/!svn/vcc/default'
| REPORT of '/main/!svn/vcc/default': 400 Bad Request
| (http://<url_of_server>)
|
[...]

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 8 03:53:58 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.