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

Re: Apache 2.0.59, SVN 1.4 configuration

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-03 03:57:53 CET

On Nov 2, 2006, at 20:35, Tim Liu wrote:

> After Apache 2.0.59, & SVN 1.4 configuration, I go to TortoiseSVN -
> > Repository Browser: http://<ip address>/svn
>
> I got the following:
> Error * PROPFIND request failed on '/svn' PROPFIND of '/svn': 301
> Moved Permanently (http://<ip address>)
>
> Any idea?
>
> In Firefox browser, http://<ip address>/svn let me to repository
> file content: like /conf, /dav etc instead of my project
>
> Here is my http.conf
> -------
> LoadModule dav_module modules/mod_dav.so
> LoadModule dav_fs_module modules/mod_dav_fs.so
>
> LoadModule dav_svn_module "D:\ProgramFiles\Subversion\bin
> \mod_dav_svn.so"
> LoadModule authz_svn_module "D:\ProgramFiles\Subversion\bin
> \mod_authz_svn.so"
>
> # Subversion
> <Location /svn>
> DAV svn
> SVNListParentPath on
> SVNParentPath D:\svnrepos
> AuthType Basic
> AuthName "Subversion repositories"
> AuthUserFile passwd
> #AuthzSVNAccessFile svnaccessfile
> Require valid-user
> </Location>

I think this is expected. As far as I know, SVNListParentPath only
works in a web browser. I don't think it works in TortoiseSVN, and I
know it doesn't work in the svn command-line client.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 3 03:58:32 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.