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

Re: svn co of file ending in % doesn't work

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-08 00:54:03 CET

Blair Zajac <blair@orcaware.com> writes:

> Trying this command fails:
>
> % svn co http://svn.orcaware.com/repos/tags/orca/0.15/
> A 0.15/Makefile.in
> A 0.15/INSTALL%
> svn: RA layer request failed
> svn: could not checkout a file
> svn: GET of /repos/!svn/bc/150/tags/orca/0.15/INSTALL%25 returned
> status code 400 (Bad Request)
>
> You can see the INSTALL% file in the listing of
> http://svn.orcaware.com/repos/tags/orca/0.15/
>
> Any ideas? I'm using apr/apr-util/httpd2 from 2002-11-05 and
> svn rev 3662.

It seems to work here.

$ svnadmin create /tmp/repo
$ svn co http://localhost:8888/tmp/repo wc
Checked out revision 0.
$ touch wc/INSTALL%
$ svn add wc/INSTALL%
A wc/INSTALL%
$ svn ci wc
Adding wc/INSTALL%
Transmitting file data .
Committed revision 1.
$ rm -rf wc
$ svn co http://localhost:8888/tmp/repo wc
A wc/INSTALL%
Checked out revision 1.
$ cat wc/.svn/wcprops/INSTALL%.svn-work
K 25
svn:wc:ra_dav:version-url
V 31
/tmp/repo/!svn/ver/1/INSTALL%25
END

Subversion r3687.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 8 00:54:47 2002

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.