Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.
This method is equivalent to a call to
doAnnotate(path, pegRevision, startRevision, endRevision, false, false, handler, null)
.
@param path a WC file item to be annotated
@param pegRevision a revision in which
path
is first looked upin the repository
@param startRevision a revision for an operation to start from
@param endRevision a revision for an operation to stop at
@param handler a caller's handler to process annotation information
@throws SVNException if
startRevision > endRevision
@see #doAnnotate(File,SVNRevision,SVNRevision,SVNRevision,boolean,boolean,ISVNAnnotateHandler,String)