- 
configDirectoryString configDirectory Instructs Subversion to read configuration
 information from the specified directory instead of the
 default location. 
- 
cygwinMountPathString cygwinMountPath The cygwin mount path. 
- 
modelEncodingString modelEncoding Field modelEncoding. 
- 
trustServerCertboolean trustServerCert Switch on to use svn command line option:
 --trust-server-cert.
 
- 
useAuthCacheboolean useAuthCache 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.
 
- 
useCygwinPathboolean useCygwinPath Must be trueif svn is a cygwin
 svn command.
 
- 
useNonInteractiveboolean useNonInteractive 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.