]> andersk Git - gssapi-openssh.git/commitdiff
o Reorder actions under tag merging so that the <tagName>-merged tag
authorcphillip <cphillip>
Tue, 22 Oct 2002 18:53:45 +0000 (18:53 +0000)
committercphillip <cphillip>
Tue, 22 Oct 2002 18:53:45 +0000 (18:53 +0000)
    captures the new CVSNOTES file through each run through.

openssh/CVSNOTES

index 4a092186954599219c8a0a917bb086f4354b7e6f..c4e3f16f130d5e11a5bd67b75017c37c5dbea3dd 100644 (file)
@@ -37,11 +37,16 @@ contains the GSI-OpenSSH code.  Consider it a living document.
 
           $ 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.
+    6. Add an entry to the History section of this file detailing your merge action,
+       along with noting conflicts that occurred and any interesting changes you had
+       to make to resolve them.
+
+    7. Commit your change to this file to the repository and tag the working directory
+       as merged.
+
+          $ cvs commit
+          $ cvs tag <tagName>-merged
 
   [ History ]
 
This page took 0.166914 seconds and 5 git commands to generate.