Description

Enable Keywords (#11)

Keywords can be placed within text-files and get expanded during checkout by SVN.

Example: $Id$.

For SVN, this must be enabled on a per file basis.

Provide an Automation to do this.

Changes

Change History

Changed 4 years ago by lazaridis_com

  • status changed from new to closed
  • resolution set to fixed

Configuring SVN Client to auto-add svn properties:

http://wiki.apache.org/jakarta-commons/UsingSVN

Example command-line which adds svn:keywords on existent files:

svn propset svn:keywords "Id HeadURL Date Author Rev" -R trac
property 'svn:keywords' set (recursively) on 'trac'