Search
Calendar
June 2025
S M T W T F S
« May    
1234567
891011121314
15161718192021
22232425262728
2930  
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