Recent Posts
Archives

PostHeaderIcon How to set default keywords to files with Subversion?

Abstract: we would like to add the SVN-keyword $Id$ to all SQL files.

  • go to SVN config folder (mainly $HOME/Subversion/config)
  • search for line:
[auto-props]
  • just below, add the following line:
 *.sql = svn:keywords=Id

Leave a Reply