Hi Jeremy,
> /usr/local/src/subversion
>
> When I set my location as follows, everything is fine:
>
> <Location /svn>
> DAV svn
> SVNPath /usr/local/src/subversion </Location>
>
> However, I want to run multiple repositories so when I try this:
>
> <Location /svn>
> DAV svn
> SVNParentPath /usr/local/src/subversion </Location>
>
> I'm unable to access them.
>
> Under the first configuration, I'm able to access my test project as:
>
> http://10.1.1.45:81/svn/test_project/
>
> However, I don't know how to access my repositories under the
> second configuration. Everything I try results in "Could not
> open the requested SVN filesystem."
>
Try
<Location /svn>
DAV svn
SVNParentPath /usr/local/src
</Location>
Regards
Michael.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 26 17:15:47 2005