[CMake] Nightly ctest : Neither CVS, nor SVN

Mathieu Malaterre mathieu.malaterre at gmail.com
Tue May 15 04:20:21 EDT 2007


hi all,

  I completely forgot that I could simply skipped the Update part of
Nightly (handled outside of the ctest script):

ctest -D NightlyStart -D NightlyConfigure -D NightlyBuild -D NightlySubmit

sorry for the noise
-Mathieu

On 5/14/07, Richard Wackerbarth <richard at nfsnet.org> wrote:
> On May 14, 2007, at 3:19 AM, Mathieu Malaterre 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
>
> A few thoughts:
>
> First, if this is truly a "Nightly" build, you have some other update
> method. ("foobar")
> Wrap that in a shell script and supply it as the CTEST_CVS_COMMAND
>
> or
>
> Claim that this is an "Experimental" build rather than a "Nightly" one.
>
> or
>
> Trick ctest into doing a meaningless cvs (or svn) update of a dummy file
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>


-- 
Mathieu


More information about the CMake mailing list