svn doesn't follow HTTP 301
From: <garret_at_globalmentor.com>
Date: 2003-01-27 16:29:41 CET
This is issue 1116 (
Although I can serve a single repository from the root of a domain, I
I have a repository at /usr/local/svn/java on Linux. I have Apache
Location /
Then from Win2000 I do this:
svn co http://svn.example.com/java/ java
1) The first thing that is sent from svn to the server is
PROPFIND /java HTTP/1.1
(Shouldn't this be /java/ ?)
2) Apache sends back 301 Moved Permanently specifying
3) svn then sends to the server:
PROPFIND / HTTP/1.1
(Shouldn't this likewise be /java/ ?)
4) As the root of svn.example.com isn't a repository and is not setup
5) svn displays:
Any ideas?
Garret
---------------------------------------------------------------------
|
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.