git svn: log removals of empty directories
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>
This commit is contained in:
@ -105,4 +105,14 @@ test_expect_success 'empty directories in trunk exist' '
|
||||
)
|
||||
'
|
||||
|
||||
test_expect_success 'remove a top-level directory from svn' '
|
||||
svn_cmd rm -m "remove d" "$svnrepo"/d
|
||||
'
|
||||
|
||||
test_expect_success 'removed top-level directory does not exist' '
|
||||
git svn clone "$svnrepo" removed &&
|
||||
test ! -e removed/d
|
||||
|
||||
'
|
||||
|
||||
test_done
|
||||
|
Reference in New Issue
Block a user