[rancid] Re: svn, apache probably a config question?

john heasley heas at shrubbery.net
Tue Apr 13 18:06:47 UTC 2010


Tue, Apr 13, 2010 at 06:21:55PM +0100, Alex DEKKER:
> On Tuesday 13 April 2010 01:34:13 Thomison, Lee wrote:
> 
> > /etc/httpd/conf.d/subversion.conf:
> > 
> > <code>
> > $ cat subversion.conf
> > 
> > LoadModule dav_svn_module     modules/mod_dav_svn.so
> > LoadModule authz_svn_module   modules/mod_authz_svn.so
> > 
> > <Location /rancid>
> > 
> >    DAV svn
> >    SVNPath /home/rancid/CVS
> 
> Does the CVS/ directory exist? Does an SVN repo really use 'CVS/'  to keep 
> itself in?

it doesnt, but the user could have placed the svn repository anywhere.

i have no experience accessing svn through apache, but as alex suggests,
check the permissions on the repository for the apache process owner,
that svn ls file:///home/rancid/CVS works, that apache isn't chroot'ed
or similarly have a modified path, etc.  you might check the svn "redbook"
for configuration hints.


More information about the Rancid-discuss mailing list