Build definition: how to clean a workspace like git-clean
Is there the equivalent of git-clean in RTC, which recursively remove files that are not under version control ?
My build sometimes leaves random files in the source tree which may break next build in the same workspace. I know this is bad, but I can't avoid that and I don't have the exact list of such files.
To be sure the next build will run on a clean workspace, I checked the 'delete workspace' in the build definition.The problem is that it's much slower to checkout all the sources than updating them.
My build sometimes leaves random files in the source tree which may break next build in the same workspace. I know this is bad, but I can't avoid that and I don't have the exact list of such files.
To be sure the next build will run on a clean workspace, I checked the 'delete workspace' in the build definition.The problem is that it's much slower to checkout all the sources than updating them.