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

Apache and Subversion

From: Lucas Blancher - WDSI <lblancher_at_wdsi.ca>
Date: 2005-01-21 00:23:02 CET

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

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.