diff options
author | Nils Gladitz <gladitz@scivis.de> | 2012-09-23 17:55:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-09-25 17:36:47 (GMT) |
commit | 9ace8015784fe0e6ca734bdc1a02d5550b5c565c (patch) | |
tree | 8165b771d952b8513f67199a068723e3022b3ea8 /Modules/DartConfiguration.tcl.in | |
parent | eb5da9c71df249a183cbb765ddd8ca2248a40a47 (diff) | |
download | CMake-9ace8015784fe0e6ca734bdc1a02d5550b5c565c.zip CMake-9ace8015784fe0e6ca734bdc1a02d5550b5c565c.tar.gz CMake-9ace8015784fe0e6ca734bdc1a02d5550b5c565c.tar.bz2 |
ctest_update: Tell svn not to prompt interactively (#13024)
While at it, add SVNOptions/CTEST_SVN_OPTIONS configuration settings to
add options to all svn invocations instead of just "svn update".
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index ad7f805..9e49ac7 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -44,6 +44,7 @@ CVSUpdateOptions: @CVS_UPDATE_OPTIONS@ # Subversion options SVNCommand: @SVNCOMMAND@ +SVNOptions: @CTEST_SVN_OPTIONS@ SVNUpdateOptions: @SVN_UPDATE_OPTIONS@ # Git options |