Topic: rake doc:app corrupts subversion sandbox
The first command to be echoed by #rake doc:app is--
rm -r doc/app
which of course destroys not only the app folder but the very vital ".svn" hidden file as well.
Commits are not possible, cleanup fails with "app is not a working directory".
Since the ".svn" is not in the recycle bin, it cannot be recovered.
Anyone have any ideas (not messy ones, preferably<g>)?
(winxp, tortoise, hosted svn, rails 1.2.2)