info-cvs
[Top][All Lists]
Advanced

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

Re: CVS Report by tag


From: Larry Jones
Subject: Re: CVS Report by tag
Date: Fri, 6 Nov 2009 13:49:41 -0500

Ziggy writes:
> 
> So for example if i issue the command cvs log -S rMyTag it should show
> something like this
> 
> Rcs file :
> '/u03/cvsroot/ccs21/src/gui/WebContent/pages/consignment/listConsignmentsToDeclare
> Revision : 1.19
> 
> The 1.19 should be the revision on the tag not the latest revision.
> 
> Is this at all possible on CVS??

Not directly, but perhaps indirectly:

        cvs log -S -rMyTag | egrep '^RCS file|^revision'
-- 
Larry Jones

TIME?!  I just finished the first problem! -- Calvin




reply via email to

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