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

Re: Dropping Subversion

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-04-02 23:52:38 CEST

Marcin Kasperski wrote:
> In SVN tags/<all-the-tags-on-repo> recommended convention kills
> immediately, other conventions are imagineable but either
> require heavily loaded tags directory which at least RapidSVN
> opens looooooooooong, or kills the ability to checkout the trunk
> version of the whole repository.

Who said you had to have all of your tags in one basket? You need to read the
book, specifically:

http://svnbook.red-bean.com/svnbook/ch05s04.html#svn-ch-5-sect-6.1

You can structure your repository any way you want. If your libraries are all
very independent of each other, each can be a "top-level" project; if they are
closely related, you can group them. You can do whatever you want.

>
> As long subversion process requires using repository revision
> instead of natural build numbers, it does not seem too
> reasonable...
>

The natual build numbers are equivalent to tags, see:

$ svn ls http://svn.collab.net/repos/svn/tags
0.10.0/
0.10.1/
0.10.2/
...
0.34.0/
0.35.0/
0.35.1/
0.36.0/
0.37.0/
...
1.0.0/
1.0.0-beta1/
1.0.1/

The revision numbers are almost never used by themselves, except for development
releases (so you can tell exactly when someone built against trunk, for example).

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 2 23:52:59 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.