Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration from googlecode to github #207

Open
ccanepa opened this issue May 6, 2014 · 0 comments
Open

Migration from googlecode to github #207

ccanepa opened this issue May 6, 2014 · 0 comments
Labels

Comments

@ccanepa
Copy link
Contributor

ccanepa commented May 6, 2014

Migration from googlecode to github

Code

Initial migration to a local git repository was done basically following
http://git-scm.com/book/en/Git-and-Other-Systems-Migrating-to-Git

Some very old branches were pruned, I think they were factually merged in trunk.
Anyway, they are present in the original repo at http://code.google.com/p/los-cocos/

A diff between svn checkouts and git checkouts verified 0 differences at last trunk state and at some of the newer tags states. ( diff performed with 'ignore whitespace' and 'ignore line endings' )

Posible deffects with git checkouts to a commit before migration

test/test_recorder.py will traceback due to missing test/tmp empty directory
Workaround: create manually the directory

test/test_skeleton_anim.py can traceback due to git messing by default with line endings
Workaround: copy test/SAMPLE.anim from a checkout after the migration

This does not apply for checkouts after the migration, that is, checking out a commit done after the migration should work normally.

Mapping between svn revision numbers and git sha

A file with the mapping has been attached at http://code.google.com/p/los-cocos/issues/detail?id=210

Issues migration

All issues have been migrated; attachments now are links to the original issue in googlecode (github does not support attachments)
There are small glitches in formatting but nothing major.

@ccanepa ccanepa added the info label May 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant