]> andersk Git - gssapi-openssh.git/blame - openssh/CVSNOTES
merged OPENSSH_3_7_1P2_GSSAPI_20040123 to GPT-branch
[gssapi-openssh.git] / openssh / CVSNOTES
CommitLineData
765d3ebb 1CVSNOTES
2========
3
4This file contains notes regarding the files stored in the openssh CVS module that
5contains the GSI-OpenSSH code. Consider it a living document.
6
7 [ Generic Tag Merging ]
8
e5a93c2b 9 <newBase> refers to the new tag that lives in the repository. Supposedly, you
10 are undergoing a cvs merge because a new GSI patch has been created (along with
07e33619 11 a new corresponding tag).
e5a93c2b 12
765d3ebb 13 1. Set up your environment to point to the correct CVS repository.
14
eb5015fb 15 $ export CVSROOT="<username>@cvs.ncsa.uiuc.edu:/CVS/gssapi-openssh"
765d3ebb 16
07e33619 17 2. Commit any locally-modified files.
765d3ebb 18
baa1fc53 19 $ cvs update
765d3ebb 20 $ cvs commit
765d3ebb 21
07e33619 22 3. Tag the repository before the merge.
23
24 $ cvs tag <newBase>_GPT-premerge
25
26 4. Merge the changes from your original base merge point to your new base merge
765d3ebb 27 point.
28
e5a93c2b 29 $ cvs update -kk -jOPENSSH_GSI_GPT_BASE -j<newBase>
765d3ebb 30
07e33619 31 5. Retrieve a list of any conflicts that were discovered as a result of the
765d3ebb 32 merge.
33
34 $ cvs -n update | grep C
35
07e33619 36 6. Resolve all of the conflicts in each of the listed files.
765d3ebb 37
07e33619 38 7. Commit all of the files in your working directory to the repository and tag
765d3ebb 39 the repository.
40
41 $ cvs commit
e5a93c2b 42 $ cvs rtag -F -r <newBase> OPENSSH_GSI_GPT_BASE openssh
765d3ebb 43
07e33619 44 8. Add an entry to the History section of this file detailing your merge action,
e34b3eaf 45 along with noting conflicts that occurred and any interesting changes you had
46 to make to resolve them.
47
07e33619 48 9. Commit your change to this file to the repository and tag the working directory
e34b3eaf 49 as merged.
50
51 $ cvs commit
07e33619 52 $ cvs tag <newBase>_GPT-merged
e5a93c2b 53
765d3ebb 54 [ History ]
55
70b0961c 56 2004/01/23
57 ----------
58 Action: Merge
59 - occurred on: GPT branch
60 - orig base: OPENSSH_3_7_1P2_GSSAPI_20040119
61 - new base: OPENSSH_3_7_1P2_GSSAPI_20040123
62 Conflicts: 0
63
70791e56 64 2004/01/19
65 ----------
66 Action: Merge
67 - occurred on: GPT branch
ea572efa 68 - orig base: OPENSSH_3_6_1P2_GSSAPI_20030721
70791e56 69 - new base: OPENSSH_3_7_1P2_GSSAPI_20040119
70 Conflicts: many
71
cb1e288f 72 2003/07/25
73 ----------
74 Action: Merge
75 - occurred on: GPT branch
76 - orig base: OPENSSH_3_6_1P2_GSSAPI_20030505
77 - new base: OPENSSH_3_6_1P2_GSSAPI_20030721
78 Conflicts: 0
79
4c38dc09 80 2003/05/05
81 ----------
82 Action: Merge
83 - occurred on: GPT branch
84 - orig base: OPENSSH_3_6_1P1_GSSAPI_20030425
85 - new base: OPENSSH_3_6_1P2_GSSAPI_20030505
86 Conflicts: 0
87
2c487398 88 2003/05/05
89 ----------
90 Action: Merge
91 - occurred on: GPT branch
92 - orig base: OPENSSH_3_6_1P1_GSSAPI_20030408
93 - new base: OPENSSH_3_6_1P1_GSSAPI_20030425
94 Conflicts: 2
95 - Makefile.in, configure.ac
96 caused by base changes to file
97
5f7ffc39 98 2003/04/10
99 ----------
100 Action: Merge
101 - occurred on: GPT branch
102 - orig base: OPENSSH_3_5P1_GSI_20030317
103 - new base: OPENSSH_3_6_1P1_GSSAPI_20030408
104 Conflicts: 2
105 - Makefile.in
106 caused by base changes to file
107 - ssh-agent.c
108 pathname changes on this branch
109
e210225b 110 2003/03/17
111 ----------
112 Action: Merge
113 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
114 - original base: OPENSSH_3_5P1_GSI_20030227
115 - new base: OPENSSH_3_5P1_GSI_20030317
116 Conflicts: 0
117
3acf552c 118 2003/03/07
765d3ebb 119 ----------
120 Action: Merge
121 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
3acf552c 122 - original base: OPENSSH_3_5P1_GSI_20021018
123 - new base: OPENSSH_3_5P1_GSI_20030227
765d3ebb 124 Conflicts: 1
125 - configure.ac
3acf552c 126 cvs choked on my changes to the globus additions. wasn't a "real" conflict.
45357086 127
3acf552c 128 2003/02/06
45357086 129 ----------
3acf552c 130 Action: Tag GPT branch as new release
45357086 131 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
4d7caed2 132
3acf552c 133 2002/10/18
4d7caed2 134 ----------
135 Action: Merge
136 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
3acf552c 137 - original base: OPENSSH_3_4P1_GSI_20021008
138 - new base: OPENSSH_3_5P1_GSI_20021018
139 Conflicts: 1
140 - Makefile.in
141 resolved by removing check-user and adding check-config.
fdc22535 142
143 2002/10/08
144 ----------
145 Action: Merge
146 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
147 - original base: OPENSSH_3_4P1_GSI_20020926
148 - new base: OPENSSH_3_4P1_GSI_20021008
149 Conflicts: 0
a052f36f 150
3acf552c 151 2002/09/26
a052f36f 152 ----------
153 Action: Merge
154 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
3acf552c 155 - original base: OPENSSH_3_4P1_GSI_20020924
156 - new base: OPENSSH_3_4P1_GSI_20020926
157 Conflicts: 0
dcbe50f6 158
3acf552c 159 2002/09/24
dcbe50f6 160 ----------
3acf552c 161 Action: Merge
dcbe50f6 162 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
3acf552c 163 - original base: OPENSSH_3_4P1_GSI_20020923
164 - new base: OPENSSH_3_4P1_GSI_20020924
165 Conflicts: 0
09701134 166
3acf552c 167 2002/09/23
09701134 168 ----------
169 Action: Merge
170 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
3acf552c 171 - original base: OPENSSH_3_4P1_GSI_20020701
172 - new base: OPENSSH_3_4P1_GSI_20020923
09701134 173 Conflicts: 1
174 - configure.ac
3acf552c 175 resolved by ignoring mainline changes and keeping the text that was
176 originally in the file on this branch. (We require a specified flavor type
177 where the trunk can compensate in that case.)
This page took 0.077614 seconds and 5 git commands to generate.