Re: Is CVS HEAD open for 8.1 commits?

Reinhard Max <max@suse.de>

From: Reinhard Max <max@suse.de>
To: "Marc G. Fournier" <scrappy@postgresql.org>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2005-01-18T17:07:29Z
Lists: pgsql-hackers
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