Thanks Liz! I git clone the "new" repo, then redo the git gc, and tadaaa
$ git gc --aggressive --prune=now Counting objects: 590241, done. Compressing objects: 100% (571643/571643), done. Writing objects: 100% (590241/590241), done. Total 590241 (delta 459721), reused 130510 (delta 0) Checking connectivity: 590241, done. $ git count-objects -vH count: 0 size: 0 bytes in-pack: 590241 packs: 1 size-pack: 759.32 MiB prune-packable: 0 garbage: 0 size-garbage: 0 bytes So yes, we must upgrade the server to get a new version of git (if that makes the difference). How can we help? Who can provide a server for that? Le mer. 3 juin 2020 à 19:53, Liz Rea <[email protected]> a écrit : > > > Hi all, > > As the release is now done, yesterday ~3pm Central Standard Time I ran a > repack on the Koha repo. The repo is now 1.03G in size, down from 4.6G. > > There is more work to be done on that server - namely it's got a old and > busted (and cantankerous!) OS, and thusly an old and busted (and > cantankerous!) git version. It will need an upgrade at least, and it may end > up being a server move. > > I don't have a timeline for any of that, but will aim to make it as > unimpactful as I can when it happens, and will let everybody know closer to > the time. > > Cheers, > Liz > > > > On Tue, Apr 28, 2020 at 4:57 PM Jonathan Druart > <[email protected]> wrote: >> >> The wiki page is outdated, I will try and update it soon. I managed to >> get rid of po files and l kept the history and tags (using BFG instead >> of git filter-branch). >> >> Le mar. 28 avr. 2020 à 20:02, Mark Tompsett <[email protected]> a écrit : >> > >> > Greetings, >> > >> > I checked out the wiki page. Thank you for typing that up, Jonathan. >> > >> > I vote for keeping tags (hey GB to MB -- we can keep tags), and I really >> > like: >> > https://wiki.koha-community.org/wiki/Git_Splitting_and_Shrinking#Howto_use_Koha_main_repo_with_localization_repo >> > >> > It's still pretty clean in terms of getting all of Koha. >> > >> > GPML, >> > Mark Tompsett >> > _______________________________________________ >> > Koha-devel mailing list >> > [email protected] >> > https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel >> > website : http://www.koha-community.org/ >> > git : http://git.koha-community.org/ >> > bugs : http://bugs.koha-community.org/ >> _______________________________________________ >> Koha-devel mailing list >> [email protected] >> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel >> website : http://www.koha-community.org/ >> git : http://git.koha-community.org/ >> bugs : http://bugs.koha-community.org/ > > _______________________________________________ > Koha-devel mailing list > [email protected] > https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : http://www.koha-community.org/ > git : http://git.koha-community.org/ > bugs : http://bugs.koha-community.org/ _______________________________________________ Koha-devel mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
