Deprecated Methods |
org.tmatesoft.svn.core.io.SVNRepository.diff(SVNURL, long, long, String, boolean, boolean, ISVNReporterBaton, ISVNEditor)
|
org.tmatesoft.svn.core.io.SVNRepository.diff(SVNURL, long, String, boolean, boolean, ISVNReporterBaton, ISVNEditor)
use SVNRepository.diff(SVNURL, long, long, String, boolean, boolean, ISVNReporterBaton, ISVNEditor) instead |
org.tmatesoft.svn.core.SVNCommitInfo.getError()
use SVNCommitInfo.getErrorMessage() instead |
org.tmatesoft.svn.core.javahl.SVNClientImpl.getNotify()
|
org.tmatesoft.svn.core.SVNDirEntry.getPath()
use SVNDirEntry.getRelativePath() instead. |
org.tmatesoft.svn.core.io.SVNFileRevision.getProperties()
use SVNFileRevision.getRevisionProperties() instead |
org.tmatesoft.svn.core.io.SVNRepository.getRepositoryRoot()
use #getRepositoryRoot(boolean) instead |
org.tmatesoft.svn.core.io.SVNRepository.getRepositoryUUID()
use SVNRepository.getRepositoryUUID(boolean) instead |
org.tmatesoft.svn.core.wc.ISVNOptions.isIgnored(String)
|
org.tmatesoft.svn.core.wc.SVNWCUtil.isWorkingCopyRoot(File, boolean)
use SVNWCUtil.isWorkingCopyRoot(File) } instead |
org.tmatesoft.svn.core.javahl.SVNClientImpl.notification(Notify)
|
org.tmatesoft.svn.core.wc.SVNCommitClient.setCommitHander(ISVNCommitHandler)
use SVNCommitClient.setCommitHandler(ISVNCommitHandler) instead |
org.tmatesoft.svn.core.SVNDirEntry.size()
use SVNDirEntry.getSize() instead |