info-cvs
[Top][All Lists]
Advanced

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

RE: Check time of tagging


From: Jim.Hyslop
Subject: RE: Check time of tagging
Date: Tue, 5 Apr 2005 13:12:12 -0400

Euan Guttridge wrote:
> Is it possible to produce a list of all files with a specific 
> tag
The only thing that comes to mind is:

cvs lo -h | grep -E "(RCS file|blah)" | grep -B1 blah | grep -v blah

> and the
> time each file was tagged (not commited, tagged)?
Well, if the tags were applied with 'rtag' (not 'tag') you can get them
through the cvs history command. Otherwise, metadata about tags is not
tracked.

-- 
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]