git svn clone svn://rdo.rk9.bmstu.ru/var/svn/root/rdo/app/rdo_editor --authors-file=authors.txt --trunk=trunk rdo_editor > log
git clone file:///home/drobus/rdo/rdo_editor/
cd rdo_editor
git filter-branch --prune-empty --index-filter "git rm -rf --cached --ignore-unmatch errors/* rdo_common/* rdo_ctrls/* rdo_designmaket/* rdo_help/* rdo_kernel/* rdo_lib/* rdo_plugin/* rdo_plugin_cbuilder/* rdo_plugin_game5/* rdo_plugin_mfc/* rdo_repository/* rdo_repository_file/* rdo_stream/* rdo_studio/* thirdparty/* upx124w RAO-cd-rom-*.* comments.txt rdo_studio.dsw rdo_studio.opt rdo_studio.sln" HEAD
rm -Rf .git/refs/original
git gc --aggressive
git remote set-url origin git@github.com:aurusov/rdo_editor.git
git push -u origin --all