Tag: Version Control

  • Removing large files when using git-svn to migrate repositories

    Today I was migrating SVN repositories over to GIT using BU’s svn2git utility. I came across one repository that GitHub would not allow me to push because it contained a file that was over 100MB. After some investigation, I realized that the file it specified was only 25KB. However, at some point in its history it was over 100MB,…