]> andersk Git - gssapi-openssh.git/commitdiff
o Add new routines for tracking the last merge point on the GPT branch.
authorcphillip <cphillip>
Tue, 22 Oct 2002 18:45:32 +0000 (18:45 +0000)
committercphillip <cphillip>
Tue, 22 Oct 2002 18:45:32 +0000 (18:45 +0000)
openssh/CVSNOTES

index bc1171851bf3f903db77ec17f07623b4fc0827d7..4a092186954599219c8a0a917bb086f4354b7e6f 100644 (file)
@@ -6,6 +6,10 @@ contains the GSI-OpenSSH code.  Consider it a living document.
 
   [ Generic Tag Merging ]
 
+    <newBase> refers to the new tag that lives in the repository.  Supposedly, you
+    are undergoing a cvs merge because a new GSI patch has been created (along with
+    a new corresponding tag).  Let <tagName> be the string "<newBase>_GPT".
+
     1. Set up your environment to point to the correct CVS repository.
 
           $ export CVSROOT="/afs/ncsa/projects/globus/Repository"
@@ -19,7 +23,7 @@ contains the GSI-OpenSSH code.  Consider it a living document.
     2. Merge the changes from your original base merge point to your new base merge
        point.
 
-          $ cvs update -kk -j<originalBase> -j<newBase>
+          $ cvs update -kk -jOPENSSH_GSI_GPT_BASE -j<newBase>
 
     3. Retrieve a list of any conflicts that were discovered as a result of the
        merge.
@@ -32,8 +36,13 @@ contains the GSI-OpenSSH code.  Consider it a living document.
        the repository.
 
           $ cvs commit
+          $ cvs rtag -F -r <newBase> OPENSSH_GSI_GPT_BASE openssh
           $ cvs tag <tagName>-merged
 
+    6. Add an entry to the History section detailing your merge action, along with
+       noting conflicts that occurred and any interesting changes you had to make to
+       resolve them.
+
   [ History ]
 
     2002/09/23
This page took 0.072054 seconds and 5 git commands to generate.