Are there any interactions between CMake and Subversion
to be aware of when using those two tools?
Thanks,
Dave Feustel
http://RepublicBroadcasting.org - Because You CAN Handle The Truth!
http://iceagenow.com - Because Global Warming Is A Scam!
___
CM
Hi Andrew,
Subversion support was added in CMake 2.4.
You may want to run:
ctest -D ExperimentalUpdate -V
and see what the output is.
Andy
Andrew Maclean wrote:
We have a Windows XP client and we need to run nightly tests on it.
The repository is a subversion one on a linux box.
We
We have a Windows XP client and we need to run nightly tests on it. The repository is a subversion one on a linux box.
We use ssh+ssl to checkout the repository to the client. Now we can check it out OK and run a nightly test which is submitted OK. However the checked out repository is never upda