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

Re: %25gconf.xml: 400 Bad Request

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-27 11:53:26 CEST

On Jul 27, 2006, at 08:48, Denis Shaposhnikov wrote:

> I get `400 Bad Request' error on commiting file which name contaion
> "%" symbol:
>
> ,----[ svn commit -m "" ]
> | Adding evince/%gconf.xml
> | svn: Commit failed (details follow):
> | svn: PROPFIND request failed on '/svn/dsh/trunk/neva/home/.gconf/
> apps/evince/%25gconf.xml'
> | svn: PROPFIND of '/svn/dsh/trunk/neva/home/.gconf/apps/evince/%
> 25gconf.xml': 400 Bad Request (https://svn.internal.vlink.ru)
> `----
>
> How can I debug this error and fix it?
>
> Thanks!
>
> PS. subversion-1.3.2

Maybe you have a weird proxy in the way? Because I'm unable to
reproduce this with Subversion 1.3.2 served with Apache 2.2.2 on Mac
OS X 10.4.7 PPC:

$ touch %gconf.xml
$ svn add %gconf.xml
A %gconf.xml
$ svn ci -m ""
Adding %gconf.xml
Transmitting file data .
Committed revision 13.
$ svn rm %gconf.xml
D %gconf.xml
$ svn ci -m ""
Deleting %gconf.xml

Committed revision 14.
$

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 27 11:55:21 2006

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.