info-cvs
[Top][All Lists]
Advanced

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

Re: [info-cvs] Tagging of Branches


From: Kaz Kylheku
Subject: Re: [info-cvs] Tagging of Branches
Date: Thu, 28 Mar 2002 11:30:52 -0800 (PST)

On Fri, 29 Mar 2002, Venkatraman Sathiyamoorthy wrote:

> Date: Fri, 29 Mar 2002 00:26:27 +0530
> From: Venkatraman Sathiyamoorthy
>     <address@hidden>
> To: address@hidden
> Subject: [info-cvs] Tagging of Branches
> 
> 
> Hi, 
>    If I checkout a particular branch and run
>    cvs tag command, is the tag applicable only to that branch or all the
>    branches (of the project) ?

Tags apply to revisions, not to branches. So what happens is that the
tag will be applied, in the repository, to the version of each file
that is closest to the working copy. If your working copy most closely
corresponds to version 1.4 as of the last cvs update you performed,
then the tag will apply to version 1.4 (any local changes
notwithstanding). So effectively, the tag creates an association
between a symbolic name, and an entire revision baseline across the set
of files being tagged, which is typically an entire module.

-- 
Meta-CVS: version control with directory structure versioning over top of CVS.
http://users.footprints.net/~kaz/mcvs.html




reply via email to

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