Deprecated API


Contents
Deprecated Fields
org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool.INSTANCE_POOL
            
org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool.NO_POOL
            
org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool.RUNTIME_POOL
            
org.tmatesoft.svn.core.wc.SVNStatusType.STATUS_MERGED
          this status is never reported by 'status' operation in this version, 'update' and 'merge' uses SVNStatusType.MERGED instead. 
 

Deprecated Methods
org.tmatesoft.svn.core.wc.SVNChangelistClient.addToChangelist(File[], SVNDepth, String, String[])
          use SVNChangelistClient.doAddToChangelist(File[], SVNDepth, String, String[]) instead 
org.tmatesoft.svn.core.io.SVNRepository.diff(SVNURL, long, long, String, boolean, boolean, boolean, ISVNReporterBaton, ISVNEditor)
          use SVNRepository.diff(SVNURL, long, long, String, boolean, SVNDepth, boolean, ISVNReporterBaton, ISVNEditor) instead 
org.tmatesoft.svn.core.io.SVNRepository.diff(SVNURL, long, long, String, boolean, boolean, ISVNReporterBaton, ISVNEditor)
          use SVNRepository.diff(SVNURL, long, long, String, boolean, SVNDepth, boolean, ISVNReporterBaton, ISVNEditor) instead 
org.tmatesoft.svn.core.io.SVNRepository.diff(SVNURL, long, String, boolean, boolean, ISVNReporterBaton, ISVNEditor)
          use SVNRepository.diff(SVNURL, long, long, String, boolean, SVNDepth, boolean, ISVNReporterBaton, ISVNEditor) instead 
org.tmatesoft.svn.core.wc.SVNWCClient.doAdd(File, boolean, boolean, boolean, boolean)
          use SVNWCClient.doAdd(File, boolean, boolean, boolean, SVNDepth, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNWCClient.doAdd(File, boolean, boolean, boolean, boolean, boolean)
          use SVNWCClient.doAdd(File, boolean, boolean, boolean, SVNDepth, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNURL, File, SVNRevision, SVNRevision, boolean)
          use SVNUpdateClient.doCheckout(SVNURL, File, SVNRevision, SVNRevision, SVNDepth, boolean) instead 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNURL, File, SVNRevision, SVNRevision, boolean, boolean)
          use SVNUpdateClient.doCheckout(SVNURL, File, SVNRevision, SVNRevision, SVNDepth, boolean) instead 
org.tmatesoft.svn.core.wc.SVNCommitClient.doCollectCommitItems(File[], boolean, boolean, boolean)
          use SVNCommitClient.doCollectCommitItems(File[], boolean, boolean, SVNDepth, String[]) instead 
org.tmatesoft.svn.core.wc.SVNCommitClient.doCollectCommitItems(File[], boolean, boolean, boolean, boolean)
          use SVNCommitClient.doCollectCommitItems(File[], boolean, boolean, SVNDepth, boolean, String[]) instead 
org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(File[], boolean, String, boolean, boolean)
          use SVNCommitClient.doCommit(File[], boolean, String, SVNProperties, String[], boolean, boolean, SVNDepth) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doDiff(File, SVNRevision, File, SVNRevision, boolean, boolean, OutputStream)
          use SVNDiffClient.doDiff(File, SVNRevision, File, SVNRevision, SVNDepth, boolean, OutputStream, Collection) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doDiff(File, SVNRevision, SVNRevision, SVNRevision, boolean, boolean, OutputStream)
          use SVNDiffClient.doDiff(File, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream, Collection) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doDiff(File, SVNRevision, SVNURL, SVNRevision, boolean, boolean, OutputStream)
          use SVNDiffClient.doDiff(File, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, OutputStream, Collection) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doDiff(SVNURL, SVNRevision, File, SVNRevision, boolean, boolean, OutputStream)
          use SVNDiffClient.doDiff(SVNURL, SVNRevision, File, SVNRevision, SVNDepth, boolean, OutputStream, Collection) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doDiff(SVNURL, SVNRevision, SVNRevision, SVNRevision, boolean, boolean, OutputStream)
          use SVNDiffClient.doDiff(SVNURL, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doDiff(SVNURL, SVNRevision, SVNURL, SVNRevision, boolean, boolean, OutputStream)
          use SVNDiffClient.doDiff(SVNURL, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, OutputStream) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doDiffStatus(File, SVNRevision, File, SVNRevision, boolean, boolean, ISVNDiffStatusHandler)
          use SVNDiffClient.doDiffStatus(File, SVNRevision, File, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doDiffStatus(File, SVNRevision, SVNURL, SVNRevision, boolean, boolean, ISVNDiffStatusHandler)
          use SVNDiffClient.doDiffStatus(File, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doDiffStatus(SVNURL, SVNRevision, File, SVNRevision, boolean, boolean, ISVNDiffStatusHandler)
          use SVNDiffClient.doDiffStatus(SVNURL, SVNRevision, File, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doDiffStatus(SVNURL, SVNRevision, SVNURL, SVNRevision, boolean, boolean, ISVNDiffStatusHandler)
          use SVNDiffClient.doDiffStatus(SVNURL, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) instead 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doExport(File, File, SVNRevision, SVNRevision, String, boolean, boolean)
          use SVNUpdateClient.doExport(File, File, SVNRevision, SVNRevision, String, boolean, SVNDepth) 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doExport(SVNURL, File, SVNRevision, SVNRevision, String, boolean, boolean)
          use SVNUpdateClient.doExport(SVNURL, File, SVNRevision, SVNRevision, String, boolean, SVNDepth) 
org.tmatesoft.svn.core.wc.SVNWCClient.doGetProperty(File, String, SVNRevision, SVNRevision, boolean, ISVNPropertyHandler)
          use SVNWCClient.doGetProperty(File, String, SVNRevision, SVNRevision, SVNDepth, ISVNPropertyHandler, Collection) instead 
org.tmatesoft.svn.core.wc.SVNWCClient.doGetProperty(SVNURL, String, SVNRevision, SVNRevision, boolean, ISVNPropertyHandler)
          use SVNWCClient.doGetProperty(SVNURL, String, SVNRevision, SVNRevision, SVNDepth, ISVNPropertyHandler) instead 
org.tmatesoft.svn.core.wc.SVNCommitClient.doImport(File, SVNURL, String, boolean)
          use SVNCommitClient.doImport(File, SVNURL, String, SVNProperties, boolean, boolean, SVNDepth) instead 
org.tmatesoft.svn.core.wc.SVNCommitClient.doImport(File, SVNURL, String, boolean, boolean)
          use SVNCommitClient.doImport(File, SVNURL, String, SVNProperties, boolean, boolean, SVNDepth) instead 
org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(File, SVNRevision, boolean, ISVNInfoHandler)
          use SVNWCClient.doInfo(File, SVNRevision, SVNRevision, SVNDepth, Collection, ISVNInfoHandler) instead 
org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(File, SVNRevision, SVNRevision, boolean, ISVNInfoHandler)
          use SVNWCClient.doInfo(File, SVNRevision, SVNRevision, SVNDepth, Collection, ISVNInfoHandler) instead 
org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNURL, SVNRevision, SVNRevision, boolean, ISVNInfoHandler)
          use SVNWCClient.doInfo(SVNURL, SVNRevision, SVNRevision, SVNDepth, ISVNInfoHandler) instead 
org.tmatesoft.svn.core.wc.SVNLogClient.doList(File, SVNRevision, SVNRevision, boolean, boolean, ISVNDirEntryHandler)
          use SVNLogClient.doList(File, SVNRevision, SVNRevision, boolean, SVNDepth, int, ISVNDirEntryHandler) instead 
org.tmatesoft.svn.core.wc.SVNLogClient.doList(File, SVNRevision, SVNRevision, boolean, ISVNDirEntryHandler)
          use SVNLogClient.doList(File, SVNRevision, SVNRevision, boolean, SVNDepth, int, ISVNDirEntryHandler) instead 
org.tmatesoft.svn.core.wc.SVNLogClient.doList(SVNURL, SVNRevision, SVNRevision, boolean, ISVNDirEntryHandler)
          use SVNLogClient.doList(SVNURL, SVNRevision, SVNRevision, boolean, SVNDepth, int, ISVNDirEntryHandler) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doMerge(File, SVNRevision, File, SVNRevision, File, boolean, boolean, boolean, boolean)
          use SVNDiffClient.doMerge(File, SVNRevision, File, SVNRevision, File, SVNDepth, boolean, boolean, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doMerge(File, SVNRevision, SVNRevision, SVNRevision, File, boolean, boolean, boolean, boolean)
          use SVNDiffClient.doMerge(File, SVNRevision, Collection, File, SVNDepth, boolean, boolean, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doMerge(File, SVNRevision, SVNURL, SVNRevision, File, boolean, boolean, boolean, boolean)
          use SVNDiffClient.doMerge(File, SVNRevision, SVNURL, SVNRevision, File, SVNDepth, boolean, boolean, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doMerge(SVNURL, SVNRevision, File, SVNRevision, File, boolean, boolean, boolean, boolean)
          use SVNDiffClient.doMerge(SVNURL, SVNRevision, File, SVNRevision, File, SVNDepth, boolean, boolean, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doMerge(SVNURL, SVNRevision, SVNRevision, SVNRevision, File, boolean, boolean, boolean, boolean)
          use SVNDiffClient.doMerge(SVNURL, SVNRevision, Collection, File, SVNDepth, boolean, boolean, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNDiffClient.doMerge(SVNURL, SVNRevision, SVNURL, SVNRevision, File, boolean, boolean, boolean, boolean)
          use SVNDiffClient.doMerge(SVNURL, SVNRevision, SVNURL, SVNRevision, File, SVNDepth, boolean, boolean, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNWCClient.doResolve(File, boolean)
          use SVNWCClient.doResolve(File, SVNDepth, SVNConflictChoice) instead 
org.tmatesoft.svn.core.wc.SVNWCClient.doRevert(File[], boolean)
          use SVNWCClient.doRevert(File[], SVNDepth, Collection) instead 
org.tmatesoft.svn.core.wc.SVNWCClient.doRevert(File, boolean)
          use SVNWCClient.doRevert(File[], SVNDepth, Collection) 
org.tmatesoft.svn.core.wc.SVNWCClient.doSetProperty(File, String, SVNPropertyValue, boolean, boolean, ISVNPropertyHandler)
          use SVNWCClient.doSetProperty(File, String, SVNPropertyValue, boolean, SVNDepth, ISVNPropertyHandler, Collection) instead 
org.tmatesoft.svn.core.wc.SVNStatusClient.doStatus(File, boolean, boolean, boolean, boolean, boolean, ISVNStatusHandler)
          use SVNStatusClient.doStatus(File, SVNRevision, SVNDepth, boolean, boolean, boolean, boolean, ISVNStatusHandler, Collection) instead 
org.tmatesoft.svn.core.wc.SVNStatusClient.doStatus(File, boolean, boolean, boolean, boolean, ISVNStatusHandler)
          use SVNStatusClient.doStatus(File, SVNRevision, SVNDepth, boolean, boolean, boolean, boolean, ISVNStatusHandler, Collection) instead 
org.tmatesoft.svn.core.wc.SVNStatusClient.doStatus(File, SVNRevision, boolean, boolean, boolean, boolean, boolean, ISVNStatusHandler)
          use SVNStatusClient.doStatus(File, SVNRevision, SVNDepth, boolean, boolean, boolean, boolean, ISVNStatusHandler, Collection) instead 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doSwitch(File, SVNURL, SVNRevision, boolean)
          use SVNUpdateClient.doSwitch(File, SVNURL, SVNRevision, SVNRevision, SVNDepth, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doSwitch(File, SVNURL, SVNRevision, SVNRevision, boolean)
          use SVNUpdateClient.doSwitch(File, SVNURL, SVNRevision, SVNRevision, SVNDepth, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doSwitch(File, SVNURL, SVNRevision, SVNRevision, boolean, boolean)
          use SVNUpdateClient.doSwitch(File, SVNURL, SVNRevision, SVNRevision, SVNDepth, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(File, SVNRevision, boolean)
          use SVNUpdateClient.doUpdate(File, SVNRevision, SVNDepth, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(File, SVNRevision, boolean, boolean)
          use SVNUpdateClient.doUpdate(File, SVNRevision, SVNDepth, boolean, boolean) instead 
org.tmatesoft.svn.core.wc.SVNChangelistClient.getChangeListPaths(Collection, Collection, SVNDepth, ISVNChangelistHandler)
          use SVNChangelistClient.doGetChangeListPaths(Collection, Collection, SVNDepth, ISVNChangelistHandler) instead 
org.tmatesoft.svn.core.wc.SVNChangelistClient.getChangeLists(File, Collection, SVNDepth, ISVNChangelistHandler)
          use SVNChangelistClient.doGetChangeLists(File, Collection, SVNDepth, ISVNChangelistHandler) 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.wc.SVNBasicClient.getReposRoot(File, SVNURL, SVNRevision, SVNAdminArea, SVNWCAccess)
            
org.tmatesoft.svn.util.Version.getRevisionNumber()
          use getRevisionString instead 
org.tmatesoft.svn.core.wc.ISVNAnnotateHandler.handleLine(Date, long, String, String)
          use ISVNAnnotateHandler.handleLine(Date, long, String, String, Date, long, String, String, int) instead 
org.tmatesoft.svn.core.wc.SVNBasicClient.isLeaveConflictsUnresolved()
          this method should not be used anymore 
org.tmatesoft.svn.core.wc.SVNWCUtil.isWorkingCopyRoot(File, boolean)
          use SVNWCUtil.isWorkingCopyRoot(File)} instead 
org.tmatesoft.svn.core.io.ISVNReporter.linkPath(SVNURL, String, String, long, boolean)
          use ISVNReporter.linkPath(SVNURL, String, String, long, SVNDepth, boolean) instead 
org.tmatesoft.svn.core.wc.SVNChangelistClient.removeFromChangelist(File[], SVNDepth, String[])
          use SVNChangelistClient.doRemoveFromChangelist(File[], SVNDepth, String[]) instead 
org.tmatesoft.svn.core.wc.SVNCommitClient.setCommitHander(ISVNCommitHandler)
          use SVNCommitClient.setCommitHandler(ISVNCommitHandler) instead 
org.tmatesoft.svn.core.wc.SVNBasicClient.setEventPathPrefix(String)
            
org.tmatesoft.svn.core.wc.SVNBasicClient.setLeaveConflictsUnresolved(boolean)
          this method should not be used anymore 
org.tmatesoft.svn.core.io.ISVNReporter.setPath(String, String, long, boolean)
          use ISVNReporter.setPath(String, String, long, SVNDepth, boolean) instead 
org.tmatesoft.svn.core.wc.SVNClientManager.shutdownConnections(boolean)
          use SVNClientManager.dispose() instead 
org.tmatesoft.svn.core.wc.ISVNRepositoryPool.shutdownConnections(boolean)
          use ISVNRepositoryPool.dispose() method instead. 
org.tmatesoft.svn.core.SVNDirEntry.size()
          use SVNDirEntry.getSize() instead 
org.tmatesoft.svn.core.io.SVNRepository.update(SVNURL, long, String, boolean, ISVNReporterBaton, ISVNEditor)
          use SVNRepository.update(SVNURL, long, String, SVNDepth, ISVNReporterBaton, ISVNEditor) instead 
 

Deprecated Constructors
org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool(ISVNAuthenticationManager, ISVNTunnelProvider, boolean, int)
            
org.tmatesoft.svn.core.auth.SVNAuthentication(String, String, boolean)
          use constructor with SVNURL parameter instead 
org.tmatesoft.svn.core.auth.SVNPasswordAuthentication(String, String, boolean)
          use constructor with SVNURL parameter instead 
org.tmatesoft.svn.core.auth.SVNSSHAuthentication(String, char[], String, int, boolean)
          use constructor with SVNURL parameter instead 
org.tmatesoft.svn.core.auth.SVNSSHAuthentication(String, File, String, int, boolean)
          use constructor with SVNURL parameter instead 
org.tmatesoft.svn.core.auth.SVNSSHAuthentication(String, String, int, boolean)
          use constructor with SVNURL parameter instead 
org.tmatesoft.svn.core.auth.SVNSSLAuthentication(File, String, boolean)
          use constructor with SVNURL parameter instead 
org.tmatesoft.svn.core.auth.SVNUserNameAuthentication(String, boolean)
          use constructor with SVNURL parameter instead