[Typo3-dev] CVS nightly builds

Bernhard Kraft kraftb at kraftb.at
Wed Dec 21 19:55:33 CET 2005


Patrick Gaumond wrote:

> Is there a way to "stamp" the last modification date of an extension in
> the filename ? At the moment there is no way to tell something reallu
> changed.
> 
> Even in CVS, it's hard to detect any recent change...

Well ... what about the following idea:

AFAIK every file in CVS has it's own version. I simply concatenate all version numbers of the
registered files (or better: I use the output of "cvs status") to generate a md5-sum of this
string and then output the first 4 digits of this string in the file name ....

this should result in a quite unique hash which will easily show if a an extension has changed
from one day to the other.


i will implement that today or tomorrow.


greets,
Bernhard




More information about the TYPO3-dev mailing list