2009/7/2 Bram de Greve <br...@users.sourceforge.net>:
> Hi,
>
> I have a large project that combines the sources of different CVS
> repositories/projects in one build.
>
> I would like to perform a continuous build on this, but AFAIK it's
> possible to do only one cvs update on this.  So the continuous build would
> "listen" to only one of the CVS projects.
>
> Is there a way I would be able to extend this listener mechanism to the
> different CVS projects?

May be you can write a CVS command wrapper script and then use it with CTest.
The wrapper script will eventually update from several CVS repo.

see: http://www.vtk.org/Wiki/CMake_Scripting_Of_CTest

and in particular:

SET (CTEST_CVS_COMMAND "you-own-script")
SET (CTEST_CVS_CHECKOUT  "${CTEST_CVS_COMMAND} .... " )

-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to