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 /Source/CTest/cmCTestSVN.h | |
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 'Source/CTest/cmCTestSVN.h')
-rw-r--r-- | Source/CTest/cmCTestSVN.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestSVN.h b/Source/CTest/cmCTestSVN.h index 56265d0..73d676e 100644 --- a/Source/CTest/cmCTestSVN.h +++ b/Source/CTest/cmCTestSVN.h @@ -33,6 +33,9 @@ private: virtual void NoteNewRevision(); virtual bool UpdateImpl(); + bool RunSVNCommand(std::vector<char const*> const& parameters, + OutputParser* out, OutputParser* err); + // Information about an SVN repository (root repository or external) struct SVNInfo { |