When an user schedule a build we would like to use svn check-out strategy: ‘Emulate clean checkout by first deleting unversioned/ignored files, then 'svn update'’
But for nightly build we would like to use this strategy: Clean workspace and then checkout We want this because the build time will be shorter in the daytime. Can we somehow achieve this setup?