]> andersk Git - gssapi-openssh.git/blame - openssh/CVSNOTES
o Bugfix gsi cat page locations
[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
cb1e288f 56 2003/07/25
57 ----------
58 Action: Merge
59 - occurred on: GPT branch
60 - orig base: OPENSSH_3_6_1P2_GSSAPI_20030505
61 - new base: OPENSSH_3_6_1P2_GSSAPI_20030721
62 Conflicts: 0
63
4c38dc09 64 2003/05/05
65 ----------
66 Action: Merge
67 - occurred on: GPT branch
68 - orig base: OPENSSH_3_6_1P1_GSSAPI_20030425
69 - new base: OPENSSH_3_6_1P2_GSSAPI_20030505
70 Conflicts: 0
71
2c487398 72 2003/05/05
73 ----------
74 Action: Merge
75 - occurred on: GPT branch
76 - orig base: OPENSSH_3_6_1P1_GSSAPI_20030408
77 - new base: OPENSSH_3_6_1P1_GSSAPI_20030425
78 Conflicts: 2
79 - Makefile.in, configure.ac
80 caused by base changes to file
81
5f7ffc39 82 2003/04/10
83 ----------
84 Action: Merge
85 - occurred on: GPT branch
86 - orig base: OPENSSH_3_5P1_GSI_20030317
87 - new base: OPENSSH_3_6_1P1_GSSAPI_20030408
88 Conflicts: 2
89 - Makefile.in
90 caused by base changes to file
91 - ssh-agent.c
92 pathname changes on this branch
93
e210225b 94 2003/03/17
95 ----------
96 Action: Merge
97 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
98 - original base: OPENSSH_3_5P1_GSI_20030227
99 - new base: OPENSSH_3_5P1_GSI_20030317
100 Conflicts: 0
101
3acf552c 102 2003/03/07
765d3ebb 103 ----------
104 Action: Merge
105 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
3acf552c 106 - original base: OPENSSH_3_5P1_GSI_20021018
107 - new base: OPENSSH_3_5P1_GSI_20030227
765d3ebb 108 Conflicts: 1
109 - configure.ac
3acf552c 110 cvs choked on my changes to the globus additions. wasn't a "real" conflict.
45357086 111
3acf552c 112 2003/02/06
45357086 113 ----------
3acf552c 114 Action: Tag GPT branch as new release
45357086 115 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
4d7caed2 116
3acf552c 117 2002/10/18
4d7caed2 118 ----------
119 Action: Merge
120 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
3acf552c 121 - original base: OPENSSH_3_4P1_GSI_20021008
122 - new base: OPENSSH_3_5P1_GSI_20021018
123 Conflicts: 1
124 - Makefile.in
125 resolved by removing check-user and adding check-config.
fdc22535 126
127 2002/10/08
128 ----------
129 Action: Merge
130 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
131 - original base: OPENSSH_3_4P1_GSI_20020926
132 - new base: OPENSSH_3_4P1_GSI_20021008
133 Conflicts: 0
a052f36f 134
3acf552c 135 2002/09/26
a052f36f 136 ----------
137 Action: Merge
138 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
3acf552c 139 - original base: OPENSSH_3_4P1_GSI_20020924
140 - new base: OPENSSH_3_4P1_GSI_20020926
141 Conflicts: 0
dcbe50f6 142
3acf552c 143 2002/09/24
dcbe50f6 144 ----------
3acf552c 145 Action: Merge
dcbe50f6 146 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
3acf552c 147 - original base: OPENSSH_3_4P1_GSI_20020923
148 - new base: OPENSSH_3_4P1_GSI_20020924
149 Conflicts: 0
09701134 150
3acf552c 151 2002/09/23
09701134 152 ----------
153 Action: Merge
154 - occurred on: GPT branch (OPENSSH_3_1P1_GSSAPI_GPT-branch)
3acf552c 155 - original base: OPENSSH_3_4P1_GSI_20020701
156 - new base: OPENSSH_3_4P1_GSI_20020923
09701134 157 Conflicts: 1
158 - configure.ac
3acf552c 159 resolved by ignoring mainline changes and keeping the text that was
160 originally in the file on this branch. (We require a specified flavor type
161 where the trunk can compensate in that case.)
This page took 0.072016 seconds and 5 git commands to generate.