info-cvs
[Top][All Lists]
Advanced

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

How to know whether a symbolic name is a tag or a branch?


From: Rahul
Subject: How to know whether a symbolic name is a tag or a branch?
Date: Mon, 22 Oct 2007 11:24:35 -0000
User-agent: G2/1.0

Hi folks,

        When "cvs log" command is issued on one of the files of the
project it gives a list of symbolic names(Tags/branches) followed by
the version and description.
A sample output is :

[rahulm][~/assent/library/fnLib] cvs log miscFns.java | more

RCS file: /cvsrepos/assent/library/fnLib/miscFns.java,v
Working file: miscFns.java
head: 1.73
branch:
locks: strict
access list:
symbolic names:
        ASSENT_JAVA_3_2_PRISM_IPDC_AND_RITEAID: 1.73
        ASSENT_MISRAC_II_3_1: 1.72.2.74
        ASSENT_MISRAC_II_3_0: 1.72.2.64
        ASSENT_MISRA_C_2_7: 1.72.2.6
        ASSENT_2_65_1: 1.72
        ASSENT_SCALABILITY: 1.72.0.2
        ASSENT_2_6_5: 1.72
        ASSENT_PARAMETERISED: 1.70.0.4
............................
................a long list
total revisions: 147;   selected revisions: 147
description:
----------------------------
revision 1.73
date: 2007/05/14 06:07:55;  author: amitw;  state: Exp;  lines: +2966
-46
Changes made for new prism.jar
----------------------------
revision 1.72
date: 2006/10/28 19:46:34;  author: sgumpula;  state: Exp;  lines: +55
-54
branches:  1.72.2;
Fix 1. Resotred the funcationality of getExitStmtsOfFn() to return a
set of ASTNodes instead of aset of ICFGnodes. It is leading to
ClassClastException in rule 83.vlg
----------------------------
........ a long list of versions



So, my query is how do we know whether a symbolic name for example,
"        ASSENT_JAVA_3_2_PRISM_IPDC_AND_RITEAID" is a tag or a branch

Regards
Rahul Mishra



reply via email to

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