I want to use git-svn to sync my local computer with my company's remote svn repository. I used to do that, but had to stop because git did not put directories under revision control.
The problem is that when I added a new directory git worked just fine, but when I removed a dir the directory would still exist in the svn repository, causing problems to other developers that used svn natively.
Is there a way to solve this? I'm having problems to find solutions in git documentation..