On Tue, 18 Jan 2005 at 11:53, Marc G. Fournier wrote:
> ... if someone knows how to safely remove a branch that has had no
> commits made to it, please let me know,
a little bit of googling brought me to this:
http://lists.gnu.org/archive/html/info-cvs/2003-11/msg00166.html
--- snip ---
> How can the name of a tag that is a branch point be changed [...]
cvs admin -n newname:oldname
cvs tag -Bd oldname
--- snap ---
cu
Reinhard