Actions:
|
2009-05-14 22:09 AEST by Arthur Barrett - The CVSNT repository has these branches and tags:
CVSNT_BRANCH_2_5_03_2382: 1.1.2.173.0.4
CVSNT_BRANCH_3_1_01_3292: 1.97.0.2
CVSNT_2_5_03_3280: 1.1.2.173.4.219
If I use log -N -rbranch. then I get a warning that CVSNT_2_5_03_3280, but I get the same warning for CVSNT_BRANCH_3_1_01_3292 ( a branch with no revisions ) but not for CVSNT_BRANCH_2_5_03_2382 (
a branch with many revisions).
MacAir:cvsnt-2503 abarrett$ cvs log -N -rCVSNT_BRANCH_3_1_01_3292. build.h
cvsnt server: warning: no branch `CVSNT_BRANCH_3_1_01_3292' in `/usr/local/cvs/cvsnt/build.h,v'
RCS file: /usr/local/cvs/cvsnt/build.h,v
Working file: build.h
head: 1.98
branch:
locks: strict
access list:
keyword substitution: kv
total revisions: 617; selected revisions: 0
description:
===============================================================
==============
MacAir:cvsnt-2503 abarrett$ cvs log -N -rCVSNT_BRANCH_2_5_03_2382. build.h
RCS file: /usr/local/cvs/cvsnt/build.h,v
Working file: build.h
head: 1.98
branch:
locks: strict
access list:
keyword substitution: kv
total revisions: 617; selected revisions: 1
description:
----------------------------
revision 1.1.2.173.4.232
date: 2009/05/14 01:30:43; author: abarrett; state: Exp; lines: +1 -1; kopt: kv; commitid:
43b4a0b743ebcef; filename: build.h;
Build 2.5.03.3428
===============================================================
============== |