Hi, I guess that you have to create 2 jobs:
- daily: with trigger on each change and simple svn update - nightly: with time scheduling and and fresh svn checkout That means that you'll have a separate workspace for each of those jobs regards didier Le jeudi 22 mars 2012 13:34:16 UTC+1, chitech a écrit : 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?