Commits a list of files (and directories) within the current SVN workspace.
| Type | Name and description |
|---|---|
java.lang.String |
commitMessageAn optional commit message. |
boolean |
recursiveAlso commit items in subdirectories (default: false) |
java.lang.Object |
sourceA list of files and directories that should be committed. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
run() |
| Methods inherited from class | Name |
|---|---|
class SvnBaseTask |
createSvnClientManager, getPassword, getProxy, getUsername, setPassword |
An optional commit message.
Also commit items in subdirectories (default: false)
A list of files and directories that should be committed. If these are not under version control already, they will be added first. If this list is empty of the files contain no modifications, no commit will be executed.