We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f7a2ab + e29bee1 commit 8371e91Copy full SHA for 8371e91
t/t9159-git-svn-no-parent-mergeinfo.sh
@@ -2,6 +2,14 @@
2
test_description='git svn handling of root commits in merge ranges'
3
. ./lib-git-svn.sh
4
5
+svn_ver="$(svn --version --quiet)"
6
+case $svn_ver in
7
+0.* | 1.[0-4].*)
8
+ skip_all="skipping git-svn test - SVN too old ($svn_ver)"
9
+ test_done
10
+ ;;
11
+esac
12
+
13
test_expect_success 'test handling of root commits in merge ranges' '
14
mkdir -p init/trunk init/branches init/tags &&
15
echo "r1" > init/trunk/file.txt &&
0 commit comments