[Python-checkins] r55057 - peps/trunk/pep-0001.txt

georg.brandl python-checkins at python.org
Tue May 1 21:53:17 CEST 2007


Author: georg.brandl
Date: Tue May  1 21:53:12 2007
New Revision: 55057

Modified:
   peps/trunk/pep-0001.txt
Log:
Add a note about SVN keywords.


Modified: peps/trunk/pep-0001.txt
==============================================================================
--- peps/trunk/pep-0001.txt	(original)
+++ peps/trunk/pep-0001.txt	Tue May  1 21:53:12 2007
@@ -418,6 +418,9 @@
 
       svn checkout svn+ssh://pythondev@svn.python.org/peps/trunk peps
 
+  In particular, the ``svn:eol-style`` property should be set to ``native``
+  and the ``svn:keywords`` property to ``Author Date Id Revision``.
+
 * Monitor python.org to make sure the PEP gets added to the site
   properly.
 


More information about the Python-checkins mailing list