<div dir="ltr"><br><br>On Tue, Mar 5, 2019 at 1:11 PM Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br>><br>> Hi devs,<br>><br>> esp. for those who are contributing to GRASS GIS for while and have<br>> .svn/ directory/-ies in their local source code copy, here a hint to<br>> save (notably) disk space:<br>> running "svn cleanup" shrinks the respective svn control files.<br>><br>> Here a one-liner, to be run in the parent directory of where your<br>> (GRASS GIS) svn based source code is:<br>><br>> # loop over all directories which contain a ./svn/ directory:<br>> for i in $(ls */.svn/wc.db | cut -d'/' -f1) ; do (cd $i ; svn cleanup) ; done<br><div><br></div><div>nice!<br></div><div>></div>> In my case, with 15 different GRASS source code directories (different<br>> version, dev and relbranches), it saved me 11 GB (!). Neat :-)<br><div><br></div><div>you will need that disk space when GRASS moves to git which needs more disk space than svn</div><div><br></div><div>Markus M<br></div><div>></div>> cheers,<br>> Markus<br>> _______________________________________________<br>> grass-dev mailing list<br>> <a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-dev">https://lists.osgeo.org/mailman/listinfo/grass-dev</a></div>