Deprecated API

Contents

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 MERGED instead.

Deprecated Methods

org.tmatesoft.svn.core.wc.SVNCommitClient.setCommitHander(ISVNCommitHandler)
org.tmatesoft.svn.core.SVNCommitInfo.getError()
use getErrorMessage() instead
org.tmatesoft.svn.core.SVNDirEntry.size()
use getSize() instead
org.tmatesoft.svn.core.SVNDirEntry.getPath()
use getRelativePath() instead.
org.tmatesoft.svn.core.io.SVNFileRevision.getProperties()
org.tmatesoft.svn.core.io.SVNRepository.getRepositoryUUID()
org.tmatesoft.svn.core.io.SVNRepository.getRepositoryRoot()
use #getRepositoryRoot(boolean) instead
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)
org.tmatesoft.svn.core.wc.SVNWCUtil.isWorkingCopyRoot(File,boolean)

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