Schedules files (within an SVN working copy) to be added to version control
| Type | Name and description |
|---|---|
java.lang.Object |
addLocal files or directories (within a workspace) that should be added |
boolean |
ignoreErrorsContinue the build if the specified paths conflict with the WC status (can't add) (default: false) |
boolean |
recursiveAlso add items in subdirectories (default: false) |
| Methods inherited from class | Name |
|---|---|
class SvnBaseTask |
createSvnClientManager, getPassword, getProxy, getUsername, setPassword |
Local files or directories (within a workspace) that should be added
Continue the build if the specified paths conflict with the WC status (can't add) (default: false)
Also add items in subdirectories (default: false)