Is there a global CVS command to display the revisions of the files that
are being tagged.

I would like to log the revisions of all the tagged files.  I'm looking
for a command of the type:

cvs -V tag  STABLE_MMDDYYYY src

and expect to see:

T    src/foo.c       revision: 1.2
T    src/file1.c     revision: 1.7
T    src/file2.c     revision: 2.1
...

Thanks,
Mal

Reply via email to