On Fri, 23 Apr 2004, Nicolas Pouillon wrote:
[Fri, 23 Apr 2004 09:00:24 -0400 (CLT)] Jorge Arellano Cid <jcid@dillo.org> eut le bonheur d'écrire:
BTW, I still don't know how to recover the last commit-log entries from CVS (by date if possible). Any CVS wizard here?
I'm not too much of CVS wizard, but do you mean something like cvs log -N -S -d ">= 2004-04-12 00:00:00" ?
Yes, but that's too large. Based on it, I'd recommend: cvs log -N -d ">= 2004-04-21 00:00:00" ChangeLog
Or du you wish to sort log entries by date across multiple files ?
I was thinking of a way to recover the last commit-log entries by date, and the respective diff file. It's not important though, I can do it very well using diff between the CVS and my tree.
Hoping it helps
Sure, thanks Jorge.-