When I call the "doInfo" method with a SVNURL and ISVNInfoHandler I get lock
information only when my URL points to a file. If the URL points to a directory
and I have the recursive enabled I get SVNInfo objects for all the directories
and files, but the lock information is not available in the SVNInfo objects
returned for each locked file. The "doInfo" method that uses a working copy
path and a ISVNInfoHandler works as expected and returns SVNInfo objects that
contain lock information for all files found recursively. Is this a bug or am I
doing something wrong?
Thanks,
Steve Ingle