1#!/bin/sh
23
test_description='test recreated svn branch with empty files'
45
. ./lib-git-svn.sh
6test_expect_success 'load svn dumpfile' '
7svnadmin load "$rawsvnrepo" < "${TEST_DIRECTORY}/t9136/svn.dump"
8'
910
test_expect_success 'clone using git svn' 'git svn clone -s "$svnrepo" x'
1112
test_done