Serialized Form
|
Package org.apache.maven.scm.provider.svn |
|
Package org.apache.maven.scm.provider.svn.command.info |
infoItems
java.util.List<E> infoItems
|
Package org.apache.maven.scm.provider.svn.command.update |
|
Package org.apache.maven.scm.providers.svn.settings |
configDirectory
java.lang.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
java.lang.String cygwinMountPath
- The cygwin mount path. The default value is
'/cygwin'.
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)
.
modelEncoding
java.lang.String modelEncoding
- Field modelEncoding.
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.