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

Re: I miss tags

From: Wolfgang Fritz <wolfgang.fritz_at_gmx.net>
Date: 2004-09-25 08:06:16 CEST

David Waite wrote:
> Yes, and unlike other tools, tags being treated the same as branches
> allows you to capture history of changes to tags, something that no
> other tool I've used in the past has allowed me to do.
>

But isn't changing a tag wrong in the first place? If I look in my
dictionary for the word "tag", I find a tag is something like a label
sticked to an object to mark it. That's exactly what a tag is in
versioning: a label to mark a snapshot in the repository. The only
operations allowed on tags should be creation, renaming and deletion. In
our subversion setup we have forced that by a pre-commit hook.

> -David Waite
>
> On Fri, 24 Sep 2004 11:56:09 -0400, Mark Phippard <markp@softlanding.com> wrote:
>
>>Not only does Subversion have that, it has it for every single commit, it
>>is the global revision number. It is absolutely immutable, unlike tags
>>which always have a way to be changed in EVERY tool out there.

Exactly. And this is one of the big advantages over CVS. But my personal
problem with numeric revision numbers is that I can't remember them. So
having "mnemonic" aliases for revision numbers would be nice to have IMO.

Wolfgang
>
>
> ---------------------------------------------------------------------
> 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 Sat Sep 25 08:09:08 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.