rtyley / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://rtyley.github.io/bfg-repo-cleaner/
GNU General Public License v3.0
11k stars 547 forks source link

Is it possible revision history of deleted files? #269

Closed skalaiyarasan closed 6 years ago

skalaiyarasan commented 6 years ago

Hi,

We are doing svn to git migration. We had around 5 big binary files ( each is around 700MB ). So just deleted those files and migrated to GitHub. Now git source codes' size is less only. But git object pack is more than 8GB. I think because of these binary files revision. Shall I can remove these particular revision history ? Or anyway other way is there to clean up? We need remaining files' history.

-Kalaiyarasan