| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0015081 | CMake | CMake | public | 2014-08-13 09:51 | 2015-01-05 08:39 | ||||
| Reporter | ycollet | ||||||||
| Assigned To | Brad King | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | CMake 2.8.12.2 | ||||||||
| Target Version | CMake 3.1 | Fixed in Version | CMake 3.1 | ||||||
| Summary | 0015081: ExternalProject: Clarify SVN_REVISION usage in documentation | ||||||||
| Description | In my project, I use ExternalProject to checkout a subversion repo. In the doc, it is indicated that you must use "SVN_REVISION rev" with rev the revision number. After some tries, I finally noticed that you must use the following format: SVN_REVISION -r 2041 Otherwise, ExternalProject complains that 2041 is not an URL. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0036610) Brad King (manager) 2014-08-13 10:52 |
I think the best form is actually SVN_REVISION -r2041 Note that it can also be a date: SVN_REVISION "-r{2014-01-01 01:01:00 +0000}" Perhaps the documentation should simply be updated as: -# [SVN_REVISION rev] # Revision to checkout from Subversion repo +# [SVN_REVISION -r<rev>] # Revision to checkout from Subversion repo |
|
(0036635) Brad King (manager) 2014-08-18 11:27 |
Docs updated: ExternalProject: Clarify SVN_REVISION format in docs http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b26faaf1 [^] |
|
(0037615) Robert Maynard (manager) 2015-01-05 08:39 |
Closing resolved issues that have not been updated in more than 4 months |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2014-08-13 09:51 | ycollet | New Issue | |
| 2014-08-13 10:52 | Brad King | Note Added: 0036610 | |
| 2014-08-18 11:27 | Brad King | Note Added: 0036635 | |
| 2014-08-18 11:27 | Brad King | Assigned To | => Brad King |
| 2014-08-18 11:27 | Brad King | Status | new => assigned |
| 2014-08-18 11:27 | Brad King | Target Version | => CMake 3.1 |
| 2014-08-18 11:27 | Brad King | Summary | Problem with ExternalProject checkout of specific revision => ExternalProject: Clarify SVN_REVISION usage in documentation |
| 2014-08-18 11:33 | Brad King | Status | assigned => resolved |
| 2014-08-18 11:33 | Brad King | Resolution | open => fixed |
| 2014-08-18 11:33 | Brad King | Fixed in Version | => CMake 3.1 |
| 2015-01-05 08:39 | Robert Maynard | Note Added: 0037615 | |
| 2015-01-05 08:39 | Robert Maynard | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |