info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to tag a branch?


From: Larry Jones
Subject: Re: How to tag a branch?
Date: Mon, 7 Feb 2005 16:02:06 -0500 (EST)

vik writes:
> 
>         cvs rtag -r production-release-1-1 production-patch-1 gol
>    where gol is the name of our module.
> 
> However, when i check out the files by this production-patch-1 tag, it
> gets me the LATEST code on the production-release-1-1 branch....not the
> checked out version of code that i ran the command on.

Of course it does -- rtag ignores the working directory.  To tag exactly
what you have in your working directory, just use plain ``cvs tag''
without any -r option.

-Larry Jones

It's clear I'll never have a career in sports until I learn
to suppress my survival instinct. -- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]