Committs local changes to the repository.
This method is identical to
doCommit(paths, keepLocks, commitMessage, null, null, false, force, SVNDepth.fromRecurse(recursive))
.
@param paths an array of local items which should be traversedto commit changes they have to the repository
@param keepLocks if
true and there are local items that were locked then the commit will left them locked, otherwise the items will be unlocked after the commit succeeds
@param commitMessage a string to be a commit log message
@param force
true to force a non-recursive commit; if
recursive
is set to
true the
force
flag is ignored
@param recursive relevant only for directory items: if
true then the entire directory tree will be committed including all child directories, otherwise only items located in the directory itself
@return information on a new revision as the resultof the commit
@throws SVNException
@deprecated use {@link #doCommit(File[],boolean,String,SVNProperties,String[],boolean,boolean,SVNDepth)} instead