tests: Add git-svn reviving script

git-svn-id: https://pugixml.googlecode.com/svn/trunk@1010 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
Arseny Kapoulkine 2014-09-12 15:04:20 +00:00
parent 79838424ad
commit fbfe207fe6

5
tests/gitsvn.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
git svn init https://pugixml.googlecode.com/svn/trunk
git update-ref refs/remotes/git-svn refs/remotes/origin/master
git svn rebase