-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Christian Roig wrote: > I would very much like to be able to generate a report or list, showing > what files have been TAG'ed in/by a specific (and specified) TAG. > > What I would like to get looks something like this: > > FILENAME, FILEDATE, FILESIZE, COMMITDATE, COMMITUSER, HASH (optional)
cvs log -SN -r TAG | SomeScript where SomeScript takes the output of 'cvs log', parses it for the info you want, and reformats the output. - -- Jim Hyslop Dreampossible: Better software. Simply. http://www.dreampossible.ca Consulting * Mentoring * Training in C/C++ * OOD * SW Development & Practices * Version Management -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFF7HGmLdDyDwyJw+MRAttKAKDtVS3EMc/dVxGwIXrAYn7USYi/vgCgh7ae RrO73asY7QxJLNZ0h+yhLIM= =NA8P -----END PGP SIGNATURE----- _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
