translate / translate-project

The Translate Project
4 stars 3 forks source link

Migrate Corpuscatcher to Git #2116

Closed julen closed 12 years ago

julen commented 12 years ago

This bug is for tracking the migration of Corpuscatcher to Git.

julen commented 12 years ago

For Corpuscatcher we want to import trunk.

This should be enough to import it into git:

mkdir corpuscatcher && cd corpuscatcher time -p svn2git https://translate.svn.sourceforge.net/svnroot/translate/src/trunk/corpuscatcher --rootistrunk --metadata --revision 7755 --verbose git remote add origin git@github.com:julen/corpuscatcher.git git push -u origin master cd ..

julen commented 12 years ago

Created attachment 816

Migration rules file

julen commented 12 years ago

Repository live at https://github.com/translate/corpuscatcher/