|
From: Hans-Bernhard B. <br...@ph...> - 2005-11-22 20:35:49
|
Harald Harders wrote: > grep '/ChangeLog/' CVS/Entries | sed 's_/ChangeLog/[0-9.]*/\(.*\)//_\1_' > > during compiling or by ./configure or ./prepare. Please keep in mind that not all developers are on Unix ... If we want to put a 'last checkin' timestamp into the banner page of builds from CVS, the server is the place to implement such a scheme. The server would basically modify 'version.h' automatically, every single time anybody checks in anything. The date string could either be taken from the RCS $Id, or generated by a script on the server. |