Hi,
I'm trying Subversion 1.4.3. The server is installed on WinXPSp2 with Apache
2.0.55. I'm going to use TortoiseSVN 1.4.3. Locally, on a server, all is ok
when using file:/// syntax. I can also browse the repository using browser. But
when I try to use Apache and TSVN to Import, Export, whatsever I'm getting:
Error: PROPFIND request failed on '/svn'
Error: PROPFIND of '/svn': 301 Moved Permanently (http://pld00008)
in TSVN window,
[Fri Apr 06 23:41:20 2007] [error] [client 10.50.65.144] Could not fetch
resource information. [301, #0]
[Fri Apr 06 23:41:20 2007] [error] [client 10.50.65.144] Requests for a
collection must have a trailing slash on the URI. [301, #0]
in error.log and similiar in access.log:
10.50.65.144 - - [06/Apr/2007:23:41:09 +0200] "PROPFIND /svn HTTP/1.1" 401 531
10.50.65.144 - jfr [06/Apr/2007:23:41:20 +0200] "PROPFIND /svn HTTP/1.1" 301 358
Revelant parts of httpd.conf are:
LoadModule dav_svn_module "C:/Program Files/Subversion/bin/mod_dav_svn.so"
LoadModule authz_svn_module "C:/Program Files/Subversion/bin/mod_authz_svn.so"
LoadModule dav_svn_module "C:/Program Files/Subversion/bin/mod_dav_svn.so"
LoadModule authz_svn_module "C:/Program Files/Subversion/bin/mod_authz_svn.so"
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath E:\svnrep
AuthType Basic
AuthName "Repozytoria SVN"
AuthUserFile passwd
Require valid-user
</Location>
It is NOT the case of http://subversion.tigris.org/faq.html#http-301-error FAQ.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Sat Apr 7 00:20:13 2007