[Cmake-commits] CMake branch, next, updated. v2.8.4-1824-g623eeb8

Brad King brad.king at kitware.com
Fri Jun 24 15:43:45 EDT 2011


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  623eeb87125c9146dc0d5e0e87275a620f65e6d0 (commit)
       via  0c6e8524fe24c356d31c011d6bed8819d86a480d (commit)
      from  e0845990b3ec389be0b8d54b84c0bc8bb9b7b4c5 (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=623eeb87125c9146dc0d5e0e87275a620f65e6d0
commit 623eeb87125c9146dc0d5e0e87275a620f65e6d0
Merge: e084599 0c6e852
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Jun 24 15:43:43 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jun 24 15:43:43 2011 -0400

    Merge topic 'FindSubversion-non-interactive-issue-12304' into next
    
    0c6e852 FindSubversion: Invoke svn non-interactively (#12304)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0c6e8524fe24c356d31c011d6bed8819d86a480d
commit 0c6e8524fe24c356d31c011d6bed8819d86a480d
Author:     Aaron C. Meadows <aaron.meadows at thomsonreuters.com>
AuthorDate: Fri Jun 24 15:39:40 2011 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Jun 24 15:41:43 2011 -0400

    FindSubversion: Invoke svn non-interactively (#12304)
    
    Otherwise Subversion_WC_LOG hangs if credentials are not set.

diff --git a/Modules/FindSubversion.cmake b/Modules/FindSubversion.cmake
index d8cdacb..4166d99 100644
--- a/Modules/FindSubversion.cmake
+++ b/Modules/FindSubversion.cmake
@@ -109,7 +109,7 @@ IF(Subversion_SVN_EXECUTABLE)
     # This macro requires a svn server network access (Internet most of the time)
     # and can also be slow since it access the svn server
     EXECUTE_PROCESS(COMMAND
-      ${Subversion_SVN_EXECUTABLE} log -r BASE ${dir}
+      ${Subversion_SVN_EXECUTABLE} --non-interactive log -r BASE ${dir}
       OUTPUT_VARIABLE ${prefix}_LAST_CHANGED_LOG
       ERROR_VARIABLE Subversion_svn_log_error
       RESULT_VARIABLE Subversion_svn_log_result

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

Summary of changes:
 Modules/FindSubversion.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list