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

SVNPath vs SVNParentPath

From: Jeremy Hise <hise_at_ledcity.net>
Date: 2005-01-26 16:41:43 CET

Hi All:

I'm pretty new to Subversion and come from CVS. So far my first install
on RedHat 7.3 (via RPMS) is fine. My only problem is setting up my
<Location /svn> block in the httpd.conf file (Apache 2).

My repository is located on the local fs at:
/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."

Thanks for any help anyone can provide!

Jeremy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 26 16:44:47 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.