Author: ts
Date: Wed Jan 16 14:07:35 2008
New Revision: 7158

Log:
- Fixed information about SVN keyword property.

Modified:
    docs/guidelines/design_doc.txt

Modified: docs/guidelines/design_doc.txt
==============================================================================
--- docs/guidelines/design_doc.txt [iso-8859-1] (original)
+++ docs/guidelines/design_doc.txt [iso-8859-1] Wed Jan 16 14:07:35 2008
@@ -35,12 +35,11 @@
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Where *Component* is the name of the component. After this header the
-*:Author:*, *:Revision:* and *:Date:* tags should be present. In order for SVN
+*$Author$*, *$Revision$* and *$Date$* tags should be present. In order for SVN
 to modify those automatically, you need to do:
 
-1. svn propedit svn:keywords filename.txt
-2. Enter Author, Revision and Date in that file, separated by newlines.
-3. svn commit
+1. svn propset svn:keywords "Date Revision Author" filename.txt
+2. svn commit filename.txt
 
 The rest of the document should contain the following headers. ::
 


-- 
svn-components mailing list
[EMAIL PROTECTED]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to