[Koha-devel] Repack git repo

2020-04-28 Thread Jonathan Druart
Hi devs, Some of you may know, we got an issue with our Koha gitlab repo, it was not syncing because of too big (no detail here, but that did not really make sense anyway). It seems that it is syncing now but we removed all the branches that are not protected (so only master) I had a new try at s

Re: [Koha-devel] Repack git repo

2020-04-28 Thread Liz Rea
Ok, what time of day in UTC do you like for this? On Tue, Apr 28, 2020 at 3:19 AM Jonathan Druart < jonathan.dru...@bugs.koha-community.org> wrote: > Hi devs, > > Some of you may know, we got an issue with our Koha gitlab repo, it > was not syncing because of too big (no detail here, but that did

Re: [Koha-devel] Repack git repo

2020-04-28 Thread Jonathan Druart
My feeling would be to: 0. stop pushing to the repo, so wait for the RM and RMaints to confirm they are aware of the task 1. copy the original repo directory (backup, just in case) 2.`git gc --aggressive --prune=now` I personally don't have preference about the time. Le mar. 28 avr. 2020 à 17:28

Re: [Koha-devel] Repack git repo

2020-04-28 Thread Mark Tompsett
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

Re: [Koha-devel] Repack git repo

2020-04-28 Thread Jonathan Druart
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 a écrit : > > Greetings, > > I checked out the wiki page. Thank you for typing that up,