|
| static void | setupLibrary (String url) |
| |
| static SVNClientManager | getSVNClientManager (String userName, String password) throws SVNException |
| |
| static SVNCommitInfo | makeDirectory (SVNClientManager clientManager, SVNURL url, String commitMessage) throws SVNException |
| |
| static SVNCommitInfo | importDirectory (SVNClientManager clientManager, File localPath, SVNURL dstURL, String commitMessage, boolean isRecursive) throws SVNException |
| |
| static SVNCommitInfo | commit (SVNClientManager clientManager, File wcPath, boolean keepLocks, String commitMessage) throws SVNException |
| |
| static long | checkout (SVNClientManager clientManager, SVNURL url, SVNRevision revision, File destPath, boolean isRecursive) throws SVNException |
| |
| static long | update (SVNClientManager clientManager, File wcPath, SVNRevision updateToRevision, boolean isRecursive) throws SVNException |
| |
| static long | switchToURL (SVNClientManager clientManager, File wcPath, SVNURL url, SVNRevision updateToRevision, boolean isRecursive) throws SVNException |
| |
| static void | getStatus (SVNClientManager clientManager, File wcPath, boolean isRecursive, boolean isRemote, boolean isReportAll, boolean isIncludeIgnored, boolean isCollectParentExternals, ISVNStatusHandler statusHandler) throws SVNException |
| |
| static SVNStatus | getStatus (SVNClientManager clientManager, File wcPath, boolean isRemote) throws SVNException |
| |
| static void | showInfo (SVNClientManager clientManager, File wcPath, SVNRevision revision, boolean isRecursive, ISVNInfoHandler infoHandler) throws SVNException |
| |
| static void | add (SVNClientManager clientManager, File wcPath) throws SVNException |
| |
| static void | lock (SVNClientManager clientManager, File wcPath, boolean isStealLock, String lockComment) throws SVNException |
| |
| static void | delete (SVNClientManager clientManager, File wcPath, boolean force) throws SVNException |
| |
| static SVNCommitInfo | copy (SVNClientManager clientManager, SVNURL srcURL, SVNURL dstURL, boolean isMove, String commitMessage) throws SVNException |
| |
| static SVNRepository | getSVNRepository (SVNClientManager svnClientManager, SVNURL repositoryURL) throws SVNException |
| |
| static SVNNodeKind | exist (SVNRepository svnRepository, String path) throws SVNException |
| |
| static void | addNewFiles (final SVNClientManager clientManager, File dir) throws SVNException |
| |