From 162a5e9ca03208a3e22b0bdd4efe3e35ec2b5895 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 6 Mar 2003 18:25:31 +0000 Subject: [PATCH] add merged_to tag update instructions [SVN r17748] --- more/release_procedures.htm | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/more/release_procedures.htm b/more/release_procedures.htm index 42d1a6502e..d0f1f5eb15 100644 --- a/more/release_procedures.htm +++ b/more/release_procedures.htm @@ -86,6 +86,7 @@ logs, and committing fixes to CVS.

[After fixed code is committed to main branch]
+cvs tag -F -c merged_to_RC_1_28_2 buggycode.hpp [tag new merged point]
 cvs update -r RC_1_26_2 [switch to the release candidate branch]
 cvs update -j HEAD buggycode.hpp [merge changes from the trunk to the branch]
  --> RCS file: /cvsroot/boost/.../buggycode.hpp,v
@@ -101,17 +102,23 @@ cvs commit -m "Merged fix for problem xyz from trunk to branch" buggyc
     
  • WinCVS:
  • -

    After fixed code is committed to main branch, switch to the release - candidate branch:

    +

    After fixed code is committed to main branch, tag as the new merged + point:

    +
    +

    Select file(s) if not already selected.

    +

    Modify | Create tag on selection... | Create tag settings | Enter the tag + name to create: merged_to_RC_1_26_2, Overwrite existing tags + with same name | OK.

    +
    +

    Switch to the release candidate branch:

    -

    Select file(s)

    Modify | Update selection... | - Update settings | Sticky options | Retrieve rev/tag/branch: RC_1_26_2 | OK

    + Update settings | Sticky options | Retrieve rev/tag/branch: RC_1_26_2 | OK

    Merge changes from main trunk into the release candidate branch:

    Modify | Update selection... | - Update settings | Merge options | Only this rev/tag: HEAD | OK

    + Update settings | Merge options | Only this rev/tag: HEAD | OK

    Commit merge results: