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
11.11k stars 549 forks source link

Is it possible revision history of deleted files? #270

Open skalaiyarasan opened 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 ) in SVN. 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

javabrett commented 6 years ago

Howto/can-I questions are best asked over at SO: https://stackoverflow.com/questions/tagged/bfg-repo-cleaner .