-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fred wrote: > In order to list projects in a repository, I've been using > cvs checkout -c. However, I noticed that this list appears > to be incomplete, compared to when I 'ls' the directories > in the repository. Is there a tool available which will > give me a comprehensive listing of what projects reside in > a repository? For example, I can checkout a project named > foo, but when I do cvs checkout -c, I don't see foo listed.
That's because 'cvs co -c' just shows the contents of the CVSROOT/modules file (after stripping out comments). The feature release (CVS 1.12) has a 'cvs ls' command which may be useful to you. - -- 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 iD8DBQFDyRiiLdDyDwyJw+MRAjCvAKDyvxrbkE+fg5hacub5loFiflI73gCggJGo ETrOplvh0+fn5JdXGUrHVjA= =TGXd -----END PGP SIGNATURE----- _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
