svn mv and svn rm will remove files immediately, but not directories. Directories are removed only on commit.
So, if the old build relies on the presence of directories you have moved or removed, the build will continue to work until just after you've committed the changes (and, after so much pre-commit checking, gone off for a long-deserved break:-)
thanks david jencks
