-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11-08-07 5:01 PM, J.V. wrote: > I want to print a list of all cvs tags (one entry per line) in our > repo from the command line using a single tag and then pass that to > grep looking for a pattern.
Can I assume you meant "using a single command"? `cvs history -xT` can get you close, but it will only report tags that were created using `cvs rtag`, not `cvs tag`. - -- 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/ iEYEARECAAYFAk47/EsACgkQLdDyDwyJw+N2twCfd+mBEDP2P6nu9Kx9YyWRnCCe NWYAoNvAhr4x1L9uFfMFfVcKxKHkmmC/ =2p0M -----END PGP SIGNATURE-----
