On Sat, 2006-04-01 at 15:36 -0800, Brad Fuller wrote: > Is there anything magic about the SVN directives working with trac? > The reason I came to my conclusion was I actually set up a couple in > httpd.conf (actually subversion.conf) and httpd didn't start up: > > <Location /project1> > DAV svn > SVNParentPath /var/svn/project1 > etc.. > </Location>
I believe you want "SVNParentPath /var/svn" since it would appear that "project1" is the actual repository and /var/svn is the "parent path" where your repositories will be located. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
