From fbfe207fe6d838c37e69d7eb1ecc24564747b273 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 12 Sep 2014 15:04:20 +0000 Subject: tests: Add git-svn reviving script git-svn-id: https://pugixml.googlecode.com/svn/trunk@1010 99668b35-9821-0410-8761-19e4c4f06640 --- tests/gitsvn.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tests/gitsvn.sh (limited to 'tests') 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 -- cgit v1.2.3