[CMF-checkins] SVN: CMF/branches/1.5/ - Changed the INSTALL_SVN instructions to conform to the new branch

Jens Vagelpohl jens at dataflake.org
Wed Jul 27 09:24:20 EDT 2005


Log message for revision 37477:
  - Changed the INSTALL_SVN instructions to conform to the new branch
    and tag naming scheme instituted for the subversion repository. 
  

Changed:
  U   CMF/branches/1.5/CHANGES.txt
  U   CMF/branches/1.5/INSTALL_SVN.txt

-=-
Modified: CMF/branches/1.5/CHANGES.txt
===================================================================
--- CMF/branches/1.5/CHANGES.txt	2005-07-27 12:44:10 UTC (rev 37476)
+++ CMF/branches/1.5/CHANGES.txt	2005-07-27 13:24:19 UTC (rev 37477)
@@ -2,6 +2,9 @@
 
 Bugs Fixed
 
+    - Changed the INSTALL_SVN instructions to conform to the new branch
+      and tag naming scheme instituted for the subversion repository.
+
     - Apply an interim fix for slow pathwalking implementation in
       development mode on Windows (http://www.zope.org/Collectors/CMF/367)
       Note that a better fix would be to leverage pywin32 APIs for

Modified: CMF/branches/1.5/INSTALL_SVN.txt
===================================================================
--- CMF/branches/1.5/INSTALL_SVN.txt	2005-07-27 12:44:10 UTC (rev 37476)
+++ CMF/branches/1.5/INSTALL_SVN.txt	2005-07-27 13:24:19 UTC (rev 37477)
@@ -90,10 +90,8 @@
   Retrieving Sources for a specific release
   
      Sources for prior releases are tagged, using the release version 
-     identifier, but with the periods replaced with underscores.  For 
-     instance, version 1.5.2 of the CMF was tagged as 'CMF-1_5_2-release'.  
-     To fetch such a release from Subversion::
+     number. For instance, version 1.5.2 of the CMF was tagged as 
+     '1.5.2'.  To fetch such a release from Subversion::
   
-      $ svn co svn://svn.zope.org/repos/main/CMF/tags/CMF-1_5_2-release \
-        CMF-1.5.2
+      $ svn co svn://svn.zope.org/repos/main/CMF/tags/1.5.2 CMF-1.5.2
   



More information about the CMF-checkins mailing list