Hi all,
just a note to inform you I started the OSGEO repository cleanup.
In the end it seems rm -rf does not work that well on directories
over WebDAV, davfs gets stuck for minutes when it tries to remove
the directory for some reason.
I found out that if I first remove the files with:
find . -path '*SNAPSHOT/*' -type f -exec rm -rvf {} \;
and then the directories:
find . -name '*SNAPSHOT' -type d -exec rmdir -v {} \;
things work smoothly. So if you're looking, expect to see the files
disappear first, the directories later
Cheers
Andrea
--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.