Why is git creating empty directory: build.
I am cloning a SVN repo with the following commands
git svn clone -s http://svn/java/project project
and I see that git created a empty directory that I don't see in SVN, I keep removing it but everytime I do a
git svn rebase
it comes back.. can someone please tell me why and how to stop it