[CMake] Ctest update to next revision?

2009-02-03 Thread no spam
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 CMake@cmake.org

Re: [CMake] Ctest update to next revision?

2009-02-03 Thread David Cole
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

Re: [CMake] Ctest update to next revision?

2009-02-03 Thread Eric Noulard
2009/2/3 David Cole david.c...@kitware.com: 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.