View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015081CMakeCMakepublic2014-08-13 09:512015-01-05 08:39
Reporterycollet 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 2.8.12.2 
Target VersionCMake 3.1Fixed in VersionCMake 3.1 
Summary0015081: ExternalProject: Clarify SVN_REVISION usage in documentation
DescriptionIn 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.
TagsNo tags attached.
Attached Files

 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

 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


Copyright © 2000 - 2018 MantisBT Team