Re: [cmake-developers] Fwd: [CMake] CTest GIT support does not properly update recursive submodules

2011-02-23 Thread Brad King
On 02/23/2011 12:16 PM, Johan Björk wrote: > Thanks, updated http://www.vtk.org/Wiki/CMake_Useful_Variables to list it. FYI, these are documented: http://www.cmake.org/cmake/help/cmake-2-8-docs.html#variable:CMAKE_VERSION http://www.cmake.org/cmake/help/cmake-2-8-docs.html#variable:CMAKE_MAJOR_VE

Re: [cmake-developers] Fwd: [CMake] CTest GIT support does not properly update recursive submodules

2011-02-23 Thread Johan Björk
Thanks, updated http://www.vtk.org/Wiki/CMake_Useful_Variables to list it. /Johan On Wed, Feb 23, 2011 at 5:17 PM, Brad King wrote: > On 02/23/2011 10:22 AM, Johan Björk wrote: > > Is there a way to get the version of the Nightly builds, or is it > > possible to get the patch version bumped to

Re: [cmake-developers] Fwd: [CMake] CTest GIT support does not properly update recursive submodules

2011-02-23 Thread Brad King
On 02/23/2011 10:22 AM, Johan Björk wrote: > Is there a way to get the version of the Nightly builds, or is it > possible to get the patch version bumped to .5? I'd like to run this on > a few of my buildservers, but I can't find a way to detect if I should > disable my workaround. The version sch

Re: [cmake-developers] Fwd: [CMake] CTest GIT support does not properly update recursive submodules

2011-02-23 Thread Johan Björk
cool, thanks. Is there a way to get the version of the Nightly builds, or is it possible to get the patch version bumped to .5? I'd like to run this on a few of my buildservers, but I can't find a way to detect if I should disable my workaround. /Johan On Tue, Feb 22, 2011 at 10:15 PM, Brad Kin

Re: [cmake-developers] Fwd: [CMake] CTest GIT support does not properly update recursive submodules

2011-02-22 Thread Brad King
On 02/22/2011 04:04 PM, Johan Björk wrote: > Just for future patches, any reason you choose to use RunChild instead > of RunSingleCommand? > I'll try it this week. Specifically inside of cmCTestGIT we use RunChild because it logs everything that is done during the update. Furthermore the RunSing

Re: [cmake-developers] Fwd: [CMake] CTest GIT support does not properly update recursive submodules

2011-02-22 Thread Johan Björk
Thanks! Just for future patches, any reason you choose to use RunChild instead of RunSingleCommand? I'll try it this week. Cheers /Johan On Tue, Feb 22, 2011 at 9:51 PM, Brad King wrote: > On 02/20/2011 11:29 AM, Johan Björk wrote: > > missed the list. attached patch. > > Thanks. I made the

Re: [cmake-developers] Fwd: [CMake] CTest GIT support does not properly update recursive submodules

2011-02-22 Thread Brad King
On 02/20/2011 11:29 AM, Johan Björk wrote: > missed the list. attached patch. Thanks. I made the following commit from your patch plus some major modifications and reorganization: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1173cc4a -Brad ___

[cmake-developers] Fwd: [CMake] CTest GIT support does not properly update recursive submodules

2011-02-20 Thread Johan Björk
missed the list. attached patch. -- Forwarded message -- From: Johan Björk Date: Sun, Feb 20, 2011 at 5:28 PM Subject: Re: [CMake] CTest GIT support does not properly update recursive submodules To: Brad King Hi Brad, Attached a small patch for --recursive support. /Johan O