[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: Michael F. Collins, III <michael_at_imaginaryrealities.com>
Date: 2004-03-23 08:16:10 CET

I have separate repositories for Java development and .NET development. I
created a root directory called C:\Subversion that stores my Subversion
repositories. Under C:\Subversion, I created a "dotnet" and a "java"
directory.

Using the following command line to run svnserve:

Svnserve -d -r C:\Subversion

I am able to access my repositories as svn://<servername>/dotnet or
svn://<servername>/java.

Thus, if you use a root directory to contain all of your repositories, you
can add new repositories to your C:\Subversion directory by just creating a
new repository subdirectory and initializing the repository.

Michael

-----Original Message-----
From: Anderson Carli [mailto:acarli@onda.com.br]
Sent: Monday, March 22, 2004 10:44 PM
To: users@subversion.tigris.org
Subject: Multiple repositories with svnserve in Win2000

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.

In this way my svnserve is pointing to just one repository
how can I create a second repos like d:\anotherrepos,
and access it in this way: svn://myserver/anotherrepos ?
(How to create I know. I just dont know how to access it)

Thanks for any help.

Anderson Carli

Anderson Carli

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 23 08:15:56 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.