You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tim Liu <ti...@gmail.com> on 2006/11/03 02:35:36 UTC

Apache 2.0.59, SVN 1.4 configuration

Folks,

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

thx a lot

Tim

Re: Apache 2.0.59, SVN 1.4 configuration

Posted by Ryan Schmidt <su...@ryandesign.com>.
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