> I've no idea, do you? I think we just should not allow submissions with
> test results if they're not made by a snapshot or our phport.sh thingy
> for automatic testing.

    If that "phport.sh thingy" reliably ensures the integrity of
    the source files, it could work.

    Have CVS $Id$'s been discussed yet?

    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

    - Sascha

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

Reply via email to