summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorJason Heeris <jason.heeris@gmail.com>2018-08-16 00:57:35 (GMT)
committerBrad King <brad.king@kitware.com>2018-09-07 20:17:28 (GMT)
commit68d015fc94af6e39212b051336d7dc7f5c18d1d2 (patch)
tree95155d431bc1a4ba6eb72eaa8db4b1464cc8f7ee /Help/release
parentf782759ed0997eb3d71e1187a829da62668ed5d2 (diff)
downloadCMake-68d015fc94af6e39212b051336d7dc7f5c18d1d2.zip
CMake-68d015fc94af6e39212b051336d7dc7f5c18d1d2.tar.gz
CMake-68d015fc94af6e39212b051336d7dc7f5c18d1d2.tar.bz2
FindSubversion: Add Subversion_WC_INFO option to suppress failures
Subversion fails when the directory is not actually under its control. Allow projects to tolerate this case optionally. Fixes: #18264
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/FindSubversion-wc-info-error.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/FindSubversion-wc-info-error.rst b/Help/release/dev/FindSubversion-wc-info-error.rst
new file mode 100644
index 0000000..eaf6bfe
--- /dev/null
+++ b/Help/release/dev/FindSubversion-wc-info-error.rst
@@ -0,0 +1,6 @@
+FindSubversion-wc-info-error
+----------------------------
+
+* The :module:`FindSubversion` module ``Subversion_WC_INFO`` command
+ gained an ``IGNORE_SVN_FAILURE`` option to suppress failures,
+ e.g. when the source tree is not under Subversion control.