[CMake] cvs update through ctest

Andy Cedilnik andy.cedilnik at kitware.com
Wed Dec 21 13:37:44 EST 2005


Hi Bitter,

Ok, let say:

/foo/bar/source
/foo/bar/build

cd /foo/bar/build
cmake /foo/bar/source
ctest -D ExperimentalUpdate

Does this work? If it does not, then send me the output of:

ctest -D ExperimentalUpdate -VV --debug

Thank you.

       Andy


Bitter, Ingmar (NIH/CC/DRD) [E] wrote:

>The build directory has neither, source directory is cvs, thus, I will
>have to run from the main project directory, right?
>
>Ingmar
>
>
>-----Original Message-----
>From: Andy Cedilnik [mailto:andy.cedilnik at kitware.com] 
>Sent: Wednesday, December 21, 2005 12:00 PM
>To: Bitter, Ingmar (NIH/CC/DRD) [E]
>Cc: cmake at cmake.org
>Subject: Re: [CMake] cvs update through ctest
>
>Hi Ingmar,
>
>CTest looks at the source directory and determine if it is CVS or 
>subversion. Do you have CVS subdirectory or .svn subdirectory?
>
>       Andy
>
>Bitter, Ingmar (NIH/CC/DRD) [E] wrote:
>
>  
>
>>Hi,
>>
>>my projects are setup by cmake with a build directory below the main
>>project directory:
>>
>>project/
>>project/build
>>project/src
>>
>>I run cmake and ctest from the build directory because I do not want
>>    
>>
>any
>  
>
>>automatically created files in the main project directory.
>>when running ctest -D Continuous it tells me that the current directory
>>is not a CVS controlled directory, which is correct. How do I tell
>>    
>>
>ctest
>  
>
>>to update the project directory?
>>
>>Or re-worded, what is the proper setup to do an out of source build and
>>test?
>>
>>-Ingmar
>>_______________________________________________
>>CMake mailing list
>>CMake at cmake.org
>>http://www.cmake.org/mailman/listinfo/cmake
>> 
>>
>>    
>>
>
>
>  
>


-- 
Andy Cedilnik
Kitware Inc.



More information about the CMake mailing list