Revision: 1427
http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1427&view=rev
Author: boverhof
Date: 2007-11-01 14:30:32 -0700 (Thu, 01 Nov 2007)
Log Message:
-----------
M RELEASE
-- updates
Modified Paths:
--------------
trunk/zsi/RELEASE
Modified: trunk/zsi/RELEASE
===================================================================
--- trunk/zsi/RELEASE 2007-11-01 21:30:11 UTC (rev 1426)
+++ trunk/zsi/RELEASE 2007-11-01 21:30:32 UTC (rev 1427)
@@ -47,23 +47,22 @@
For example:
- % svn mkdir https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3
- % cd pywebsvcs
+ % svn mkdir https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3
% svn copy https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/trunk/zsi \
- https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/
+ https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/
% svn copy https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/trunk/wstools \
- https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/
+ https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/
- % svn propset svn:externals "wstools https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/ZSI/wstools"
- https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/wstools
+ % svn propset svn:externals "wstools https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/ZSI/wstools"
+ https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/wstools
% svn commit
8. Export the tagged sources from CVS. You'll need to run the
command::
- svn export https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/zsi
+ svn export https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/zsi
9. Build the release from the export. Switch to the export directory
@@ -133,7 +132,7 @@
symlink to the .../Doc/tools/mkhowto script in that. If not, then
you only need to check out the Doc/ tree::
- svn co http://svn.python.org/projects/python/tags/r25/Doc python-Doc
+ svn co http://pywebsvcs.svn.python.org/projects/python/tags/r25/Doc python-Doc
The symlink can then be made to .../someplace/tools/mkhowto.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|