git svn clone svn://rdo.rk9.bmstu.ru/var/svn/root/rdo/models/test --follow-parent --authors-file=../authors.txt --trunk=trunk rdo_models_test
git svn clone svn://rdo.rk9.bmstu.ru/var/svn/root/rdo/models/test --follow-parent --authors-file=../authors.txt --trunk=executor_of_system_tests executor_of_system_tests
cd ..
mkdir rdo_models_test
cd rdo_models_test
git init
git-stitch-repo ../1/rdo_models_test ../1/executor_of_system_tests:system_tests | git fast-import
git merge master-B
git merge master-A
diff -r system_tests/ ../1/executor_of_system_tests/
git remote add origin git@github.com:aurusov/rdo_models_test.git
git push -u origin master