You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jeff Smith <js...@robotronics.com> on 2007/03/01 00:08:34 UTC

Re: SVN 1-Click Setup and multiple respositories

On Tuesday 27 February 2007 16:15, David Perkins wrote:
> If I have one repository at e:\repo1 I thought I'd be able to add
> another one at e:\repo2 and configure who can access it by setting
> the svnserve.conf file located in each repository.  Is that not the
> case?

Close, maybe possible, but I think not good idea to have your common 
parent directory as root.

Here is my line in svnserve.conf which points to my collection of 
repositories. That path is only where I put repositories. If it was 
"-r /" then it would include every single file on my system!

SVNSERVE_OPTIONS="-d --listen-host=localhost -r /var/repos"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org