Don't use rmtree to delete deleted elements.
Brought to you by:
ebrehault
PlominoDesignManager.exportDesign should compare current exported files with existing ones, and delete ones that have gone away.
It should not use rmtree, because the exported folder may be under version control, and this would nuke the .svn directory.
oh!
right
of course, sorry, I missed that point
if we remove only *.xml, it should be ok, what do you think ?
Yes, the only thing better would probably be to start using a MANIFEST file which enumerates the interesting files. But *.xml is good enough I think.
fixed in svn 1109