From a9254e4b9a1b9704828b4fa71b4f819c2b29e53b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 25 Jan 2007 22:17:20 +0000 Subject: [PATCH] added important notice about keywords --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40371 --- NOTICE.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 NOTICE.txt diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 00000000..c596b069 --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,22 @@ +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\\Application Data + Windows Vista: C:\Users\\Application Data + + Under Application Data, 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 +