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

Newbie: Multiple repositories served by apache

From: Dhananjay Makwana <makwana_at_semandex.net>
Date: 2005-02-16 21:29:31 CET

All,

I want to create several repositories under a "/svn" directory on my server.

The structure that I want is:
/svn/tool/2.0 (repository)
/svn/data/2.0 (repository)
/svn/dev/2.0 (repository)

And later on I want to add more repositories like
/svn/tool/2.1 (repository)
/svn/data/2.1 (repository)

My subversion.conf file looks like this
<Location /svn>
   DAV svn
   SVNParentPath /svn
   AuthType Basic
   AuthName "Authorization Realm"
   AuthUserFile /etc/svn-auth-file
   Require valid-user
</Location>

My question is how do I set the SVNParentPath property so that all above
repositories are covered. Is it true that all the repositories should be
*directly* under the SVNParentPath? Or do I have to list all repositories in
multiple almost identical <Location/> fragments in subversion.conf file. I
read the subversion book and searched the list archive but could not find
the answer

Thanks in advance,
-Jay
PS: Please cc me as I am not subscribed.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 16 22:49:19 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.