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

Re: PROPFIND request failed

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-04-07 09:51:23 CEST

Jan Romanski wrote:

> 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.

maybe this will help?
http://help.textdrive.com/index.php?pg=kb.page&id=58

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Sat Apr 7 09:51:36 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.