SVNKit Home

Deprecated API

Deprecated Fields
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.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 
 


SVNKit Home

Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.