| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0008128 | CMake | CTest | public | 2008-11-20 09:42 | 2009-02-13 16:31 | ||||
| Reporter | simonh | ||||||||
| Assigned To | Brad King | ||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | duplicate | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0008128: ctest cannot handle SVN usernames with spaces | ||||||||
| Description | My users have spaces between First and Last names. This works fine for SVN (via client certificates or HTTP user names), but confuses CTest's parsing of "svn status". svn_status_line_regex assumes that the output of "svn status --verbose" has no spaces in the user name. Would it be possible to use "svn status --xml --verbose" and parse the output as cmCTestUpdateHandlerSVNXMLParser already does for log messages? | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |||||||||||
|
|||||||||||
| Relationships |
| Notes | |
|
(0014164) simonh (reporter) 2008-11-24 09:51 edited on: 2008-11-24 09:52 |
There are some fundamental issues with cmCTestUpdateHandler.cxx that I don't understand, such as the "modifiedOrConflict" flag which seems to be buggy to me. I'm having difficulty writing a patch without knowing more about the code. Please see my mailing list post: http://www.cmake.org/pipermail/cmake/2008-November/025500.html [^] |
|
(0014724) Brad King (manager) 2009-01-29 14:42 |
I'm currently refactoring cmCTestUpdateHandler to get rid of the monolithic function and make it possible to support more VCS tools. I'll look at fixing this after the refactoring is complete. |
|
(0014933) Brad King (manager) 2009-02-13 16:31 |
Issue 0008168 more completely describes the issues, so I'm closing this version. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2008-11-20 09:42 | simonh | New Issue | |
| 2008-11-24 09:51 | simonh | Note Added: 0014164 | |
| 2008-11-24 09:52 | simonh | Note Edited: 0014164 | |
| 2008-11-24 09:52 | simonh | Note Edited: 0014164 | |
| 2009-01-29 14:37 | Bill Hoffman | Status | new => assigned |
| 2009-01-29 14:37 | Bill Hoffman | Assigned To | => Brad King |
| 2009-01-29 14:42 | Brad King | Note Added: 0014724 | |
| 2009-02-13 16:30 | Brad King | Relationship added | has duplicate 0008168 |
| 2009-02-13 16:31 | Brad King | Note Added: 0014933 | |
| 2009-02-13 16:31 | Brad King | Status | assigned => closed |
| 2009-02-13 16:31 | Brad King | Resolution | open => duplicate |
| 2011-01-17 15:57 | Brad King | Relationship added | child of 0010484 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |