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

Re: SVN 1-Click Setup and multiple respositories

From: Jeff Smith <jsmith_at_robotronics.com>
Date: 2007-03-01 01:08:34 CET

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
Received on Thu Mar 1 01:09:12 2007

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.