hello, we have a fairly huge svn repository that i access using git. so far everything was working fine. now someone accidentally added some huge chunks of binary data to the svn repository. (hundreds of MB!) of course git also sucked in those chunks (using git-svn).
Is there a way to selectively remove some files from git without disturbing the synchronization with the svn repository?