[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: Kishore Sasidharan <kishore.sasidharan_at_cognizant.com>
Date: 2006-05-11 08:52:11 CEST

Hi

I have been using svnserve instead of Apache.

When you run the svnserve with the option -r {directory}, the directory
you specify is considered as the root directory. Therefore, if all the
repositories you create are in the root directory, you will be able to
access all the repositories.

In case of
    SVNService -install -d -r E:\MyRepository

since the root directory is E:\MyRepository, you will be able to access
all the repositories you created under this folder.

So while creating the repository you may want to use the command as:
    svnadmin create E:\MyRepository\repository1
    svnadmin create E:\MyRepository\repository2 ...etc...

Thanks and Regards
Kishore

Schlup, Herbert wrote:
>
> Hi all
>
>
>
> I installed on a test machine Subversion and I start to like it ;-)
>
>
>
> I have just one problem. I use SVNService instead of Apache. Now I
> read that I have to start the service like this:
>
>
>
> SVNService -install -d -r E:\MyRepository
>
>
>
> 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.
>
>
>
> Thank you
>
>
>
> Herbert
>

This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly
prohibited and may be unlawful.

  Visit us at http://www.cognizant.com

---------------------------------------------------------------------
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:56:57 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.