$Id tag in comment headers
- by Bernhard
When I read source from open source projects I often find a comment line with "$Id" at the header of the file, f. ex.:
// $Id: addappwindowa.c 30792 2009-03-07 22:40:04Z neil $
Is there an "offical" syntax for this lines? (What does "30792" means? )
Are there editors that auto-generate these "$Id"s?
Are there any tools that use this information?