-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sunil Saxena wrote: > Hi, > > I am using CVS. > i unable to get a list of all checked out file names using TAG along with > its revision number in a log file > > eg required Format in log file : > > lmptr\src\report\summary.java 1.1.1 > lmptr\src\report\accounts.java 1.3 > > > Could you please send me the command for this.
You'll need to write a script that will run the command 'cvs -nq update' to get a list of files currently checked out, then feed that list into a 'cvs status' command to get the current revision. - -- 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.8 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAksXAXAACgkQLdDyDwyJw+OjHgCg/pJ14w3/btA3qbTlQRCGI0Pw ueIAn0qlRrAFoCzOjico5aeIsq11i32U =cCjN -----END PGP SIGNATURE----- _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
