Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NSLU2 running 5.0_RC not stable




On Mar 16, 2009, at 9:58 PM, Donald T Hayford wrote:
Is there an easy way to find all of the files that have changed in the time period from 5/12/2008 to 6/1/2008. My cvs skills are pretty woeful.

This works, though it also shows all the revisions on branches, and lists unchanged files with "selected revisions: 0":

   cvs -z9  log -N -d '2008-05-12<2008-06-01'

That and some perl will get you a file list --- there are roughly a thousand changed files, though. I stashed the list at
    http://underhill.hhhh.org/~wiml/misc/nbsd-logs-files

and the corresponding commit messages (ignoring branches)
    http://underhill.hhhh.org/~wiml/misc/nbsd-logs-messages

for the curious to read.




Home | Main Index | Thread Index | Old Index