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

RE: Re: Newbie: Multiple repositories served by apache

From: <dkrobbins_at_micron.com>
Date: 2005-02-18 16:36:49 CET

I am a newbie and having the same problem. We have setup repositories
under repositories, but we have yet to figure out how to setup the conf
file to allow us to access those sub repositories. Any ideas?

-Dan

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2004@ryandesign.com]
Sent: Friday, February 18, 2005 2:29 AM
To: Dhananjay Makwana
Cc: users@subversion.tigris.org
Subject: Re: Newbie: Multiple repositories served by apache

On 16.02.2005, at 21:29, Dhananjay Makwana wrote:

> I want to create several repositories under a "/svn" directory on my
> server.
>
> The structure that I want is:
> /svn/tool/2.0 (repository)
> /svn/data/2.0 (repository)
> /svn/dev/2.0 (repository)
>
> And later on I want to add more repositories like
> /svn/tool/2.1 (repository)
> /svn/data/2.1 (repository)

So you want versions 2.0 and 2.1 of "tool" to be in separate
repositories? The usual Subversion way would seem to be to have a
repository for the project, with main development occurring in "trunk"
and previous development lines maintained (for bug fixes or history) in
directories in "branches" with tags of specific past releases in
"tags":

/svn/tool (repository)
/svn/tool/trunk (main development -- e.g. 2.2 development line)
/svn/tool/branches (older versions) /svn/tool/branches/branch-2.0 (2.0
development line)
/svn/tool/branches/branch-2.1 (2.1 development line) /svn/tool/tags
(specific releases) /svn/tool/tags/tag-2.0.0 (released version 2.0.0)
/svn/tool/tags/tag-2.0.1 (released version 2.0.1)
/svn/tool/tags/tag-2.1.0 (released version 2.1.0) etc.

Is there a reason why you're looking for a different approach?

You can of course also combine multiple projects into a single
repository. Whether to put everything in one repository or make a
separate repository per project seems to be something of a matter of
personal taste.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 18 16:39:25 2005

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.