git svn clone svn://rdo.rk9.bmstu.ru/var/svn/root/rdo/models/collection --follow-parent --authors-file=../authors.txt --trunk=game5 game5
git svn clone svn://rdo.rk9.bmstu.ru/var/svn/root/rdo/models/collection/animation --follow-parent --authors-file=../authors.txt --trunk=sprite_concept sprite_concept
git svn clone svn://rdo.rk9.bmstu.ru/var/svn/root/rdo/models/collection/animation --follow-parent --authors-file=../authors.txt --trunk=temp_res temp_res
cd ..
mkdir rdo_models_collection
cd rdo_models_collection
git init
git-stitch-repo ../1/game5:game5 ../1/heidel:heidel ../1/sprite_concept:animation/sprite_concept ../1/temp_res:animation/temp_res | git fast-import
git merge master-C
git merge master-A
git merge master-B
git merge master-D
diff -r game5 ../1/game5
diff -r heidel ../1/heidel
diff -r animation/sprite_concept ../1/sprite_concept
diff -r animation/temp_res ../1/temp_res
git remote add origin git@github.com:aurusov/rdo_models_collection.git
git push -u origin master