Hello,
With svnserve I Could have a repo setup like this
"C:\svn\project1\code repo"
"C:\svn\project1\doc repo"
"C:\svn\projectX\Documentation\user repo"
"C:\svn\projectX\Docuemntation\setup docs repo"
and when I ran svnserve with "-r C:\svn" I could use
svn://192.168.2.100/ProjectX/Documentation/user repo"
and get the user repo.
I would like to migrate this setup to Apache2 with mod_dav, etc. How can
I do this? I set up SVNParentPath C:\svn and it is not working the same
as the svnserve. When I try to access the repos that are serveal
folders deep i get "Could not open the requested SVN filesystem"
displayed in my browser. If I move the repo to the root of C:\svn then
it works fine. I asume that SVNParentPath assumes that every thing from
there in is a repo, even if it is not. Is there away to get around it,
without making manual rentries in my httpd.conf file for each separate
repo using SVNPath?
Thanks
Lucas Blancher
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 21 00:25:56 2005