Changes between Version 42 and Version 43 of GitMigration
- Timestamp:
- 05/10/19 08:04:09 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitMigration
v42 v43 136 136 === Migration plan (draft) === 137 137 138 Two possible scenarios below. Similar procedure will be launched for `grass-addons` repo. 139 140 ==== Scenario 1 (source code + issues in one step) ==== 141 138 142 (whole procedure will take few hours, not more then one working day) 139 143 140 144 1. migration of source code and issues will be announced on grass-dev ML few days before day D 141 145 2. svn and trac ticket system (only tickets, wiki will be still editable) will be switched to read-only mode 142 3. Git `grass` repo (https://github.com/grass-svn2git/grass) will be created from scratch and switched to private mode146 3. git `grass` repo (https://github.com/grass-svn2git/grass) will be created from scratch and switched to private mode 143 147 4. source code migration will be launched (https://trac.osgeo.org/grass/browser#grass-addons/tools/svn2git; will take 1-2 hours) 144 148 5. meanwhile migration of trac issue will be launched (target: `grass` repo; will take few hours) … … 146 150 7. move `grass` repo under [https://github.com/OSGeo/ Github OSGeo organization] 147 151 148 The same procedure will be launched for `grass-addons` repo. 152 ==== Scenario 2 (two steps) ==== 153 154 1. source code migration 155 1. migration of source code will be announced on grass-dev ML few days before day D 156 2. svn system will be switched to read-only mode 157 3. Git `grass` repo (https://github.com/grass-svn2git/grass) will be created from scratch 158 4. source code migration will be launched (https://trac.osgeo.org/grass/browser#grass-addons/tools/svn2git; will take 1-2 hours) 159 5. move `grass` repo under [https://github.com/OSGeo/ Github OSGeo organization] 160 2. trac ticket migration 161 1. migration of issues will be announced on grass-dev ML few days before day D 162 2. trac ticket system (only tickets, wiki will be still editable) will be switched to read-only mode 163 3. git `grass` repository under OSGeo organization will be switched to private mode 164 4. migration of trac issue will be launched (target: `grass` repo; will take few hours) 165 5. switch `grass` repo to public mode 149 166 === Transfer to repo to OSGeo organization within !GitHub === 150 167