CVS experts
-
Anyone know how to get CVS to list all the check in comments for a range of time? I have been looking for this and can't figure out how to do it. ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned
-
Anyone know how to get CVS to list all the check in comments for a range of time? I have been looking for this and can't figure out how to do it. ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned
You can use:
cvs -a -c -D since
but as to my knowledge CVS doesn't support looking up commits in a date interval. At least I couldn't see it in the manual from a cursory overview. -a: all users -c: commits -D: should be obvious ;) -- Henrik Stuart (http://www.unprompted.com/hstuart/)
-
Anyone know how to get CVS to list all the check in comments for a range of time? I have been looking for this and can't figure out how to do it. ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned
cvs log. But if you want something more visual, try cvsweb.cgi or viewcvs.cgi. Perl combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript. -- Jamie Zawinski