That's a great idea for a feature request. It's probably not feasible with out-of-the-box CVS, but you could certainly come up with an implementation of it for svn or any revision control system with atomic commits of multiple file changes at once.
You could probably get fancy with a script that does a custom update step and track the svn revision number yourself, and only allow it to increment one at a time. Good luck. Let us know if you get something working... A script that does this would make for a good article on the CMake Wiki. On Tue, Feb 3, 2009 at 10:13 AM, no spam <[email protected]> wrote: > Hi, > Is there a way to tell ctest to only update to the next revision? I use > cmake+cdash for our build system and I would really like to get a build for > every commit if possible. > Thank you, > NS > > _______________________________________________ > CMake mailing list > [email protected] > http://www.cmake.org/mailman/listinfo/cmake >
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
