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.
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel