>     This line will give you the timestamp from the latest
>     checked in file:
>
>         find . -type f|xargs grep '$Id: ' |grep -v Binary |\
>         sed 's#.*\([12].../../.. ..:..:..\).*#\1#'| sort | tail -1

This should also work with cvs export, does it? Can we add this to build
system as "Source Date" so we have it in addition to the version string and
the build date in phpinfo()?

Regards, Kai



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to