[Checkins] SVN: devhome/trunk/source/subversion.rst added

Andreas Jung andreas at andreas-jung.com
Mon Feb 23 06:40:19 EST 2009


Log message for revision 97140:
  added
  

Changed:
  A   devhome/trunk/source/subversion.rst

-=-
Added: devhome/trunk/source/subversion.rst
===================================================================
--- devhome/trunk/source/subversion.rst	                        (rev 0)
+++ devhome/trunk/source/subversion.rst	2009-02-23 11:40:18 UTC (rev 97140)
@@ -0,0 +1,38 @@
+Zope Subversion Repository
+==========================
+
+
+Read-only checkouts
+-------------------
+
+Anyone can track Zope changes with a read-only checkout of the sources - here
+are instructions for hooking it up.
+
+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 all at
+http://svn.zope.org/
+
+Read-only access is via Subversion svnserve access. Here's how you can do your
+initial checkout.
+
+For a Zope 2 trunk checkout::
+
+    svn co svn://svn.zope.org/repos/main/Zope/trunk Zope
+
+For a Zope 2.11 checkout::
+
+    svn co svn://svn.zope.org/repos/main/Zope/branches/2.11 Zope
+
+For a Zope 2.10 checkout::
+
+    svn co svn://svn.zope.org/repos/main/Zope/branches/2.10 Zope
+
+etc.
+
+For a Zope 3 trunk checkout::
+
+    svn co svn://svn.zope.org/repos/main/Zope3/trunk Zope3
+
+For a Zope 3.4 checkout::
+
+    svn co svn://svn.zope.org/repos/main/Zope/branches/3.4 Zope



More information about the Checkins mailing list