[Checkins] SVN: zope.release/branches/3.4/README.txt Document the bin/update-tree script.

Marius Gedminas marius at pov.lt
Tue Jul 29 14:06:54 EDT 2008


Log message for revision 88974:
  Document the bin/update-tree script.
  
  

Changed:
  U   zope.release/branches/3.4/README.txt

-=-
Modified: zope.release/branches/3.4/README.txt
===================================================================
--- zope.release/branches/3.4/README.txt	2008-07-29 17:14:26 UTC (rev 88973)
+++ zope.release/branches/3.4/README.txt	2008-07-29 18:06:53 UTC (rev 88974)
@@ -76,6 +76,14 @@
    detect the changes in ``controlled-pages.cfg`` and will generate the new
    controlled package pages.
 
+7. Update the svn:externals in the Zope3 3.4 branch:
+
+     $ svn co svn+ssh://svn.zope.org/repos/main/Zope3/branches/3.4 Zope3-3.4
+     $ ./bin/update-tree
+     $ cd Zope3-3.4
+     $ svn diff
+     $ svn commit
+
 Note: I think the process is still a tiny bit too long. I probably write a
 script that makes testing a new version of a package easier, but let's see
 whether this process is workable first.



More information about the Checkins mailing list