handler
.
@param path local item's path
@param recursive relevant only if path
denotes a directory:true to obtain status info recursively for all child entries, false only for items located immediately in the directory itself
@param remote true to check up the status of the item in the repository,that will tell if the local item is out-of-date (like '-u' option in the SVN client's 'svn status'
command), otherwise false
@param reportAll true to collect status information on those items that are in a 'normal' state (unchanged), otherwise false
@param includeIgnored true to force the operation to collect informationon items that were set to be ignored (like '--no-ignore' option in the SVN client's 'svn status' command to disregard default and 'svn:ignore' property ignores), otherwise false
@param handler a caller's status handler that will be involvedin processing status information
@return the revision number the status information was collectedagainst
@throws SVNException
@see ISVNStatusHandler
@deprecated use {@link #doStatus(File,SVNRevision,SVNDepth,boolean,boolean,boolean,boolean,ISVNStatusHandler,Collection)}instead
handler
.
@param path local item's path
@param recursive relevant only if path
denotes a directory:true to obtain status info recursively for all child entries, false only for items located immediately in the directory itself
@param remote true to check up the status of the item in the repository,that will tell if the local item is out-of-date (like '-u' option in the SVN client's 'svn status'
command), otherwise false
@param reportAll true to collect status information on those items that are in a 'normal' state (unchanged), otherwise false
@param includeIgnored true to force the operation to collect informationon items that were set to be ignored (like '--no-ignore' option in the SVN client's 'svn status' command to disregard default and 'svn:ignore' property ignores), otherwise false
@param handler a caller's status handler that will be involvedin processing status information
@return the revision number the status information was collectedagainst
@throws SVNException
@see ISVNStatusHandler
@deprecated use {@link #doStatus(File,SVNRevision,SVNDepth,boolean,boolean,boolean,boolean,ISVNStatusHandler,Collection)}instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|