djay0529 / mdanalysis

Automatically exported from code.google.com/p/mdanalysis
0 stars 0 forks source link

Export Google Code repository to GitHub #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For details see MoveToGitHub and Issue 223.

1. remove commit access to Google Code from everyone

2. create a final snapshot (via Takeout) of the project and save the admin and 
people data

3. use the Export Wizard to transfer the repository to GitHub (code history, 
issue tracker (without attachments), wiki)

4. split off applications into individual repositories

5. set up new access lists (based on the currently active committors) 

Original issue reported on code.google.com by orbeckst on 28 Mar 2015 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by orbeckst on 28 Mar 2015 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by orbeckst on 28 Mar 2015 at 1:38

GoogleCodeExporter commented 9 years ago
SCHEDULE FOR MIGRATION TO GITHUB

Thursday 2 April:
   - final commits
   - final clean-up of branches etc

Friday 3 April:  
   - FROM FRIDAY ONWARDS, STOP USING http://mdanalysis.googlecode.com
   - disable all repository write access (by setting everyone temporarily to "contributor")
   - transfer the repository, wiki and issue tracker (see MoveToGitHub)

Saturday/Sunday 4/5 April: 
   - buffer time to fix stuff...

Monday 6 April:
   Hopefully we are back in business on GitHub.

   - announce move on the developer list
   - confirm that things are working on the developer side (change your remote repository specs from GoogleCode to GitHub etc) 
   - add notes to the Google Code home page but do not use the automatic redirect (we will do this in a month or two when we are sure that everything is ok)
   - change links at PyPi
   - change links in the online docs and all other doc files

Wednesday 8 April:
   Assuming that all is ok and we have a basic home page up, announce the move
   - on the mailing list
   - via twitter @MDAnalysis

Any comments? Please reply soon.

I'll also create a few more issues in the new tracker for some of the tasks to 
share the joy of moving...

Oliver

Original comment by orbeckst on 31 Mar 2015 at 8:18

GoogleCodeExporter commented 9 years ago
All looks good to me.

Original comment by richardjgowers on 1 Apr 2015 at 12:27

GoogleCodeExporter commented 9 years ago

Transfer completed. From now on we will be working from 

  https://github.com/MDAnalysis/mdanalysis

It looks ok but I am sure that there will be some glitches. Please start using 
the new side cautiously and use the new issue tracker 
https://github.com/MDAnalysis/mdanalysis/issues for anything that appears to be 
a problem.

Please update your remote repository designations:

 git remote rename origin googlecode
 git remote add origin git@github.com:MDAnalysis/mdanalysis.git

This should be sufficient to use the new repository, for instance, update your 
develop branch:

 git pull origin develop

Original comment by orbeckst on 4 Apr 2015 at 1:06