Svn
Subversion Provider Settings, read from ${user.home}/.scm/svn-settings.xml
<svn-settings xmlns="http://maven.apache.org/SCM/SVN/2.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SCM/SVN/2.1.2 http://maven.apache.org/xsd/svn-settings-2.1.2.xsd">
<configDirectory/>
<useCygwinPath/>
<cygwinMountPath/>
<useNonInteractive/>
<useAuthCache/>
<trustServerCert/>
</svn-settings>
svn-settings
No description.
Element | Type | Description |
---|---|---|
configDirectory
|
String
|
Instructs Subversion to read configuration information from the specified directory instead of the default location. |
useCygwinPath
|
boolean
|
Must be true if svn is a cygwin svn command.
Default value: |
cygwinMountPath
|
String
|
The cygwin mount path.
Default value: |
useNonInteractive
|
boolean
|
Switch on if you want to use --non-interactive irrespective of the interactive flag set on the according SCM provider. The value false means that provider's interactive flag is used to determine this CLI argument.
Default value: |
useAuthCache
|
boolean
|
Switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy). If you don't change this, the command line option --no-auth-cache is used.
Default value: |
trustServerCert
|
boolean
|
Switch on to use svn command line option: --trust-server-cert .
Default value: |