git-svn ignore large binary files
问题 I'm working with a large svn repository (30,000+ revisions). I am using git-svn with limited success. My major problem is that the svn repository contains frequent updates to large binary files (~30MB). I do not care about the history of these files but I do care about the current versions of these files. git svn rebase runs very slowly if there have been multiple updates to the large binary files since my last svn rebase (which is common). My git database also grows very quickly. I'm looking