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

Re: Multiple repositories with svnserve in Win2000

From: makl <makl_at_tigris.org>
Date: 2004-03-23 07:15:45 CET

Anderson Carli wrote:
> Hi!
> I'm new to subversion, so forgive if this is a dumb question.
>
> I'm trying to create more then one repositories on my server.
>
> When I call svnserve I must specify one repos
> svnserve -d -r d:\repos,
> to be accessed like this svn://myserver/repos.

You can also specify a general parent path.

If you have

d:\projects\repo1
d:\projects\repo2
d:\projects\repo3
...

You can start svnserve with

svnserve -d -r d:\projects

And access the repositories with

svn://myserver/repo1
svn://myserver/repo2
svn://myserver/repo3
...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 23 07:13:55 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.