summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-09-12 15:04:20 +0000
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-09-12 15:04:20 +0000
commitfbfe207fe6d838c37e69d7eb1ecc24564747b273 (patch)
tree109076bccbc91b0f547f841c28845251f9d5ea9b /tests
parent79838424ad2da50e0c80247f94984aa2e7bb7777 (diff)
tests: Add git-svn reviving script
git-svn-id: https://pugixml.googlecode.com/svn/trunk@1010 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests')
-rwxr-xr-xtests/gitsvn.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/gitsvn.sh b/tests/gitsvn.sh
new file mode 100755
index 0000000..222a09f
--- /dev/null
+++ b/tests/gitsvn.sh
@@ -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