[Zope-CVS] SVN: zpkgtools/trunk/doc/quickstart.txt update to reflect move to Subversion

Fred L. Drake, Jr. fred at zope.com
Thu Jun 17 12:19:40 EDT 2004


Log message for revision 25889:
update to reflect move to Subversion


-=-
Modified: zpkgtools/trunk/doc/quickstart.txt
===================================================================
--- zpkgtools/trunk/doc/quickstart.txt	2004-06-17 16:18:26 UTC (rev 25888)
+++ zpkgtools/trunk/doc/quickstart.txt	2004-06-17 16:19:40 UTC (rev 25889)
@@ -30,11 +30,10 @@
 be done once.
 
 There isn't a distribution for |zpkg|_ yet (simply because we haven't
-had time), but this is easy to get from CVS.  Use the following
+had time), but this is easy to get from Subversion.  Use the following
 command to retrieve the ``zpkgtools`` code::
 
-  cvs -d :pserver:anonymous at cvs.zope.org:/cvs-repository \
-      checkout -d zpkgtools Packages/zpkgtools
+  svn co svn://svn.zope.org/repos/main/zpkgtools/trunk zpkgtools
 
 It can be convenient to either add *zpkgtools/bin/* to your PATH or
 add a symlink to *zpkgtools/bin/zpkg* to a directory already on your
@@ -67,14 +66,10 @@
   resource-map svn://svn.zope.org/repos/main/ReleaseSupport/trunk/PackageMaps/zope3.map
 
   # Resources for use by zpkg:
-  resource-map cvs://cvs.zope.org/cvs-repository:Releases/packages.map:HEAD
+  resource-map svn://svn.zope.org/repos/main/ReleaseSupport/trunk/PackageMaps/support.map
 
-The map from svn.zope.org is used to locate the Zope 3 implementation
-components.  The map from cvs.zope.org is used to locate the actual
-release information and support code added to the generated
-distribution package.  Read more about resource maps in |zpkg|_, and
-about how resource locations are specified in `Resource Locations
-<resources.html>`_.
+Read more about resource maps in |zpkg|_, and about how resource
+locations are specified in `Resource Locations <resources.html>`_.
 
 
 Building a Distribution




More information about the Zope-CVS mailing list