[Cmake-commits] CMake branch, next, updated. v3.0.1-4939-gf61803d

Brad King brad.king at kitware.com
Mon Aug 18 11:26:41 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  f61803db0da69a0af3746772fac4308cee665bd2 (commit)
       via  b26faaf1b5ee71309609922fab7ec96888003709 (commit)
      from  6cb7b0c64de916b439dfe060a723462536ad6e91 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f61803db0da69a0af3746772fac4308cee665bd2
commit f61803db0da69a0af3746772fac4308cee665bd2
Merge: 6cb7b0c b26faaf
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Aug 18 11:26:40 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Aug 18 11:26:40 2014 -0400

    Merge topic 'ExternalProject-doc-SVN_REVISION-format' into next
    
    b26faaf1 ExternalProject: Clarify SVN_REVISION format in docs (#15081)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b26faaf1b5ee71309609922fab7ec96888003709
commit b26faaf1b5ee71309609922fab7ec96888003709
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 13 10:56:35 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Aug 13 10:56:35 2014 -0400

    ExternalProject: Clarify SVN_REVISION format in docs (#15081)
    
    Show the explicit '-r' that is required.

diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake
index dbce9f4..218066c 100644
--- a/Modules/ExternalProject.cmake
+++ b/Modules/ExternalProject.cmake
@@ -26,7 +26,7 @@
 #    [CVS_MODULE mod]            # Module to checkout from CVS repo
 #    [CVS_TAG tag]               # Tag to checkout from CVS repo
 #    [SVN_REPOSITORY url]        # URL of Subversion repo
-#    [SVN_REVISION rev]          # Revision to checkout from Subversion repo
+#    [SVN_REVISION -r<rev>]      # Revision to checkout from Subversion repo
 #    [SVN_USERNAME john ]        # Username for Subversion checkout and update
 #    [SVN_PASSWORD doe ]         # Password for Subversion checkout and update
 #    [SVN_TRUST_CERT 1 ]         # Trust the Subversion server site certificate

-----------------------------------------------------------------------

Summary of changes:
 Modules/ExternalProject.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list