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

Re: svn://

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: Sun, 27 Jan 2008 03:00:56 -0600

On Jan 27, 2008, at 03:00, alexus wrote:

> On Jan 25, 2008 3:12 PM, Ryan Schmidt wrote:
>
>> On Jan 25, 2008, at 14:08, alexus wrote:
>>
>>> is there a way to be able to run svnserver (as stand alone) not
>>> through http(apache) and being able to access multiple repos at the
>>> same time?
>>>
>>> svn://127.0.0.1/repo1 svn://127.0.0.1/repo2
>>>
>>> in another words where repo1 and repo2 is two different repos
>>
>> Sure. Just start svnserve with something like this:
>>
>> svnserve -r /path/to/directory/containing/repositories
>
> you mean svnserve -r /dir1 /dir2 /dir3
>
> like that? because i have more the one directory that contains
> different repos

No, you can only specify a single parent directory. If you want
multiple parent directories each of which contain multiple
repositories, you'll have to run multiple instances of svnserve on
different ports.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-27 10:01:46 CET

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.