[26608] trunk/base/portmgr/ReleaseProcess

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 29 23:16:42 PDT 2007


Revision: 26608
          http://trac.macosforge.org/projects/macports/changeset/26608
Author:   jmpp at macports.org
Date:     2007-06-29 23:16:41 -0700 (Fri, 29 Jun 2007)

Log Message:
-----------
Mark the -r<rev> argument to some svn commands as optional.

Modified Paths:
--------------
    trunk/base/portmgr/ReleaseProcess

Modified: trunk/base/portmgr/ReleaseProcess
===================================================================
--- trunk/base/portmgr/ReleaseProcess	2007-06-30 06:16:31 UTC (rev 26607)
+++ trunk/base/portmgr/ReleaseProcess	2007-06-30 06:16:41 UTC (rev 26608)
@@ -36,7 +36,7 @@
 * Create the branch (e.g. release_1_4) through the svn "copy" command for history preservation, first creating the needed branch dir to preserve the needed directory structure (the 'base' directory level *needs* to exist int the branches tree for release branches, otherwise selfupdate breaks):
 
  svn mkdir -m "commit-message" http://svn.macports.org/repository/macports/branches/release_1_4
- svn cp -r<rev> -m "commit-message" http://svn.macports.org/repository/macports/trunk/base http://svn.macports.org/repository/macports/branches/release_1_4
+ svn cp [-r<rev>] -m "commit-message" http://svn.macports.org/repository/macports/trunk/base http://svn.macports.org/repository/macports/branches/release_1_4
 
 The actual release, alpha or beta releases, release candidates, and any point releases will all live on this branch, and tagged appropriately and if necessary (a must for the actual releases, optional for beta snapshots) into the /tags svn directory.
 
@@ -73,7 +73,7 @@
 
 The necessary working copy to create such a tag is created by checking out all of trunk at the specific revision of the final tagging of base and then switching the base directory inturn to the appropriate release tag URL. For instance:
 
- svn co -r<rev> http://svn.macports.org/repository/macports/trunk macports/release-1.4.0
+ svn co [-r<rev>] http://svn.macports.org/repository/macports/trunk macports/release-1.4.0
  cd macports/release-1.4.0/base
  svn switch http://svn.macports.org/repository/macports/tags/release_1_4_0/base
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070629/e4ee2949/attachment.html


More information about the macports-changes mailing list