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