Re: FW: [DESIGN] Aliases?
"Lars Heineken" <[email protected]> Tue, 28 Feb 2006 08:14:55 +0100
| Newsgroups | gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user |
|---|---|
| Message-ID | <DB11B9D9AAD0354CA465241C62733C62069A80C5__16932.5549774387$1141111114$gmane$org@ex2k.diasemi.com> |
-----Urspr=FCngliche Nachricht----- Von: Greg Hudson [mailto:[email protected]]=20 Gesendet: Montag, 27. Februar 2006 18:50 An: Gale, David Cc: [email protected]; [email protected] Betreff: RE: Re: FW: [DESIGN] Aliases? On Mon, 2006-02-27 at 08:42 -0500, Gale, David wrote: > > Tags are inherently different from branches, and ought to be treated > > as such. > Nah, a tag is just a branch which oughtn't change. All the operations > which you might want to do on a tag, such as compare it to something > else, you might want to do for a branch as well. The fact that a tag is nothing but a left alone branch has saved me=20 several times. I made a relase version and forgot to add certain files=20 that should come with it. No big deal, I just added them and committed, turning my "tag" into a "branch". That's intuitive and simple from my=20 point of view. Regards, Lars.