Stephen Bash <bash@xxxxxxxxxxx> writes: >> 2. Keeping binary files in version control isn't a big deal because >> the whole repo doesn't get copied to everyone's system or use up >> people's GitHub storage space. > > I'd eliminate these on the SVN side before converting to Git. If you > have svnadmin access to the SVN repo svnadmin dump, svndumpfilter, > svnadmin load is a pretty easy process. Otherwise, you can do it on the Git side with: git filter-branch --tree-filter 'rm -f some-large-blob' -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html