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

Re: "svn branch" and "svn label"

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-10-15 19:17:51 CEST

Brian Denny <brian@briandenny.net> writes:

> doesn't the "global revision number per commit" feature
> make (non-branch) tags kind of unnecessary/redundant anyway?
>
> % cat version_history.txt
> beta72 2345
> beta73 2976
> ...
> % svn up `grep beta72 version_history.txt | awk '{ print $2 }'`

Sure... as long as you keep a nice CHANGES-type file, which subversion
itself does.

The fact that we have a /tags/ area in our own repository is simply
showing off that it can be done. I don't think we actually use them. :-)

But remember also that tags can be more granular, just like branches.
You might want to tag some small subdirectory of a project, and that's
the kind of thing that might not be worth recording in a CHANGES file.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 15 19:19:52 2002

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.