Hi mathieu, How is life back in lyon?
Digging into the source code, I don't see where the UPDATE_TYPE would be overided. Indeed, in Ctest,cmake, verthing is within a IF(NOT UPDATE_TYPE) loop. I can spend a little bit of time if you want (I owe you). - which dart server are you using, dart2? - how do you handle submitting result: * ctest -D SubmissionType * ctest -S ScriptName - what is the content of your <BINARY-TREE>/DartConfiguration.tcl (or CTestConfiguration.ini) - Do you need the update stage or can you skip it? Alex On 5/14/07 1:19 AM, "Mathieu Malaterre" <[EMAIL PROTECTED]> wrote: > Hello, > > We have a project here, handled without CVS or SVN. I would like to > get rid of the annoying (which is displayed on the Dart2 Update page): > > * Update repository: > cvs update: No CVSROOT specified! Please use the `-d' option > cvs [update aborted]: or set the CVSROOT environment variable. > Gathering version information (each . represents one updated file): > .* Get file update information: "/usr/bin/cvs" -z3 log -N > "specified! Please use the `-d' option" > cvs log: No CVSROOT specified! Please use the `-d' option > cvs [log aborted]: or set the CVSROOT environment variable. > > I thought that doing: > > $ cat CTestConfig.cmake > ... > SET (UPDATE_TYPE "foobar") > > Would be sufficient, but still CTest is trying to do a cvs update. > > Any suggestion ? Using ctest 2.4.5 > > Thanks _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
