We have bamboo 4.2.1 and using SVN as a repository. On our remote agents, whenever I execute a plan, bamboo is running a 'clean directory' operation. The plan and checkout task are NOT set force a clean checkout (ie - the checkbox to force a clean build is UNchecked and we are not doing an export). It should be running an update. On a local agent, we are not seeing this behavior, as it performs an update rather than a clean checkout, which is what we want. Why is the remote agent forcing a clean checkout and what can I do to make it do the update instead? This is absolutely a critical problem that needs to be resolved or we will not be able to use bamboo.