[23646] branches/release_1_4/base/ReleaseProcess

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 5 21:51:24 PDT 2007


Revision: 23646
          http://trac.macosforge.org/projects/macports/changeset/23646
Author:   jmpp at macports.org
Date:     2007-04-05 21:51:24 -0700 (Thu, 05 Apr 2007)

Log Message:
-----------
Merging r23645.

Modified Paths:
--------------
    branches/release_1_4/base/ReleaseProcess

Modified: branches/release_1_4/base/ReleaseProcess
===================================================================
--- branches/release_1_4/base/ReleaseProcess	2007-04-06 04:50:09 UTC (rev 23645)
+++ branches/release_1_4/base/ReleaseProcess	2007-04-06 04:51:24 UTC (rev 23646)
@@ -65,15 +65,15 @@
 * release_1_4_0-archive (tagged release 1.4.0 -- complete archive)
 * release_1_4_1 (1.4.1 release)
 
-We first tag the branched base directory for the release
+We first tag the branched base directory to make up for the final release:
 
  svn cp -m "commit-message" http://svn.macports.org/repository/macports/branches/release_1_4 http://svn.macports.org/repository/macports/tags/release_1_4_0
 
 Although only the base subdirectory is branched and tagged for a given major release, we also create a seperate tag for the entire tree (base sources and full ports tree) at the time the final release tag is created (only for major releases, 1.x.0), in order to provide a stake in the ground that specifies a set of ports intended to work with that release. Note that this tag incorporates the entire svn trunk directory at the revision number at which the final release was tagged.
 
-The necessary working copy to create such a tag is created by checking out all of trunk and then switching the base directory to the appropriate release tag URL. For instance:
+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 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/20070405/cd34c79f/attachment.html


More information about the macports-changes mailing list