List of all CVS changes?
Robin Whittle <[email protected]>
| Newsgroups | gmane.comp.web.amaya.devel |
|---|---|
| Message-ID | <[email protected]> |
Is there a changelog so I can see every change made in recent minutes, hours, days or weeks to files in the Amaya directory in the CVS, without having to look in each sub-directory at: http://dev.w3.org/cvsweb/Amaya/ I can get a list of differences between the current state of the CVS and my local directory with the -n flag to prevent writing to files using the checkout command: cvs -d :pserver:[email protected]:/sources/public -z3 -n checkout Amaya >> cvsout.txt but I am wondering if there is a more convenient list of changes. - Robin