Hi, We're using Jenkins with multiple jobs running on multiple machines. Most jobs uses a SVN as SCM, with multiple modules in the same workspace.
When a module is removed from a job configuration, its files remain in the workspaces on our slaves until the workspaces are wiped. This causes some problems, for example with Checkstyle warning deltas. As a solution to this, we're wiping our workspaces every night, and while this works it isn't as fast as we'd like it to be. Is there a way, by configuration or by using a plug-in, to automatically remove the deleted modules from the workspaces?
