-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [EMAIL PROTECTED] wrote: > I'd like to diff two dates in a branch. I hope you get an idea of what > I'm planning by this command: > > cvs -d :pserver:[EMAIL PROTECTED]:/repository diff -uwr MY_BRANCH -D > 2005-11-20 -D 2005-12-08 > > however, that does of course not work, but I'm pretty sure there is a > way to have this work. Any ideas?
The feature version (1.12.13) allows you to combine tags and dates, like this: cvs di -uw -rMY_BRANCH:2005-11-20 -rMY_BRANCH:2005-12-08 - -- 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 iD8DBQFEbIMTLdDyDwyJw+MRAjrPAJ9fqUeVC+y8AviN2BSjd9ZbYPSenwCfRQV7 WbNExtnID+RhelOJYt96Kbk= =FXbN -----END PGP SIGNATURE----- _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
