-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Marcus Rohrmoser edited this page Aug 9, 2015
·
6 revisions
On August 24th I (@mro) will
- make http://piccolo2d.googlecode.com/ show a prominent link to http://piccolo2d.mro.name/community.html
- transfer (without any further tweaking)
- https://github.com/mro/piccolo2d.java to https://github.com/piccolo2d/piccolo2d.java
- https://github.com/mro/piccolo2d.site to https://github.com/piccolo2d/piccolo2d.github.io
- https://github.com/mro/piccolo2d.net to https://github.com/piccolo2d/piccolo2d.net
- https://github.com/mro/pocketpiccolo2d.net to https://github.com/piccolo2d/pocketpiccolo2d.net
- edit http://piccolo2d.mro.name/community.html to match the new situation
http://google-opensource.blogspot.de/2015/03/farewell-to-google-code.html https://code.google.com/p/support-tools/wiki/MigratingToGitHub
- Authors
- Source code (piccolo2d.java only)
- Issue tracker content
- Website history?
based on $ svn log --xml http://piccolo2d.googlecode.com/svn/ | grep author | sort -u | perl -pe 's/.*>(.*?)<.*/$1 = /'
aclamage = **[email protected]**
allain.lalonde = @allain
[email protected] = @allain
atdixon = @atdixon
[email protected] = @atdixon
bederson = @bederson
[email protected] = @pixelzoom
heuermh = @heuermh
[email protected] = @heuermh
jesse = @jessegrosjean
[email protected] = @mro
[email protected] = @mro
mr.rohrmoser = @mro
[email protected] = @samreid
[email protected] = @steveonjava
sv-reid = @samreid
[email protected] = **[email protected]**
https://github.com/mro/piccolo2d.java via http://import.github.com/new
http://git-scm.com/book/en/v1/Git-and-Other-Systems-Migrating-to-Git#Subversion
https://code.google.com/p/support-tools/wiki/GitHubExporterFAQ
https://help.github.com/articles/importing-from-subversion/
$ git svn clone http://piccolo2d.googlecode.com/svn/piccolo2d.java/ --authors-file=authors.txt --no-metadata -s piccolo2d.java
https://code.google.com/p/support-tools/wiki/IssueExporterTool ...