git svn: attempt to create empty dirs on clone+rebase
commit6111b934991f3ea670ac2442806c976defc7b61c
authorEric Wong <normalperson@yhbt.net>
Mon, 16 Nov 2009 02:57:16 +0000 (15 18:57 -0800)
committerEric Wong <normalperson@yhbt.net>
Mon, 16 Nov 2009 03:30:06 +0000 (15 19:30 -0800)
treecb892f1efc6601e63f640d6a51f222e89c60a08c
parente2f8617b266e320fd58ab584cae2ebe9906daaac
git svn: attempt to create empty dirs on clone+rebase

We parse unhandled.log files for empty_dir statements and make a
best effort attempt to recreate empty directories on fresh
clones and rebase.  This should cover the majority of cases
where users work off a single branch or for projects where
branches do not differ in empty directories.

Since this cannot affect "normal" git commands like "checkout"
or "reset", so users switching between branches in a single
working directory should use the new "git svn mkdirs" command
after switching branches.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Documentation/git-svn.txt
git-svn.perl
t/t9115-git-svn-dcommit-funky-renames.sh
t/t9146-git-svn-empty-dirs.sh [new file with mode: 0755]