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