git-svn: fix --rmdir when using SVN:: libraries
commitc07eee1f2ab9e9b168e050c0ef0b48d039c71470
authorEric Wong <normalperson@yhbt.net>
Tue, 20 Jun 2006 00:59:35 +0000 (19 17:59 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Jun 2006 08:31:57 +0000 (20 01:31 -0700)
treed92fbf6458ffcd24f125c4fe9e2b946ecef485ea
parentd281786fcd6d0df47dd46e415f1a804b2e81ed9b
git-svn: fix --rmdir when using SVN:: libraries

When tracking directories with nearly all of its files at
the most nested levels, --rmdir would accidentally go too
far when deleting.

Of course, we'll add a test for this condition, too.

Makefile: automatically run new tests as they appear in t/

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/Makefile
contrib/git-svn/git-svn.perl
contrib/git-svn/t/t0002-deep-rmdir.sh [new file with mode: 0644]