info-cvs
[Top][All Lists]
Advanced

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

Re: finding out the branch or tag date


From: Greg A. Woods
Subject: Re: finding out the branch or tag date
Date: Fri, 12 Apr 2002 03:33:04 -0400 (EDT)

[ On Thursday, April 11, 2002 at 20:32:19 (-0000), brianpdoyle wrote: ]
> Subject: finding out the branch or tag date 
>
> Once you have created a branch or a tag on a module is there a way to 
> find out the date and time that the branch was created? Thanks. 

Note that in CVS a branch is initially just a magic tag and no more.

Actual branches in files are not created until there's a delta to put on
them.....

As other's have noted there's no way to know when it was created unless
you have CVSROOT/history enabled and you've created it using the 'cvs
rtag' command

Note that always using 'cvs rtag' is a very good idea to get in the
habit of since it will likely mean you've preceded it with the creation
of a normal (non-branch) branch-point tag, probably from within a
working directory.  You'll want thea branch point tag later and it's
always better to create it first and then create the magic branch tag
itself using the branch-point tag as an anchor.

-- 
                                                                Greg A. Woods

+1 416 218-0098;  <address@hidden>;  <address@hidden>;  <address@hidden>
Planix, Inc. <address@hidden>; VE3TCP; Secrets of the Weird <address@hidden>



reply via email to

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