Deprecated Methods |
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.io.diff.ISVNDeltaGenerator.generateDiffWindow(String, ISVNEditor, ISVNRAData, ISVNRAData)
use SVNDeltaGenerator instead |
org.tmatesoft.svn.core.SVNCommitInfo.getError()
use SVNCommitInfo.getErrorMessage() instead |
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.auth.ISVNAuthenticationManager.isAuthenticationForced()
|
org.tmatesoft.svn.core.SVNDirEntry.size()
use SVNDirEntry.getSize() instead |