Hi everybody,
I've run into a small problem with automatic svn updates of a nightly build repository. The repository contains names longer as the 'traditional' 260 char windows MAX_PATH limit. From the FAQ of subversion: http://subversion.tigris.org/faq.html#long-paths I've had a look at the relevant ctest-code sections and it seems that currently CTEST_UPDATE_COMMAND will be used from within CTEST_SOURCE_DIRECTORY, i.e. using relative paths. Is there a way to change this behaviour to using the absolute path (CTEST_SOURCE_DIRECTORY should contain this) like it is used with CTEST_EXTRA_UPDATES (that still seem to rely von CTEST_CVS_COMMAND, but can be abused to work in that case)? Without this it is not currently possible to update deep hierarchy repositories via this mechanism as the svn cli client will fail if relative paths are used. Thank you for any information and best regards, -.jan.-
_______________________________________________ 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