Enable svn:keywords in Subclipse
To enable svn:keywords such as $Id$ in Subclipse:
- Team > Set Property
- Property name:
svn:keywords - Property content:
URL Author Date Rev Id(complete list)
Now you can place $Id$ in a comment, commit, and Subclipse will expand it upon committing.
Tip: Perform this on a directory and check Set property recursively to apply the property to all child files.