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

Re: Setting up a repository that makes sense.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-24 04:03:35 CEST

On Fri, 2004-07-23 at 20:40, Samuel Winchenbach wrote:

> This would mean I would need a seperate repository for each
> application, correct?

Correct.

>
> BUT... I would also like to make tags (releases) of the project which
> would be constructed from the tags (not the trunks) of the individual
> applications. This seems difficult to do.

You can certainly write 'release' scripts that checkout tags from
different repositories, and arranges them into some sort of tree that
you distribute. Is this what you're talking about?

>
> First of all, does this make sense?

Not really. Just put everything in one repository. People seem to
freak out (at first) that the global revision number is constantly
changing, even if their project doesn't change. It doesn't matter.
Really. You learn to ignore it. Revision numbers are just names of
commits; it has nothing to do with the "version" of any particular
project. Don't be afraid of it.

Take a look at the ASF repository: it has dozens of different projects
in one repository, and it works great.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 24 04:05:47 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.