Svn
Subversion Provider Model
<svn-settings xmlns="http://maven.apache.org/SCM/SVN/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SCM/SVN/1.1.0 http://maven.apache.org/xsd/svn-settings-1.1.0.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 is: |
cygwinMountPath
|
String
|
The cygwin mount path.
Default value is: |
useNonInteractive
|
boolean
|
Switch off if you do not like to use --non-interactive e.g. on Leopard (see SCM-402).
Default value is: |
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 is: |
trustServerCert
|
boolean
|
Switch on to use svn command line option: --trust-server-cert .
Default value is: |