info-cvs
[Top][All Lists]
Advanced

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

Re: question cvs


From: Mark D. Baushke
Subject: Re: question cvs
Date: Sun, 31 Jan 2010 16:58:38 -0800

FI - Delle Side Antonio <address@hidden> writes:

> It exists a specific command in order to cancel contemporaneously a
> BRANCH assigned to various files in different directories.

The command:

  'cvs rtag -B -d branchname .'

will delete the 'branchname' tag across all of the repository. The
command

  'cvs tag -B -d branchname'

will purge the 'branchname' tag from all files in the current subtree of
the repository.

These commands are dangerous in that it is not possible to reverse it
and any deltas committed to 'branchname' are not removed, but are
orphaned.

Read the manual closely before using these commands in a production
source repository.

        -- Mark

Attachment: pgpKgUC27yux5.pgp
Description: PGP signature


reply via email to

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