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