<html><body><div>Hello,<br><br>here is the build process of the build server: <br><br>1.) e.g.: last commit at 03:00 pm (svn revision 8) => build is ok<br>2.) The nightly build starts at 10:00 pm (svn revision 7) => build is ok<br> Why is the svn revision before the last commit, it should be 8?<br>3.) In the morning (~ 06:00 am) a continuous build is triggered (SVN revision 8) => build is ok<br> Why is this continuous build triggered?<br><br>The folder structure for the project on the build server is the following:<br><br><span style="font-family: courier new,monospace; font-size: 12px;">MyProject</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> |</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> +----build</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> |</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> +----source</span><br><br>In the CTestScript.cmake if have the following:<br><br><span style="font-family: courier new,monospace; font-size: 12px;">if(MODEL STREQUAL "Nightly")</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> file(REMOVE_RECURSE "${CTEST_BINARY_DIRECTORY}")</span><br><span style="font-family: courier new,monospace; font-size: 12px;"> set(CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE)</span><br><span style="font-family: courier new,monospace; font-size: 12px;">endif()</span><br><br>According to my understanding the build directory should be removed and newly created.<br>But I don't know why the revisions are changed during the nightly build.<br><br>Can anyone please help<br><br>Thanks in advance<br>Best Regards<br><br>NoRulez<br data-mce-bogus="1"></div></body></html>