[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.413 1.414

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Apr 22 09:18:21 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv16977/Source

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Factor global-VC parts out of cmCTestSVN

This factors parts of the svn update implementation that are useful for
any globally-versioning vcs tool into cmCTestGlobalVC.  It will allow
the code to be shared among the support classes for most vcs tools.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.413
retrieving revision 1.414
diff -C 2 -d -r1.413 -r1.414
*** CMakeLists.txt	16 Mar 2009 14:40:18 -0000	1.413
--- CMakeLists.txt	22 Apr 2009 13:18:17 -0000	1.414
***************
*** 356,359 ****
--- 356,361 ----
    CTest/cmCTestVC.cxx
    CTest/cmCTestVC.h
+   CTest/cmCTestGlobalVC.cxx
+   CTest/cmCTestGlobalVC.h
    CTest/cmCTestCVS.cxx
    CTest/cmCTestCVS.h



More information about the Cmake-commits mailing list