... import org.tmatesoft.svn.core.wc.SVNWCClient; ... SVNWCClient wcClient; ... wcClient.doInfo(...., new MyCustomInfoHandler()); ...
... SVNInfo info = wcClient.doInfo(new File(myPath), SVNRevision.WORKING); //parsing info here ...@version 1.3 @author TMate Software Ltd. @since 1.2 @see ISVNInfoHandler @see SVNWCClient @see Examples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|