The recently made 2.21-M0 tag had two m2 folders: - src/m2 - src/community/m2
Vastly increasing the checkout size (and causing our build server run run out of space). If you fetched the 2.21-M0 tag count-objects will show: git count-objects -vH ... size-pack: 696.47 MiB Torben and myself have removed 2.21-M0 tag (and added a clean 2.21-M0.1 tag). To free up space in your local checkout: git tag -d 2.21-M0 git reflog expire --expire-unreachable=now --all git gc --prune=now After the above: git count-objects -vH ... size-pack: 246.20 MiB shows: -- Jody Garnett
_______________________________________________ Geoserver-devel mailing list Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel