[cvsnt] Feature request: Commitable tags
Tony Hoyle
tmh at nodomain.org
Fri Apr 25 15:40:58 BST 2003
On Fri, 25 Apr 2003 17:30:04 +0300, "Tuomas Huhtanen"
<tuomas.huhtanen at vertex.fi> wrote:
>Hi,
>
>Could it be possible to implement such a tag to cvs that allows
>commiting to that tag? So that it would not be branch, but instead it
>would commit the change to whatever branch the tag is in.
>
If you can change a tag it's a branch... A tag specifies a single revision
only, as that's it's purpose. You can move tags (although that should be done
as little as possible), but they can't hold more than one revision.
If you want to commit a change to several branches that's what merging is
for... There isn't another practical way to do it other than the way it's
done now, because you're dealing with different code & have to merge
differently in each branch (with possible conflict resolution).
Tony
More information about the cvsnt
mailing list