#!/bin/sh # # Copyright (c) 2008 Alec Berryman global test_description := ''git svn fetch repository with deleted and readded directory'' source ./lib-git-svn.sh # Don't run this by default; it opens up a port. require_svnserve test_expect_success 'load repository' ' svnadmin load -q "$rawsvnrepo" < "$TEST_DIRECTORY"/t9126/follow-deleted-readded.dump ' test_expect_success 'fetch repository' ' start_svnserve && git svn init svn://127.0.0.1:$SVNSERVE_PORT && git svn fetch ' test_done (CommandList children: [ (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:test_description) op: Equal rhs: {(SQ <"git svn fetch repository with deleted and readded directory">)} spids: [10] ) ] spids: [10] ) (C {(.)} {(./lib-git-svn.sh)}) (C {(require_svnserve)}) (C {(test_expect_success)} {(SQ <"load repository">)} { (SQ <"\n"> < " svnadmin load -q \"$rawsvnrepo\" < \"$TEST_DIRECTORY\"/t9126/follow-deleted-readded.dump\n" > <" "> ) } ) (C {(test_expect_success)} {(SQ <"fetch repository">)} { (SQ <"\n"> <" start_svnserve &&\n"> <" git svn init svn://127.0.0.1:$SVNSERVE_PORT &&\n"> <" git svn fetch\n"> <" "> ) } ) (C {(test_done)}) ] )