3 # Copyright (c) 2008 Alec Berryman
5 test_description
='git svn fetch repository with deleted and readded directory'
9 # Don't run this by default; it opens up a port.
12 test_expect_success
'load repository' '
13 svnadmin load -q "$rawsvnrepo" < "$TEST_DIRECTORY"/t9126/follow-deleted-readded.dump
16 test_expect_success
'fetch repository' '
18 git svn init svn://127.0.0.1:$SVNSERVE_PORT &&