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