Revision f9ad77a739c0d012ee58b64eda2d7ec0d4e1df9d authored by Eric Wong on 08 December 2009, 04:49:38 UTC, committed by Eric Wong on 08 December 2009, 04:49:44 UTC
This also adds a test case for:
  "git svn: Don't create empty directories whose parents were deleted"
which was the reason we found this bug in the first place.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
1 parent 33f2a31
Raw File
t9136-git-svn-recreated-branch-empty-file.sh
#!/bin/sh

test_description='test recreated svn branch with empty files'

. ./lib-git-svn.sh
test_expect_success 'load svn dumpfile'  '
	svnadmin load "$rawsvnrepo" < "${TEST_DIRECTORY}/t9136/svn.dump"
	'

test_expect_success 'clone using git svn' 'git svn clone -s "$svnrepo" x'

test_done
back to top