[Checkins] SVN: developer_docs/trunk/source/noncommitter-svn.rst Use 'How-To:' consistently in headers.

Tres Seaver tseaver at palladion.com
Wed Apr 21 17:33:54 EDT 2010


Log message for revision 111243:
  Use 'How-To:' consistently in headers.

Changed:
  U   developer_docs/trunk/source/noncommitter-svn.rst

-=-
Modified: developer_docs/trunk/source/noncommitter-svn.rst
===================================================================
--- developer_docs/trunk/source/noncommitter-svn.rst	2010-04-21 21:33:53 UTC (rev 111242)
+++ developer_docs/trunk/source/noncommitter-svn.rst	2010-04-21 21:33:54 UTC (rev 111243)
@@ -7,8 +7,8 @@
 
 .. _read-only-subversion-checkout:
 
-Read-only checkouts
--------------------
+How-To:  Get a Read-only Subversion Checkouts
+---------------------------------------------
 
 There are several top-level modules in the repository - chief among them
 is the Zope sources - we'll use them for our example. You can browse them
@@ -50,9 +50,11 @@
    $ svn co svn://svn.zope.org/repos/main/Zope3/branches/3.4 Zope3
 
 
-Subversion Mirrors
-------------------
+.. _subversion-mirrors:
 
+How-To: Get a Read-only Checkout from a Subversion Mirror
+---------------------------------------------------------
+
 The `Deutschsprachige Zope User Group (DZUG) <http://www.zope.de>`_ hosts
 a read-only `SVN mirror http://svn.zope.de <http://svn.zope.de>`_  that can
 be checked out over HTTP.  Using the SVN mirror over HTTP is convinient if you
@@ -71,9 +73,11 @@
 `http://svn.zope.org/repos/main/ <http://svn.zope.org/repos/main/>`_ .
 
 
-Working inside the Checkout
----------------------------
+.. _working-in-svn-checkout:
 
+Working inside the Read-only Checkout
+-------------------------------------
+
 You should then be able to work inside your checkout, fixing a bug or
 adding a feature.  You can use Subversion commands as normal, e.g.:
 



More information about the checkins mailing list