Hi,
I'm using CVS as a control system for my php source and now I'm looking for something that can add the revision ID and the date of the commit. The tag of the file (if applies) would be nice too.
I've seen this on quite a number of sources, for example phplib:
$Id: CREDITS,v 1.3 2001/08/13 12:30:05 richardarcher Exp $
Can anyone point me in the direction where to find such a tool? I'm running a client/server setup with win/unix so pretty much anything goes. Any hints?