diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2016-11-23 15:46:19 +0100 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2016-11-24 08:29:35 +0000 |
commit | 2fad6f2c38aac98197bff39d9a541455744069f2 (patch) | |
tree | 60710b440f00380dce21bd11e50d8a169cd937e6 /doc | |
parent | a4e9d87cf8d363e0ef83f5218d644b3806086a19 (diff) | |
download | qt-creator-2fad6f2c38aac98197bff39d9a541455744069f2.tar.gz |
Doc: Subversion specific options
Change-Id: I17198bea12f20940e79b2e3a4f65757cdfb06abe
Reviewed-by: Hugues Delorme <delorme.hugues@fougue.pro>
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/vcs/creator-vcs-subversion.qdoc | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/src/vcs/creator-vcs-subversion.qdoc b/doc/src/vcs/creator-vcs-subversion.qdoc index a83fe37fc9..54de2dd62a 100644 --- a/doc/src/vcs/creator-vcs-subversion.qdoc +++ b/doc/src/vcs/creator-vcs-subversion.qdoc @@ -39,7 +39,16 @@ Subversion is an open source version control system. - In addition to the standard version control system functions, you can - select \uicontrol Tools > \uicontrol Subversion > \uicontrol Describe - to display commit log messages for a revision. + In addition to the standard version control system functions described in + \l {Using Common Functions}, you can select \uicontrol Tools > + \uicontrol Subversion > \uicontrol Describe to display commit log messages + for a revision. + + By default, you are prompted to confirm that you want to submit changes. + To suppress the prompt, select \uicontrol Tools > \uicontrol Options > + \uicontrol {Version Control} > \uicontrol Subversion, and then deselect the + \uicontrol {Prompt on submit} check box. + + To show whitespace changes in annotation views, deselect the + \uicontrol {Ignore whitespace changes in annotation} check box. */ |