2007-01-25 23:17:20 +01:00
|
|
|
We now use svn:keywords "Id" on all .c/.cpp/.h/.sp/.inc files. Please make sure your client is configured properly.
|
|
|
|
|
|
|
|
WINDOWS:
|
|
|
|
Open your Application Data folder.
|
2007-02-17 05:10:58 +01:00
|
|
|
Windows XP/2000: C:\Documents and Settings\<user>\Application Data
|
|
|
|
Windows Vista: C:\Users\<user>\AppData\Roaming
|
2007-01-25 23:17:20 +01:00
|
|
|
|
2007-02-17 05:10:58 +01:00
|
|
|
Now go to Subversion. Open the "config" file with a text editor.
|
2007-01-25 23:17:20 +01:00
|
|
|
|
|
|
|
LINUX:
|
|
|
|
Open ~/.subversion/config with your favorite text editor.
|
|
|
|
|
|
|
|
Under [miscellany], uncomment this line:
|
|
|
|
# enable-auto-props = yes
|
|
|
|
|
|
|
|
Under [auto-props], add these lines:
|
|
|
|
*.c = svn:keywords=Id
|
|
|
|
*.cpp = svn:keywords=Id
|
|
|
|
*.h = svn:keywords=Id
|
|
|
|
*.sp = svn:keywords=Id
|
|
|
|
*.inc = svn:keywords=Id
|