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

Re: SVNServe and Repositories

From: si <sshnug.si_at_gmail.com>
Date: 2006-05-11 08:52:44 CEST

Hi Herbert,

> But my problem is now that I like to have more than one repository on this
> machine. How can I do this? I tried to make a folder and create several
> repositories below that and use the foldername in the command to start the
> service. But then the Repository Browser tells me that there is no
> repository.

I'm guessing you mean TortoiseSVN Repo Browser?

Perhaps try this:

SVNService -setup -d -r E:\svnroot\repos

svnadmin create E:\svnroot\repos\repos1
svnadmin create E:\svnroot\repos\repos2
...
svn list svn://localhost/repos1
svn list svn://localhost/repos2
...

peace
si

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 11 08:53:36 2006

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.