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

Re: problem with Apache 2.058 and SVNParentPath

From: Brad Bruce <NJBrad_at_Verizon.net>
Date: 2006-10-21 01:20:25 CEST

Jeff Schuenke wrote:
> I am having a problem getting subversion working with Apache 2.058 on
> a WindowsXP machine. My problem arises when I try to set the location
> variables.
>
> Here is the block from httpd.conf
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
> <VirtualHost *>
> ServerName devA.Ourserver.com
> #ServerAlias svn.Ourserver.com
> DocumentRoot C:/_Websites/dev7
> <Directory "C:/_Websites/dev7/">
> Options ExecCGI FollowSymLinks
> AllowOverride all
> Allow from all
> Order allow,deny
> </Directory>
>
> <Location /svn/>
> DAV svn
> #SVNPath c:\svnroot\ # specify the root
> for repositories
> #list repositories
> SVNListParentPath on
> # our access control policy
> #AuthzSVNAccessFile bin/apachesvnauth # authentication file
> # path where policy
> is written for each user
> #AuthType Basic # type of
> authentication
> #AuthName "Subversion repository" # the name of the
> authentication
> # and the name of
> repository realm
> #AuthUserFile bin/apachesvnpasswd # the name of the
> # file with user
> passwords values
> #Require valid-user # permit to log-in
> only for authorized users
> </Location>
>
> </VirtualHost>
>
> I created the repository with the commands:
> svnadmin create c:\svnroot\store1
> svnadmin create c:\svnroot\store1
>
> and they complete OK.
>
> If I uncomment the SVNParentPath line I get the message that:
>
> "The requested operation has failed!"
>
> There is nothing in the error logs.
>
> I cannot find any reason for the problem. I have tried SVNPath, tried
> changing the slashes in the path name to forward or backward, I have
> tried various relative paths all to no avail.
>
> Any hlep would be appreciated!
>
> Thanks,
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
First, put down any sharp objects.

Did you try uncommenting your settings?
The # in front of each line turns it into a comment.

Brad Bruce

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 21 01:21:05 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.