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

Re: svn://

From: Ed Hillmann <ed.hillmann_at_gmail.com>
Date: Wed, 30 Jan 2008 09:19:22 +1000

On Jan 27, 2008 7:00 PM, Ryan Schmidt <subversion-2007b_at_ryandesign.com> wrote:
> 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.
>

If you're hosting on a *nix box, use symbolic links to navigate to the
repositories?

So, /home/svnRepositories can have symbolic links to all the various
SVN repositories you want to support. Then use /home/svnRepositories
as the parent directory when starting svnserve

Dunno if there's an equivalent on Windows. Perhaps a shortcut?

---------------------------------------------------------------------
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-30 00:19:41 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.