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

How to serve multiple projects?

From: Pep <Pep_at_Walker.me.uk>
Date: 2004-08-07 08:40:09 CEST

I currently run the subversion server with this parameter

-r /usr/local/subversion

which allows me to access all the projects below the repository.

The problem with this is that I have to specify the complete path name to the
projects trunk/branches using svn+ssh.

Is there some way that I can server multiple projects something like this on
the command line?

-r /usr/local/subversion/projecta /usr/local/subversion/projectb

Allowing me to access the trunk of the projects somethng like this?

svn co svn+ssh://sub.mydomain/projecta/trunk pa

and

svn co svn+ssh://sub.mydomain/projectb/trunk pb

If not then how best can I serve a repository that contains multiple projects
without requiring some cumbersome url?

TIA,
Pep.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 7 08:41:25 2004

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.