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 ) _______________________________________________ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs