The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12630 ====================================================================== Reported By: doob Assigned To: ====================================================================== Project: CMake Issue ID: 12630 Category: CTest Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2011-12-16 04:31 EST Last Modified: 2011-12-16 04:31 EST ====================================================================== Summary: ctest_update can't handle svn externals properly -- unknown user on update of svn external Description: CTest misses to retrieve the proper username if a change to a build is comming from updating a file that lives withhin an svn external directory.
Parts of our projects share some code by using a common place in the repository and getting that parts of the code into the project source using svn externals. If some file of an svn external is changed and continuous builds are running, a call to ctest_update() sees the change and properly updates the working copy on the build node but misses to retrieve the username of the user that made the change. See example xml file. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-12-16 04:31 doob New Issue 2011-12-16 04:31 doob File Added: ctest_update.xml ====================================================================== -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers