info-cvs
[Top][All Lists]
Advanced

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

RE: revision list


From: Jim.Hyslop
Subject: RE: revision list
Date: Mon, 6 Dec 2004 10:12:00 -0500

Hridyesh Pant wrote:
> i have a file which contain n number of tags 
> (T1,T2,T3......Tn),i want the
> list of all revisions of that file which do not contain Tags 
> like (T2 and
> T3).
> Is there any way to get it? .........

You can use 'cvs log -r[tag] -S' and look at the output from stderr - if the
tag doesn't exist, you'll get a message like "cvs server: warning: no
revision `T2' in `file'"

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. ( http://www.leitch.com )
Columnist, C/C++ Users Journal ( http://www.cuj.com/experts )




reply via email to

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