[Python-checkins] devguide: svn config info has moved out of the dev FAQ.

brett.cannon python-checkins at python.org
Tue Jan 4 20:55:50 CET 2011


brett.cannon pushed 7ee2cb379c30 to devguide:

http://hg.python.org/devguide/rev/7ee2cb379c30
changeset:   15:7ee2cb379c30
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Tue Jan 04 11:55:42 2011 -0800
summary:
  svn config info has moved out of the dev FAQ.

files:
  faq.rst

diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -163,37 +163,6 @@
 through Open.
 
 
-What configuration settings should I use?
--------------------------------------------------------------------------------
-
-Make sure the following settings are in your Subversion config file
-(``~/.subversion/config`` under UNIX)::
-
- [miscellany]
- enable-auto-props = yes
-
- [auto-props]
- * = svn:eol-style=native
- *.c = svn:keywords=Id
- *.h = svn:keywords=Id
- *.py = svn:keywords=Id
- *.txt = svn:keywords=Author Date Id Revision
-
-The ``[auto-props]`` line specifies the beginning of the section in the config
-file.  The ``svn:eol-style`` setting tells Subversion to check out files using
-the native line endings on your OS.  It will also automatically convert line
-endings upon committal so that they are consistent across all platforms.  The
-``svn:keywords`` settings are to automatically substitute ``$keyword$``
-arguments in files that match the pattern.  ``*.txt`` has more options so as to
-cover all needed keywords for PEPs_.
-
-The ``[miscellany]`` section and its one option make Subversion apply the
-various rules in the ``[auto-props]`` section automatically to all added or
-imported files into the respository.
-
-.. _PEPs: http://www.python.org/dev/peps/
-
-
 
 What tools do I need to merge between branches?
 -----------------------------------------------

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list