Serialized Form


Package org.apache.maven.scm.provider.svn

Class org.apache.maven.scm.provider.svn.SvnChangeSet extends ChangeSet implements Serializable

serialVersionUID: -4454710577968060741L


Package org.apache.maven.scm.provider.svn.command.info

Class org.apache.maven.scm.provider.svn.command.info.SvnInfoScmResult extends InfoScmResult implements Serializable

serialVersionUID: 955993340040530451L


Package org.apache.maven.scm.provider.svn.command.update

Class org.apache.maven.scm.provider.svn.command.update.SvnUpdateScmResult extends UpdateScmResultWithRevision implements Serializable

serialVersionUID: -3233977852698721693L


Package org.apache.maven.scm.providers.svn.settings

Class org.apache.maven.scm.providers.svn.settings.Settings extends Object implements Serializable

Serialized Fields

configDirectory

String configDirectory
Instructs Subversion to read configuration information from the specified directory instead of the default location.


useCygwinPath

boolean useCygwinPath
Must be true if svn is a cygwin svn command.


cygwinMountPath

String cygwinMountPath
The cygwin mount path.


useNonInteractive

boolean useNonInteractive
Switch off if you do not like to use --non-interactive e.g. on Leopard (see SCM-402).


useAuthCache

boolean 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-cache is used.


trustServerCert

boolean trustServerCert
Switch on to use svn command line option: --trust-server-cert.


modelEncoding

String modelEncoding
Field modelEncoding.



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.