Enable svn:keywords in Subclipse

To enable svn:keywords such as $Id$ in Subclipse:

  1. Team > Set Property
  2. Property name: svn:keywords
  3. 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.