Let's imagine that I have a very big (> 1Gb) SVN repository, I check it out in full with git svn
but then decides that I want to stop tracking some directories / files on the "git side", that is, not tracking locally and not pushing when I push the branch to a remote.
I imagine that deleting those with git rm
would work, however, my question is: does this break things for git-svn or will git-svn still be able to update from SVN?