FI - Delle Side Antonio <[email protected]> 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: pgpn13jOiNerV.pgp
Description: PGP signature

Reply via email to