Re: Change svn check-out strategy for automatic/manuel build

2012-03-25 Thread Didier Durand
Hi Chitech, Agreed with Jan: what you propose is a lot of work compared to my solution achieved in a few clicks... Up to you regards didier Le samedi 24 mars 2012 11:09:34 UTC+1, chitech a écrit : We found a way around it. 1.0 Make a cron job to modify the config.xml to Clean workspace

Re: Change svn check-out strategy for automatic/manuel build

2012-03-24 Thread chitech
We found a way around it. 1.0 Make a cron job to modify the config.xml to Clean workspace 1.1 Call reload configuration via disk from cron job 2.0 The hudson run the nightly builds 3.0 Make a cron job to modify the config.xml back to emualte clean 3.1 Call reload configuration via disk from cron

Change svn check-out strategy for automatic/manuel build

2012-03-22 Thread chitech
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

Re: Change svn check-out strategy for automatic/manuel build

2012-03-22 Thread Didier Durand
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

Re: Change svn check-out strategy for automatic/manuel build

2012-03-22 Thread Jan Seidel
Hi Chitech, I must fully agree Didier. It would be possibile to achieve your idea with dirty hacks but the effort is in no releation the benefit. Copy and modifiy the job is done within a few seconds. take care Jan On 22 Mrz., 14:44, Didier Durand durand.did...@gmail.com wrote: Hi, I guess