251cced1f8
Various minor things done to project files Updated sample extension project file and updated makefile to the new unified version (more changes likely on the way) Updated regex project file and makefile --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401971
22 lines
662 B
Plaintext
22 lines
662 B
Plaintext
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.
|
|
Windows XP/2000: C:\Documents and Settings\<user>\Application Data
|
|
Windows Vista: C:\Users\<user>\AppData\Roaming
|
|
|
|
Now go to Subversion. Open the "config" file with a text editor.
|
|
|
|
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
|