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 https://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 trueif 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-interactiveirrespective 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-cacheis used.Default value:  | 
| trustServerCert | boolean | Switch on to use svn command line option: --trust-server-cert.Default value:  | 


