Last year I migrated a large CVS repository over to Subversion. One of the issues I missed during the migration was that unlike CVS, Subversion did not automatically set new files to expand keywords such as $Id$ to the very useful string:
$Id: MySpecialClass.java 12234 2004-05-21 00:23:08Z derek $
I did some research into the problem [...]