info-cvs
[Top][All Lists]
Advanced

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

Re: Where are branches,tags etc stored


From: Greg A. Woods
Subject: Re: Where are branches,tags etc stored
Date: Fri, 13 Jul 2001 16:25:46 -0400 (EDT)

[ On Friday, July 13, 2001 at 12:31:30 (-0700), Anita Chacko wrote: ]
> Subject: Where are branches,tags etc stored
>
> Can anyone tell me where CVS stores information such
> as tag names on files,branches created etc in the
> repository so as to retrieve them later?

Right in every ,v file in the repository

Compare the output of:

        cvs log [-h] somefile

with that from the the plain RCS command:

        rlog [-h] $CVSROOT/module/somefile
 
it's mostly identical and you'll see all the information you mentioned
is there....

-- 
                                                        Greg A. Woods

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



reply via email to

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