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:
parent
79838424ad
commit
fbfe207fe6
1 changed files with 5 additions and 0 deletions
5
tests/gitsvn.sh
Executable file
5
tests/gitsvn.sh
Executable 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
|
Loading…
Add table
Reference in a new issue