> I'm using the command > > cvs log -d <2002-02-10 > > to try to list all of the revisions made since that date. cvs is > returning every file in the module, despite its revision date. > I'm using cvsnt 1.11.1.1
If you route the log output through some kind of script, you could filter by the "Selected revisions" attribute, which will be 0 for all the files you don't want. I wrote such a thing in Python intended to be used as a WinCvs macro, but it still needs some fixes I think. I didn't have time to work on it for some time. Oliver ---------------------------- JID: [EMAIL PROTECTED] ICQ: 18777742 YIM: ogiesen _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
