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

RE: Thanks and a global versioning question; WAS:: Help: XML Pars er e rror, Date Conversion failed

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-23 21:19:37 CET

On Tue, 2004-03-23 at 14:13, Crucius, Wesley wrote:
> Also, if using svnserve, it's not possible to run multiple
> repositories (instances of svnserve) on a single server, is it?

Of cours it is. A single svnserve running as a daemon ('svnserve -d')
can serve any number of repositories. The client provides the absolute
path to the repository in the URL.... svn://abs/path/to/repos. Or, if
you want to restrict that, run 'svnserve -d -r /usr/repos', and then all
client url's will be assumed to be relative to '/usr/repos'.

This is all documented in chapter 6.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 23 21:20:30 2004

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.