translate / translate-project

The Translate Project
4 stars 3 forks source link

Migrate amaGama to Git #2115

Closed julen closed 12 years ago

julen commented 12 years ago

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

julen commented 12 years ago

For amaGama we just want to import trunk.

julen commented 12 years ago

With the following commands amaGama can be easily imported:

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

julen commented 12 years ago

Created attachment 818

Migration rules file

julen commented 12 years ago

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