Uses of Class
org.tmatesoft.svn.core.SVNException
-
-
Uses of SVNException in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNException Modifier and Type Method Description static void
JavaHLObjectFactory. throwException(SVNException e, SVNClientImpl svnClient)
-
Uses of SVNException in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli with parameters of type SVNException Modifier and Type Method Description void
AbstractSVNLauncher. handleError(SVNException e)
Methods in org.tmatesoft.svn.cli that throw SVNException Modifier and Type Method Description boolean
SVNConsoleAuthenticationProvider. canStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)
boolean
SVNConsoleAuthenticationProvider. canStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)
java.util.List<java.lang.String>
AbstractSVNCommandEnvironment. combineTargets(java.util.Collection targets, boolean warnReserved)
protected abstract DefaultSVNOptions
AbstractSVNCommandEnvironment. createClientOptions()
static void
SVNCommandUtil. editFileExternally(AbstractSVNCommandEnvironment env, java.lang.String editorCommand, java.lang.String path)
protected java.lang.String
AbstractSVNCommandEnvironment. getCommandName(SVNCommandLine commandLine)
char[]
SVNConsoleAuthenticationProvider. getKeyringPassword(java.lang.String keyringName)
SVNURL
AbstractSVNCommandEnvironment. getURLFromTarget(java.lang.String target)
boolean
AbstractSVNCommandEnvironment. handleWarning(SVNErrorMessage err, SVNErrorCode[] warningCodes, boolean quiet)
void
AbstractSVNCommandEnvironment. init(SVNCommandLine commandLine)
void
SVNCommandLine. init(java.lang.String[] args)
void
AbstractSVNCommandEnvironment. initClientManager()
protected void
AbstractSVNCommandEnvironment. initCommand(SVNCommandLine commandLine)
protected abstract void
AbstractSVNCommandEnvironment. initOption(SVNOptionValue optionValue)
protected void
AbstractSVNCommandEnvironment. initOptions(SVNCommandLine commandLine)
boolean
AbstractSVNCommandEnvironment. isVersioned(java.lang.String target)
static void
SvnCliTest. main(java.lang.String[] args)
static void
SVNCommandUtil. mergeFileExternally(AbstractSVNCommandEnvironment env, java.lang.String basePath, java.lang.String repositoryPath, java.lang.String localPath, java.lang.String mergeResultPath, java.lang.String wcPath, boolean[] remainsInConflict)
static void
SVNCommandUtil. parseConfigOption(java.lang.String optionArg, java.util.Map configOptions, java.util.Map serversOptions)
static java.lang.String
SVNCommandUtil. prompt(java.lang.String promptMessage, SVNCommandEnvironment env)
byte[]
AbstractSVNCommandEnvironment. readFromFile(java.io.File file)
protected abstract java.lang.String
AbstractSVNCommandEnvironment. refineCommandName(java.lang.String commandName, SVNCommandLine commandLine)
abstract void
AbstractSVNCommand. run()
static byte[]
SVNCommandUtil. runEditor(AbstractSVNCommandEnvironment env, java.lang.String editorCommand, byte[] existingValue, java.lang.String prefix)
protected void
AbstractSVNCommandEnvironment. validateOptions(SVNCommandLine commandLine)
-
Uses of SVNException in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that throw SVNException Modifier and Type Method Description protected void
SVNPropertiesCommand. checkBooleanProperty(java.lang.String name, SVNPropertyValue value)
protected java.lang.String
SVNPropertiesCommand. checkRevPropTarget(SVNRevision revision, java.util.Collection targets)
protected DefaultSVNOptions
SVNCommandEnvironment. createClientOptions()
java.lang.String
SVNCommandEnvironment. getCommitMessage(java.lang.String message, SVNCommitItem[] commitables)
SVNDiffOptions
SVNCommandEnvironment. getDiffOptions()
protected java.lang.String
SVNLockCommand. getLockMessage()
SVNProperties
SVNCommandEnvironment. getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties)
protected SVNURL
SVNPropertiesCommand. getRevpropURL(SVNRevision revision, java.util.Collection targets)
SVNConflictResult
SVNCommandLineConflictHandler. handleConflict(SVNConflictDescription conflictDescription)
SVNConflictResult
SVNCommandLineConflictHandler. handleConflictNoStats(SVNConflictDescription conflictDescription)
void
SVNDiffCommand. handleDiffStatus(SVNDiffStatus diffStatus)
void
SVNListCommand. handleDirEntry(SVNDirEntry dirEntry)
void
SVNNotifyPrinter. handleEvent(SVNEvent event, double progress)
void
SVNInfoCommand. handleInfo(SVNInfo info)
void
SVNBlameCommand. handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line)
void
SVNBlameCommand. handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line, java.util.Date mergedDate, long mergedRevision, java.lang.String mergedAuthor, java.lang.String mergedPath, int lineNumber)
void
SVNLogCommand. handleLogEntry(SVNLogEntry logEntry)
void
SVNMergeInfoCommand. handleLogEntry(SVNLogEntry logEntry)
void
SVNPropDelCommand. handleProperty(long revision, SVNPropertyData property)
void
SVNPropertiesCommand. handleProperty(long revision, SVNPropertyData property)
void
SVNPropertiesCommand. handleProperty(java.io.File path, SVNPropertyData property)
void
SVNPropertiesCommand. handleProperty(SVNURL url, SVNPropertyData property)
void
SVNPropSetCommand. handleProperty(long revision, SVNPropertyData property)
boolean
SVNBlameCommand. handleRevision(java.util.Date date, long revision, java.lang.String author, java.io.File contents)
void
SVNStatusCommand. handleStatus(SVNStatus status)
void
SVNCommandEnvironment. initClientManager()
protected void
SVNCommandEnvironment. initOption(SVNOptionValue optionValue)
protected void
SVNCommandEnvironment. initOptions(SVNCommandLine commandLine)
protected void
SVNLogCommand. printLogEntry(SVNLogEntry logEntry)
protected void
SVNLogCommand. printLogEntryXML(SVNLogEntry logEntry)
void
SVNStatusPrinter. printStatus(java.lang.String path, SVNStatus status, boolean detailed, boolean showLastCommitted, boolean skipUnrecognized, boolean showReposLocks)
protected java.lang.String
SVNCommandEnvironment. refineCommandName(java.lang.String commandName, SVNCommandLine commandLine)
protected void
SVNSwitchCommand. relocate(java.util.List targets)
void
SVNAddCommand. run()
void
SVNBlameCommand. run()
void
SVNCatCommand. run()
void
SVNChangeListCommand. run()
void
SVNCheckoutCommand. run()
void
SVNCleanupCommand. run()
void
SVNCommitCommand. run()
void
SVNCopyCommand. run()
void
SVNDeleteCommand. run()
void
SVNDiffCommand. run()
void
SVNExportCommand. run()
void
SVNHelpCommand. run()
void
SVNImportCommand. run()
void
SVNInfoCommand. run()
void
SVNListCommand. run()
void
SVNLockCommand. run()
void
SVNLogCommand. run()
void
SVNMergeCommand. run()
void
SVNMergeInfoCommand. run()
void
SVNMkDirCommand. run()
void
SVNMoveCommand. run()
void
SVNPatchCommand. run()
void
SVNPropDelCommand. run()
void
SVNPropEditCommand. run()
void
SVNPropGetCommand. run()
void
SVNPropListCommand. run()
void
SVNPropSetCommand. run()
void
SVNResolveCommand. run()
void
SVNResolvedCommand. run()
void
SVNRevertCommand. run()
void
SVNStatusCommand. run()
void
SVNSwitchCommand. run()
void
SVNUnLockCommand. run()
void
SVNUpdateCommand. run()
void
SVNUpgradeCommand. run()
protected void
SVNCommandEnvironment. validateOptions(SVNCommandLine commandLine)
-
Uses of SVNException in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin that throw SVNException Modifier and Type Method Description protected java.io.File
SVNAdminCommand. getLocalRepository()
protected java.io.File
SVNAdminCommand. getLocalRepository(int index)
protected long
SVNAdminCommand. getRevisionNumber(SVNRevision rev, long latestRevision, SVNRepository repos)
void
SVNAdminDumpCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNAdminListTransactionsCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNAdminLoadCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNAdminPackCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNAdminRecoverCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNAdminRemoveTransactionsCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNAdminUpgradeCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNAdminVerifyCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNAdminDumpCommand. handleEvent(SVNEvent event, double progress)
void
SVNAdminListTransactionsCommand. handleEvent(SVNEvent event, double progress)
void
SVNAdminLoadCommand. handleEvent(SVNEvent event, double progress)
void
SVNAdminPackCommand. handleEvent(SVNEvent event, double progress)
void
SVNAdminRecoverCommand. handleEvent(SVNEvent event, double progress)
void
SVNAdminRemoveTransactionsCommand. handleEvent(SVNEvent event, double progress)
void
SVNAdminUpgradeCommand. handleEvent(SVNEvent event, double progress)
void
SVNAdminVerifyCommand. handleEvent(SVNEvent event, double progress)
void
SVNAdminRemoveLocksCommand. handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
void
SVNAdminRemoveLocksCommand. handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
protected void
SVNAdminCommandEnvironment. initOption(SVNOptionValue optionValue)
protected java.lang.String
SVNAdminCommandEnvironment. refineCommandName(java.lang.String commandName, SVNCommandLine commandLine)
void
SVNAdminCreateCommand. run()
void
SVNAdminDumpCommand. run()
void
SVNAdminHelpCommand. run()
void
SVNAdminHotCopyCommand. run()
void
SVNAdminListLocksCommand. run()
void
SVNAdminListTransactionsCommand. run()
void
SVNAdminLoadCommand. run()
void
SVNAdminPackCommand. run()
void
SVNAdminRecoverCommand. run()
void
SVNAdminRemoveLocksCommand. run()
void
SVNAdminRemoveTransactionsCommand. run()
void
SVNAdminSetLogCommand. run()
void
SVNAdminSetRevPropCommand. run()
void
SVNAdminSetUUIDCommand. run()
void
SVNAdminUpgradeCommand. run()
void
SVNAdminVerifyCommand. run()
-
Uses of SVNException in org.tmatesoft.svn.cli.svndumpfilter
Methods in org.tmatesoft.svn.cli.svndumpfilter that throw SVNException Modifier and Type Method Description protected DefaultSVNOptions
SVNDumpFilterCommandEnvironment. createClientOptions()
void
SVNDumpFilterExcludeCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNDumpFilterIncludeCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNDumpFilterExcludeCommand. handleEvent(SVNEvent event, double progress)
void
SVNDumpFilterIncludeCommand. handleEvent(SVNEvent event, double progress)
protected void
SVNDumpFilterCommandEnvironment. initOption(SVNOptionValue optionValue)
protected void
SVNDumpFilterCommandEnvironment. initOptions(SVNCommandLine commandLine)
protected java.lang.String
SVNDumpFilterCommandEnvironment. refineCommandName(java.lang.String commandName, SVNCommandLine commandLine)
void
SVNDumpFilterExcludeCommand. run()
void
SVNDumpFilterHelpCommand. run()
void
SVNDumpFilterIncludeCommand. run()
-
Uses of SVNException in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook that throw SVNException Modifier and Type Method Description SVNDiffOptions
SVNLookCommandEnvironment. getDiffOptions()
protected FSRoot
SVNLookCommand. getFSRoot()
protected SVNProperties
SVNLookCommand. getProperties()
void
SVNLookDirsChangedCommand. handleDir(java.lang.String path)
void
SVNLookChangedCommand. handleEntry(SVNChangeEntry entry)
void
SVNLookHistoryCommand. handlePath(SVNAdminPath path)
void
SVNLookTreeCommand. handlePath(SVNAdminPath adminPath)
protected void
SVNLookCommandEnvironment. initOption(SVNOptionValue optionValue)
protected java.lang.String
SVNLookCommandEnvironment. refineCommandName(java.lang.String commandName, SVNCommandLine commandLine)
void
SVNLookAuthorCommand. run()
void
SVNLookCatCommand. run()
void
SVNLookChangedCommand. run()
void
SVNLookDateCommand. run()
void
SVNLookDiffCommand. run()
void
SVNLookDirsChangedCommand. run()
void
SVNLookFileSizeCommand. run()
void
SVNLookHelpCommand. run()
void
SVNLookHistoryCommand. run()
void
SVNLookInfoCommand. run()
void
SVNLookLockCommand. run()
void
SVNLookLogCommand. run()
void
SVNLookPropGetCommand. run()
void
SVNLookPropListCommand. run()
void
SVNLookTreeCommand. run()
void
SVNLookUUIDCommand. run()
void
SVNLookYoungestCommand. run()
protected void
SVNLookCommandEnvironment. validateOptions(SVNCommandLine commandLine)
-
Uses of SVNException in org.tmatesoft.svn.cli.svnsync
Methods in org.tmatesoft.svn.cli.svnsync that throw SVNException Modifier and Type Method Description void
SVNSyncCopyRevPropsCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNSyncInitializeCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNSyncSynchronizeCommand. handleAdminEvent(SVNAdminEvent event, double progress)
void
SVNSyncCopyRevPropsCommand. handleEvent(SVNEvent event, double progress)
void
SVNSyncInitializeCommand. handleEvent(SVNEvent event, double progress)
void
SVNSyncSynchronizeCommand. handleEvent(SVNEvent event, double progress)
protected void
SVNSyncCommandEnvironment. initOption(SVNOptionValue optionValue)
protected java.lang.String
SVNSyncCommandEnvironment. refineCommandName(java.lang.String commandName, SVNCommandLine commandLine)
void
SVNSyncCopyRevPropsCommand. run()
void
SVNSyncHelpCommand. run()
void
SVNSyncInfoCommand. run()
void
SVNSyncInitializeCommand. run()
void
SVNSyncSynchronizeCommand. run()
protected void
SVNSyncCommandEnvironment. validateOptions(SVNCommandLine commandLine)
-
Uses of SVNException in org.tmatesoft.svn.cli.svnversion
Methods in org.tmatesoft.svn.cli.svnversion that throw SVNException Modifier and Type Method Description protected void
SVNVersionCommandEnvironment. initOption(SVNOptionValue optionValue)
protected java.lang.String
SVNVersionCommandEnvironment. refineCommandName(java.lang.String commandName, SVNCommandLine commandLine)
void
SVNVersionCommand. run()
void
SVNVersionHelpCommand. run()
-
Uses of SVNException in org.tmatesoft.svn.core
Subclasses of SVNException in org.tmatesoft.svn.core Modifier and Type Class Description class
SVNAuthenticationException
An exception class that is used to signal about the fact that errors occured exactly during an authentication try.class
SVNCancelException
The SVNCancelException is used to signal about an operation cancel event.Methods in org.tmatesoft.svn.core that return SVNException Modifier and Type Method Description SVNException
SVNCommitInfo. getError()
Deprecated.useSVNCommitInfo.getErrorMessage()
insteadMethods in org.tmatesoft.svn.core that throw SVNException Modifier and Type Method Description void
SVNAnnotationGenerator. addFileBlame(java.io.InputStream contents)
SVNURL
SVNURL. appendPath(java.lang.String segment, boolean uriEncoded)
Constructs a new SVNURL representation appending a new path segment to the path component of this representation.void
SVNAnnotationGenerator. applyTextDelta(java.lang.String token, java.lang.String baseChecksum)
Creates a temporary file for delta application.void
SVNAnnotationGenerator. closeRevision(java.lang.String token)
Does nothing.static SVNURL
SVNURL. create(java.lang.String protocol, java.lang.String userInfo, java.lang.String host, int port, java.lang.String path, boolean uriEncoded)
Creates a new SVNURL representation from the given url components.static SVNURL
SVNURL. fromFile(java.io.File repositoryPath)
Creates a "file:///" SVNURL representation given a filesystem style repository path.void
ISVNDirEntryHandler. handleDirEntry(SVNDirEntry dirEntry)
Handles a directory entry passed.void
ISVNLogEntryHandler. handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.SVNMergeRangeList
SVNMergeRangeList. merge(SVNMergeRangeList rangeList)
Merges two range lists placing the results into a newSVNMergeRangeList
object.void
SVNAnnotationGenerator. openRevision(SVNFileRevision fileRevision)
Handles a next revision.static SVNURL
SVNURL. parseURIDecoded(java.lang.String url)
Deprecated.static SVNURL
SVNURL. parseURIEncoded(java.lang.String url)
Parses the given UTF-8 encoded url string and creates a new SVNURL representation for this url.SVNURL
SVNURL. removePathTail()
Constructs a new SVNURL representation removing a tail path segment from the path component of this representation.void
SVNAnnotationGenerator. reportAnnotations(ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Dispatches file lines along with author & revision info to the provided annotation handler.SVNURL
SVNURL. setPath(java.lang.String path, boolean uriEncoded)
Creates a new SVNURL object replacing a path component of this object with a new provided one.java.io.OutputStream
SVNAnnotationGenerator. textDeltaChunk(java.lang.String token, SVNDiffWindow diffWindow)
Applies a next text delta chunk.void
SVNAnnotationGenerator. textDeltaEnd(java.lang.String token)
Marks the end of the text delta series. -
Uses of SVNException in org.tmatesoft.svn.core.auth
Methods in org.tmatesoft.svn.core.auth that throw SVNException Modifier and Type Method Description static void
BasicAuthenticationManager. acknowledgeAuthentication(boolean accepted, java.lang.String kind, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication, SVNURL accessedURL, ISVNAuthenticationManager authManager)
Utility method to acknowledge successful or failed authentication attemptvoid
ISVNAuthenticationManager. acknowledgeAuthentication(boolean accepted, java.lang.String kind, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication)
Accepts the given authentication if it was successfully accepted by a repository server, or not if authentication failed.void
ISVNAuthenticationManagerExt. acknowledgeAuthentication(boolean accepted, java.lang.String kind, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication, SVNURL accessedLocation)
SVNAuthentication
BasicAuthenticationManager. getFirstAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url)
Returns the first user's authentication credentials.SVNAuthentication
ISVNAuthenticationManager. getFirstAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url)
Retrieves the first user credential.SVNAuthentication
BasicAuthenticationManager. getNextAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url)
Returns next user authentication credentials.SVNAuthentication
ISVNAuthenticationManager. getNextAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url)
Retrieves the next user credential if the first try failed.ISVNProxyManager
BasicAuthenticationManager. getProxyManager(SVNURL url)
Returns itself as a proxy manager.ISVNProxyManager
ISVNAuthenticationManager. getProxyManager(SVNURL url)
Returns a proxy manager that keeps settings for that proxy server over which HTTP requests are send to a repository server.javax.net.ssl.TrustManager
BasicAuthenticationManager. getTrustManager(SVNURL url)
Returns null.javax.net.ssl.TrustManager
ISVNAuthenticationManager. getTrustManager(SVNURL url)
Returns a manager which handles trust data for the specifiedurl
.void
BasicAuthenticationManager. verifyHostKey(java.lang.String hostName, int port, java.lang.String keyAlgorithm, byte[] hostKey)
void
ISVNSSHHostVerifier. verifyHostKey(java.lang.String hostName, int port, java.lang.String keyAlgorithm, byte[] hostKey)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.db
Methods in org.tmatesoft.svn.core.internal.db that throw SVNException Modifier and Type Method Description void
SVNSqlJetDb. beginTransaction(org.tmatesoft.sqljet.core.SqlJetTransactionMode mode)
void
SVNSqlJetStatement. bindf(java.lang.String format, java.lang.Object... data)
void
SVNSqlJetUnionStatement. bindf(java.lang.String format, java.lang.Object... data)
void
SVNSqlJetStatement. bindIProperties(int i, java.util.Map<java.lang.String,SVNProperties> iprops)
void
SVNSqlJetStatement. bindProperties(int i, SVNProperties props)
void
SVNSqlJetUnionStatement. bindProperties(int i, SVNProperties props)
protected void
SVNSqlJetSelectFieldsStatement. checkField(int f)
void
SVNSqlJetDb. close()
void
SVNSqlJetDb. commit()
long
SVNSqlJetStatement. count()
static void
SVNSqlJetDb. createSqlJetError(org.tmatesoft.sqljet.core.SqlJetException e)
long
SVNSqlJetStatement. done()
boolean
SVNSqlJetSelectStatement. eof()
boolean
SVNSqlJetStatement. eof()
long
SVNSqlJetDeleteStatement. exec()
long
SVNSqlJetInsertStatement. exec()
long
SVNSqlJetStatement. exec()
long
SVNSqlJetUpdateStatement. exec()
void
SVNSqlJetDb. execStatement(SVNWCDbStatements statementIndex)
protected java.lang.Object
SVNSqlJetSelectStatement. getColumn(java.lang.String f)
java.lang.Object
SVNSqlJetStatement. getColumn(java.lang.Enum<?> f)
protected java.lang.Object
SVNSqlJetStatement. getColumn(java.lang.String f)
byte[]
SVNSqlJetSelectFieldsStatement. getColumnBlob(int f)
protected byte[]
SVNSqlJetSelectStatement. getColumnBlob(java.lang.String f)
byte[]
SVNSqlJetStatement. getColumnBlob(java.lang.Enum<?> f)
protected byte[]
SVNSqlJetStatement. getColumnBlob(java.lang.String f)
boolean
SVNSqlJetStatement. getColumnBoolean(java.lang.Enum<?> f)
java.util.List<Structure<StructureFields.InheritedProperties>>
SVNSqlJetStatement. getColumnInheritedProperties(java.lang.Enum<?> f)
java.util.List<Structure<StructureFields.InheritedProperties>>
SVNSqlJetStatement. getColumnInheritedProperties(java.lang.String f)
long
SVNSqlJetSelectFieldsStatement. getColumnLong(int f)
protected long
SVNSqlJetSelectStatement. getColumnLong(java.lang.String f)
long
SVNSqlJetStatement. getColumnLong(java.lang.Enum<?> f)
protected long
SVNSqlJetStatement. getColumnLong(java.lang.String f)
SVNProperties
SVNSqlJetStatement. getColumnProperties(java.lang.Enum<?> f)
protected SVNProperties
SVNSqlJetStatement. getColumnProperties(java.lang.String f)
long
SVNSqlJetStatement. getColumnRevnum(java.lang.Enum<?> f)
java.lang.String
SVNSqlJetSelectFieldsStatement. getColumnString(int f)
protected java.lang.String
SVNSqlJetSelectStatement. getColumnString(java.lang.String f)
java.lang.String
SVNSqlJetStatement. getColumnString(java.lang.Enum<?> f)
protected java.lang.String
SVNSqlJetStatement. getColumnString(java.lang.String f)
protected java.lang.String
SVNSqlJetSelectFieldsStatement. getFieldName(int f)
protected abstract java.util.Map<java.lang.String,java.lang.Object>
SVNSqlJetInsertStatement. getInsertValues()
SVNSqlJetStatement
SVNSqlJetStatement. getJoinedStatement(java.lang.Enum<?> joinedTable)
SVNSqlJetStatement
SVNSqlJetStatement. getJoinedStatement(java.lang.String joinedTable)
protected java.lang.String
SVNSqlJetSelectStatement. getRowPath()
protected java.lang.Enum<?>
SVNSqlJetSelectStatement. getRowPathField()
java.util.Map<java.lang.String,java.lang.Object>
SVNSqlJetSelectStatement. getRowValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNSqlJetStatement. getRowValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNSqlJetSelectStatement. getRowValues2(java.util.Map<java.lang.String,java.lang.Object> v)
SVNSqlJetStatement
SVNSqlJetDb. getStatement(SVNWCDbStatements statementIndex)
SVNSqlJetDb
SVNSqlJetDb. getTemporaryDb()
abstract java.util.Map<java.lang.String,java.lang.Object>
SVNSqlJetUpdateStatement. getUpdateValues()
protected java.lang.Object[]
SVNSqlJetSelectStatement. getWhere()
boolean
SVNSqlJetStatement. hasColumnInheritedProperties(java.lang.Enum<?> f)
boolean
SVNSqlJetStatement. hasColumnInheritedProperties(java.lang.String f)
boolean
SVNSqlJetStatement. hasColumnProperties(java.lang.Enum<?> f)
protected boolean
SVNSqlJetStatement. hasColumnProperties(java.lang.String f)
boolean
SVNSqlJetDb. hasTable(java.lang.String tableName)
long
SVNSqlJetStatement. insert(java.lang.Object... data)
boolean
SVNSqlJetSelectFieldsStatement. isColumnNull(int f)
protected boolean
SVNSqlJetSelectStatement. isColumnNull(java.lang.String f)
boolean
SVNSqlJetStatement. isColumnNull(java.lang.Enum<?> f)
protected boolean
SVNSqlJetStatement. isColumnNull(java.lang.String f)
protected boolean
SVNSqlJetSelectStatement. isFilterPassed()
protected boolean
SVNSqlJetSelectStatement. isPathScopeInIndex()
boolean
SVNSqlJetSelectStatement. next()
boolean
SVNSqlJetStatement. next()
boolean
SVNSqlJetUnionStatement. next()
void
SVNSqlJetStatement. nextRow()
static SVNSqlJetDb
SVNSqlJetDb. open(java.io.File sdbAbsPath, SVNSqlJetDb.Mode mode)
static SVNSqlJetDb
SVNSqlJetDb. open(java.io.File sdbAbsPath, SVNSqlJetDb.Mode mode, org.tmatesoft.sqljet.core.internal.SqlJetPagerJournalMode journalMode, boolean temporaryDbInMemory)
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNSqlJetSelectStatement. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNSqlJetStatement. openCursor()
static java.util.List<Structure<StructureFields.InheritedProperties>>
SVNSqlJetStatement. parseInheritedProperties(byte[] val)
static SVNProperties
SVNSqlJetStatement. parseProperties(byte[] val)
void
SVNSqlJetSelectStatement. reset()
void
SVNSqlJetStatement. reset()
void
SVNSqlJetTableStatement. reset()
void
SVNSqlJetUnionStatement. reset()
void
SVNSqlJetDb. rollback()
void
SVNSqlJetDb. runTransaction(SVNSqlJetTransaction transaction)
void
SVNSqlJetDb. runTransaction(SVNSqlJetTransaction transaction, org.tmatesoft.sqljet.core.SqlJetTransactionMode mode)
void
SVNSqlJetTransaction. transaction(SVNSqlJetDb db)
Constructors in org.tmatesoft.svn.core.internal.db that throw SVNException Constructor Description SVNSqlJetDeleteStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable)
SVNSqlJetInsertStatement(SVNSqlJetDb sDb, java.lang.Enum<?> tableName)
SVNSqlJetInsertStatement(SVNSqlJetDb sDb, java.lang.Enum<?> tableName, org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction)
SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable)
SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName)
SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb, java.lang.String fromTable)
SVNSqlJetSelectStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable)
SVNSqlJetSelectStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName)
SVNSqlJetSelectStatement(SVNSqlJetDb sDb, java.lang.String fromTable)
SVNSqlJetSelectStatement(SVNSqlJetDb sDb, java.lang.String fromTable, java.lang.String indexName)
SVNSqlJetTableStatement(SVNSqlJetDb sDb, java.lang.Enum<?> tableName)
SVNSqlJetTableStatement(SVNSqlJetDb sDb, java.lang.String tableName)
SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable)
SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.delta
Methods in org.tmatesoft.svn.core.internal.delta that throw SVNException Modifier and Type Method Description java.nio.ByteBuffer
SVNDeltaCombiner. addWindow(SVNDiffWindow window)
SVNRangeTree.SVNRangeListNode
SVNRangeTree. buildRangeList(int offset, int limit)
void
SVNRangeTree. insert(int offset, int limit, int targetOffset)
void
SVNDeltaReader. nextWindow(byte[] data, int offset, int length, java.lang.String path, ISVNDeltaConsumer consumer)
SVNDiffWindow
SVNDeltaCombiner. readWindow(FSFile file, int version)
void
SVNDeltaReader. reset(java.lang.String path, ISVNDeltaConsumer consumer)
void
SVNDeltaCombiner. skipWindow(FSFile file)
void
SVNRangeTree. splay(int offset)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that throw SVNException Modifier and Type Method Description SVNNodeKind
DAVRepository. checkPath(java.lang.String path, long revision)
void
DAVRepository. diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor)
HTTPStatus
DAVConnection. doCheckout(java.lang.String activityPath, java.lang.String repositoryPath, java.lang.String path, boolean allow404)
void
DAVConnection. doCopy(java.lang.String src, java.lang.String dst, int depth)
HTTPStatus
DAVConnection. doDelete(java.lang.String path)
HTTPStatus
DAVConnection. doDelete(java.lang.String repositoryPath, java.lang.String path, long revision)
void
DAVConnection. doGet(java.lang.String path, java.io.OutputStream os)
void
DAVConnection. doGet(java.lang.String path, java.lang.String deltaBaseVersionURL, java.io.OutputStream os)
java.lang.String
DAVRepository. doGetFullPath(java.lang.String relativeOrRepositoryPath)
SVNLock
DAVConnection. doGetLock(java.lang.String path, DAVRepository repos)
SVNLock[]
DAVConnection. doGetLocks(java.lang.String path)
protected java.lang.String
DAVRepository. doGetRepositoryPath(java.lang.String relativePath)
HTTPStatus
DAVConnection. doHead(java.lang.String path)
SVNLock
DAVConnection. doLock(java.lang.String repositoryPath, java.lang.String path, DAVRepository repos, java.lang.String comment, boolean force, long revision)
java.lang.String
DAVConnection. doMakeActivity(ISVNWorkspaceMediator mediator)
HTTPStatus
DAVConnection. doMakeCollection(java.lang.String path)
HTTPStatus
DAVConnection. doMerge(java.lang.String activityURL, boolean response, org.xml.sax.helpers.DefaultHandler handler)
HTTPStatus
DAVConnection. doOptions(java.lang.String path)
HTTPStatus
DAVConnection. doPost(java.lang.String path, java.lang.String mimeType, byte[] body)
HTTPStatus
DAVConnection. doPropfind(java.lang.String path, HTTPHeader header, java.lang.StringBuffer body, org.xml.sax.helpers.DefaultHandler handler)
void
DAVConnection. doProppatch(java.lang.String repositoryPath, java.lang.String path, java.lang.StringBuffer requestBody, org.xml.sax.helpers.DefaultHandler handler, SVNErrorMessage context)
HTTPStatus
DAVConnection. doPutDiff(java.lang.String repositoryPath, java.lang.String path, java.io.InputStream data, long size, java.lang.String baseChecksum, java.lang.String textChecksum)
HTTPStatus
DAVConnection. doReport(java.lang.String path, java.lang.StringBuffer requestBody, org.xml.sax.helpers.DefaultHandler handler)
HTTPStatus
DAVConnection. doReport(java.lang.String path, java.lang.StringBuffer requestBody, org.xml.sax.helpers.DefaultHandler handler, boolean spool)
void
DAVConnection. doUnlock(java.lang.String path, DAVRepository repos, java.lang.String id, boolean force)
protected void
DAVConnection. exchangeCapabilities()
void
DAVConnection. fetchRepositoryRoot(DAVRepository repository)
void
DAVConnection. fetchRepositoryUUID(DAVRepository repository)
static DAVProperties
DAVUtil. findStartingProperties(DAVConnection connection, DAVRepository repos, java.lang.String fullPath)
static DAVBaselineInfo
DAVUtil. getBaselineInfo(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, boolean includeType, boolean includeRevision, DAVBaselineInfo info)
static DAVProperties
DAVUtil. getBaselineProperties(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, DAVElement[] elements)
java.lang.String
DAVConnection. getCapabilityResponse(SVNCapability capability)
ISVNEditor
DAVRepository. getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator)
protected ISVNEditor
DAVRepository. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)
long
DAVRepository. getDatedRevision(java.util.Date date)
protected long
DAVRepository. getDeletedRevisionImpl(java.lang.String path, long pegRevision, long endRevision)
SVNDirEntry
DAVRepository. getDir(java.lang.String path, long revision, boolean includeComments, java.util.Collection entries)
long
DAVRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)
long
DAVRepository. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler)
long
DAVRepository. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents)
long
DAVRepository. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents, ISVNWorkingCopyContentMediator workingCopyContentMediator)
protected int
DAVRepository. getFileRevisionsImpl(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler)
protected void
DAVRepository. getInheritedPropertiesImpl(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler)
long
DAVRepository. getLatestRevision()
static long
DAVUtil. getLatestRevisionHttpV2(DAVConnection davConnection)
protected long
DAVRepository. getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
protected int
DAVRepository. getLocationsImpl(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)
SVNLock
DAVRepository. getLock(java.lang.String path)
SVNLock[]
DAVRepository. getLocks(java.lang.String path)
protected java.util.Map
DAVRepository. getMergeInfoImpl(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants)
static HTTPStatus
DAVUtil. getProperties(DAVConnection connection, java.lang.String path, int depth, java.lang.String label, DAVElement[] properties, java.util.Map result)
static java.lang.String
DAVUtil. getPropertyValue(DAVConnection connection, java.lang.String path, java.lang.String label, DAVElement property)
SVNURL
DAVRepository. getRepositoryRoot(boolean forceConnection)
java.lang.String
DAVRepository. getRepositoryUUID(boolean forceConnection)
static DAVProperties
DAVUtil. getResourceProperties(DAVConnection connection, java.lang.String path, java.lang.String label, DAVElement[] properties)
SVNProperties
DAVRepository. getRevisionProperties(long revision, SVNProperties properties)
SVNPropertyValue
DAVRepository. getRevisionPropertyValue(long revision, java.lang.String propertyName)
static DAVBaselineInfo
DAVUtil. getStableURL(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, boolean includeType, boolean includeRevision, DAVBaselineInfo info)
static DAVProperties
DAVUtil. getStartingProperties(DAVConnection connection, java.lang.String path, java.lang.String label)
static java.lang.String
DAVUtil. getVCCPath(DAVConnection connection, DAVRepository repository, java.lang.String path)
boolean
DAVRepository. hasCapability(SVNCapability capability)
SVNDirEntry
DAVRepository. info(java.lang.String path, long revision)
void
DAVRepository. lock(java.util.Map pathsToRevisions, java.lang.String comment, boolean force, ISVNLockHandler handler)
protected long
DAVRepository. logImpl(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, long limit, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler)
void
DAVConnection. open(DAVRepository repository)
protected void
DAVRepository. openConnection()
void
DAVRepository. replay(long lowRevision, long highRevision, boolean sendDeltas, ISVNEditor editor)
protected void
DAVRepository. replayRangeImpl(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler)
void
DAVRepository. setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue)
static void
DAVUtil. setSpecialWCProperties(ISVNEditor editor, boolean isDir, java.lang.String path, DAVElement property, SVNPropertyValue propValue)
void
DAVRepository. status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)
void
DAVRepository. testConnection()
void
DAVRepository. unlock(java.util.Map pathToTokens, boolean force, ISVNLockHandler handler)
void
DAVRepository. update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor)
void
DAVRepository. update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.io.dav.handlers
Methods in org.tmatesoft.svn.core.internal.io.dav.handlers that throw SVNException Modifier and Type Method Description protected void
DAVEditorHandler. addNodeProperties(java.lang.String path, boolean isDir)
protected SVNPropertyValue
BasicDAVHandler. createPropertyValue(DAVElement element, java.lang.String propertyName, java.lang.StringBuffer cdata, java.lang.String encoding)
protected abstract void
BasicDAVHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVDateRevisionHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVDeletedRevisionHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVEditorHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVErrorHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVFileRevisionHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVGetLocksHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVInheritedPropertiesHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVLocationSegmentsHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVLocationsHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVLogHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVMergeHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVMergeInfoHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVOptionsHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVPropertiesHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVProppatchHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVReplayHandler. endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
protected void
DAVEditorHandler. fetchFile(java.lang.String baseChecksum)
static java.lang.StringBuffer
DAVEditorHandler. generateEditorRequest(DAVConnection connection, java.lang.StringBuffer xmlBuffer, java.lang.String url, long targetRevision, java.lang.String target, java.lang.String dstPath, SVNDepth depth, java.util.Map lockTokens, boolean ignoreAncestry, boolean resourceWalk, boolean fetchContents, boolean sendCopyFromArgs, boolean sendAll, ISVNReporterBaton reporterBaton)
protected void
BasicDAVHandler. invalidXML()
protected void
BasicDAVDeltaHandler. setDeltaProcessing(boolean processing)
protected abstract void
BasicDAVHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVDeletedRevisionHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVEditorHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVErrorHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVFileRevisionHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVGetLocksHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVInheritedPropertiesHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVLocationSegmentsHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVLocationsHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVLogHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVMergeHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVMergeInfoHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVOptionsHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVPropertiesHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVProppatchHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
protected void
DAVReplayHandler. startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.io.dav.http
Methods in org.tmatesoft.svn.core.internal.io.dav.http that throw SVNException Modifier and Type Method Description void
HTTPSSLKeyManager. acknowledgeAndClearAuthentication(SVNErrorMessage errorMessage)
java.lang.String
DefaultHTTPNegotiateAuthentication. authenticate()
java.lang.String
HTTPApacheNTLMAuthentication. authenticate()
java.lang.String
HTTPNativeNTLMAuthentication. authenticate()
IHTTPConnection
DefaultHTTPConnectionFactory. createHTTPConnection(SVNRepository repository)
IHTTPConnection
IHTTPConnectionFactory. createHTTPConnection(SVNRepository repository)
void
SpoolFile. delete()
static javax.net.ssl.KeyManager[]
HTTPSSLKeyManager. loadClientCertificate()
static javax.net.ssl.KeyManager[]
HTTPSSLKeyManager. loadClientCertificate(byte[] clientCert, char[] clientCertPassword)
static javax.net.ssl.KeyManager[]
HTTPSSLKeyManager. loadClientCertificate(java.io.File clientCertFile, char[] clientCertPassword)
static javax.net.ssl.KeyManager[]
HTTPSSLKeyManager. loadClientCertificate(java.io.File clientCertFile, java.lang.String clientCertPassword)
Deprecated.javax.net.ssl.KeyManager[]
HTTPSSLKeyManager. loadClientCertificate(SVNSSLAuthentication sslAuthentication)
void
HTTPApacheNTLMAuthentication. parseChallenge(java.lang.String challenge)
void
HTTPNativeNTLMAuthentication. parseChallenge(java.lang.String challenge)
HTTPStatus
HTTPConnection. request(java.lang.String method, java.lang.String path, HTTPHeader header, java.io.InputStream body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler)
HTTPStatus
HTTPConnection. request(java.lang.String method, java.lang.String path, HTTPHeader header, java.io.InputStream body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler, SVNErrorMessage context)
HTTPStatus
HTTPConnection. request(java.lang.String method, java.lang.String path, HTTPHeader header, java.lang.StringBuffer body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler)
HTTPStatus
HTTPConnection. request(java.lang.String method, java.lang.String path, HTTPHeader header, java.lang.StringBuffer body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler, SVNErrorMessage context)
HTTPStatus
IHTTPConnection. request(java.lang.String method, java.lang.String path, HTTPHeader header, java.io.InputStream body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler)
HTTPStatus
IHTTPConnection. request(java.lang.String method, java.lang.String path, HTTPHeader header, java.io.InputStream body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler, SVNErrorMessage context)
HTTPStatus
IHTTPConnection. request(java.lang.String method, java.lang.String path, HTTPHeader header, java.lang.StringBuffer body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler)
HTTPStatus
IHTTPConnection. request(java.lang.String method, java.lang.String path, HTTPHeader header, java.lang.StringBuffer body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler, SVNErrorMessage context)
boolean
DefaultHTTPConnectionFactory. useSendAllForDiff(SVNRepository repository)
boolean
IHTTPConnectionFactory. useSendAllForDiff(SVNRepository repository)
Constructors in org.tmatesoft.svn.core.internal.io.dav.http that throw SVNException Constructor Description HTTPConnection(SVNRepository repository, java.lang.String charset, java.io.File spoolDirectory, boolean spoolAll)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that throw SVNException Modifier and Type Method Description void
FSDeltaConsumer. abort()
void
FSCommitEditor. abortEdit()
void
FSRepository. abortReport()
void
FSTranslateReporter. abortReport()
static void
FSCommitter. abortTransaction(FSFS fsfs, java.lang.String txnId)
void
FSCommitEditor. absentDir(java.lang.String path)
void
FSCommitEditor. absentFile(java.lang.String path)
void
FSCommitter. addChange(java.lang.String path, FSID id, FSPathChangeKind changeKind, boolean textModified, boolean propsModified, boolean mergeInfoModified, long copyFromRevision, java.lang.String copyFromPath, SVNNodeKind kind)
void
FSCommitEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
FSCommitEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
long
FSTransactionRoot. allocateItemIndex(long offset)
void
FSCommitter. allowLockedOperation(FSFS fsfs, java.lang.String path, java.lang.String username, java.util.Collection<java.lang.String> lockTokens, boolean recursive, boolean haveWriteLock)
void
FSDeltaConsumer. applyText(java.lang.String path)
void
FSCommitEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
FSDeltaConsumer. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
FSOutputStream. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
static boolean
FSRepositoryUtil. areFileContentsChanged(FSRoot root1, java.lang.String path1, FSRoot root2, java.lang.String path2)
static boolean
FSRepositoryUtil. arePropertiesChanged(FSRoot root1, java.lang.String path1, FSRoot root2, java.lang.String path2)
FSTranslateReporter
FSRepository. beginReport(long revision, SVNURL url, java.lang.String target, boolean ignoreAncestry, boolean sendTextDeltas, boolean sendCopyFromArgs, SVNDepth depth, ISVNEditor editor)
static FSTransactionInfo
FSTransactionRoot. beginTransaction(long baseRevision, int flags, FSFS owner)
static FSTransactionInfo
FSTransactionRoot. beginTransactionForCommit(long baseRevision, SVNProperties revisionProperties, FSFS owner)
void
FSCommitEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
FSCommitEditor. changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
void
FSCommitter. changeNodeProperty(java.lang.String path, java.lang.String name, SVNPropertyValue propValue)
void
FSFS. changeTransactionProperties(java.lang.String txnId, SVNProperties txnProperties)
static boolean
FSNodeHistory. checkAncestryOfPegPath(java.lang.String fsPath, long pegRev, long futureRev, FSFS owner)
static boolean
FSRepositoryUtil. checkFilesDifferent(FSRoot root1, java.lang.String path1, FSRoot root2, java.lang.String path2, SVNDeltaCombiner deltaCombiner)
SVNNodeKind
FSRoot. checkNodeKind(java.lang.String path)
SVNNodeKind
FSRepository. checkPath(java.lang.String path, long revision)
static void
FSRepositoryUtil. checkReposDBFormat(int format)
FSRepresentation
FSRevisionNode. chooseDeltaBase(FSFS fsfsOwner)
FSRevisionNode
FSTransactionRoot. cloneChild(FSRevisionNode parent, java.lang.String parentPath, java.lang.String childName, java.lang.String copyId, boolean isParentCopyRoot)
void
FSDeltaConsumer. close()
void
FSFS. close()
void
IFSRepresentationCacheManager. close()
void
FSCommitEditor. closeDir()
SVNCommitInfo
FSCommitEditor. closeEdit()
void
FSCommitEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
void
FSTranslateReporter. closeRepository()
long
FSCommitter. commitTxn(boolean runPreCommitHook, boolean runPostCommitHook, SVNErrorMessage[] postCommitHookError, java.lang.StringBuffer conflictPath)
SVNProperties
FSFS. compoundMetaProperties(long revision)
static void
FSRepositoryUtil. copy(java.io.InputStream src, java.io.OutputStream dst, ISVNCanceller canceller)
static void
FSRepresentationCacheUtil. create(java.io.File path)
static java.io.InputStream
FSInputStream. createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner)
static java.io.InputStream
FSInputStream. createDeltaStream(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner)
void
FSFS. createNewTxnNodeRevisionFromRevision(java.lang.String txnID, FSRevisionNode sourceNode)
FSRevisionRoot
FSFS. createRevisionRoot(long revision)
static java.io.OutputStream
FSOutputStream. createStream(FSRevisionNode revNode, FSTransactionRoot txnRoot, java.io.OutputStream dstStream, boolean compress)
FSID
FSTransactionRoot. createSuccessor(FSID oldId, FSRevisionNode newRevNode, java.lang.String copyId)
FSTransactionRoot
FSFS. createTransactionRoot(FSTransactionInfo txn)
void
FSCommitEditor. deleteEntry(java.lang.String path, long revision)
void
FSTransactionRoot. deleteEntry(FSRevisionNode parent, java.lang.String entryName)
void
FSFS. deleteLock(SVNLock lock)
void
FSCommitter. deleteNode(java.lang.String path)
void
FSRepository. deletePath(java.lang.String path)
void
FSTranslateReporter. deletePath(java.lang.String path)
java.util.Map
FSRoot. detectChanged()
void
FSRepository. diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor)
void
FSUpdateContext. dispose()
void
FSUpdateContext. drive()
void
FSFile. ensureFooterLoaded()
protected java.util.Map
FSRoot. fetchAllChanges(FSFile changesFile, boolean prefolded)
SVNLock
FSFS. fetchLockFromDigestFile(java.io.File digestFile, java.lang.String repositoryPath, java.util.Collection children)
protected FSRevisionNode
FSRoot. fetchRevNodeFromCache(java.lang.String path)
static SVNLocationEntry
FSNodeHistory. findYoungestCopyroot(java.io.File reposRootDir, FSParentPath parPath)
void
FSRepository. finishReport()
void
FSTranslateReporter. finishReport()
static FSRevisionNode
FSRevisionNode. fromMap(java.util.Map headers)
static FSPathChange
FSPathChange. fromString(java.lang.String changeLine, java.lang.String copyfromLine)
static java.lang.String
FSRepositoryUtil. generateLockToken()
static java.lang.String
FSRepositoryUtil. generateNextKey(java.lang.String oldKey)
protected java.io.File
FSFS. getAbsoluteRevisionPath(long revision)
java.lang.String
FSParentPath. getAbsPath()
java.lang.String
FSFS. getAndIncrementTxnKey()
java.util.Map
FSRevisionRoot. getChangedPaths()
abstract java.util.Map
FSRoot. getChangedPaths()
java.util.Map
FSTransactionRoot. getChangedPaths()
FSRevisionNode
FSRevisionNode. getChildDirNode(java.lang.String childName, FSFS fsfsOwner)
FSClosestCopy
FSRevisionRoot. getClosestCopy(java.lang.String path)
ISVNEditor
FSRepository. getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator)
protected ISVNEditor
FSRepository. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)
FSCopyInheritance
FSRevisionRoot. getCopyInheritance(FSParentPath child)
abstract FSCopyInheritance
FSRoot. getCopyInheritance(FSParentPath child)
FSCopyInheritance
FSTransactionRoot. getCopyInheritance(FSParentPath child)
long
FSFS. getDatedRevision(java.util.Date date)
long
FSRepository. getDatedRevision(java.util.Date date)
static FSWriteLock
FSWriteLock. getDBLogsLock(FSFS owner, boolean exclusive)
java.io.File
FSFS. getDBLogsLockFile()
long
FSFS. getDeletedRevision(java.lang.String path, long startRev, long endRev)
protected long
FSRepository. getDeletedRevisionImpl(java.lang.String path, long pegRevision, long endRevision)
java.lang.String
FSUpdateContext. getDepthLetter(SVNDepth depth)
java.io.File
FSFS. getDigestFileFromRepositoryPath(java.lang.String repositoryPath)
java.lang.String
FSFS. getDigestFromRepositoryPath(java.lang.String repositoryPath)
SVNDirEntry
FSRepository. getDir(java.lang.String path, long revision, boolean includeCommitMessages, java.util.Collection entries)
long
FSRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)
long
FSRepository. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler)
java.util.Map
FSFS. getDirContents(FSRevisionNode revNode)
java.util.Map
FSRevisionNode. getDirEntries(FSFS fsfsOwner)
long
FSRepository. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents)
long
FSRevisionNode. getFileLength()
java.lang.String
FSRevisionNode. getFileMD5Checksum()
int
FSFileRevisionsFinder. getFileRevisions(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler)
protected int
FSRepository. getFileRevisionsImpl(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler)
java.lang.String
FSRevisionNode. getFileSHA1Checksum()
long
FSRoot. getFileSize(java.lang.String path)
java.io.InputStream
FSRoot. getFileStreamForPath(SVNDeltaCombiner combiner, java.lang.String path)
java.lang.String
FSFS. getFSType()
protected void
FSRepository. getInheritedPropertiesImpl(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler)
long
FSRepository. getLatestRevision()
protected long
FSRepository. getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
protected int
FSRepository. getLocationsImpl(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)
SVNLock
FSFS. getLock(java.lang.String repositoryPath, boolean haveWriteLock, boolean throwError)
SVNLock
FSRepository. getLock(java.lang.String path)
SVNLock
FSFS. getLockHelper(java.lang.String repositoryPath, boolean haveWriteLock)
SVNLock[]
FSRepository. getLocks(java.lang.String path)
protected java.util.Map
FSRepository. getMergeInfoImpl(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants)
long
FSFS. getMinUnpackedRev()
long
FSFS. getMinUnpackedRevProp()
java.lang.String
FSTransactionRoot. getNewTxnNodeId()
java.lang.String[]
FSFS. getNextRevisionIDs()
FSNodeHistory
FSRevisionRoot. getNodeHistory(java.lang.String path)
long
FSLocationsFinder. getNodeLocationSegments(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
java.lang.String
FSFS. getNodeOrigin(java.lang.String nodeID)
long
FSRevisionRoot. getNodeOriginRevision(java.lang.String path)
protected long
FSFS. getPackedOffset(long revision)
protected java.io.File
FSFS. getPackedRevPath(long revision, java.lang.String kind)
protected java.io.File
FSFS. getPackedRevPropsShardPath(long revision)
protected FSFile
FSFS. getPackOrRevisionFSFile(long revision)
java.util.Map
FSFileRevisionsFinder. getPathMergeInfo(java.lang.String path, long revision)
FSNodeHistory
FSNodeHistory. getPreviousHistory(boolean crossCopies)
SVNLocationEntry
FSFS. getPreviousLocation(java.lang.String path, long revision, long[] appearedRevision)
SVNLocationEntry
FSRevisionRoot. getPreviousLocation(java.lang.String path, long[] appearedRevision)
SVNProperties
FSFS. getProperties(FSRevisionNode revNode)
SVNProperties
FSRevisionNode. getProperties(FSFS fsfsOwner)
java.io.OutputStream
FSUpdateContext. getReportFileForWriting()
FSRepresentation
IFSRepresentationCacheManager. getRepresentationByHash(java.lang.String hash)
protected java.io.File
FSFS. getRevisionFile(long revision)
protected FSFile
FSFS. getRevisionFSFile(long revision)
FSRevisionNode
FSFS. getRevisionNode(FSID id)
FSRevisionNode
FSRoot. getRevisionNode(java.lang.String path)
SVNProperties
FSFS. getRevisionProperties(long revision)
SVNProperties
FSRepository. getRevisionProperties(long revision, SVNProperties properties)
java.io.File
FSFS. getRevisionPropertiesFile(long revision, boolean returnMissing)
SVNPropertyValue
FSRepository. getRevisionPropertyValue(long revision, java.lang.String propertyName)
FSRevisionNode
FSRevisionRoot. getRootRevisionNode()
abstract FSRevisionNode
FSRoot. getRootRevisionNode()
FSRevisionNode
FSTransactionRoot. getRootRevisionNode()
java.io.File
FSTransactionRoot. getTransactionChangesFile()
SVNProperties
FSFS. getTransactionProperties(java.lang.String txnID)
FSTransactionInfo
FSTransactionRoot. getTxn()
FSRevisionNode
FSTransactionRoot. getTxnBaseRootNode()
java.lang.String
FSFS. getUUID()
java.io.File
FSTransactionRoot. getWritableTransactionProtoRevFile()
static FSWriteLock
FSWriteLock. getWriteLockForCurrentTxn(java.lang.String token, FSFS owner)
static FSWriteLock
FSWriteLock. getWriteLockForDB(FSFS owner)
static FSWriteLock
FSWriteLock. getWriteLockForTxn(java.lang.String txnID, FSFS owner)
long
FSFS. getYoungestRevision()
boolean
FSReplayPathHandler. handleCommitPath(java.lang.String path, ISVNEditor editor)
boolean
FSRepository. hasCapability(SVNCapability capability)
void
FSTransactionRoot. incrementMergeInfoCount(FSRevisionNode node, long increment)
void
FSCommitter. incrementMergeInfoUpTree(FSParentPath parentPath, long increment)
SVNDirEntry
FSRepository. info(java.lang.String path, long revision)
void
IFSRepresentationCacheManager. insert(FSRepresentation representation, boolean rejectDup)
void
FSRepository. linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty)
void
FSRepository. linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty)
void
FSTranslateReporter. linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty)
void
FSTranslateReporter. linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty)
static void
FSRepositoryUtil. loadRootChangesOffset(FSFS fsfs, long revision, FSFile file, long[] rootOffset, long[] changesOffset)
static void
FSRepositoryUtil. loadRootChangesOffsetLogicalAddressing(FSFS fsfs, long revision, FSFile file, long index, long[] rootOffset, long[] changesOffset)
void
FSRepository. lock(java.util.Map pathsToRevisions, java.lang.String comment, boolean force, boolean isDAVComment, ISVNLockHandler handler)
void
FSRepository. lock(java.util.Map pathsToRevisions, java.lang.String comment, boolean force, ISVNLockHandler handler)
void
FSWriteLock. lock()
SVNLock
FSFS. lockPath(java.lang.String path, java.lang.String token, java.lang.String username, java.lang.String comment, java.util.Date expirationDate, long currentRevision, boolean stealLock, boolean isDAVComment)
protected long
FSRepository. logImpl(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean discoverChangedPaths, boolean strictNode, long limit, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler)
protected long
FSFS. lookupOffsetInIndex(FSFile file, long revision, long itemIndex)
protected long
FSFS. lookupOffsetInProtoIndex(FSFile file, java.lang.String txnId, long itemIndex)
void
FSCommitter. makeCopy(FSRevisionRoot fromRoot, java.lang.String fromPath, java.lang.String toPath, boolean preserveHistory)
void
FSCommitter. makeDir(java.lang.String path)
FSRevisionNode
FSCommitter. makeEntry(FSRevisionNode parent, java.lang.String parentPath, java.lang.String entryName, boolean isDir, java.lang.String txnId)
void
FSCommitter. makeFile(java.lang.String path)
void
FSCommitter. makePathMutable(FSParentPath parentPath, java.lang.String errorPath)
static void
FSCommitter. mergeChanges(FSFS owner, FSTransactionRoot txnRoot, FSRevisionNode sourceNode, java.lang.StringBuffer conflictPath)
void
FSFS. open()
static IFSRepresentationCacheManager
FSRepresentationCacheUtil. open(FSFS fsfs)
FSFile
FSFS. openAndSeekRepresentation(FSRepresentation rep)
void
FSFS. openDB()
void
FSCommitEditor. openDir(java.lang.String path, long revision)
void
FSCommitEditor. openFile(java.lang.String path, long revision)
void
FSFS. openForRecovery()
FSParentPath
FSRoot. openPath(java.lang.String path, boolean lastEntryMustExist, boolean storeParents)
void
FSCommitEditor. openRoot(long revision)
void
FSFS. openRoot()
FSTransactionInfo
FSFS. openTxn(java.lang.String txnName)
void
FSPacker. pack(FSFS fsfs)
static FSRepresentation
FSRepresentation. parse(java.lang.String representationString)
static void
FSRevisionNode. parseRepresentationHeader(java.lang.String representation, FSRevisionNode revNode, java.lang.String txnId, boolean isData, boolean mutableRepTuncated)
void
FSFS. purgeTxn(java.lang.String txnID)
void
FSRoot. putRevNodeToCache(java.lang.String path, FSRevisionNode node)
void
FSFS. putTxnRevisionNode(FSID id, FSRevisionNode revNode)
int
FSFS. readDBFormat()
java.util.Map
FSFile. readHeader()
int
FSFile. readInt()
java.lang.String
FSFile. readLine(int limit)
java.lang.String
FSFile. readLine(java.lang.StringBuffer buffer)
long
FSFile. readLong()
java.lang.String[]
FSTransactionRoot. readNextIDs()
void
FSFS. readOptions(FSFile formatFile, int formatNumber)
PathInfo
FSFile. readPathInfoFromReportFile()
SVNProperties
FSFile. readProperties(boolean allowEOF, boolean allowBinaryValues)
static FSInputStream.FSRepresentationState
FSInputStream. readRepresentationLine(FSFile file)
void
FSRoot. removeRevNodeFromCache(java.lang.String path)
void
FSRepository. replay(long lowRevision, long highRevision, boolean sendDeltas, ISVNEditor editor)
static void
FSRepositoryUtil. replay(FSFS fsfs, FSRoot root, java.lang.String basePath, long lowRevision, boolean sendDeltas, ISVNEditor editor)
protected void
FSRepository. replayRangeImpl(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler)
java.lang.String
FSCommitter. reserveCopyId(java.lang.String txnId)
void
FSUpdateContext. reset(FSRepository repository, FSFS owner, long revision, java.io.File reportFile, java.lang.String target, java.lang.String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFrom, ISVNEditor editor)
void
IFSSqlJetTransaction. run()
void
FSHotCopier. runHotCopy(FSFS srcOwner, java.io.File dstPath)
long
FSLog. runLog()
static void
FSHooks. runPostCommitHook(java.io.File reposRootDir, long committedRevision)
static void
FSHooks. runPostLockHook(java.io.File reposRootDir, java.lang.String[] paths, java.lang.String username)
static void
FSHooks. runPostRevPropChangeHook(java.io.File reposRootDir, java.lang.String propName, byte[] propOldValue, java.lang.String author, long revision, java.lang.String action)
static void
FSHooks. runPostUnlockHook(java.io.File reposRootDir, java.lang.String[] paths, java.lang.String username)
static void
FSHooks. runPreCommitHook(java.io.File reposRootDir, java.lang.String txnName)
static java.lang.String
FSHooks. runPreLockHook(java.io.File reposRootDir, java.lang.String path, java.lang.String username, java.lang.String comment, boolean stealLock)
static void
FSHooks. runPreRevPropChangeHook(java.io.File reposRootDir, java.lang.String propName, byte[] propNewValue, java.lang.String author, long revision, java.lang.String action)
static void
FSHooks. runPreUnlockHook(java.io.File reposRootDir, java.lang.String path, java.lang.String username)
void
IFSRepresentationCacheManager. runReadTransaction(IFSSqlJetTransaction transaction)
void
FSRecoverer. runRecovery()
static void
FSHooks. runStartCommitHook(java.io.File reposRootDir, java.lang.String author, java.util.List<?> capabilities)
void
IFSRepresentationCacheManager. runWriteTransaction(IFSSqlJetTransaction transaction)
static void
FSRepositoryUtil. sendTextDelta(ISVNEditor editor, java.lang.String editPath, java.lang.String sourcePath, java.lang.String hexDigest, FSRevisionRoot sourceRoot, java.lang.String targetPath, FSRoot targetRoot, boolean sendDeltas, SVNDeltaCombiner deltaCombiner, SVNDeltaGenerator deltaGenerator, FSFS fsfs)
void
FSTransactionRoot. setEntry(FSRevisionNode parentRevNode, java.lang.String entryName, FSID entryId, SVNNodeKind kind)
void
FSFS. setNodeOrigin(java.lang.String nodeID, FSID nodeRevisionID)
void
FSRepository. setPath(java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty)
void
FSRepository. setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty)
void
FSTranslateReporter. setPath(java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty)
void
FSTranslateReporter. setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty)
void
FSTransactionRoot. setProplist(FSRevisionNode node, SVNProperties properties)
void
FSFS. setRevisionProperty(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue)
void
FSRepository. setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue)
void
FSRepository. setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue, boolean bypassHooks)
void
FSRepository. setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue, boolean bypassPreRevpropHook, boolean bypassPostRevpropHook)
void
FSFS. setTransactionProperty(java.lang.String txnID, java.lang.String name, SVNPropertyValue propertyValue)
void
FSFS. setUUID(java.lang.String uuid)
void
FSRepository. status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)
void
FSTransactionRoot. storeL2PIndexEntry(long offset, long itemIndex)
void
FSTransactionRoot. storeP2LIndexEntry(FSP2LEntry entry)
void
FSCommitEditor. targetRevision(long revision)
void
FSRepository. testConnection()
java.io.OutputStream
FSCommitEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
FSDeltaConsumer. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
FSOutputStream. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
void
FSCommitEditor. textDeltaEnd(java.lang.String path)
void
FSDeltaConsumer. textDeltaEnd(java.lang.String path)
void
FSOutputStream. textDeltaEnd(java.lang.String path)
int
FSLocationsFinder. traceNodeLocations(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)
void
FSRepository. unlock(java.util.Map pathToTokens, boolean force, ISVNLockHandler handler)
void
FSWriteLock. unlock()
void
FSFS. unlockPath(java.lang.String path, java.lang.String token, java.lang.String username, boolean breakLock, boolean enableHooks)
void
FSRepository. update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor)
void
FSRepository. update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)
void
FSFS. updateMinUnpackedRevProp()
void
FSFS. upgrade()
static void
FSRepositoryUtil. validateProperty(java.lang.String propertyName, SVNPropertyValue propertyValue)
void
FSFS. walkDigestFiles(java.io.File digestFile, ISVNLockHandler getLocksHandler, boolean haveWriteLock)
void
FSTransactionRoot. writeChangeEntry(java.io.OutputStream changesFile, FSPathChange pathChange, boolean includeNodeKind)
protected void
FSFS. writeCurrentFile(long revision, java.lang.String nextNodeID, java.lang.String nextCopyID)
void
FSFS. writeDBFormat(int format, long maxFilesPerDir, boolean overwrite)
long
FSTransactionRoot. writeFinalChangedPathInfo(CountingOutputStream protoFile)
void
FSTransactionRoot. writeFinalCurrentFile(long newRevision, java.lang.String startNodeId, java.lang.String startCopyId)
FSID
FSTransactionRoot. writeFinalRevision(FSID newId, CountingOutputStream protoFile, long revision, FSID id, java.lang.String startNodeId, java.lang.String startCopyId, java.util.Collection<FSRepresentation> representations, boolean atRoot)
void
FSRoot. writeIndexData(CountingOutputStream protoFile, long newRevision, java.lang.String txnId)
void
FSFS. writeNextIDs(java.lang.String txnID, java.lang.String nodeID, java.lang.String copyID)
void
FSUpdateContext. writePathInfoToReportFile(java.lang.String path, java.lang.String linkPath, java.lang.String lockToken, long revision, boolean startEmpty, SVNDepth depth)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.io.fs.index
Methods in org.tmatesoft.svn.core.internal.io.fs.index that throw SVNException Modifier and Type Method Description void
FSL2PProtoIndex. addEntry(long offset, long itemIndex)
long
FSTransactionItemIndex. allocateItemIndex(long offset)
long
FSL2PProtoIndex. getOffsetByItemIndex(long itemIndex)
long
FSLogicalAddressingIndex. getOffsetByItemIndex(long revision, long itemIndex)
protected org.tmatesoft.svn.core.internal.io.fs.index.FSLogicalAddressingIndex.P2LPageInfo
FSLogicalAddressingIndex. getP2LKeys(long revision, long offset)
java.util.List<FSP2LEntry>
FSLogicalAddressingIndex. lookupP2LEntries(long revision, long blockStart, long blockEnd)
static FSL2PProtoIndex
FSL2PProtoIndex. open(FSFS fsfs, java.lang.String txnId, boolean append)
static FSP2LProtoIndex
FSP2LProtoIndex. open(FSFS fsfs, java.lang.String txnId, boolean append)
static FSTransactionItemIndex
FSTransactionItemIndex. open(FSFS fsfs, java.lang.String txnId)
long
FSPackedNumbersStream. read()
FSL2PEntry
FSL2PProtoIndex. readEntry()
FSP2LEntry
FSP2LProtoIndex. readEntry()
long
FSP2LProtoIndex. readNextOffset()
long
FSPackedNumbersStream. readSigned()
void
FSP2LProtoIndex. writeEntry(FSP2LEntry entry)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.io.fs.repcache
Methods in org.tmatesoft.svn.core.internal.io.fs.repcache that throw SVNException Modifier and Type Method Description void
FSEmptyRepresentationCacheManager. close()
void
FSRepresentationCacheManager. close()
void
FSEmptyRepresentationCacheManagerFactory. createRepresentationCache(java.io.File path)
static void
FSRepresentationCacheManager. createRepresentationCache(java.io.File path)
void
FSRepresentationCacheManagerFactory. createRepresentationCache(java.io.File path)
void
IFSRepresentationCacheManagerFactory. createRepresentationCache(java.io.File path)
FSRepresentation
FSEmptyRepresentationCacheManager. getRepresentationByHash(java.lang.String hash)
FSRepresentation
FSRepresentationCacheManager. getRepresentationByHash(java.lang.String hash)
void
FSEmptyRepresentationCacheManager. insert(FSRepresentation representation, boolean rejectDup)
void
FSRepresentationCacheManager. insert(FSRepresentation representation, boolean rejectDup)
IFSRepresentationCacheManager
FSEmptyRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)
static IFSRepresentationCacheManager
FSRepresentationCacheManager. openRepresentationCache(FSFS fsfs)
IFSRepresentationCacheManager
FSRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)
IFSRepresentationCacheManager
IFSRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)
void
FSEmptyRepresentationCacheManager. runReadTransaction(IFSSqlJetTransaction transaction)
void
FSRepresentationCacheManager. runReadTransaction(IFSSqlJetTransaction transaction)
void
FSEmptyRepresentationCacheManager. runWriteTransaction(IFSSqlJetTransaction transaction)
void
FSRepresentationCacheManager. runWriteTransaction(IFSSqlJetTransaction transaction)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.io.fs.revprop
Methods in org.tmatesoft.svn.core.internal.io.fs.revprop that throw SVNException Modifier and Type Method Description void
SVNFSFSPackedRevProps.Builder. addPropertiesEntry(SVNProperties properties)
byte[]
SVNFSFSPackedRevProps. asCompressedLevelNoneByteArray()
SVNFSFSPackedRevProps
SVNFSFSPackedRevProps.Builder. build()
protected static java.io.OutputStream
SVNFSFSPackedRevProps. compressLevelNone(byte[] uncompressedData, java.io.OutputStream outputStream)
long
SVNFSFSRevPropCreateSchema. exec()
static SVNFSFSPackedRevProps
SVNFSFSPackedRevProps. fromCompressedByteArray(byte[] compressedData)
static SVNFSFSPackedRevPropsManifest
SVNFSFSPackedRevPropsManifest. fromFile(java.io.File manifestFile, long revision, long maxFilesPerDirectory)
static SVNFSFSPackedRevProps
SVNFSFSPackedRevProps. fromPackFile(java.io.File file)
static SVNFSFSPackedRevPropsManifest
SVNFSFSPackedRevPropsManifest. fromString(long firstRevision, java.lang.String manifestString)
long
SVNFSFSRevPropSet. insert(java.lang.Object... data)
SVNProperties
SVNFSFSPackedRevProps. parseProperties(long revision)
java.util.List<SVNFSFSPackedRevProps>
SVNFSFSPackedRevProps. setProperties(long revision, SVNProperties properties, long revPropPackSize)
java.lang.String
SVNFSFSPackedRevPropsManifest. updatePackName(long firstRevision, int revisionsCount)
void
SVNFSFSPackedRevProps. writeToFile(java.io.File packFile, boolean compress)
Constructors in org.tmatesoft.svn.core.internal.io.fs.revprop that throw SVNException Constructor Description SVNFSFSRevPropGet(SVNSqlJetDb sDb)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNException Modifier and Type Method Description void
ISVNConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)
void
SVNPlainConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)
void
SVNSSHConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)
void
SVNTunnelConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)
Methods in org.tmatesoft.svn.core.internal.io.svn that throw SVNException Modifier and Type Method Description void
SVNRepositoryImpl. abortReport()
abstract SVNAuthentication
SVNAuthenticator. authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository)
void
SVNConnection. authenticate(SVNRepositoryImpl repository)
SVNAuthentication
SVNPlainAuthenticator. authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos)
SVNNodeKind
SVNRepositoryImpl. checkPath(java.lang.String path, long revision)
void
ISVNConnector. close(SVNRepositoryImpl repository)
void
SVNAbstractTunnelConnector. close(SVNRepositoryImpl repository)
void
SVNConnection. close()
void
SVNPlainConnector. close(SVNRepositoryImpl repository)
void
SVNSSHConnector. close(SVNRepositoryImpl repository)
ISVNConnector
ISVNConnectorFactory. createConnector(SVNRepository repository)
void
SVNRepositoryImpl. deletePath(java.lang.String path)
void
SVNRepositoryImpl. diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor)
void
SVNEditModeReader. driveEditor()
void
SVNRepositoryImpl. finishReport()
ISVNEditor
SVNRepositoryImpl. getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator)
protected ISVNEditor
SVNRepositoryImpl. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)
long
SVNRepositoryImpl. getDatedRevision(java.util.Date date)
protected long
SVNRepositoryImpl. getDeletedRevisionImpl(java.lang.String path, long pegRevision, long endRevision)
SVNDirEntry
SVNRepositoryImpl. getDir(java.lang.String path, long revision, boolean includeComment, java.util.Collection entries)
long
SVNRepositoryImpl. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)
long
SVNRepositoryImpl. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler)
long
SVNRepositoryImpl. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents)
protected int
SVNRepositoryImpl. getFileRevisionsImpl(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler)
protected void
SVNRepositoryImpl. getInheritedPropertiesImpl(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler)
long
SVNRepositoryImpl. getLatestRevision()
protected long
SVNRepositoryImpl. getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
protected int
SVNRepositoryImpl. getLocationsImpl(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)
static SVNLock
SVNReader. getLock(java.util.Collection items)
SVNLock
SVNRepositoryImpl. getLock(java.lang.String path)
SVNLock[]
SVNRepositoryImpl. getLocks(java.lang.String path)
protected java.util.Map
SVNRepositoryImpl. getMergeInfoImpl(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants)
static SVNProperties
SVNReader. getProperties(java.util.List items, int index, SVNProperties properties)
static SVNProperties
SVNReader. getPropertyDiffs(java.util.List items, int index, SVNProperties diffs)
SVNProperties
SVNRepositoryImpl. getRevisionProperties(long revision, SVNProperties properties)
SVNPropertyValue
SVNRepositoryImpl. getRevisionPropertyValue(long revision, java.lang.String propertyName)
void
ISVNConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)
void
SVNPlainConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)
void
SVNSSHConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)
void
SVNTunnelConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)
static void
SVNReader. handleFailureStatus(java.util.List list)
protected void
SVNConnection. handshake(SVNRepositoryImpl repository)
boolean
SVNRepositoryImpl. hasCapability(SVNCapability capability)
SVNDirEntry
SVNRepositoryImpl. info(java.lang.String path, long revision)
boolean
ISVNConnector. isConnected(SVNRepositoryImpl repository)
boolean
SVNAbstractTunnelConnector. isConnected(SVNRepositoryImpl repos)
boolean
SVNPlainConnector. isConnected(SVNRepositoryImpl repos)
boolean
SVNSSHConnector. isConnected(SVNRepositoryImpl repos)
void
SVNRepositoryImpl. linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty)
void
SVNRepositoryImpl. linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty)
void
SVNRepositoryImpl. lock(java.util.Map pathsToRevisions, java.lang.String comment, boolean force, ISVNLockHandler handler)
protected long
SVNRepositoryImpl. logImpl(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPaths, boolean strictNode, long limit, boolean includeMergedRevisions, java.lang.String[] revisionPropertyNames, ISVNLogEntryHandler handler)
void
ISVNConnector. open(SVNRepositoryImpl repository)
void
SVNAbstractTunnelConnector. open(SVNRepositoryImpl repository, java.lang.String process)
void
SVNAbstractTunnelConnector. open(SVNRepositoryImpl repository, java.lang.String[] command)
void
SVNConnection. open(SVNRepositoryImpl repository)
void
SVNPlainConnector. open(SVNRepositoryImpl repository)
void
SVNSSHConnector. open(SVNRepositoryImpl repository)
void
SVNTunnelConnector. open(SVNRepositoryImpl repository)
protected void
SVNRepositoryImpl. openConnection()
static java.util.List
SVNReader. parse(java.io.InputStream is, java.lang.String template, java.util.List values)
static java.util.List
SVNReader. parseTuple(java.lang.String template, java.util.Collection items, java.util.List values)
java.util.List
SVNConnection. read(java.lang.String template, java.util.List items, boolean readMalformedData)
protected SVNErrorMessage
SVNPlainAuthenticator. readAuthResponse()
SVNItem
SVNConnection. readItem(boolean readMalformedData)
static SVNItem
SVNReader. readItem(java.io.InputStream is)
java.util.List
SVNConnection. readTuple(java.lang.String template, boolean readMalformedData)
static java.util.List
SVNReader. readTuple(java.io.InputStream is, java.lang.String template)
void
SVNRepositoryImpl. replay(long lowRevision, long highRevision, boolean sendDeltas, ISVNEditor editor)
protected void
SVNRepositoryImpl. replayRangeImpl(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler)
void
SVNRepositoryImpl. setLocation(SVNURL url, boolean forceReconnect)
void
SVNRepositoryImpl. setPath(java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty)
void
SVNRepositoryImpl. setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty)
void
SVNRepositoryImpl. setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue)
void
SVNRepositoryImpl. status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)
void
SVNRepositoryImpl. testConnection()
void
SVNRepositoryImpl. unlock(java.util.Map pathToTokens, boolean force, ISVNLockHandler handler)
void
SVNRepositoryImpl. update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor)
void
SVNRepositoryImpl. update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)
void
SVNConnection. write(java.lang.String template, java.lang.Object[] items)
static void
SVNWriter. write(java.io.OutputStream os, java.lang.String templateStr, java.lang.Object[] src)
void
SVNConnection. writeError(SVNErrorMessage error)
Constructors in org.tmatesoft.svn.core.internal.io.svn that throw SVNException Constructor Description SVNAuthenticator(SVNConnection connection)
SVNPlainAuthenticator(SVNConnection connection)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.io.svn.sasl
Methods in org.tmatesoft.svn.core.internal.io.svn.sasl that throw SVNException Modifier and Type Method Description SVNAuthentication
SVNSaslAuthenticator. authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository)
protected javax.security.sasl.SaslClient
SVNSaslAuthenticator. createSaslClient(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos, SVNURL location)
protected boolean
SVNSaslAuthenticator. tryAuthentication(SVNRepositoryImpl repos, java.lang.String mechName)
Constructors in org.tmatesoft.svn.core.internal.io.svn.sasl that throw SVNException Constructor Description SVNSaslAuthenticator(SVNConnection connection)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util that throw SVNException Modifier and Type Method Description void
SVNSkel. appendChild(SVNSkel child)
static void
SVNEncodingUtil. assertURISafe(java.lang.String path)
static void
SVNPathUtil. checkPathIsValid(java.lang.String path)
static java.lang.String
SVNMergeInfoUtil. combineForkedMergeInfoProperties(java.lang.String fromPropValue, java.lang.String workingPropValue, java.lang.String toPropValue)
static java.lang.String
SVNMergeInfoUtil. combineMergeInfoProperties(java.lang.String propValue1, java.lang.String propValue2)
static void
SVNSocketFactory. connect(java.net.Socket socket, java.net.InetSocketAddress address, int timeout, ISVNCanceller cancel)
java.nio.ByteBuffer
SVNCharsetConvertor. convertChunk(byte[] b, int offset, int length, java.nio.ByteBuffer dst, boolean endOfInput)
static SVNSkel
SVNSkel. createInheritedProperties(java.util.Map<java.lang.String,SVNProperties> iprops)
static java.net.Socket
SVNSocketFactory. createPlainSocket(java.lang.String host, int port, int connectTimeout, int readTimeout, ISVNCanceller cancel)
static SVNSkel
SVNSkel. createPropList(java.util.Map<java.lang.String,SVNPropertyValue> props)
static java.net.Socket
SVNSocketFactory. createSSLSocket(javax.net.ssl.KeyManager[] keyManagers, javax.net.ssl.TrustManager trustManager, java.lang.String host, int port, int connectTimeout, int readTimeout, ISVNCanceller cancel)
static void
SVNMergeInfoUtil. diffMergeInfoProperties(java.util.Map deleted, java.util.Map added, java.lang.String fromPropValue, java.util.Map fromMergeInfo, java.lang.String toPropValue, java.util.Map toMergeInfo)
static void
SVNMergeInfoUtil. elideMergeInfo(java.util.Map parentMergeInfo, java.util.Map childMergeInfo, java.io.File path, java.lang.String pathSuffix, SVNWCAccess access)
static java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>>
SVNMergeInfoUtil. elideMergeInfoCatalog(java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> mergeInfoCatalog)
java.nio.ByteBuffer
SVNCharsetConvertor. flush(java.nio.ByteBuffer dst)
static byte[]
SVNUUIDGenerator. generateUUID()
static java.lang.String
SVNUUIDGenerator. generateUUIDString()
SVNSkel
SVNSkel. getChild(int i)
static void
SVNMergeInfoUtil. mergeCatalog(java.util.Map catalog, java.util.Map changes)
static java.util.Map<java.lang.String,SVNMergeRangeList>
SVNMergeInfoUtil. mergeMergeInfos(java.util.Map<java.lang.String,SVNMergeRangeList> originalSrcsToRangeLists, java.util.Map<java.lang.String,SVNMergeRangeList> changedSrcsToRangeLists)
static SVNSkel
SVNSkel. parse(byte[] data)
static SVNSkel
SVNSkel. parse(byte[] data, int offset, int length)
static SVNSkel
SVNSkel. parse(java.nio.ByteBuffer buffer)
static java.util.Date
SVNDate. parseDateString(java.lang.String str)
java.util.List<Structure<StructureFields.InheritedProperties>>
SVNSkel. parseInheritedProperties()
static SVNSkel
SVNSkel. parseList(java.nio.ByteBuffer buffer)
static java.util.Map<java.lang.String,SVNMergeRangeList>
SVNMergeInfoUtil. parseMergeInfo(java.lang.StringBuffer mergeInfo, java.util.Map<java.lang.String,SVNMergeRangeList> srcPathsToRangeLists)
java.util.Map<java.lang.String,byte[]>
SVNSkel. parsePropList()
static SVNMergeRange[]
SVNMergeInfoUtil. parseRevisionList(java.lang.StringBuffer mergeInfo, java.lang.String path)
void
SVNSkel. prepend(SVNSkel child)
void
SVNSkel. prependPath(java.io.File path)
void
SVNSkel. prependPropertyValue(SVNPropertyValue propertyValue)
void
SVNSkel. prependString(java.lang.String str)
char
SVNSpillBufferReader. readChar()
byte[]
SVNSkel. unparse()
void
SVNSpillBuffer. write(byte[] data, int offset, int length)
java.nio.ByteBuffer
SVNSkel. writeTo(java.nio.ByteBuffer buffer)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.util.jna
Methods in org.tmatesoft.svn.core.internal.util.jna that throw SVNException Modifier and Type Method Description static boolean
SVNJNAUtil. addPasswordToGnomeKeyring(java.lang.String realm, java.lang.String userName, char[] password, boolean nonInteractive, ISVNGnomeKeyringPasswordProvider keyringPasswordProvider)
static boolean
SVNJNAUtil. addPasswordToMacOsKeychain(java.lang.String realm, java.lang.String userName, char[] password, boolean nonInteractive)
static java.lang.String
SVNWinSecurity. getAuthHeader(java.lang.String token, SVNWinSecurity.SVNNTSecurityParameters params)
static char[]
SVNGnomeKeyring. getPassword(java.lang.String realm, java.lang.String userName, boolean nonInteractive, ISVNGnomeKeyringPasswordProvider keyringPasswordProvider)
static char[]
SVNJNAUtil. getPasswordFromGnomeKeyring(java.lang.String realm, java.lang.String userName, boolean nonInteractive, ISVNGnomeKeyringPasswordProvider keyringPasswordProvider)
static char[]
SVNJNAUtil. getPasswordFromMacOsKeychain(java.lang.String realm, java.lang.String userName, boolean nonInteractive)
static boolean
SVNGnomeKeyring. setPassword(java.lang.String realm, java.lang.String userName, char[] password, boolean nonInteractive, ISVNGnomeKeyringPasswordProvider keyringPasswordProvider)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNException Modifier and Type Method Description SVNException
IOExceptionWrapper. getOriginalException()
Methods in org.tmatesoft.svn.core.internal.wc that throw SVNException Modifier and Type Method Description void
SVNAmbientDepthFilterEditor. abortEdit()
void
SVNCancellableEditor. abortEdit()
void
SVNDepthFilterEditor. abortEdit()
void
SVNDiffEditor. abortEdit()
void
SVNDiffStatusEditor. abortEdit()
void
SVNDumpEditor. abortEdit()
void
SVNExportEditor. abortEdit()
void
SVNNodeEditor. abortEdit()
void
SVNRemoteDiffEditor. abortEdit()
void
SVNRemoteStatusEditor. abortEdit()
void
SVNSynchronizeEditor. abortEdit()
void
SVNUpdateEditor. abortEdit()
void
SVNUpdateEditor15. abortEdit()
void
SVNStatusReporter. abortReport()
void
SVNAmbientDepthFilterEditor. absentDir(java.lang.String path)
void
SVNCancellableEditor. absentDir(java.lang.String path)
void
SVNDepthFilterEditor. absentDir(java.lang.String path)
void
SVNDiffEditor. absentDir(java.lang.String path)
void
SVNDiffStatusEditor. absentDir(java.lang.String path)
void
SVNDumpEditor. absentDir(java.lang.String path)
void
SVNExportEditor. absentDir(java.lang.String path)
void
SVNNodeEditor. absentDir(java.lang.String path)
void
SVNRemoteDiffEditor. absentDir(java.lang.String path)
void
SVNRemoteStatusEditor. absentDir(java.lang.String path)
void
SVNSynchronizeEditor. absentDir(java.lang.String path)
void
SVNUpdateEditor. absentDir(java.lang.String path)
void
SVNUpdateEditor15. absentDir(java.lang.String path)
void
SVNAmbientDepthFilterEditor. absentFile(java.lang.String path)
void
SVNCancellableEditor. absentFile(java.lang.String path)
void
SVNDepthFilterEditor. absentFile(java.lang.String path)
void
SVNDiffEditor. absentFile(java.lang.String path)
void
SVNDiffStatusEditor. absentFile(java.lang.String path)
void
SVNDumpEditor. absentFile(java.lang.String path)
void
SVNExportEditor. absentFile(java.lang.String path)
void
SVNNodeEditor. absentFile(java.lang.String path)
void
SVNRemoteDiffEditor. absentFile(java.lang.String path)
void
SVNRemoteStatusEditor. absentFile(java.lang.String path)
void
SVNSynchronizeEditor. absentFile(java.lang.String path)
void
SVNUpdateEditor. absentFile(java.lang.String path)
void
SVNUpdateEditor15. absentFile(java.lang.String path)
void
DefaultSVNAuthenticationManager. acknowledgeAuthentication(boolean accepted, java.lang.String kind, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication)
static void
SVNWCManager. add(java.io.File path, SVNAdminArea parentDir, SVNURL copyFromURL, long copyFromRev, SVNDepth depth)
static void
SVNWCManager. add(java.io.File path, SVNAdminArea parentDir, SVNURL copyFromURL, SVNRevision copyFromRev, SVNDepth depth)
void
SVNAmbientDepthFilterEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNCancellableEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNDepthFilterEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNDiffEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNDiffStatusEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNDumpEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNExportEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNNodeEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNRemoteDiffEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNRemoteStatusEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNSynchronizeEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNUpdateEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNUpdateEditor15. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNAmbientDepthFilterEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNCancellableEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNDepthFilterEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNDiffEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNDiffStatusEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNDumpEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNExportEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNNodeEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNRemoteDiffEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNRemoteStatusEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNSynchronizeEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNUpdateEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNUpdateEditor15. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
static void
SVNWCManager. addProperties(SVNAdminArea dir, java.lang.String fileName, SVNProperties properties, boolean base, SVNLog log)
static void
SVNWCManager. addRepositoryFile(SVNAdminArea dir, java.lang.String fileName, java.io.File text, java.io.File textBase, SVNProperties baseProperties, SVNProperties properties, java.lang.String copyFromURL, long copyFromRev)
static void
SVNWCProperties. appendProperty(java.lang.String name, SVNPropertyValue value, java.io.OutputStream target)
static void
SVNWCProperties. appendPropertyDeleted(java.lang.String name, java.io.OutputStream target)
void
DefaultDumpFilterHandler. applyTextDelta()
void
DefaultLoadHandler. applyTextDelta()
void
ISVNLoadHandler. applyTextDelta()
void
SVNAmbientDepthFilterEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SVNCancellableEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SVNDepthFilterEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SVNDiffEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SVNDiffStatusEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SVNDumpEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SVNExportEditor. applyTextDelta(java.lang.String commitPath, java.lang.String baseChecksum)
void
SVNNodeEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SVNRemoteDiffEditor. applyTextDelta(java.lang.String commitPath, java.lang.String baseChecksum)
void
SVNRemoteStatusEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SVNSynchronizeEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SVNUpdateEditor. applyTextDelta(java.lang.String commitPath, java.lang.String baseChecksum)
void
SVNUpdateEditor15. applyTextDelta(java.lang.String commitPath, java.lang.String baseChecksum)
protected boolean
SVNMergeCallback. areFilesTheSame(java.io.File older, SVNProperties originalProps, java.io.File mine, SVNAdminArea adminArea)
SVNProperties
SVNWCProperties. asMap()
protected SVNStatus
SVNStatusEditor. assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored)
static SVNStatus
SVNStatusUtil. assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored, java.util.Map repositoryLocks, SVNURL reposRoot, SVNWCAccess wcAccess)
protected static void
SVNPath. assertControlChars(java.lang.String path)
static void
SVNErrorManager. assertionFailure(boolean isTrueCondition, java.lang.String optionalMessage, SVNLogType logType)
static java.lang.String
SVNAdminUtil. asString(SVNRevision revision, java.lang.String path)
java.util.Map
ISVNMergeStrategy. calculateImplicitMergeInfo(SVNRepository repos, SVNURL url, long[] targetRev, long start, long end)
java.util.Map
SVNMergeDriver. calculateImplicitMergeInfo(SVNRepository repos, SVNURL url, long[] targetRev, long start, long end)
java.lang.Object[]
ISVNMergeStrategy. calculateRemainingRangeList(java.io.File targetFile, SVNEntry entry, SVNURL sourceRoot, boolean[] indirect, SVNURL url1, long revision1, SVNURL url2, long revision2, SVNMergeRange range)
java.lang.Object[]
SVNMergeDriver. calculateRemainingRangeList(java.io.File targetFile, SVNEntry entry, SVNURL sourceRoot, boolean[] indirect, SVNURL url1, long revision1, SVNURL url2, long revision2, SVNMergeRange range)
void
SVNMergeDriver. calculateRemainingRanges(SVNMergeDriver.MergePath parent, SVNMergeDriver.MergePath child, SVNURL sourceRootURL, SVNURL url1, long revision1, SVNURL url2, long revision2, java.util.Map targetMergeInfo, SVNMergeRangeList implicitSrcGap, boolean isSubtree, boolean childInheritsImplicit, SVNEntry entry, SVNRepository repository)
static void
SVNWCManager. canDelete(java.io.File path, ISVNOptions options, ISVNEventHandler eventHandler)
boolean
ISVNAuthStoreHandler. canStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)
boolean
ISVNAuthStoreHandler. canStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)
void
SVNAmbientDepthFilterEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNCancellableEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNDepthFilterEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNDiffEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNDiffStatusEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNDumpEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNExportEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNNodeEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNRemoteDiffEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNRemoteStatusEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNSynchronizeEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNUpdateEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNUpdateEditor15. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNAmbientDepthFilterEditor. changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue)
void
SVNCancellableEditor. changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
void
SVNDepthFilterEditor. changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
void
SVNDiffEditor. changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
void
SVNDiffStatusEditor. changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
void
SVNDumpEditor. changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
void
SVNExportEditor. changeFileProperty(java.lang.String commitPath, java.lang.String name, SVNPropertyValue value)
void
SVNNodeEditor. changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
void
SVNRemoteDiffEditor. changeFileProperty(java.lang.String commitPath, java.lang.String name, SVNPropertyValue value)
void
SVNRemoteStatusEditor. changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
void
SVNSynchronizeEditor. changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
void
SVNUpdateEditor. changeFileProperty(java.lang.String commitPath, java.lang.String name, SVNPropertyValue value)
void
SVNUpdateEditor15. changeFileProperty(java.lang.String commitPath, java.lang.String name, SVNPropertyValue value)
void
ISVNReusableEditor. cleanup()
void
SVNRemoteDiffEditor. cleanup()
void
SVNUpdateEditor. cleanup(SVNAdminArea area)
void
SVNUpdateEditor15. cleanup(SVNAdminArea area)
void
SVNAmbientDepthFilterEditor. closeDir()
void
SVNCancellableEditor. closeDir()
void
SVNDepthFilterEditor. closeDir()
void
SVNDiffEditor. closeDir()
void
SVNDiffStatusEditor. closeDir()
void
SVNDumpEditor. closeDir()
void
SVNExportEditor. closeDir()
void
SVNNodeEditor. closeDir()
void
SVNRemoteDiffEditor. closeDir()
void
SVNRemoteStatusEditor. closeDir()
void
SVNSynchronizeEditor. closeDir()
void
SVNUpdateEditor. closeDir()
void
SVNUpdateEditor15. closeDir()
SVNCommitInfo
SVNAmbientDepthFilterEditor. closeEdit()
SVNCommitInfo
SVNCancellableEditor. closeEdit()
SVNCommitInfo
SVNDepthFilterEditor. closeEdit()
SVNCommitInfo
SVNDiffEditor. closeEdit()
SVNCommitInfo
SVNDiffStatusEditor. closeEdit()
SVNCommitInfo
SVNDumpEditor. closeEdit()
SVNCommitInfo
SVNExportEditor. closeEdit()
SVNCommitInfo
SVNNodeEditor. closeEdit()
SVNCommitInfo
SVNRemoteDiffEditor. closeEdit()
SVNCommitInfo
SVNRemoteStatusEditor. closeEdit()
SVNCommitInfo
SVNStatusEditor. closeEdit()
SVNCommitInfo
SVNSynchronizeEditor. closeEdit()
SVNCommitInfo
SVNUpdateEditor. closeEdit()
SVNCommitInfo
SVNUpdateEditor15. closeEdit()
void
SVNAmbientDepthFilterEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
void
SVNCancellableEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
void
SVNDepthFilterEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
void
SVNDiffEditor. closeFile(java.lang.String commitPath, java.lang.String textChecksum)
void
SVNDiffStatusEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
void
SVNDumpEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
void
SVNExportEditor. closeFile(java.lang.String commitPath, java.lang.String textChecksum)
void
SVNNodeEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
protected void
SVNRemoteDiffEditor. closeFile(java.lang.String commitPath, boolean added, java.io.File wcFile, java.io.File file, SVNProperties propertyDiff, SVNProperties baseProperties, java.io.File baseFile, boolean[] isTreeConflicted)
void
SVNRemoteDiffEditor. closeFile(java.lang.String commitPath, java.lang.String textChecksum)
void
SVNRemoteStatusEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
void
SVNSynchronizeEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
void
SVNUpdateEditor. closeFile(java.lang.String commitPath, java.lang.String textChecksum)
void
SVNUpdateEditor15. closeFile(java.lang.String commitPath, java.lang.String textChecksum)
void
DefaultDumpFilterHandler. closeNode()
void
DefaultLoadHandler. closeNode()
void
ISVNLoadHandler. closeNode()
void
DefaultDumpFilterHandler. closeRevision()
void
DefaultLoadHandler. closeRevision()
void
ISVNLoadHandler. closeRevision()
static SVNCommitInfo
SVNCommitter. commit(java.util.Collection tmpFiles, java.util.Map commitItems, SVNURL url, ISVNEditor commitEditor, ISVNEventHandler eventHandler)
static boolean
SVNFileUtil. compareFiles(java.io.File f1, java.io.File f2, java.security.MessageDigest digest)
SVNProperties
SVNWCProperties. compareTo(SVNWCProperties properties)
boolean
SVNWCProperties. compareTo(SVNWCProperties properties, ISVNPropertyComparator comparator)
static java.util.Map
SVNPropertiesManager. computeAutoProperties(ISVNOptions options, java.io.File file, java.util.Map properties)
static java.lang.String
SVNFileUtil. computeChecksum(java.io.File file)
static void
SVNFileUtil. copy(java.io.File src, java.io.File dst, boolean safe, boolean copyAdminDirectories)
static void
SVNFileUtil. copyDirectory(java.io.File srcDir, java.io.File dstDir, boolean copyAdminDir, ISVNEventHandler cancel)
protected void
SVNCopyDriver. copyDisjointWCToWC(java.io.File nestedWC)
static void
SVNFileUtil. copyFile(java.io.File src, java.io.File dst, boolean safe)
static void
SVNFileUtil. copyFile(java.io.File src, java.io.File dst, boolean safe, boolean keepTimestamp)
static void
SVNFileUtil. copySymlink(java.io.File source, java.io.File target)
static SVNWCAccess
SVNCommitUtil. createCommitWCAccess(java.io.File[] paths, SVNDepth depth, boolean force, java.util.Collection relativePaths, SVNStatusClient16 statusClient)
static SVNWCAccess[]
SVNCommitUtil. createCommitWCAccess2(java.io.File[] paths, SVNDepth depth, boolean force, java.util.Map relativePathsMap, SVNStatusClient16 statusClient)
static void
SVNFileUtil. createEmptyFile(java.io.File file)
static void
SVNFileUtil. createFile(java.io.File file, java.lang.String contents, java.lang.String charSet)
An internal method for ASCII bytes to write only!static void
SVNAdminUtil. createFormatFile(java.io.File adminDir)
static void
SVNAdminUtil. createReadmeFile(java.io.File adminDir)
static void
SVNWCManager. createRevertProperties(SVNWCAccess access, java.io.File path, boolean removeBase)
static boolean
SVNFileUtil. createSymlink(java.io.File link, java.io.File linkName)
abstract java.io.File
AbstractDiffCallback. createTempDirectory()
java.io.File
SVNDiffCallback. createTempDirectory()
static java.io.File
SVNFileUtil. createTempDirectory(java.lang.String name)
java.io.File
SVNMergeCallback. createTempDirectory()
static java.io.File
SVNFileUtil. createTempFile(java.lang.String prefix, java.lang.String suffix)
protected java.io.File
SVNRemoteDiffEditor. createTempFile(SVNAdminArea dir, java.lang.String name)
static java.io.File
SVNAdminUtil. createTmpFile(SVNAdminArea adminArea)
Creates "tempfile[.n].tmp" in admin area's /tmp dirstatic java.io.File
SVNAdminUtil. createTmpFile(SVNAdminArea adminArea, java.lang.String prefix, java.lang.String suffix, boolean tmp)
static java.io.File
SVNFileUtil. createUniqueDir(java.io.File parent, java.lang.String name, java.lang.String suffix, boolean useUUIDGenerator)
static java.io.File
SVNFileUtil. createUniqueFile(java.io.File parent, java.lang.String name, java.lang.String suffix, boolean useUUIDGenerator)
static SVNUpdateEditor
SVNUpdateEditor. createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand)
static SVNUpdateEditor15
SVNUpdateEditor15. createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand)
static void
SVNWCManager. crop(SVNAdminAreaInfo info, SVNDepth depth)
protected void
SVNMergeCallback. delete(java.io.File path, boolean force, boolean dryRun, boolean keepLocal)
protected void
SVNMergeCallback15. delete(java.io.File path, boolean force, boolean dryRun)
static void
SVNWCManager. delete(SVNWCAccess wcAccess, SVNAdminArea root, java.io.File path, boolean deleteFiles, boolean cancellable)
static void
SVNFileUtil. deleteAll(java.io.File dir, boolean deleteDirs, ISVNCanceller cancelBaton)
static void
SVNFileUtil. deleteAll(java.io.File dir, ISVNEventHandler cancelBaton)
void
SVNAmbientDepthFilterEditor. deleteEntry(java.lang.String path, long revision)
void
SVNCancellableEditor. deleteEntry(java.lang.String path, long revision)
void
SVNDepthFilterEditor. deleteEntry(java.lang.String path, long revision)
void
SVNDiffEditor. deleteEntry(java.lang.String path, long revision)
void
SVNDiffStatusEditor. deleteEntry(java.lang.String path, long revision)
void
SVNDumpEditor. deleteEntry(java.lang.String path, long revision)
void
SVNExportEditor. deleteEntry(java.lang.String path, long revision)
void
SVNNodeEditor. deleteEntry(java.lang.String path, long revision)
void
SVNRemoteDiffEditor. deleteEntry(java.lang.String path, long revision)
protected void
SVNRemoteDiffEditor. deleteEntry(java.lang.String path, SVNNodeKind nodeKind, SVNAdminArea dir)
void
SVNRemoteStatusEditor. deleteEntry(java.lang.String path, long revision)
void
SVNSynchronizeEditor. deleteEntry(java.lang.String path, long revision)
void
SVNUpdateEditor. deleteEntry(java.lang.String path, long revision)
void
SVNUpdateEditor15. deleteEntry(java.lang.String path, long revision)
static boolean
SVNFileUtil. deleteFile(java.io.File file)
void
DefaultDumpFilterHandler. deleteNodeProperty(java.lang.String propertyName)
void
DefaultLoadHandler. deleteNodeProperty(java.lang.String propertyName)
void
ISVNLoadHandler. deleteNodeProperty(java.lang.String propertyName)
void
SVNStatusReporter. deletePath(java.lang.String path)
static void
SVNPropertiesManager. deleteWCProperties(SVNAdminArea dir, java.lang.String name, boolean recursive)
void
SVNAdminDeltifier. deltifyDir(FSRevisionRoot srcRoot, java.lang.String srcParentDir, java.lang.String srcEntry, FSRevisionRoot tgtRoot, java.lang.String tgtFullPath)
static void
SVNAdminHelper. deltifyDir(FSFS fsfs, FSRevisionRoot srcRoot, java.lang.String srcParentDir, java.lang.String srcEntry, FSRevisionRoot tgtRoot, java.lang.String tgtFullPath, ISVNEditor editor)
static java.lang.String
SVNFileUtil. detectMimeType(java.io.File file, java.util.Map<java.lang.String,java.lang.String> mimeTypes)
static boolean
SVNFileUtil. detranslateSymlink(java.io.File src, java.io.File linkFile)
void
SVNNodeEditor. diff(FSRoot root, long baseRevision, ISVNGNUDiffGenerator generator, java.io.OutputStream os)
abstract SVNStatusType
AbstractDiffCallback. directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted)
SVNStatusType
SVNDiffCallback. directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback. directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback15. directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted)
abstract SVNStatusType[]
AbstractDiffCallback. directoryClosed(java.lang.String path, boolean[] isTreeConflicted)
SVNStatusType[]
SVNDiffCallback. directoryClosed(java.lang.String path, boolean[] isTreeConflicted)
SVNStatusType[]
SVNMergeCallback. directoryClosed(java.lang.String path, boolean[] isTreeConflicted)
SVNStatusType[]
SVNMergeCallback15. directoryClosed(java.lang.String path, boolean[] isTreeConflicted)
abstract SVNStatusType
AbstractDiffCallback. directoryDeleted(java.lang.String path, boolean[] isTreeConflicted)
SVNStatusType
SVNDiffCallback. directoryDeleted(java.lang.String path)
SVNStatusType
SVNDiffCallback. directoryDeleted(java.lang.String path, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback. directoryDeleted(java.lang.String path, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback15. directoryDeleted(java.lang.String path, boolean[] isTreeConflicted)
abstract void
AbstractDiffCallback. directoryOpened(java.lang.String path, long revision, boolean[] isTreeConflicted)
void
SVNDiffCallback. directoryOpened(java.lang.String path, long revision, boolean[] isTreeConflicted)
void
SVNMergeCallback. directoryOpened(java.lang.String path, long revision, boolean[] isTreeConflicted)
void
SVNMergeCallback15. directoryOpened(java.lang.String path, long revision, boolean[] isTreeConflicted)
void
DefaultSVNGNUDiffGenerator. displayFileDiff(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String rev1, java.lang.String rev2, java.lang.String mimeType1, java.lang.String mimeType2, java.io.OutputStream result)
void
DefaultSVNGNUDiffGenerator. displayHeader(int type, java.lang.String path, java.lang.String copyFromPath, long copyFromRevision, java.io.OutputStream result)
static void
SVNWCManager. doDeleteUnversionedFiles(SVNWCAccess wcAccess, java.io.File path, boolean deleteFiles)
protected void
SVNMergeDriver. doDirectoryMerge(java.util.Map resultCatalog, SVNURL url1, long revision1, SVNURL url2, long revision2, SVNEntry parentEntry, SVNAdminArea adminArea, SVNDepth depth)
protected void
SVNMergeDriver. doDirectoryMerge(SVNURL url1, long revision1, SVNURL url2, long revision2, SVNEntry parentEntry, SVNAdminArea adminArea, SVNDepth depth)
Deprecated.static void
SVNWCManager. doEraseFromWC(java.io.File path, SVNAdminArea dir, SVNNodeKind kind, boolean deleteFiles)
protected void
SVNMergeDriver. doFileMerge(java.util.Map resultCatalog, SVNURL url1, long revision1, SVNURL url2, long revision2, java.io.File targetWCPath, SVNAdminArea adminArea, boolean sourcesRelated)
protected void
SVNMergeDriver. doFileMerge(SVNURL url1, long revision1, SVNURL url2, long revision2, java.io.File targetWCPath, SVNAdminArea adminArea, boolean sourcesRelated)
Deprecated.protected void
SVNMergeDriver. doMerge(java.util.Map resultCatalog, java.util.List mergeSources, java.io.File target, SVNEntry targetEntry, SVNAdminArea adminArea, boolean sourcesAncestral, boolean sourcesRelated, boolean sameRepository, boolean ignoreAncestry, boolean force, boolean dryRun, boolean recordOnly, boolean reintegrateMerge, SVNDepth depth)
protected void
SVNMergeDriver. doMergeInfoUnawareDirectoryMerge(SVNURL url1, long revision1, SVNURL url2, long revision2, SVNAdminArea adminArea, SVNDepth depth)
static void
SVNCommitUtil. driveCommitEditor(ISVNCommitPathHandler handler, java.util.Collection paths, ISVNEditor editor, long revision)
ISVNReusableEditor
ISVNMergeStrategy. driveMergeReportEditor(java.io.File targetWCPath, SVNURL url1, long revision1, SVNURL url2, long revision2, java.util.List childrenWithMergeInfo, boolean isRollBack, SVNDepth depth, SVNAdminArea adminArea, SVNMergeCallback mergeCallback, ISVNReusableEditor editor)
ISVNReusableEditor
SVNMergeDriver. driveMergeReportEditor(java.io.File targetWCPath, SVNURL url1, long revision1, SVNURL url2, long revision2, java.util.List childrenWithMergeInfo, boolean isRollBack, SVNDepth depth, SVNAdminArea adminArea, SVNMergeCallback mergeCallback, ISVNReusableEditor editor)
static boolean
SVNWCManager. ensureAdminAreaExists(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revision, SVNDepth depth)
static java.io.File
SVNFileUtil. ensureDirectoryExists(java.io.File path)
protected SVNRepository
SVNMergeDriver. ensureRepository(SVNRepository repository, SVNURL url)
static void
SVNErrorManager. error(SVNErrorMessage err, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err, java.lang.Throwable cause, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err, java.util.logging.Level logLevel, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err1, SVNErrorMessage err2, java.util.logging.Level logLevel, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err1, SVNErrorMessage err2, SVNLogType logType)
static void
SVNErrorManager. error(SVNErrorMessage err, SVNLogType logType)
static java.lang.String
SVNFileUtil. execCommand(java.lang.String[] commandLine)
static java.lang.String
SVNFileUtil. execCommand(java.lang.String[] commandLine, boolean waitAfterRead, ISVNReturnValueCallback callback)
static java.lang.String
SVNFileUtil. execCommand(java.lang.String[] commandLine, java.lang.String[] env, boolean waitAfterRead, ISVNReturnValueCallback callback)
protected SVNCopySource[]
SVNCopyDriver. expandCopySources(SVNCopySource[] sources)
long
ISVNFileFetcher. fetchFile(java.lang.String path, long revision, java.io.OutputStream os, SVNProperties properties)
void
ISVNFileContentFetcher. fetchFileContent(java.io.OutputStream os)
abstract SVNStatusType[]
AbstractDiffCallback. fileAdded(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType[]
SVNDiffCallback. fileAdded(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType[]
SVNMergeCallback. fileAdded(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType[]
SVNMergeCallback15. fileAdded(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
abstract SVNStatusType[]
AbstractDiffCallback. fileChanged(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType[]
SVNDiffCallback. fileChanged(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType[]
SVNMergeCallback. fileChanged(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType[]
SVNMergeCallback15. fileChanged(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
abstract SVNStatusType
AbstractDiffCallback. fileDeleted(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted)
SVNStatusType
SVNDiffCallback. fileDeleted(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback. fileDeleted(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback15. fileDeleted(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted)
boolean
ISVNFileContentFetcher. fileIsBinary()
static void
SVNCommitUtil. filterOutFileExternals(java.util.Collection explicitPaths, java.util.Map commitables, SVNWCAccess baseAccess)
protected SVNProperties
SVNMergeDriver. filterSelfReferentialMergeInfo(SVNProperties props, java.io.File path)
protected void
SVNMergeDriver. findGapsInMergeSourceHistory(long[] gap, java.lang.String mergeSrcCanonPath, SVNURL url1, long rev1, SVNURL url2, long rev2, SVNRepository repos)
void
SVNStatusReporter. finishReport()
static void
SVNAdminHelper. generateIncompleteDataError()
static void
SVNAdminHelper. generateStreamMalformedError()
static java.lang.String
SVNWCManager. getActualTarget(java.io.File file)
ISVNAuthStoreHandler
ISVNAuthenticationStorageOptions. getAuthStoreHandler()
static SVNSkel
SVNTreeConflictUtil. getConflictSkel(SVNConflictVersion nullVersion, SVNTreeConflictDescription conflict)
protected SVNLocationEntry
SVNMergeDriver. getCopySource(java.io.File path, SVNURL url, SVNRevision revision)
static java.lang.String
SVNFileUtil. getCurrentGroup()
static java.lang.String
SVNFileUtil. getCurrentUser()
protected void
SVNStatusEditor. getDirStatus(SVNEntry parentEntry, SVNAdminArea dir, java.lang.String entryName, SVNDepth depth, boolean getAll, boolean noIgnore, java.util.Collection ignorePatterns, boolean skipThisDir, ISVNStatusHandler handler)
SVNAuthentication
DefaultSVNAuthenticationManager. getFirstAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url)
protected java.util.Map[]
SVNMergeDriver. getFullMergeInfo(SVNEntry entry, boolean getRecorded, boolean getImplicit, boolean[] indirect, SVNMergeInfoInheritance inherit, SVNRepository repos, java.io.File target, long start, long end)
java.util.Map
SVNMergeDriver. getHistoryAsMergeInfo(SVNURL url, java.io.File path, SVNRevision pegRevision, long rangeYoungest, long rangeOldest, SVNRepository repos, SVNWCAccess access)
static java.util.Collection
SVNStatusEditor. getIgnorePatterns(SVNAdminArea dir, java.util.Collection globalIgnores)
char[]
ISVNGnomeKeyringPasswordProvider. getKeyringPassword(java.lang.String keyringName)
void
SVNMergeDriver. getLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
void
SVNMergeDriver. getLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
void
SVNMergeDriver. getLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
void
SVNMergeDriver. getLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
void
SVNMergeDriver. getLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
void
SVNMergeDriver. getLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
void
SVNMergeDriver. getLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
void
SVNMergeDriver. getLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
protected void
SVNMergeDriver. getLogsForMergeInfoRangeList(SVNURL reposRootURL, java.lang.String[] paths, SVNMergeRangeList rangeList, boolean discoverChangedPaths, java.lang.String[] revProps, ISVNLogEntryHandler handler)
protected DefaultSVNMergerAction
DefaultSVNMerger. getMergeAction(SVNMergeFileSet files, SVNMergeResult mergeResult)
java.util.Map
SVNMergeDriver. getMergedMergeInfo(java.io.File path, SVNRevision pegRevision)
Deprecated.java.util.Map
SVNMergeDriver. getMergedMergeInfo(SVNURL url, SVNRevision pegRevision)
Deprecated.protected java.util.Map
SVNMergeDriver. getMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL[] repositoryRoot)
protected java.util.Map
SVNMergeDriver. getMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL[] repositoryRoot)
java.util.Map
SVNMergeInfoManager. getMergeInfo(java.lang.String[] paths, FSRevisionRoot root, SVNMergeInfoInheritance inherit, boolean includeDescendants)
ISVNReusableEditor
ISVNMergeStrategy. getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor)
ISVNReusableEditor
SVNMergeDriver. getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor)
SVNAuthentication
DefaultSVNAuthenticationManager. getNextAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url)
SVNPropertyValue
ISVNFileContentFetcher. getProperty(java.lang.String propertyName)
static SVNPropertyValue
SVNPropertiesManager. getProperty(SVNWCAccess access, java.io.File path, java.lang.String propName)
java.lang.String
SVNWCProperties. getPropertyValue(java.lang.String name)
java.io.OutputStream
SVNWCProperties. getPropertyValue(java.lang.String name, java.io.OutputStream os)
ISVNProxyManager
DefaultSVNAuthenticationManager. getProxyManager(SVNURL url)
static long
SVNAdminHelper. getRevisionNumber(SVNRevision revision, long youngestRevision, FSFS fsfs)
static SVNRevisionStatus
SVNStatusUtil. getRevisionStatus(java.io.File wcPath, java.lang.String trailURL, boolean committed, ISVNEventHandler eventHandler)
static SVNAuthenticator
SVNClassLoader. getSASLAuthenticator(SVNConnection connection)
static java.lang.String
SVNTreeConflictUtil. getSingleTreeConflictData(SVNTreeConflictDescription conflict)
static byte[]
SVNTreeConflictUtil. getSingleTreeConflictRawData(SVNTreeConflictDescription conflict)
static SVNStatus
SVNStatusUtil. getStatus(java.io.File path, SVNWCAccess wcAccess)
protected java.io.File
SVNRemoteDiffEditor. getTempDirectory()
static java.lang.String
SVNTreeConflictUtil. getTreeConflictData(java.util.Map conflicts)
static byte[]
SVNTreeConflictUtil. getTreeConflictRawData(java.util.Map conflicts)
javax.net.ssl.TrustManager
DefaultSVNAuthenticationManager. getTrustManager(SVNURL url)
SVNURL
SVNPath. getURL()
static int
SVNAdminUtil. getVersion(java.io.File path)
static SVNPropertyValue
SVNPropertiesManager. getWCProperty(SVNWCAccess access, java.io.File path, java.lang.String propName)
static java.util.Map
SVNPropertiesManager. getWorkingCopyPropertyValues(java.io.File path, SVNEntry entry, java.lang.String propName, SVNDepth depth, boolean base)
SVNPropertyValue
SVNCommitMediator. getWorkspaceProperty(java.lang.String path, java.lang.String name)
SVNPropertyValue
SVNImportMediator. getWorkspaceProperty(java.lang.String path, java.lang.String name)
void
ISVNReturnValueCallback. handleChar(char ch)
protected SVNMergeResult
DefaultSVNMerger. handleChooseBase(SVNMergeFileSet files)
protected SVNMergeResult
DefaultSVNMerger. handleChooseConflicted(boolean chooseMine, SVNMergeFileSet files)
protected SVNMergeResult
DefaultSVNMerger. handleChooseMerged(SVNMergeFileSet files, SVNMergeResult mergeResult)
protected SVNMergeResult
DefaultSVNMerger. handleChooseRepository(SVNMergeFileSet files)
protected SVNMergeResult
DefaultSVNMerger. handleChooseWorking(SVNMergeFileSet files)
boolean
ISVNCommitPathHandler. handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor)
boolean
SVNCommitter. handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor)
void
SVNMergeDriver.MergeInfoFetcher. handleEntry(java.io.File path, SVNEntry entry)
void
SVNMergeDriver.SubTreeMergeInfoHandler. handleEntry(java.io.File path, SVNEntry entry)
void
SVNMergeDriver.MergeInfoFetcher. handleError(java.io.File path, SVNErrorMessage error)
void
SVNMergeDriver.SubTreeMergeInfoHandler. handleError(java.io.File path, SVNErrorMessage error)
void
SVNMergeDriver. handleEvent(SVNEvent event, double progress)
protected SVNMergeResult
DefaultSVNMerger. handleMarkBinaryConflicted(SVNMergeFileSet files)
protected SVNMergeResult
DefaultSVNMerger. handleMarkConflicted(SVNMergeFileSet files)
protected SVNMergeResult
DefaultSVNMerger. handleMarkResolved(SVNMergeFileSet files, SVNMergeResult mergeResult)
protected SVNMergeResult
DefaultSVNMerger. handleMarkTextConflicted(SVNMergeFileSet files)
void
ISVNReturnValueCallback. handleReturnValue(int returnValue)
void
SVNRemoteStatusEditor. handleStatus(SVNStatus status)
static void
SVNCommitUtil. harvestCommitables(java.util.Map commitables, SVNAdminArea dir, java.io.File path, SVNEntry parentEntry, SVNEntry entry, java.lang.String url, java.lang.String copyFromURL, boolean copyMode, boolean addsOnly, boolean justLocked, java.util.Map lockTokens, SVNDepth depth, boolean forcedRecursion, java.util.Collection changelists, ISVNCommitParameters params, java.util.Map pathsToExternalsProperties)
static SVNCommitItem[]
SVNCommitUtil. harvestCommitables(SVNWCAccess baseAccess, java.util.Collection paths, java.util.Map lockTokens, boolean justLocked, SVNDepth depth, boolean force, java.util.Collection changelists, ISVNCommitParameters params)
static boolean
SVNWCManager. isEntrySwitched(java.io.File path, SVNEntry entry)
static boolean
SVNFileUtil. isExecutable(java.io.File file)
boolean
ISVNAuthenticationStorageOptions. isNonInteractive()
boolean
DefaultSVNAuthenticationManager.ExtendedHostOptions. isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)
boolean
DefaultSVNConnectionOptions. isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)
boolean
DefaultSVNHostOptions. isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)
boolean
ISVNConnectionOptions. isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)
boolean
ISVNHostOptions. isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)
boolean
DefaultSVNAuthenticationManager.ExtendedHostOptions. isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)
boolean
DefaultSVNConnectionOptions. isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)
boolean
DefaultSVNHostOptions. isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)
boolean
ISVNConnectionOptions. isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)
boolean
ISVNHostOptions. isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)
static boolean
SVNPropertiesManager. isValidPropertyName(java.lang.String name)
void
SVNStatusReporter. linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty)
void
SVNStatusReporter. linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty)
void
SVNRemoteDiffEditor.SVNDirectoryInfo. loadFromRepository(long baseRevision)
void
SVNRemoteDiffEditor.SVNFileInfo. loadFromRepository(long revision)
protected void
DefaultSVNMerger. makeBinaryConflictEntry(SVNMergeFileSet files, java.lang.String newFilePath, java.lang.String oldFilePath)
protected void
DefaultSVNMerger. makeTextConflictEntry(SVNMergeFileSet files, java.lang.String mineFilePath, java.lang.String newFilePath, java.lang.String oldFilePath)
protected SVNTreeConflictDescription
SVNMergeDriver. makeTreeConflict(java.io.File victim, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)
static void
SVNWCManager. markEntry(SVNAdminArea dir, SVNEntry entry, java.lang.String schedule, boolean copied, boolean keepLocal, int flags)
static void
SVNWCManager. markTree(SVNAdminArea dir, java.lang.String schedule, boolean copied, boolean keepLocal, int flags)
static void
SVNWCManager. markTreeCancellable(SVNAdminArea dir, java.lang.String schedule, boolean copied, boolean keepLocal, int flags)
protected abstract SVNStatusType
AbstractSVNMerger. mergeBinary(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile)
protected SVNStatusType
DefaultSVNMerger. mergeBinary(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile)
SVNMergeResult
DefaultSVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)
static SVNStatusType
SVNPropertiesManager. mergeProperties(SVNWCAccess wcAccess, java.io.File path, SVNProperties baseProperties, SVNProperties diff, boolean baseMerge, boolean dryRun)
protected abstract SVNStatusType
AbstractSVNMerger. mergeText(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile)
SVNMergeResult
AbstractSVNMerger. mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options)
protected SVNStatusType
DefaultSVNMerger. mergeText(java.io.File baseFile, java.io.File localFile, java.io.File latestFile, SVNDiffOptions options, java.io.File resultFile)
static void
SVNFileUtil. moveDir(java.io.File src, java.io.File dst)
static void
SVNFileUtil. moveFile(java.io.File src, java.io.File dst)
boolean
ISVNMergeInfoFilter. omitMergeInfo(java.lang.String path, java.util.Map pathMergeinfo)
void
SVNAmbientDepthFilterEditor. openDir(java.lang.String path, long revision)
void
SVNCancellableEditor. openDir(java.lang.String path, long revision)
void
SVNDepthFilterEditor. openDir(java.lang.String path, long revision)
void
SVNDiffEditor. openDir(java.lang.String path, long revision)
void
SVNDiffStatusEditor. openDir(java.lang.String path, long revision)
void
SVNDumpEditor. openDir(java.lang.String path, long revision)
void
SVNExportEditor. openDir(java.lang.String path, long revision)
void
SVNNodeEditor. openDir(java.lang.String path, long revision)
void
SVNRemoteDiffEditor. openDir(java.lang.String path, long revision)
void
SVNRemoteStatusEditor. openDir(java.lang.String path, long revision)
void
SVNSynchronizeEditor. openDir(java.lang.String path, long revision)
void
SVNUpdateEditor. openDir(java.lang.String path, long revision)
void
SVNUpdateEditor15. openDir(java.lang.String path, long revision)
void
SVNAmbientDepthFilterEditor. openFile(java.lang.String path, long revision)
void
SVNCancellableEditor. openFile(java.lang.String path, long revision)
void
SVNDepthFilterEditor. openFile(java.lang.String path, long revision)
void
SVNDiffEditor. openFile(java.lang.String path, long revision)
void
SVNDiffStatusEditor. openFile(java.lang.String path, long revision)
void
SVNDumpEditor. openFile(java.lang.String path, long revision)
void
SVNExportEditor. openFile(java.lang.String path, long revision)
void
SVNNodeEditor. openFile(java.lang.String path, long revision)
void
SVNRemoteDiffEditor. openFile(java.lang.String path, long revision)
void
SVNRemoteStatusEditor. openFile(java.lang.String path, long revision)
void
SVNSynchronizeEditor. openFile(java.lang.String path, long revision)
void
SVNUpdateEditor. openFile(java.lang.String path, long revision)
org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.SVNFileInfo
SVNUpdateEditor. openFile(java.lang.String path, org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.SVNDirectoryInfo parent)
void
SVNUpdateEditor15. openFile(java.lang.String path, long revision)
static java.io.InputStream
SVNFileUtil. openFileForReading(java.io.File file)
static java.io.InputStream
SVNFileUtil. openFileForReading(java.io.File file, java.util.logging.Level logLevel, SVNLogType logType)
static java.io.InputStream
SVNFileUtil. openFileForReading(java.io.File file, SVNLogType logType)
static java.io.OutputStream
SVNFileUtil. openFileForWriting(java.io.File file)
static java.io.OutputStream
SVNFileUtil. openFileForWriting(java.io.File file, boolean append)
void
DefaultDumpFilterHandler. openNode(java.util.Map headers)
void
DefaultLoadHandler. openNode(java.util.Map headers)
void
ISVNLoadHandler. openNode(java.util.Map headers)
static java.io.RandomAccessFile
SVNFileUtil. openRAFileForReading(java.io.File file)
static java.io.RandomAccessFile
SVNFileUtil. openRAFileForWriting(java.io.File file, boolean append)
static FSFS
SVNAdminHelper. openRepository(java.io.File reposRootPath, boolean openFS)
static FSFS
SVNAdminHelper. openRepositoryForRecovery(java.io.File reposRootPath)
void
DefaultDumpFilterHandler. openRevision(java.util.Map headers)
void
DefaultLoadHandler. openRevision(java.util.Map headers)
void
ISVNLoadHandler. openRevision(java.util.Map headers)
void
SVNAmbientDepthFilterEditor. openRoot(long revision)
void
SVNCancellableEditor. openRoot(long revision)
void
SVNDepthFilterEditor. openRoot(long revision)
void
SVNDiffEditor. openRoot(long revision)
void
SVNDiffStatusEditor. openRoot(long revision)
void
SVNDumpEditor. openRoot(long revision)
void
SVNExportEditor. openRoot(long revision)
void
SVNNodeEditor. openRoot(long revision)
void
SVNRemoteDiffEditor. openRoot(long revision)
void
SVNRemoteStatusEditor. openRoot(long revision)
void
SVNSynchronizeEditor. openRoot(long revision)
void
SVNUpdateEditor. openRoot(long revision)
void
SVNUpdateEditor15. openRoot(long revision)
void
SVNDumpStreamParser. parseDumpStream(java.io.InputStream dumpStream, ISVNLoadHandler handler, java.nio.charset.CharsetDecoder decoder)
static SVNExternal[]
SVNExternal. parseExternals(java.lang.Object owner, java.lang.String description)
static java.util.Map
SVNPropertiesManager. parseMergeInfo(java.io.File path, SVNEntry entry, boolean base)
static SVNRevision
SVNAdminUtil. parseRevision(java.lang.StringBuffer str)
void
DefaultDumpFilterHandler. parseTextBlock(java.io.InputStream dumpStream, long contentLength, boolean isDelta)
void
DefaultLoadHandler. parseTextBlock(java.io.InputStream dumpStream, long contentLength, boolean isDelta)
void
ISVNLoadHandler. parseTextBlock(java.io.InputStream dumpStream, long contentLength, boolean isDelta)
void
DefaultDumpFilterHandler. parseUUID(java.lang.String uuid)
void
DefaultLoadHandler. parseUUID(java.lang.String uuid)
void
ISVNLoadHandler. parseUUID(java.lang.String uuid)
protected void
DefaultSVNMerger. postMergeCleanup(SVNMergeFileSet files)
void
DefaultSVNGNUDiffGenerator. printHeader(java.io.OutputStream os)
protected abstract SVNMergeResult
AbstractSVNMerger. processMergedFiles(SVNMergeFileSet files, SVNMergeResult mergeResult)
protected SVNMergeResult
DefaultSVNMerger. processMergedFiles(SVNMergeFileSet files, SVNMergeResult mergeResult)
java.util.Collection
SVNWCProperties. properties(java.util.Collection target)
abstract SVNStatusType
AbstractDiffCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType
SVNDiffCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback15. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
static java.lang.String
SVNFileUtil. readFile(java.io.File file)
static byte[]
SVNFileUtil. readFully(java.io.File file)
static int
SVNAdminHelper. readKeyOrValue(java.io.InputStream dumpStream, byte[] buffer, int len)
char[]
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage. readPassphrase(java.lang.String realm, SVNProperties authParameters)
char[]
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage. readPassphrase(java.lang.String realm, SVNProperties authParameters)
char[]
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage. readPassphrase(java.lang.String realm, SVNProperties authParameters)
char[]
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage. readPassword(java.lang.String realm, java.lang.String userName, SVNProperties authParameters)
char[]
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage. readPassword(java.lang.String realm, java.lang.String userName, SVNProperties authParameters)
char[]
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage. readPassword(java.lang.String realm, java.lang.String userName, SVNProperties authParameters)
static SVNTreeConflictDescription
SVNTreeConflictUtil. readSingleTreeConflict(SVNSkel skel, java.io.File dirPath)
static java.io.InputStream
SVNFileUtil. readSymlink(java.io.File link)
static java.util.Map
SVNTreeConflictUtil. readTreeConflicts(java.io.File dirPath, byte[] conflictData)
static java.util.Map
SVNTreeConflictUtil. readTreeConflicts(java.io.File dirPath, java.lang.String conflictData)
protected void
SVNMergeDriver. recordMergeInfoForAddedSubtrees(SVNMergeRange range, java.lang.String mergeInfoPath, SVNDepth depth)
protected void
SVNMergeDriver. recordMergeInfoForDirectoryMerge(java.util.Map resultCatalog, SVNEntry targetEntry, SVNMergeRange range, java.lang.String mergeInfoPath, SVNDepth depth)
protected void
SVNMergeDriver. recordTreeConflict(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)
protected void
SVNMergeDriver. recordTreeConflictOnAdd(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)
static void
SVNPropertiesManager. recordWCMergeInfo(java.io.File path, java.util.Map mergeInfo, SVNWCAccess wcAccess)
void
DefaultDumpFilterHandler. removeNodeProperties()
void
DefaultLoadHandler. removeNodeProperties()
void
ISVNLoadHandler. removeNodeProperties()
static void
SVNAdminHelper. removePropertiesNotInSource(SVNRepository repository, long revision, SVNProperties sourceProps, SVNProperties targetProps)
static void
SVNFileUtil. rename(java.io.File src, java.io.File dst)
void
SVNStatusReporter. report(ISVNReporter reporter)
static java.util.Map<java.lang.String,SVNPropertyValue>
SVNExternalsUtil. resolvePinnedExternals(SVNWCContext context, SvnRepositoryAccess repositoryAccess, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, SvnTarget pairSource, SvnTarget pairDst, long pairSourceRevision, SVNRepository svnRepository, SVNURL reposRootUrl)
SVNURL
SVNExternal. resolveURL(SVNURL rootURL, SVNURL ownerURL)
protected SVNAdminArea
SVNMergeCallback. retrieve(java.io.File path, boolean lenient)
protected SVNAdminArea
SVNRemoteDiffEditor. retrieve(java.io.File path, boolean lenient)
protected SVNAdminArea
SVNRemoteDiffEditor. retrieveParent(java.io.File path, boolean lenient)
protected void
SVNMergeDriver. runMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File targetWCPath, SVNDepth depth, boolean dryRun, boolean force, boolean ignoreAncestry, boolean recordOnly)
protected void
SVNMergeDriver. runMergeReintegrate(SVNURL srcURL, java.io.File srcPath, SVNRevision pegRevision, java.io.File targetWCPath, boolean dryRun)
protected void
SVNMergeDriver. runPeggedMerge(SVNURL srcURL, java.io.File srcPath, java.util.Collection rangesToMerge, SVNRevision pegRevision, java.io.File targetWCPath, SVNDepth depth, boolean dryRun, boolean force, boolean ignoreAncestry, boolean recordOnly)
void
DefaultSVNPersistentAuthenticationProvider. saveAuthentication(SVNAuthentication auth, java.lang.String kind, java.lang.String realm)
void
ISVNPersistentAuthenticationProvider. saveAuthentication(SVNAuthentication auth, java.lang.String kind, java.lang.String realm)
boolean
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)
boolean
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)
boolean
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)
boolean
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)
boolean
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
boolean
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
boolean
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
boolean
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
void
SVNCommitter. sendTextDeltas(ISVNEditor editor)
static java.lang.String
SVNAdminUtil. serializeExternalFileData(SVNEntry entry)
void
DefaultDumpFilterHandler. setFullText()
void
DefaultLoadHandler. setFullText()
void
ISVNLoadHandler. setFullText()
void
DefaultDumpFilterHandler. setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue)
void
DefaultLoadHandler. setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue)
void
ISVNLoadHandler. setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue)
void
SVNStatusReporter. setPath(java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty)
void
SVNStatusReporter. setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty)
void
SVNWCProperties. setProperties(SVNProperties properties)
static void
SVNWCProperties. setProperties(SVNProperties namesToValues, java.io.File target, java.io.File tmpFile, java.lang.String terminator)
static void
SVNWCProperties. setProperties(SVNProperties namesToValues, java.io.OutputStream target, java.lang.String terminator)
static boolean
SVNPropertiesManager. setProperty(SVNWCAccess access, java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks)
void
SVNWCProperties. setPropertyValue(java.lang.String name, java.io.InputStream is, int length)
void
SVNWCProperties. setPropertyValue(java.lang.String name, SVNPropertyValue value)
void
DefaultDumpFilterHandler. setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue)
void
DefaultLoadHandler. setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue)
void
ISVNLoadHandler. setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue)
protected SVNCommitInfo
SVNCopyDriver. setupCopy(SVNCopySource[] sources, SVNPath dst, boolean isMove, boolean makeParents, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, java.lang.String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler)
static boolean
SVNPropertiesManager. setWCProperty(SVNWCAccess access, java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean write)
void
SVNCommitMediator. setWorkspaceProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
void
SVNImportMediator. setWorkspaceProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
java.util.Collection
SVNMergeDriver. suggestMergeSources(java.io.File path, SVNRevision pegRevision)
java.util.Collection
SVNMergeDriver. suggestMergeSources(SVNURL url, SVNRevision pegRevision)
Deprecated.void
SVNAmbientDepthFilterEditor. targetRevision(long revision)
void
SVNCancellableEditor. targetRevision(long revision)
void
SVNDepthFilterEditor. targetRevision(long revision)
void
SVNDiffEditor. targetRevision(long revision)
void
SVNDiffStatusEditor. targetRevision(long revision)
void
SVNDumpEditor. targetRevision(long revision)
void
SVNExportEditor. targetRevision(long revision)
void
SVNNodeEditor. targetRevision(long revision)
void
SVNRemoteDiffEditor. targetRevision(long revision)
void
SVNSynchronizeEditor. targetRevision(long revision)
void
SVNUpdateEditor. targetRevision(long revision)
void
SVNUpdateEditor15. targetRevision(long revision)
java.io.OutputStream
SVNAmbientDepthFilterEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNCancellableEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNDepthFilterEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNDiffEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNDiffStatusEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNDumpEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNExportEditor. textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNNodeEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNRemoteDiffEditor. textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNRemoteStatusEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNSynchronizeEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNUpdateEditor. textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNUpdateEditor15. textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow)
void
SVNAmbientDepthFilterEditor. textDeltaEnd(java.lang.String path)
void
SVNCancellableEditor. textDeltaEnd(java.lang.String path)
void
SVNDepthFilterEditor. textDeltaEnd(java.lang.String path)
void
SVNDiffEditor. textDeltaEnd(java.lang.String path)
void
SVNDiffStatusEditor. textDeltaEnd(java.lang.String path)
void
SVNDumpEditor. textDeltaEnd(java.lang.String path)
void
SVNExportEditor. textDeltaEnd(java.lang.String commitPath)
void
SVNNodeEditor. textDeltaEnd(java.lang.String path)
void
SVNRemoteDiffEditor. textDeltaEnd(java.lang.String commitPath)
void
SVNRemoteStatusEditor. textDeltaEnd(java.lang.String path)
void
SVNSynchronizeEditor. textDeltaEnd(java.lang.String path)
void
SVNUpdateEditor. textDeltaEnd(java.lang.String commitPath)
void
SVNUpdateEditor15. textDeltaEnd(java.lang.String commitPath)
java.nio.ByteBuffer
SVNSubstitutor. translateChunk(java.nio.ByteBuffer src, java.nio.ByteBuffer dst)
static SVNURL
SVNCommitUtil. translateCommitables(SVNCommitItem[] items, java.util.Map decodedPaths)
void
SVNNodeEditor. traverseChangedDirs(ISVNChangedDirectoriesHandler handler)
void
SVNNodeEditor. traverseTree(boolean includeCopyInfo, ISVNChangeEntryHandler handler)
boolean
SVNUpdateEditor. treeHasLocalModifications(SVNAdminArea adminArea, boolean[] allModsAreDeletes)
static void
SVNAdminUtil. unserializeExternalFileData(SVNEntry entry, java.lang.String rawExternalFileData)
static void
SVNWCManager. updateCleanup(java.io.File path, SVNWCAccess wcAccess, java.lang.String baseURL, java.lang.String rootURL, long newRevision, boolean removeMissingDirs, java.util.Collection excludePaths, SVNDepth depth, boolean skipUnlocked)
static void
SVNPropertiesManager. validateEOLProperty(java.lang.Object path, ISVNFileContentFetcher fetcher)
static void
SVNPropertiesManager. validateMimeType(java.lang.String value)
static SVNPropertyValue
SVNPropertiesManager. validatePropertyValue(java.lang.Object path, SVNNodeKind kind, java.lang.String name, SVNPropertyValue value, boolean force, ISVNOptions options, ISVNFileContentFetcher fileContentFetcher)
static void
SVNPropertiesManager. validateRevisionProperties(SVNProperties revisionProperties)
void
DefaultSVNAuthenticationManager. verifyHostKey(java.lang.String hostName, int port, java.lang.String keyAlgorithm, byte[] hostKey)
static void
SVNAdminHelper. writeProperties(SVNProperties props, SVNProperties oldProps, java.io.OutputStream dumpStream)
static int
SVNAdminHelper. writeRevisionProperties(SVNRepository toRepository, long revision, SVNProperties revProps)
static void
SVNFileUtil. writeToFile(java.io.File file, byte[] contents)
static void
SVNFileUtil. writeToFile(java.io.File file, java.lang.String contents, java.lang.String charSet)
static void
SVNFileUtil. writeVersionFile(java.io.File file, int version)
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNException Constructor Description IOExceptionWrapper(SVNException cause)
Constructors in org.tmatesoft.svn.core.internal.wc that throw SVNException Constructor Description SVNPath(java.lang.String target)
SVNPath(java.lang.String target, boolean keepPegRevision)
SVNPath(java.lang.String target, boolean keepPegRevision, boolean parsePegRevision)
SVNRemoteStatusEditor(ISVNOptions options, SVNWCAccess wcAccess, SVNAdminAreaInfo info, boolean noIgnore, boolean reportAll, SVNDepth depth, ISVNStatusHandler handler)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin that throw SVNException Modifier and Type Method Description void
SVNLog. addCommand(java.lang.String name, SVNProperties attributes, boolean save)
SVNEntry
SVNAdminArea. addEntry(java.lang.String name)
abstract void
SVNAdminArea. addTreeConflict(SVNTreeConflictDescription conflict)
void
SVNAdminArea14. addTreeConflict(SVNTreeConflictDescription conflict)
void
SVNAdminArea16. addTreeConflict(SVNTreeConflictDescription conflict)
void
SVNXMLAdminArea. addTreeConflict(SVNTreeConflictDescription conflict)
SVNProperties
SVNVersionedProperties. asMap()
static SVNAdminArea
SVNAdminAreaFactory. changeWCFormat(SVNAdminArea adminArea, int format)
static int
SVNAdminAreaFactory. checkWC(java.io.File path, boolean useSelector)
static int
SVNAdminAreaFactory. checkWC(java.io.File path, boolean useSelector, java.util.logging.Level logLevel)
void
ISVNCleanupHandler. cleanup(SVNAdminArea area)
void
SVNAdminArea. cleanup()
void
SVNWCAccess. close()
void
SVNWCAccess. closeAdminArea(java.io.File path)
void
SVNAdminArea. commit(java.lang.String target, SVNCommitInfo info, SVNProperties wcPropChanges, boolean removeLock, boolean recursive, boolean removeChangelist, java.util.Collection explicitCommitPaths, ISVNCommitParameters params)
SVNVersionedProperties
SVNVersionedProperties. compareTo(SVNVersionedProperties properties)
boolean
SVNProperties13. containsProperty(java.lang.String name)
boolean
SVNProperties14. containsProperty(java.lang.String name)
boolean
SVNSimpleVersionedPropertiesImpl. containsProperty(java.lang.String name)
abstract boolean
SVNVersionedProperties. containsProperty(java.lang.String name)
static void
SVNTranslator. copyAndTranslate(java.io.File source, java.io.File destination, java.lang.String charset, byte[] eol, java.util.Map<java.lang.String,byte[]> keywords, boolean special, boolean expand, boolean repair)
void
SVNVersionedProperties. copyTo(SVNVersionedProperties destination)
protected void
SVNAdminArea. createFormatFile(java.io.File formatFile, boolean createMyself)
protected void
SVNAdminArea16. createFormatFile(java.io.File formatFile, boolean createMyself)
ISVNUpdateEditor
SVNWCAccess. createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand)
abstract SVNAdminArea
SVNAdminArea. createVersionedDirectory(java.io.File dir, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, boolean createMyself, SVNDepth depth)
SVNAdminArea
SVNAdminArea14. createVersionedDirectory(java.io.File dir, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, boolean createMyself, SVNDepth depth)
static void
SVNAdminAreaFactory. createVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth)
static void
SVNAdminAreaFactory. createVersionedDirectory(java.io.File path, SVNURL url, SVNURL rootURL, java.lang.String uuid, long revNumber, SVNDepth depth)
SVNAdminArea
SVNXMLAdminArea. createVersionedDirectory(java.io.File dir, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, boolean createMyself, SVNDepth depth)
abstract void
SVNLog. delete()
void
SVNLogImpl. delete()
void
SVNLog. deleteCommandsByName(java.lang.String name, boolean save)
void
SVNLog. deleteCommandsByNameAndAttributes(java.lang.String name, SVNProperties attributes, boolean save)
void
SVNAdminArea. deleteEntry(java.lang.String name)
void
SVNLog. deleteLastCommand(boolean save)
abstract SVNTreeConflictDescription
SVNAdminArea. deleteTreeConflict(java.lang.String name)
SVNTreeConflictDescription
SVNAdminArea14. deleteTreeConflict(java.lang.String name)
SVNTreeConflictDescription
SVNAdminArea16. deleteTreeConflict(java.lang.String victimName)
SVNTreeConflictDescription
SVNXMLAdminArea. deleteTreeConflict(java.lang.String name)
static java.io.File
SVNTranslator. detranslateWorkingCopy(SVNAdminArea dir, java.lang.String name, SVNProperties propDiff, boolean force)
protected SVNAdminArea
SVNAdminArea14Factory. doChangeWCFormat(SVNAdminArea adminArea)
protected SVNAdminArea
SVNAdminArea15Factory. doChangeWCFormat(SVNAdminArea adminArea)
protected SVNAdminArea
SVNAdminArea16Factory. doChangeWCFormat(SVNAdminArea adminArea)
protected abstract SVNAdminArea
SVNAdminAreaFactory. doChangeWCFormat(SVNAdminArea area)
protected SVNAdminArea
SVNXMLAdminAreaFactory. doChangeWCFormat(SVNAdminArea adminArea)
protected int
SVNAdminArea14Factory. doCheckWC(java.io.File path, java.util.logging.Level logLevel)
protected abstract int
SVNAdminAreaFactory. doCheckWC(java.io.File path, java.util.logging.Level logLevel)
protected int
SVNXMLAdminAreaFactory. doCheckWC(java.io.File path, java.util.logging.Level logLevel)
protected void
SVNAdminArea14Factory. doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth)
protected void
SVNAdminArea15Factory. doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth)
protected void
SVNAdminArea16Factory. doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth)
protected abstract void
SVNAdminAreaFactory. doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth)
protected void
SVNXMLAdminAreaFactory. doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth)
protected SVNAdminArea
SVNAdminArea14Factory. doOpen(java.io.File path, int version)
protected SVNAdminArea
SVNAdminArea15Factory. doOpen(java.io.File path, int version)
protected SVNAdminArea
SVNAdminArea16Factory. doOpen(java.io.File path, int version)
protected abstract SVNAdminArea
SVNAdminAreaFactory. doOpen(java.io.File path, int version)
protected SVNAdminArea
SVNXMLAdminAreaFactory. doOpen(java.io.File path, int version)
java.util.Iterator
SVNAdminArea. entries(boolean hidden)
boolean
SVNVersionedProperties. equals(SVNVersionedProperties props)
void
SVNAdminArea. extendLockToTree()
protected abstract java.util.Map
SVNAdminArea. fetchEntries()
protected java.util.Map
SVNAdminArea14. fetchEntries()
protected java.util.Map
SVNXMLAdminArea. fetchEntries()
void
SVNAdminArea. foldScheduling(java.lang.String name, java.util.Map attributes, boolean force)
SVNAdminArea
SVNAdminArea. formatWC(SVNAdminArea adminArea)
java.io.InputStream
SVNAdminArea. getBaseFileForReading(java.lang.String name, boolean tmp)
java.io.OutputStream
SVNAdminArea. getBaseFileForWriting(java.lang.String name)
abstract SVNVersionedProperties
SVNAdminArea. getBaseProperties(java.lang.String name)
SVNVersionedProperties
SVNAdminArea14. getBaseProperties(java.lang.String name)
SVNVersionedProperties
SVNXMLAdminArea. getBaseProperties(java.lang.String name)
static java.lang.String
SVNTranslator. getCharset(java.lang.String charset, java.lang.String mimeType, java.lang.Object path, ISVNOptions options)
SVNURL
SVNEntry. getCopyFromSVNURL()
java.util.Collection
ISVNAdminAreaFactorySelector. getEnabledFactories(java.io.File path, java.util.Collection factories, boolean writeAccess)
java.util.Map
SVNAdminArea. getEntries()
SVNEntry
SVNAdminArea. getEntry(java.lang.String name, boolean hidden)
SVNEntry
SVNWCAccess. getEntry(java.io.File path, boolean showHidden)
abstract SVNVersionedProperties
SVNAdminArea. getProperties(java.lang.String name)
SVNVersionedProperties
SVNAdminArea14. getProperties(java.lang.String name)
SVNVersionedProperties
SVNXMLAdminArea. getProperties(java.lang.String name)
java.util.Collection
SVNVersionedProperties. getPropertyNames(java.util.Collection target)
SVNPropertyValue
SVNProperties13. getPropertyValue(java.lang.String name)
SVNPropertyValue
SVNProperties14. getPropertyValue(java.lang.String name)
SVNPropertyValue
SVNSimpleVersionedPropertiesImpl. getPropertyValue(java.lang.String name)
abstract SVNPropertyValue
SVNVersionedProperties. getPropertyValue(java.lang.String name)
SVNURL
SVNEntry. getRepositoryRootURL()
abstract SVNVersionedProperties
SVNAdminArea. getRevertProperties(java.lang.String name)
SVNVersionedProperties
SVNAdminArea14. getRevertProperties(java.lang.String name)
SVNVersionedProperties
SVNXMLAdminArea. getRevertProperties(java.lang.String name)
java.lang.String
SVNVersionedProperties. getStringPropertyValue(java.lang.String name)
SVNURL
SVNEntry. getSVNURL()
static java.io.File
SVNTranslator. getTranslatedFile(SVNAdminArea dir, java.lang.String name, java.io.File src, boolean forceEOLRepair, boolean useGlobalTmp, boolean forceCopy, boolean toNormalFormat)
static java.io.InputStream
SVNTranslator. getTranslatedStream(SVNAdminArea adminArea, java.lang.String name, boolean translateToNormalForm, boolean repairEOL)
abstract SVNTreeConflictDescription
SVNAdminArea. getTreeConflict(java.lang.String name)
SVNTreeConflictDescription
SVNAdminArea14. getTreeConflict(java.lang.String name)
SVNTreeConflictDescription
SVNAdminArea16. getTreeConflict(java.lang.String victimName)
SVNTreeConflictDescription
SVNWCAccess. getTreeConflict(java.io.File path)
SVNTreeConflictDescription
SVNXMLAdminArea. getTreeConflict(java.lang.String name)
abstract java.util.Map<java.io.File,SVNTreeConflictDescription>
SVNEntry. getTreeConflicts()
java.util.Map
SVNEntry16. getTreeConflicts()
protected int
SVNAdminArea14Factory. getVersion(java.io.File path)
protected abstract int
SVNAdminAreaFactory. getVersion(java.io.File path)
protected int
SVNXMLAdminAreaFactory. getVersion(java.io.File path)
SVNEntry
SVNAdminArea. getVersionedEntry(java.lang.String name, boolean hidden)
SVNEntry
SVNWCAccess. getVersionedEntry(java.io.File path, boolean showHidden)
abstract SVNVersionedProperties
SVNAdminArea. getWCProperties(java.lang.String name)
SVNVersionedProperties
SVNAdminArea14. getWCProperties(java.lang.String entryName)
SVNVersionedProperties
SVNXMLAdminArea. getWCProperties(java.lang.String name)
void
ISVNEntryHandler. handleEntry(java.io.File path, SVNEntry entry)
void
ISVNEntryHandler. handleError(java.io.File path, SVNErrorMessage error)
void
SVNWCAccess. handleEvent(SVNEvent event)
void
SVNWCAccess. handleEvent(SVNEvent event, double progress)
abstract void
SVNAdminArea. handleKillMe()
void
SVNAdminArea14. handleKillMe()
void
SVNXMLAdminArea. handleKillMe()
boolean
SVNAdminArea. hasPropConflict(java.lang.String name)
abstract boolean
SVNAdminArea. hasProperties(java.lang.String entryName)
boolean
SVNAdminArea14. hasProperties(java.lang.String name)
boolean
SVNXMLAdminArea. hasProperties(java.lang.String entryName)
abstract boolean
SVNAdminArea. hasPropModifications(java.lang.String entryName)
boolean
SVNAdminArea14. hasPropModifications(java.lang.String name)
boolean
SVNXMLAdminArea. hasPropModifications(java.lang.String name)
boolean
SVNAdminArea. hasTextConflict(java.lang.String name)
boolean
SVNAdminArea. hasTextModifications(java.lang.String name, boolean forceComparision)
boolean
SVNAdminArea. hasTextModifications(java.lang.String name, boolean forceComparison, boolean compareTextBase, boolean compareChecksum)
boolean
SVNXMLAdminArea. hasTextModifications(java.lang.String name, boolean forceComparison)
abstract boolean
SVNAdminArea. hasTreeConflict(java.lang.String name)
boolean
SVNAdminArea14. hasTreeConflict(java.lang.String name)
boolean
SVNAdminArea16. hasTreeConflict(java.lang.String victimName)
boolean
SVNWCAccess. hasTreeConflict(java.io.File path)
boolean
SVNXMLAdminArea. hasTreeConflict(java.lang.String name)
boolean
SVNAdminArea. hasVersionedFileTextChanges(java.io.File file, java.io.File baseFile, boolean compareTextBase)
abstract void
SVNAdminArea. installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close)
void
SVNAdminArea14. installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close)
void
SVNXMLAdminArea. installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close)
boolean
SVNVersionedProperties. isEmpty()
abstract boolean
SVNAdminArea. isLocked()
boolean
SVNAdminArea14. isLocked()
boolean
SVNWCAccess. isLocked(java.io.File path)
boolean
SVNWCAccess. isWCRoot(java.io.File path)
protected java.util.Map
SVNAdminArea. loadEntries()
protected SVNProperties
SVNProperties13. loadProperties()
protected SVNProperties
SVNSimpleVersionedPropertiesImpl. loadProperties()
protected abstract SVNProperties
SVNVersionedProperties. loadProperties()
abstract boolean
SVNAdminArea. lock(boolean stealLock)
boolean
SVNAdminArea14. lock()
boolean
SVNAdminArea14. lock(boolean stealLock)
boolean
SVNXMLAdminArea. lock(boolean stealLock)
SVNStatusType
SVNLog. logChangedEntryProperties(java.lang.String name, SVNProperties modifiedEntryProps)
void
SVNLog. logChangedWCProperties(java.lang.String name, SVNProperties modifiedWCProps)
void
SVNLogRunner. logCompleted(SVNAdminArea adminArea)
void
SVNLogRunner. logFailed(SVNAdminArea adminArea)
void
SVNLog. logRemoveRevertFile(java.lang.String name, SVNAdminArea adminArea, boolean isProp)
void
SVNLogRunner. logStarted(SVNAdminArea adminArea)
void
SVNLog. logTweakEntry(java.lang.String name, java.lang.String newURL, long newRevision)
boolean
SVNAdminArea. markResolved(java.lang.String name, boolean text, boolean props, SVNConflictChoice conflictChoice)
static java.io.File
SVNTranslator. maybeUpdateTargetEOLs(SVNAdminArea dir, java.io.File target, SVNProperties propDiff)
SVNStatusType
SVNAdminArea. mergeProperties(java.lang.String name, SVNProperties serverBaseProps, SVNProperties propDiff, java.lang.String localLabel, java.lang.String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log)
SVNStatusType
SVNAdminArea. mergeProperties(java.lang.String name, SVNProperties serverBaseProps, SVNProperties baseProps, SVNProperties workingProps, SVNProperties propDiff, java.lang.String localLabel, java.lang.String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log)
SVNStatusType
SVNAdminArea. mergeText(java.lang.String localPath, java.io.File base, java.io.File latest, java.io.File copyFromText, java.lang.String localLabel, java.lang.String baseLabel, java.lang.String latestLabel, SVNProperties propChanges, boolean dryRun, SVNDiffOptions options, SVNLog log)
SVNEntry
SVNAdminArea. modifyEntry(java.lang.String name, java.util.Map attributes, boolean save, boolean force)
static SVNAdminArea
SVNAdminAreaFactory. open(java.io.File path, java.util.logging.Level logLevel)
SVNAdminArea
SVNWCAccess. open(java.io.File path, boolean writeLock, boolean stealLock, boolean upgradeFormat, int depth, java.util.logging.Level logLevel)
SVNAdminArea
SVNWCAccess. open(java.io.File path, boolean writeLock, boolean stealLock, int depth)
SVNAdminArea
SVNWCAccess. open(java.io.File path, boolean writeLock, int depth)
SVNAdminAreaInfo
SVNWCAccess. openAnchor(java.io.File path, boolean writeLock, int depth)
protected boolean
SVNAdminArea14. parseBoolean(java.lang.String line, java.lang.String field)
protected java.lang.String
SVNAdminArea14. parseString(java.lang.String line)
protected java.lang.String
SVNAdminArea14. parseValue(java.lang.String line)
abstract void
SVNAdminArea. postCommit(java.lang.String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode)
void
SVNAdminArea14. postCommit(java.lang.String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode)
void
SVNXMLAdminArea. postCommit(java.lang.String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode)
void
SVNAdminArea. postUpgradeFormat(int format)
void
SVNAdminArea16. postUpgradeFormat(int format)
SVNAdminArea
SVNWCAccess. probeOpen(java.io.File path, boolean writeLock, int depth)
SVNAdminArea
SVNWCAccess. probeOpen(java.io.File path, boolean writeLock, int depth, java.util.logging.Level logLevel)
SVNAdminArea
SVNWCAccess. probeRetrieve(java.io.File path)
SVNAdminArea
SVNWCAccess. probeTry(java.io.File path, boolean writeLock, int depth)
protected void
SVNVersionedProperties. put(SVNProperties props)
protected SVNProperties
SVNAdminArea14. readBaseProperties(java.lang.String name)
protected abstract java.util.Collection
SVNLog. readCommands()
java.util.Collection
SVNLogImpl. readCommands()
protected SVNEntry
SVNAdminArea14. readEntry(java.io.BufferedReader reader, int entryNumber)
protected abstract boolean
SVNAdminArea. readExtraOptions(java.io.BufferedReader reader, SVNEntry entry)
protected boolean
SVNAdminArea14. readExtraOptions(java.io.BufferedReader reader, SVNEntry entry)
protected boolean
SVNAdminArea15. readExtraOptions(java.io.BufferedReader reader, SVNEntry entry)
protected boolean
SVNAdminArea16. readExtraOptions(java.io.BufferedReader reader, SVNEntry entry)
protected boolean
SVNXMLAdminArea. readExtraOptions(java.io.BufferedReader reader, SVNEntry entryAttrs)
protected SVNProperties
SVNAdminArea14. readProperties(java.lang.String name)
protected SVNProperties
SVNAdminArea14. readRevertProperties(java.lang.String name)
void
SVNVersionedProperties. removeAll()
void
SVNAdminArea. removeFromRevisionControl(java.lang.String name, boolean deleteWorkingFiles, boolean reportInstantError)
void
SVNReporter. report(ISVNReporter reporter)
void
SVNAdminArea. restoreFile(java.lang.String name)
SVNAdminArea
SVNWCAccess. retrieve(java.io.File path)
void
SVNLog. run(SVNLogRunner runner)
void
SVNLogRunner. runCommand(SVNAdminArea adminArea, java.lang.String name, SVNProperties attributes, int count)
void
SVNAdminArea. runLogs()
void
SVNAdminArea. runLogs(boolean rerun)
abstract void
SVNLog. save()
void
SVNLogImpl. save()
abstract void
SVNAdminArea. saveEntries(boolean close)
void
SVNAdminArea14. saveEntries(boolean close)
void
SVNXMLAdminArea. saveEntries(boolean close)
abstract void
SVNAdminArea. saveVersionedProperties(SVNLog log, boolean close)
void
SVNAdminArea14. saveVersionedProperties(SVNLog log, boolean close)
void
SVNXMLAdminArea. saveVersionedProperties(SVNLog log, boolean close)
abstract void
SVNAdminArea. saveWCProperties(boolean close)
void
SVNAdminArea14. saveWCProperties(boolean close)
void
SVNXMLAdminArea. saveWCProperties(boolean close)
abstract void
SVNAdminArea. setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL)
void
SVNAdminArea14. setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL)
void
SVNAdminArea16. setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL)
void
SVNXMLAdminArea. setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL)
void
SVNVersionedProperties. setPropertyValue(java.lang.String name, SVNPropertyValue value)
void
SVNWCAccess. setRepositoryRoot(java.io.File path, SVNURL reposRoot)
void
SVNEntry. setTreeConflicts(java.util.Map treeConflicts)
static void
SVNTranslator. translate(java.io.File src, java.io.File dst, java.lang.String charset, byte[] eol, java.util.Map<java.lang.String,byte[]> keywords, boolean special, boolean expand)
static void
SVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, boolean expand)
static void
SVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, boolean safelyEncode, boolean expand)
static void
SVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, java.lang.String customEOLStyle, boolean expand)
static void
SVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, java.lang.String customEOLStyle, boolean safelyEncode, boolean expand)
static void
SVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.lang.String srcPath, java.lang.String dstPath, boolean expand)
static void
SVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.lang.String srcPath, java.lang.String dstPath, boolean safelyEncode, boolean expand)
static void
SVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.lang.String srcPath, java.lang.String dstPath, java.lang.String customEOLStyle, boolean expand)
static java.lang.String
SVNTranslator. translateString(java.lang.String str, byte[] eol, java.util.Map<java.lang.String,byte[]> keywords, boolean repair, boolean expand)
static void
SVNTranslator. translationError(java.io.File path, java.io.IOException e)
boolean
SVNAdminArea. tweakEntry(java.lang.String name, java.lang.String newURL, java.lang.String reposRoot, long newRevision, boolean remove)
abstract boolean
SVNAdminArea. unlock()
boolean
SVNAdminArea14. unlock()
boolean
SVNXMLAdminArea. unlock()
void
SVNAdminArea. updateURL(java.lang.String rootURL, boolean recursive)
static SVNAdminArea
SVNAdminAreaFactory. upgrade(SVNAdminArea area)
SVNAdminArea
SVNWCAccess. upgrade(java.io.File path)
Ugrades SVNAdminArea associated with the path and cached in this SVNWCAccess instance.void
SVNWCAccess. walkEntries(java.io.File path, ISVNEntryHandler handler, boolean showHidden, boolean includeTC, SVNDepth depth)
void
SVNWCAccess. walkEntries(java.io.File path, ISVNEntryHandler handler, boolean showHidden, SVNDepth depth)
void
SVNAdminArea. walkThisDirectory(ISVNEntryHandler handler, boolean showHidden, SVNDepth depth)
protected abstract void
SVNAdminArea. writeEntries(java.io.Writer writer)
protected void
SVNAdminArea14. writeEntries(java.io.Writer writer)
protected void
SVNXMLAdminArea. writeEntries(java.io.Writer writer)
protected abstract int
SVNAdminArea. writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields)
protected int
SVNAdminArea14. writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields)
protected int
SVNAdminArea15. writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields)
protected int
SVNAdminArea16. writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields)
protected int
SVNXMLAdminArea. writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry Attrs, int emptyFields)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc.patch
Methods in org.tmatesoft.svn.core.internal.wc.patch that throw SVNException Modifier and Type Method Description void
SVNPatchTarget. applyHunk(SVNPatchHunkInfo hi)
Write the modified text of hunk described by HI to the patched stream of TARGET.static SVNPatchTarget
SVNPatchTarget. applyPatch(SVNPatch patch, java.io.File absWCPath, int stripCount, SVNAdminArea wc)
Apply a PATCH to a working copy at ABS_WC_PATH.void
SVNPatchTarget. copyLinesToTarget(int line)
Copy lines to the patched stream until the specified LINE has been reached.SVNPatchHunkInfo
SVNPatchTarget. getHunkInfo(SVNPatchHunk hunk, int fuzz)
Determine the line at which a HUNK applies to the TARGET file, and return an appropriate hunk_info object in *HI, allocated from RESULT_POOL.long
SVNPatchFileStream. getSeekPosition()
static SVNPatchTarget
SVNPatchTarget. initPatchTarget(SVNPatch patch, java.io.File baseDir, int stripCount, SVNAdminArea wc)
Attempt to initialize a patch TARGET structure for a target file described by PATCH.void
SVNPatchTarget. installPatchedTarget(java.io.File absWCPath, boolean dryRun, SVNAdminArea wc)
Install a patched TARGET into the working copy at ABS_WC_PATH.boolean
SVNPatchFileStream. isEOF()
static SVNPatchFileStream
SVNPatchFileStream. openForWrite(java.io.File path)
static SVNPatchFileStream
SVNPatchFileStream. openRangeReadOnly(java.io.File path, long start, long end)
static SVNPatchFileStream
SVNPatchFileStream. openReadOnly(java.io.File path)
static SVNPatchHunk
SVNPatchHunk. parseNextHunk(SVNPatch patch)
Return the next HUNK from a PATCH, using STREAM to read data from the patch file.static SVNPatch
SVNPatch. parseNextPatch(SVNPatchFileStream patchFile)
Return the next PATCH in PATCH_FILE.boolean
SVNPatchFileStream. readLine(java.lang.StringBuffer lineBuf)
boolean
SVNPatchFileStream. readLine(java.lang.StringBuffer lineBuf, java.lang.String eolStr)
void
SVNPatchTarget. readLine(java.lang.StringBuffer line)
Read a *LINE from TARGET.boolean
SVNPatchFileStream. readLineWithEol(java.lang.StringBuffer lineBuf, java.lang.StringBuffer eolStr)
void
SVNPatchTarget. rejectHunk(SVNPatchHunkInfo hi)
Write the diff text of the hunk described by HI to the reject stream of TARGET, and mark TARGET as having had rejects.void
SVNPatchFileStream. reset()
Reset a generic stream back to its origin.int
SVNPatchTarget. scanForMatch(SVNPatchHunk hunk, boolean matchFirst, int upperLine, int fuzz)
Scan lines of TARGET for a match of the original text of HUNK, up to but not including the specified UPPER_LINE.void
SVNPatchTarget. seekToLine(int line)
Seek to the specified LINE in TARGET.void
SVNPatchTarget. sendPatchNotification(SVNAdminArea wc)
Use client context CTX to send a suitable notification for a patch TARGET.void
SVNPatchFileStream. setSeekPosition(long pos)
void
SVNPatchFileStream. tryWrite(java.lang.StringBuffer lineBuf)
void
SVNPatchFileStream. write(java.lang.String str)
void
SVNPatchFileStream. write(java.lang.StringBuffer str)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that throw SVNException Modifier and Type Method Description void
SVNChangelistClient16. addToChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String changelist, java.lang.String[] changelists)
Deprecated.static java.lang.String
SVNUpdateClient16. canonicalizeExtenrals(java.lang.String externals, boolean omitDefaultPort)
static SVNURL
SVNUpdateClient16. canonicalizeURL(SVNURL url, boolean omitDefaultPort)
protected SVNRepository
SVNBasicDelegate. createRepository(SVNURL url, java.io.File path, SVNAdminArea area, SVNRevision pegRevision, SVNRevision revision, long[] pegRev)
protected SVNRepository
SVNBasicDelegate. createRepository(SVNURL url, java.io.File path, SVNWCAccess access, boolean mayReuse)
protected SVNRepository
SVNBasicDelegate. createRepository(SVNURL url, java.lang.String uuid, boolean mayReuse)
protected SVNURL
SVNBasicDelegate. deriveLocation(java.io.File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access)
protected void
SVNBasicDelegate. dispatchEvent(SVNEvent event)
protected void
SVNBasicDelegate. dispatchEvent(SVNEvent event, double progress)
void
SVNWCClient16. doAdd(java.io.File[] paths, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents)
Schedules working copypaths
for addition to the repository.void
SVNWCClient16. doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, boolean recursive)
Deprecated.void
SVNWCClient16. doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, boolean recursive, boolean includeIgnored)
Deprecated.void
SVNWCClient16. doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean includeIgnored, boolean makeParents)
Schedules a working copypath
for addition to the repository.void
SVNWCClient16. doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents)
Schedules a working copypath
for addition to the repository.void
SVNChangelistClient16. doAddToChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String changelist, java.lang.String[] changelists)
Adds each path inpaths
(recursing todepth
as necessary) tochangelist
.void
SVNLogClient16. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Invokeshandler
on each line-blame item associated with revisionendRevision
ofpath
, usingstartRevision
as the default source of all blame.void
SVNLogClient16. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler)
Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient16. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler)
Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient16. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Invokeshandler
on each line-blame item associated with revisionendRevision
ofurl
, usingstartRevision
as the default source of all blame.void
SVNLogClient16. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient16. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler)
Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient16. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNUpdateClient16. doCanonicalizeURLs(java.io.File dst, boolean omitDefaultPort, boolean recursive)
Canonicalizes all urls in the specified Working Copy.long
SVNUpdateClient16. doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive)
Deprecated.long
SVNUpdateClient16. doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force)
Deprecated.long
SVNUpdateClient16. doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions)
Checks out a working copy ofurl
atrevision
, looked up atpegRevision
, usingdstPath
as the root directory of the newly checked out working copy.void
SVNWCClient16. doCleanup(java.io.File path)
Cleans up a working copy.void
SVNWCClient16. doCleanup(java.io.File path, boolean deleteWCProperties)
Recursively cleans up the working copy, removing locks and resuming unfinished operations.void
SVNWCClient16. doCleanupWCProperties(java.io.File directory)
Recursively removes all DAV-specific "svn:wc:" properties from thedirectory
and beneath.SVNCommitPacket
SVNCommitClient16. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, boolean recursive)
Deprecated.SVNCommitPacket[]
SVNCommitClient16. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, boolean recursive, boolean combinePackets)
Deprecated.SVNCommitPacket[]
SVNCommitClient16. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, SVNDepth depth, boolean combinePackets, java.lang.String[] changelists)
Collects commit items (containing detailed information on each Working Copy item that was changed and need to be committed to the repository) into differentSVNCommitPacket
s.SVNCommitPacket
SVNCommitClient16. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, SVNDepth depth, java.lang.String[] changelists)
Collects commit items (containing detailed information on each Working Copy item that contains changes and need to be committed to the repository) into a singleSVNCommitPacket
.SVNCommitInfo
SVNCommitClient16. doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, boolean force, boolean recursive)
SVNCommitInfo
SVNCommitClient16. doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, SVNProperties revisionProperties, java.lang.String[] changelists, boolean keepChangelist, boolean force, SVNDepth depth)
Commits files or directories into repository.SVNCommitInfo[]
SVNCommitClient16. doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)
Commits files or directories into repository.SVNCommitInfo[]
SVNCommitClient16. doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, java.lang.String commitMessage)
Committs local changes, made to the Working Copy items, to the repository.SVNCommitInfo
SVNCommitClient16. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)
Commits files or directories into repository.SVNCommitInfo
SVNCommitClient16. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, java.lang.String commitMessage)
Committs local changes made to the Working Copy items to the repository.void
SVNCopyClient16. doCopy(java.io.File nestedWC)
Converts a disjoint working copy to a copied one.void
SVNCopyClient16. doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists)
Copies each source insources
todst
.SVNCommitInfo
SVNCopyClient16. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, java.lang.String commitMessage, SVNProperties revisionProperties)
SVNCommitInfo
SVNCopyClient16. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties)
Copies each source insources
todst
.SVNCommitInfo
SVNCommitClient16. doDelete(SVNURL[] urls, java.lang.String commitMessage)
Committs removing specified URL-paths from the repository.SVNCommitInfo
SVNCommitClient16. doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties)
Deletes items from a repository.void
SVNWCClient16. doDelete(java.io.File path, boolean force, boolean dryRun)
Schedules a Working Copy item for deletion.void
SVNWCClient16. doDelete(java.io.File path, boolean force, boolean deleteFiles, boolean dryRun)
Schedules a Working Copy item for deletion.void
SVNDiffClient16. doDiff(java.io.File[] paths, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists)
Iterates over the passed inpaths
callingSVNDiffClient16.doDiff(File,SVNRevision,SVNRevision,SVNRevision,SVNDepth,boolean,OutputStream,Collection)
for each one in the array.void
SVNDiffClient16. doDiff(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)
void
SVNDiffClient16. doDiff(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists)
Produces diff output which describes the delta betweenpath1
/rN
andpath2
/rM
.void
SVNDiffClient16. doDiff(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)
void
SVNDiffClient16. doDiff(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists)
Produces diff output which describes the delta betweenpath1
/rN
andurl2
/rM
.void
SVNDiffClient16. doDiff(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)
void
SVNDiffClient16. doDiff(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists)
Produces diff output which describes the delta betweenpath
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient16. doDiff(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)
void
SVNDiffClient16. doDiff(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists)
Produces diff output which describes the delta betweenurl1
/rN
andpath2
/rM
.void
SVNDiffClient16. doDiff(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)
Deprecated.void
SVNDiffClient16. doDiff(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result)
Produces diff output which describes the delta betweenurl1
/rN
andurl2
/rM
.void
SVNDiffClient16. doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)
Deprecated.void
SVNDiffClient16. doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result)
Produces diff output which describes the delta betweenurl
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenpath1
/rN
andpath2
/rM
without creating text deltas.void
SVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenpath1
/rN
andurl2
/rM
without creating text deltas.void
SVNDiffClient16. doDiffStatus(java.io.File path, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenpath
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenurl1
/rN
andpath2
/rM
without creating text deltas.void
SVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenurl1
/rN
andurl2
/rM
without creating text deltas.void
SVNDiffClient16. doDiffStatus(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenurl
in peg revisionpegRevision
, as it changed betweenrN
andrM
.long
SVNUpdateClient16. doExport(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive)
long
SVNUpdateClient16. doExport(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean overwrite, SVNDepth depth)
Exports the contents of either a subversion repository or a subversion working copy into a 'clean' directory (meaning a directory with no administrative directories).long
SVNUpdateClient16. doExport(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive)
long
SVNUpdateClient16. doExport(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean overwrite, SVNDepth depth)
Exports the contents of a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).void
SVNChangelistClient16. doGetChangeListPaths(java.util.Collection changeLists, java.util.Collection targets, SVNDepth depth, ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the specified targets.void
SVNChangelistClient16. doGetChangeLists(java.io.File path, java.util.Collection changeLists, SVNDepth depth, ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the specified path.void
SVNWCClient16. doGetFileContents(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst)
Outputs the content of file identified bypath
andrevision
to the streamdst
.void
SVNWCClient16. doGetFileContents(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst)
Outputs the content of file identified byurl
andrevision
to the streamdst
.void
SVNDiffClient16. doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions eligible for merge frommergeSrcPath
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient16. doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions eligible for merge frommergeSrcURL
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient16. doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions eligible for merge frommergeSrcPath
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).void
SVNDiffClient16. doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions eligible for merge frommergeSrcURL
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).void
SVNDiffClient16. doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions merged frommergeSrcPath
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient16. doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions merged frommergeSrcURL
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient16. doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions merged frommergeSrcPath
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).void
SVNDiffClient16. doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions merged frommergeSrcURL
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).java.util.Map<SVNURL,SVNMergeRangeList>
SVNDiffClient16. doGetMergedMergeInfo(java.io.File path, SVNRevision pegRevision)
Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).java.util.Map<SVNURL,SVNMergeRangeList>
SVNDiffClient16. doGetMergedMergeInfo(SVNURL url, SVNRevision pegRevision)
Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).SVNPropertyData
SVNWCClient16. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision)
Gets the value of the propertypropName
forpath
.void
SVNWCClient16. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler)
void
SVNWCClient16. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists)
Invokeshandler
on paths covered bydepth
starting with the specifiedpath
.SVNPropertyData
SVNWCClient16. doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision)
Gets the value of the propertypropName
forurl
.void
SVNWCClient16. doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler)
Deprecated.void
SVNWCClient16. doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler)
Invokeshandler
on paths covered bydepth
starting with the specifiedpath
.void
SVNWCClient16. doGetRevisionProperty(java.io.File path, java.lang.String propName, SVNRevision revision, ISVNPropertyHandler handler)
Gets an unversioned revision property from a repository (getting a repository URL from a Working Copy) and passes it to a provided property handler.long
SVNWCClient16. doGetRevisionProperty(SVNURL url, java.lang.String propName, SVNRevision revision, ISVNPropertyHandler handler)
Gets an unversioned revision property from a repository and passes it to a provided property handler.java.lang.String
SVNWCClient16. doGetWorkingCopyID(java.io.File path, java.lang.String trailURL)
Returns the current Working Copy min- and max- revisions as well as changes and switch status within a single string.java.lang.String
SVNWCClient16. doGetWorkingCopyID(java.io.File path, java.lang.String trailURL, boolean committed)
Returns the current Working Copy min- and max- revisions as well as changes and switch status within a single string.SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean recursive)
Deprecated.SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean useGlobalIgnores, boolean recursive)
Deprecated.SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties, ISVNFileFilter fileFilter)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNInfo
SVNWCClient16. doInfo(java.io.File path, SVNRevision revision)
Collects and returns information on a single Working Copy item.void
SVNWCClient16. doInfo(java.io.File path, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)
Deprecated.void
SVNWCClient16. doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)
Deprecated.void
SVNWCClient16. doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, java.util.Collection changeLists, ISVNInfoHandler handler)
Invokeshandler
to return information aboutpath
inrevision
.SVNInfo
SVNWCClient16. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision)
Collects and returns information on a single item in a repository.void
SVNWCClient16. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)
Deprecated.void
SVNWCClient16. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler)
Invokeshandler
to return information abouturl
inrevision
.void
SVNLogClient16. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)
Deprecated.void
SVNLogClient16. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)
Deprecated.void
SVNLogClient16. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)
Reports the directory entry, and possibly children, forpath
atrevision
.void
SVNLogClient16. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)
Browses directory entries from a repository and uses the provided dir entry handler to process them.void
SVNLogClient16. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)
Deprecated.void
SVNLogClient16. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)
Reports the directory entry, and possibly children, forurl
atrevision
.void
SVNWCClient16. doLock(java.io.File[] paths, boolean stealLock, java.lang.String lockMessage)
Locks file items in a Working Copy as well as in a repository so that no other user can commit changes to them.void
SVNWCClient16. doLock(SVNURL[] urls, boolean stealLock, java.lang.String lockMessage)
Locks file items in a repository so that no other user can commit changes to them.void
SVNLogClient16. doLog(java.io.File[] paths, java.util.Collection revisionRanges, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message from the givenrevisionRanges
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient16. doLog(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.void
SVNLogClient16. doLog(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message fromstartRevision
toendRevision
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient16. doLog(java.io.File[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.void
SVNLogClient16. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, java.util.Collection revisionRanges, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message from the givenin turn, inclusive (but never invokes
handler
on a given log message more than once).void
SVNLogClient16. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message fromstartRevision
toendRevision
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient16. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a repository and passes them to a log entry handler for processing.void
SVNWCClient16. doMarkReplaced(java.io.File path)
Schedulespath
as being replaced.void
SVNDiffClient16. doMerge(java.io.File path1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)
void
SVNDiffClient16. doMerge(java.io.File path1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)
Merges changes frompath1
/revision1
topath2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient16. doMerge(java.io.File path1, SVNRevision pegRevision, java.util.Collection rangesToMerge, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)
Merges the changes betweenpath1
in peg revisionpegRevision
, as it changed between the ranges described inrangesToMerge
.void
SVNDiffClient16. doMerge(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)
void
SVNDiffClient16. doMerge(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)
Merges changes frompath1
/revision1
tourl2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient16. doMerge(java.io.File path1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)
void
SVNDiffClient16. doMerge(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)
void
SVNDiffClient16. doMerge(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)
Merges changes fromurl1
/revision1
topath2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient16. doMerge(SVNURL url1, SVNRevision pegRevision, java.util.Collection rangesToMerge, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)
Merges the changes betweenurl1
in peg revisionpegRevision
, as it changed between the ranges described inrangesToMerge
.void
SVNDiffClient16. doMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)
void
SVNDiffClient16. doMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)
Merges changes fromurl1
/revision1
tourl2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient16. doMerge(SVNURL url1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)
void
SVNDiffClient16. doMergeReIntegrate(java.io.File srcPath, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun)
Performs a reintegration merge ofsrcPath
atpegRevision
intodstPath
.void
SVNDiffClient16. doMergeReIntegrate(SVNURL srcURL, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun)
Performs a reintegration merge ofsrcURL
atpegRevision
intodstPath
.SVNCommitInfo
SVNCommitClient16. doMkDir(SVNURL[] urls, java.lang.String commitMessage)
Committs a creation of a new directory/directories in the repository.SVNCommitInfo
SVNCommitClient16. doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents)
Creates directory(ies) in a repository.void
SVNMoveClient16. doMove(java.io.File src, java.io.File dst)
Moves a source item to a destination one.void
SVNDiffClient16. doPatch(java.io.File absPatchPath, java.io.File localAbsPath, boolean dryRun, int stripCount)
void
SVNUpdateClient16. doRelocate(java.io.File dst, SVNURL oldURL, SVNURL newURL, boolean recursive)
Substitutes the beginning part of a Working Copy's URL with a new one.void
SVNChangelistClient16. doRemoveFromChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String[] changelists)
Removes each path inpaths
(recursing todepth
as necessary) from changelists to which they are currently assigned.void
SVNWCClient16. doResolve(java.io.File path, boolean recursive)
Deprecated.void
SVNWCClient16. doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, boolean resolveTree, SVNConflictChoice conflictChoice)
Performs automatic conflict resolution on a working copypath
.void
SVNWCClient16. doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, SVNConflictChoice conflictChoice)
Performs automatic conflict resolution on a working copypath
.void
SVNWCClient16. doResolve(java.io.File path, SVNDepth depth, SVNConflictChoice conflictChoice)
Performs automatic conflict resolution on a working copypath
.void
SVNWCClient16. doRevert(java.io.File[] paths, boolean recursive)
Deprecated.void
SVNWCClient16. doRevert(java.io.File[] paths, SVNDepth depth, java.util.Collection changeLists)
Restores the pristine version of working copypaths
, effectively undoing any local mods.void
SVNWCClient16. doRevert(java.io.File path, boolean recursive)
Deprecated.void
SVNWCClient16. doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean force, boolean recursive, ISVNPropertyHandler handler)
void
SVNWCClient16. doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists)
SetspropName
topropValue
onpath
.void
SVNWCClient16. doSetProperty(java.io.File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists)
Crawls the working copy atpath
and callsISVNPropertyValueProvider.providePropertyValues(java.io.File,org.tmatesoft.svn.core.SVNProperties)
to get properties to be change on each path being traversedSVNCommitInfo
SVNWCClient16. doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler)
SetspropName
topropValue
onpath
.void
SVNWCClient16. doSetRevisionProperty(java.io.File path, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler)
SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.void
SVNWCClient16. doSetRevisionProperty(SVNURL url, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler)
SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.void
SVNWCClient16. doSetWCFormat(java.io.File directory, int format)
Changes working copy format.SVNStatus
SVNStatusClient16. doStatus(java.io.File path, boolean remote)
Collects status information on a single Working Copy item.SVNStatus
SVNStatusClient16. doStatus(java.io.File path, boolean remote, boolean collectParentExternals)
Collects status information on a single Working Copy item.long
SVNStatusClient16. doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler)
long
SVNStatusClient16. doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, ISVNStatusHandler handler)
long
SVNStatusClient16. doStatus(java.io.File path, SVNRevision revision, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler)
long
SVNStatusClient16. doStatus(java.io.File path, SVNRevision revision, SVNDepth depth, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler, java.util.Collection changeLists)
Given apath
to a working copy directory (or single file), callshandler
with a set ofSVNStatus
objects which describe the status of thepath
, and its children (recursing according todepth
).java.util.Collection<SVNURL>
SVNDiffClient16. doSuggestMergeSources(java.io.File path, SVNRevision pegRevision)
Returns a collection of potential merge sources (expressed as full repositoryURLs
) forpath
atpegRevision
.java.util.Collection<SVNURL>
SVNDiffClient16. doSuggestMergeSources(SVNURL url, SVNRevision pegRevision)
Returns a collection of potential merge sources (expressed as full repositoryURLs
) forurl
atpegRevision
.long
SVNUpdateClient16. doSwitch(java.io.File file, SVNURL url, SVNRevision revision, boolean recursive)
Deprecated.long
SVNUpdateClient16. doSwitch(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive)
Deprecated.long
SVNUpdateClient16. doSwitch(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force)
Deprecated.long
SVNUpdateClient16. doSwitch(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky)
Switches working treepath
tourl
\pegRevision
atrevision
.void
SVNWCClient16. doUnlock(java.io.File[] paths, boolean breakLock)
Unlocks file items in a Working Copy as well as in a repository.void
SVNWCClient16. doUnlock(SVNURL[] urls, boolean breakLock)
Unlocks file items in a repository.long[]
SVNUpdateClient16. doUpdate(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky)
Updates working treespaths
torevision
.long
SVNUpdateClient16. doUpdate(java.io.File file, SVNRevision revision, boolean recursive)
Deprecated.long
SVNUpdateClient16. doUpdate(java.io.File file, SVNRevision revision, boolean recursive, boolean force)
Deprecated.long
SVNUpdateClient16. doUpdate(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky)
Updates working copyto
revision
.void
SVNMoveClient16. doVirtualCopy(java.io.File src, java.io.File dst, boolean move)
Copies/moves administrative version control information of a source file to administrative information of a destination file.protected void
SVNBasicDelegate. elideMergeInfo(SVNWCAccess access, java.io.File path, SVNEntry entry, java.io.File wcElisionLimitPath)
protected SVNURL
SVNBasicDelegate. ensureSessionURL(SVNRepository repository, SVNURL url)
void
SVNChangelistClient16. getChangeListPaths(java.util.Collection changeLists, java.util.Collection targets, SVNDepth depth, ISVNChangelistHandler handler)
Deprecated.void
SVNChangelistClient16. getChangeLists(java.io.File path, java.util.Collection changeLists, SVNDepth depth, ISVNChangelistHandler handler)
Deprecated.protected SVNURL
SVNBasicDelegate. getEntryLocation(java.io.File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision)
protected SVNBasicDelegate.SVNRepositoryLocation[]
SVNBasicDelegate. getLocations(SVNURL url, java.io.File path, SVNRepository repository, SVNRevision revision, SVNRevision start, SVNRevision end)
protected long
SVNBasicDelegate. getPathLastChangeRevision(java.lang.String relPath, long revision, SVNRepository repository)
protected java.lang.String
SVNBasicDelegate. getPathRelativeToRoot(java.io.File path, SVNURL url, SVNURL reposRootURL, SVNWCAccess wcAccess, SVNRepository repos)
protected java.util.Map
SVNBasicDelegate. getReposMergeInfo(SVNRepository repository, java.lang.String path, long revision, SVNMergeInfoInheritance inheritance, boolean squelchIncapable)
SVNURL
SVNBasicDelegate. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access)
Returns the root of the repository.protected long
SVNBasicDelegate. getRevisionNumber(SVNRevision revision, long[] latestRevisionNumber, SVNRepository repository, java.io.File path)
protected long
SVNBasicDelegate. getRevisionNumber(SVNRevision revision, SVNRepository repository, java.io.File path)
protected SVNURL
SVNBasicDelegate. getURL(java.io.File path)
protected java.util.Map
SVNBasicDelegate. getWCMergeInfo(java.io.File path, SVNEntry entry, java.io.File limitPath, SVNMergeInfoInheritance inherit, boolean base, boolean[] inherited)
mergeInfo must not be null!protected java.util.Map
SVNBasicDelegate. getWCOrRepositoryMergeInfo(java.io.File path, SVNEntry entry, SVNMergeInfoInheritance inherit, boolean[] indirect, boolean reposOnly, SVNRepository repository)
void
SVNBasicDelegate. handleEvent(SVNEvent event, double progress)
Dispatches events to the registered event handler (if any).void
SVNBasicDelegate. handlePathListItem(java.io.File path)
Handles a next working copy path with thepath list handler
if any was provided to this object throughSVNBasicDelegate.setPathListHandler(ISVNPathListHandler)
.void
SVNChangelistClient16. removeFromChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String[] changelists)
Deprecated.void
SVNMoveClient16. undoMove(java.io.File src, java.io.File dst)
Reverts a previous move operation back. -
Uses of SVNException in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNException Modifier and Type Method Description static boolean
SVNWCContext. isErrorAccess(SVNException e)
Methods in org.tmatesoft.svn.core.internal.wc17 that throw SVNException Modifier and Type Method Description void
SVNAmbientDepthFilterEditor17. abortEdit()
void
SVNDiffEditor17. abortEdit()
void
SVNRemoteStatusEditor17. abortEdit()
void
SVNUpdateEditor17. abortEdit()
void
SVNStatusReporter17. abortReport()
void
SVNAmbientDepthFilterEditor17. absentDir(java.lang.String path)
void
SVNDiffEditor17. absentDir(java.lang.String path)
void
SVNRemoteStatusEditor17. absentDir(java.lang.String path)
void
SVNUpdateEditor17. absentDir(java.lang.String path)
void
SVNAmbientDepthFilterEditor17. absentFile(java.lang.String path)
void
SVNDiffEditor17. absentFile(java.lang.String path)
void
SVNRemoteStatusEditor17. absentFile(java.lang.String path)
void
SVNUpdateEditor17. absentFile(java.lang.String path)
static SVNUpdateEditor17.AccumulatedChangeInfo
SVNUpdateEditor17. accumulateLastChange(java.io.File localAbspath, SVNProperties entryProps)
java.io.File
SVNWCContext. acquireWriteLock(java.io.File localAbspath, boolean lockAnchor, boolean returnLockRoot)
java.io.File
SVNWCContext. acquireWriteLockForResolve(java.io.File localAbsPath)
void
ISVNEditor2. addAbsent(java.lang.String path, SVNNodeKind kind, long replacesRev)
void
SVNTreeConflictEditor. addAbsent(java.lang.String path, SVNNodeKind kind, long replacesRev)
void
ISVNEditor2. addDir(java.lang.String path, java.util.List<java.lang.String> children, SVNProperties props, long replacesRev)
void
SVNAmbientDepthFilterEditor17. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNDiffEditor17. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNRemoteStatusEditor17. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNTreeConflictEditor. addDir(java.lang.String path, java.util.List<java.lang.String> children, SVNProperties props, long replacesRev)
void
SVNUpdateEditor17. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
ISVNEditor2. addFile(java.lang.String path, SvnChecksum checksum, java.io.InputStream contents, SVNProperties props, long replacesRev)
void
SVNAmbientDepthFilterEditor17. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNDiffEditor17. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNRemoteStatusEditor17. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SVNTreeConflictEditor. addFile(java.lang.String path, SvnChecksum checksum, java.io.InputStream contents, SVNProperties props, long replacesRev)
void
SVNUpdateEditor17. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
ISVNEditor2. addSymlink(java.lang.String path, java.lang.String target, SVNProperties props, long replacesRev)
void
SVNTreeConflictEditor. addSymlink(java.lang.String path, java.lang.String target, SVNProperties props, long replacesRev)
void
SVNWCContext. addTreeConflict(SVNWCConflictDescription17 conflict)
static void
SVNWCUtils. admCleanupTmpArea(SVNWCContext context, java.io.File dirAbsPath)
static void
SVNWCUtils. admInitTmpArea(java.io.File dirAbsPath)
void
ISVNEditor2. alterDir(java.lang.String path, long revision, java.util.List<java.lang.String> children, SVNProperties props)
void
SVNTreeConflictEditor. alterDir(java.lang.String path, long revision, java.util.List<java.lang.String> children, SVNProperties props)
void
ISVNEditor2. alterFile(java.lang.String path, long revision, SVNProperties props, SvnChecksum checksum, java.io.InputStream newContents)
void
SVNTreeConflictEditor. alterFile(java.lang.String path, long expectedMoveDstRevision, SVNProperties newProps, SvnChecksum newChecksum, java.io.InputStream newContents)
void
ISVNEditor2. alterSymlink(java.lang.String path, long revision, SVNProperties props, java.lang.String target)
void
SVNTreeConflictEditor. alterSymlink(java.lang.String path, long revision, SVNProperties props, java.lang.String target)
void
SVNAmbientDepthFilterEditor17. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SVNDiffEditor17. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SVNRemoteStatusEditor17. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SVNUpdateEditor17. applyTextDelta(java.lang.String path, java.lang.String expectedChecksum)
static SvnStatus
SVNStatusEditor17. assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock)
static SvnStatus
SVNStatusEditor17. assembleUnversioned17(java.io.File localAbspath, SVNNodeKind pathKind, boolean treeConflicted, boolean isIgnored)
void
SVNWCContext. canonicalizeURLs(java.io.File path, SVNExternalsStore externalsStore, boolean omitDefaultPort)
void
SVNAmbientDepthFilterEditor17. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNDiffEditor17. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNRemoteStatusEditor17. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNUpdateEditor17. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SVNAmbientDepthFilterEditor17. changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue)
void
SVNDiffEditor17. changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
void
SVNRemoteStatusEditor17. changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue)
void
SVNUpdateEditor17. changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue)
SVNWCContext.ObstructionData
SVNWCContext. checkForObstructions(java.io.File localAbsPath, boolean noWcRootCheck)
int
SVNWCContext. checkWC(java.io.File localAbsPath)
SVNWCContext.CheckWCRootInfo
SVNWCContext. checkWCRoot(java.io.File localAbspath, boolean fetchSwitched)
void
SVNWCContext. cleanup()
void
SVNWCContext.CleanupHandler. cleanup()
void
SVNAmbientDepthFilterEditor17. closeDir()
void
SVNDiffEditor17. closeDir()
void
SVNRemoteStatusEditor17. closeDir()
void
SVNUpdateEditor17. closeDir()
SVNCommitInfo
SVNAmbientDepthFilterEditor17. closeEdit()
SVNCommitInfo
SVNDiffEditor17. closeEdit()
SVNCommitInfo
SVNRemoteStatusEditor17. closeEdit()
SVNCommitInfo
SVNStatusEditor17. closeEdit()
SVNCommitInfo
SVNUpdateEditor17. closeEdit()
void
SVNAmbientDepthFilterEditor17. closeFile(java.lang.String path, java.lang.String textChecksum)
void
SVNDiffEditor17. closeFile(java.lang.String commitPath, java.lang.String textChecksum)
void
SVNRemoteStatusEditor17. closeFile(java.lang.String path, java.lang.String textChecksum)
void
SVNUpdateEditor17. closeFile(java.lang.String path, java.lang.String expectedMd5Digest)
protected void
SVNStatusEditor17. collectExternals(java.io.File path)
static SVNCommitInfo
SVNCommitter17. commit(SVNWCContext context, java.util.Collection<java.io.File> tmpFiles, java.util.Map<java.lang.String,SvnCommitItem> committables, SVNURL repositoryRoot, ISVNEditor commitEditor, java.util.Map<java.io.File,SvnChecksum> md5Checksums, java.util.Map<java.io.File,SvnChecksum> sha1Checksums)
java.util.List<SVNWCContext.CommittableExternalInfo>
SVNWCContext. committableExternalsBelow(java.util.List<SVNWCContext.CommittableExternalInfo> externals, java.io.File localAbsPath, SVNDepth depth)
boolean
SVNWCContext. compareAndVerify(java.io.File localAbsPath, java.io.File pristineFile, boolean hasProps, boolean propMods, boolean exactComparison)
void
SVNUpdateEditor17. completeConflict(SVNSkel conflict, java.io.File localAbsPath, java.io.File oldReposRelPath, long oldRevision, java.io.File newReposRelPath, SVNNodeKind localKind, SVNNodeKind targetKind)
SVNSkel
SVNWCContext. conflictCreateMarker(SVNSkel conflictSkel, java.io.File localAbsPath)
void
ISVNEditor2. copy(java.lang.String srcPath, long srcRevision, java.lang.String dstPath, long replacesRev)
void
SVNTreeConflictEditor. copy(java.lang.String srcPath, long srcRevision, java.lang.String dstPath, long replacesRev)
java.io.File
SVNWCContext. createPrejFile(java.io.File localAbspath, SVNSkel conflictSkel)
static ISVNUpdateEditor
SVNUpdateEditor17. createUpdateEditor(SVNWCContext context, long targetRevision, java.io.File anchorAbspath, java.lang.String targetName, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, boolean useCommitTimes, SVNURL switchURL, SVNDepth depth, boolean depthIsSticky, boolean allowUnversionedObstructions, boolean addsAsModifications, boolean serverPerformsFiltering, boolean cleanCheckout, ISVNDirFetcher dirFetcher, SVNExternalsStore externalsStore, java.lang.String[] preservedExtensions, ISVNConflictHandler conflictHandler)
static ISVNUpdateEditor
SVNUpdateEditor17. createUpdateEditor(SVNWCContext wcContext, java.io.File anchorAbspath, java.lang.String target, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, SVNURL reposRoot, SVNURL switchURL, SVNExternalsStore externalsStore, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExts, ISVNDirFetcher dirFetcher)
void
SVNWCContext. cropTree(java.io.File localAbspath, SVNDepth depth)
void
ISVNEditor2. delete(java.lang.String path, long revision)
void
SVNTreeConflictEditor. delete(java.lang.String path, long revision)
void
SVNAmbientDepthFilterEditor17. deleteEntry(java.lang.String path, long revision)
void
SVNDiffEditor17. deleteEntry(java.lang.String path, long revision)
void
SVNRemoteStatusEditor17. deleteEntry(java.lang.String path, long revision)
void
SVNUpdateEditor17. deleteEntry(java.lang.String path, long revision)
void
SVNStatusReporter17. deletePath(java.lang.String path)
void
SVNWCContext. deleteTreeConflict(java.io.File victimAbsPath)
void
SVNLogClient17. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Invokeshandler
on each line-blame item associated with revisionendRevision
ofpath
, usingstartRevision
as the default source of all blame.void
SVNLogClient17. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler)
Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient17. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler)
Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient17. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Invokeshandler
on each line-blame item associated with revisionendRevision
ofurl
, usingstartRevision
as the default source of all blame.void
SVNLogClient17. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient17. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler)
Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient17. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient17. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)
Deprecated.void
SVNLogClient17. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)
Deprecated.void
SVNLogClient17. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)
Reports the directory entry, and possibly children, forpath
atrevision
.void
SVNLogClient17. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)
Browses directory entries from a repository and uses the provided dir entry handler to process them.void
SVNLogClient17. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)
Deprecated.void
SVNLogClient17. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)
Reports the directory entry, and possibly children, forurl
atrevision
.void
SVNLogClient17. doLog(java.io.File[] paths, java.util.Collection revisionRanges, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message from the givenrevisionRanges
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient17. doLog(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.void
SVNLogClient17. doLog(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message fromstartRevision
toendRevision
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient17. doLog(java.io.File[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.void
SVNLogClient17. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, java.util.Collection revisionRanges, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message from the givenin turn, inclusive (but never invokes
handler
on a given log message more than once).void
SVNLogClient17. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message fromstartRevision
toendRevision
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient17. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a repository and passes them to a log entry handler for processing.void
SVNWCContext. ensureNoUnfinishedTransactions()
void
SVNWCContext. exclude(java.io.File localAbspath)
java.util.Map<java.lang.String,SVNDirEntry>
ISVNDirFetcher. fetchEntries(SVNURL repositoryRoot, java.io.File reposRelPath)
void
SVNStatusReporter17. finishReport()
SVNProperties
SVNWCContext. getActualProps(java.io.File localAbspath)
java.lang.String
SVNWCContext. getActualTarget(java.io.File path)
void
SVNWCContext. getAndRecordFileInfo(java.io.File localAbspath, boolean ignoreError)
java.lang.String
SVNWCContext. getCharset(java.io.File path)
java.util.List<java.io.File>
SVNWCContext. getChildrenOfWorkingNode(java.io.File dirAbsPath, boolean showHidden)
SVNWCContext.ConflictInfo
SVNWCContext. getConflicted(java.io.File localAbsPath, boolean isTextNeed, boolean isPropNeed, boolean isTreeNeed)
protected void
SVNStatusEditor17. getDirStatus(java.io.File localAbsPath, java.lang.String selected, boolean skipThisDir, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo dirInfo, SVNFileType fileType, java.util.Collection<java.lang.String> ignorePatterns, SVNDepth depth, boolean getAll, boolean noIgnore, ISvnObjectReceiver<SvnStatus> handler)
SVNWCContext.EntryLocationInfo
SVNWCContext. getEntryLocation(java.io.File localAbsPath, SVNRevision pegRevisionKind, boolean fetchRevnum)
SVNWCContext.SVNEolStyleInfo
SVNWCContext. getEolStyle(java.io.File localAbsPath)
java.util.Map<java.lang.String,byte[]>
SVNWCContext. getKeyWords(java.io.File localAbsPath, java.lang.String forceList)
ISVNWCDb.WCDbBaseInfo
SVNWCContext. getNodeBase(java.io.File localAbsPath, boolean ignoreNonExisting, boolean showHidden)
long
SVNWCContext. getNodeBaseRev(java.io.File local_abspath)
ISVNWCDb.WCDbInfo
SVNWCContext. getNodeChangedInfo(java.io.File path)
java.util.List<java.io.File>
SVNWCContext. getNodeChildren(java.io.File dirAbsPath, boolean showHidden)
long
SVNWCContext. getNodeCommitBaseRev(java.io.File local_abspath)
SVNWCContext.NodeCopyFromInfo
SVNWCContext. getNodeCopyFromInfo(java.io.File localAbsPath, SVNWCContext.NodeCopyFromField... fields)
java.io.File
SVNWCContext. getNodeDeletedAncestor(java.io.File localAbsPath)
SVNDepth
SVNWCContext. getNodeDepth(java.io.File localAbsPath)
ISVNWCDb.SVNWCDbLock
SVNWCContext. getNodeLock(java.io.File localAbsPath)
Structure<StructureFields.NodeOriginInfo>
SVNWCContext. getNodeOrigin(java.io.File localAbsPath, boolean scanDeleted, StructureFields.NodeOriginInfo... fields)
SVNWCContext.NodePresence
SVNWCContext. getNodePresence(java.io.File localAbsPath, boolean baseOnly)
SVNWCContext.SVNWCNodeReposInfo
SVNWCContext. getNodeReposInfo(java.io.File localAbspath)
java.io.File
SVNWCContext. getNodeReposRelPath(java.io.File localAbsPath)
SVNWCContext.ScheduleInternalInfo
SVNWCContext. getNodeScheduleInternal(java.io.File localAbsPath, boolean schedule, boolean copied)
SVNURL
SVNWCContext. getNodeUrl(java.io.File path)
SVNWCContext.PristineContentsInfo
SVNWCContext. getPristineContents(java.io.File localAbspath, boolean openStream, boolean getPath)
SVNProperties
SVNWCContext. getPristineProps(java.io.File localAbspath)
SVNWCContext.PropDiffs
SVNWCContext. getPropDiffs(java.io.File localAbsPath)
java.lang.String
SVNWCContext. getProperty(java.io.File localAbsPath, java.lang.String name)
SVNPropertyValue
SVNWCContext. getPropertyValue(java.io.File localAbsPath, java.lang.String name)
long
SVNWCContext. getRevisionNumber(SVNRevision revision, long[] latestRevisionNumber, SVNRepository repository, java.io.File path)
java.io.File
SVNWCContext. getTranslatedFile(java.io.File src, java.io.File versionedAbspath, boolean toNormalFormat, boolean forceEOLRepair, boolean useGlobalTmp, boolean forceCopy, boolean safelyEncode)
When expanding working copy file (which is already expanded, we just have to update EOLs, keywords, etc) One has to pass safelyEncode argument set to true as for this case we have to carefully update necessary parts of the file taking its encoding into account.java.io.InputStream
SVNWCContext. getTranslatedStream(java.io.File localAbspath, java.io.File versionedAbspath, boolean translateToNormalForm, boolean repairEOL)
SVNWCContext.TranslateInfo
SVNWCContext. getTranslateInfo(java.io.File localAbspath, boolean fetchEolStyle, boolean fetchCharset, boolean fetchKeywords, boolean fetchSpecial)
SVNWCContext.TranslateInfo
SVNWCContext. getTranslateInfo(java.io.File localAbspath, SVNProperties props, boolean forNormalization, boolean fetchEolStyle, boolean fetchCharset, boolean fetchKeywords, boolean fetchSpecial)
SVNTreeConflictDescription
SVNWCContext. getTreeConflict(java.io.File victimAbspath)
java.util.Map
SVNEntry17. getTreeConflicts()
SVNURL
SVNWCContext. getUrlFromPath(java.io.File localAbsPath)
SVNPropertyValue
SVNCommitMediator17. getWorkspaceProperty(java.lang.String path, java.lang.String name)
boolean
SVNCommitter17. handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor)
SVNWCContext.TreeLocalModsInfo
SVNWCContext. hasLocalMods(java.io.File localAbspath, java.io.File anchorAbspath)
void
SVNWCContext. initializeWC(java.io.File localAbspath, SVNURL url, SVNURL repositoryRoot, java.lang.String uuid, long revision, SVNDepth depth, int targetWorkingCopyFormat)
static SvnStatus
SVNStatusEditor17. internalStatus(SVNWCContext context, java.io.File localAbsPath)
void
SVNWCContext. invokeConflictResolver(java.io.File localAbsPath, SVNSkel conflictSkel, ISVNConflictHandler conflictHandler, ISVNCanceller canceller)
boolean
SVNWCContext. isFileExternal(java.io.File path)
boolean
SVNWCContext. isNodeAdded(java.io.File path)
boolean
SVNWCContext. isNodeReplaced(java.io.File path)
Equivalent to the old notion of "entry->schedule == schedule_replace"boolean
SVNWCContext. isNodeStatusDeleted(java.io.File localAbsPath)
boolean
SVNWCContext. isPropsModified(java.io.File localAbspath)
boolean
SVNWCContext. isSpecial(java.io.File path)
boolean
SVNWCContext. isTextModified(java.io.File localAbsPath, boolean exactComparison)
static SVNURL
SVNWCUtils. join(SVNURL rootUrl, java.io.File relPath)
void
SVNStatusReporter17. linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty)
void
SVNStatusReporter17. linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty)
SVNWCContext.MergeInfo
SVNWCContext. merge(SVNSkel workItems, SVNSkel conflictSkel, java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, java.io.File wriAbspath, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, SVNProperties oldActualProps, boolean dryRun, SVNDiffOptions options, SVNProperties propDiff)
SVNMergeResult
DefaultSvnMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)
SvnMergeResult
DefaultSvnMerger. mergeProperties(ISvnMerger baseMerger, java.io.File localAbsPath, SVNNodeKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver)
SVNWCContext.MergePropertiesInfo
SVNWCContext. mergeProperties(java.io.File localAbsPath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties baseProperties, SVNProperties propChanges, boolean dryRun, ISVNConflictHandler conflictResolver)
SVNWCContext.MergePropertiesInfo
SVNWCContext. mergeProperties2(SVNWCContext.MergePropertiesInfo mergeInfo, java.io.File localAbsPath, ISVNWCDb.SVNWCDbKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver)
SVNWCContext.MergePropertiesInfo
SVNWCContext. mergeProperties3(SVNWCContext.MergePropertiesInfo mergePropertiesInfo, java.io.File localAbsPath, SVNProperties serverBaseProps, SVNProperties pristineProps, SVNProperties actualProps, SVNProperties propChanges)
SVNMergeResult
DefaultSvnMerger. mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options)
SvnMergeResult
DefaultSvnMerger. mergeText(ISvnMerger baseMerger, java.io.File resultFile, java.io.File targetAbspath, java.io.File detranslatedTargetAbspath, java.io.File leftAbspath, java.io.File rightAbspath, java.lang.String targetLabel, java.lang.String leftLabel, java.lang.String rightLabel, SVNDiffOptions options, SVNDiffConflictChoiceStyle style)
SVNWCContext.MergeInfo
SVNWCContext. mergeText(java.io.File left, java.io.File right, java.io.File target, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean dryRun, SVNDiffOptions options, SVNProperties propDiff)
void
ISVNEditor2. move(java.lang.String srcPath, long srcRevision, java.lang.String dstPath, long replacesRev)
void
SVNTreeConflictEditor. move(java.lang.String srcPath, long srcRevision, java.lang.String dstPath, long replacesRev)
void
SVNWCContext.ISVNWCNodeHandler. nodeFound(java.io.File localAbspath, ISVNWCDb.SVNWCDbKind kind)
void
SVNWCContext. nodeWalkChildren(java.io.File localAbspath, SVNWCContext.ISVNWCNodeHandler nodeHandler, boolean showHidden, SVNDepth walkDepth, java.util.Collection<java.lang.String> changelists)
SVNWCContext.NodeMovedAway
SVNWCContext. nodeWasMovedAway(java.io.File localAbsPath)
SVNWCContext.NodeMovedHere
SVNWCContext. nodeWasMovedHere(java.io.File localAbsPath)
java.io.File
SVNWCContext. obtainAnchorPath(java.io.File localAbspath, boolean lockAnchor, boolean returnLockRoot)
void
SVNAmbientDepthFilterEditor17. openDir(java.lang.String path, long revision)
void
SVNDiffEditor17. openDir(java.lang.String path, long revision)
void
SVNRemoteStatusEditor17. openDir(java.lang.String path, long revision)
void
SVNUpdateEditor17. openDir(java.lang.String path, long revision)
void
SVNAmbientDepthFilterEditor17. openFile(java.lang.String path, long revision)
void
SVNDiffEditor17. openFile(java.lang.String path, long revision)
void
SVNRemoteStatusEditor17. openFile(java.lang.String path, long revision)
void
SVNUpdateEditor17. openFile(java.lang.String path, long revision)
void
SVNAmbientDepthFilterEditor17. openRoot(long revision)
void
SVNDiffEditor17. openRoot(long revision)
void
SVNRemoteStatusEditor17. openRoot(long revision)
void
SVNUpdateEditor17. openRoot(long revision)
static SVNWCContext.UniqueFileInfo
SVNWCContext. openUniqueFile(java.io.File dirPath, boolean openStream)
SVNWCContext.WritableBaseInfo
SVNWCContext. openWritableBase(java.io.File localAbspath, boolean md5Checksum, boolean sha1Checksum)
static long
SVNWCUtils. parseLong(java.lang.String value)
static SVNWCContext.MergeInfo
SVNUpdateEditor17. performFileMerge(SVNWCContext.MergeInfo mergeInfo, SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, SvnChecksum newChecksum, SvnChecksum originalChecksum, SVNProperties actualProperties, java.lang.String[] extPatterns, long oldRevision, long targetRevision, SVNProperties propChanges)
SVNNodeKind
SVNWCContext. readKind(java.io.File localAbsPath, boolean showHidden)
static java.io.InputStream
SVNWCContext. readSpecialFile(java.io.File localAbsPath)
void
SVNRemoteStatusEditor17. receive(SvnTarget target, SvnStatus status)
void
SVNWCContext. releaseWriteLock(java.io.File localAbspath)
void
SVNWCContext. removeBaseNode(java.io.File localAbspath)
void
SVNWCContext. removeFromRevisionControl(java.io.File localAbspath, boolean destroyWf, boolean instantError)
void
SVNReporter17. report(ISVNReporter reporter)
void
SVNStatusReporter17. report(ISVNReporter reporter)
boolean
SVNWCContext. resolveConflictOnNode(java.io.File localAbsPath, boolean resolveText, boolean resolveProps, SVNConflictChoice conflictChoice)
void
SVNWCContext. resolvedConflict(java.io.File localAbsPath, SVNDepth depth, boolean resolveText, java.lang.String resolveProps, boolean resolveTree, SVNConflictChoice conflictChoice)
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.TextConflictResolutionInfo
SVNWCContext. resolveTextConflict(java.io.File localAbsPath, SVNOperation operation, java.io.File leftAbsPath, java.io.File rightAbsPath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, java.io.File resultTarget, java.io.File detranslatedTarget, ISVNConflictHandler conflictHandler)
static boolean
SVNReporter17. restoreNode(SVNWCContext context, java.io.File local_abspath, ISVNWCDb.SVNWCDbKind kind, long target_rev, boolean useCommitTimes)
void
ISVNEditor2. rotate(java.util.List<java.lang.String> relPaths, java.util.List<java.lang.String> revisions)
void
SVNTreeConflictEditor. rotate(java.util.List<java.lang.String> relPaths, java.util.List<java.lang.String> revisions)
void
SVNWCContext.RunBaseRemove. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunDirInstall. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunDirRemove. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunFileCommit. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunFileInstall. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunFileMove. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunFileRemove. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunFileTranslate. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunPostUpgrade. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunPrejInstall. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunRecordFileInfo. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunSetPropertyConflictMarkerTemp. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunSetTextConflictMarkersTemp. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunSyncFileFlags. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNWCContext.RunWorkQueueOperation. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
void
SVNCommitter17. sendTextDeltas(ISVNEditor editor)
static java.lang.String
SVNWCUtils. serializeFileExternal(java.lang.String path, SVNRevision pegRevision, SVNRevision revision)
void
SVNStatusReporter17. setPath(java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty)
void
SVNStatusReporter17. setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty)
void
SVNCommitMediator17. setWorkspaceProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
void
SVNWCContext. syncFileFlags(java.io.File localAbspath)
void
SVNAmbientDepthFilterEditor17. targetRevision(long revision)
void
SVNDiffEditor17. targetRevision(long revision)
void
SVNUpdateEditor17. targetRevision(long revision)
java.io.OutputStream
SVNAmbientDepthFilterEditor17. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNDiffEditor17. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNRemoteStatusEditor17. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNUpdateEditor17. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
void
SVNAmbientDepthFilterEditor17. textDeltaEnd(java.lang.String path)
void
SVNDiffEditor17. textDeltaEnd(java.lang.String path)
void
SVNRemoteStatusEditor17. textDeltaEnd(java.lang.String path)
void
SVNUpdateEditor17. textDeltaEnd(java.lang.String path)
static SVNWCUtils.UnserializedFileExternalInfo
SVNWCUtils. unserializeFileExternal(java.lang.String str)
void
SVNStatusEditor17. walkStatus(java.io.File localAbsPath, SVNDepth depth, boolean getAll, boolean noIgnore, boolean ignoreTextMods, java.util.Collection<java.lang.String> ignorePatterns)
SVNSkel
SVNWCContext. wqBuildBaseRemove(java.io.File localAbspath, boolean keepNotPresent)
SVNSkel
SVNWCContext. wqBuildBaseRemove(java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind)
static SVNSkel
SVNWCContext. wqBuildBaseRemove(SVNWCDb db, java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind)
SVNSkel
SVNWCContext. wqBuildDirInstall(java.io.File localAbsPath)
static SVNSkel
SVNWCContext. wqBuildDirInstall(SVNWCDb db, java.io.File localAbsPath)
static SVNSkel
SVNWCContext. wqBuildDirRemove(SVNWCDb db, java.io.File wriAbspath, java.io.File localAbspath, boolean recursive)
SVNSkel
SVNWCContext. wqBuildFileCommit(java.io.File localAbspath, boolean propsMods)
SVNSkel
SVNWCContext. wqBuildFileCopyTranslated(java.io.File localAbspath, java.io.File srcAbspath, java.io.File dstAbspath)
static SVNSkel
SVNWCContext. wqBuildFileCopyTranslated(SVNWCDb db, java.io.File localAbspath, java.io.File srcAbspath, java.io.File dstAbspath)
SVNSkel
SVNWCContext. wqBuildFileInstall(java.io.File localAbspath, java.io.File sourceAbspath, boolean useCommitTimes, boolean recordFileinfo)
static SVNSkel
SVNWCContext. wqBuildFileInstall(SVNWCDb db, java.io.File localAbspath, java.io.File sourceAbspath, boolean useCommitTimes, boolean recordFileinfo)
SVNSkel
SVNWCContext. wqBuildFileMove(java.io.File srcAbspath, java.io.File dstAbspath)
SVNSkel
SVNWCContext. wqBuildFileMove(java.io.File anchorPath, java.io.File srcAbspath, java.io.File dstAbspath)
SVNSkel
SVNWCContext. wqBuildFileRemove(java.io.File wriAbsPath, java.io.File localAbspath)
static SVNSkel
SVNWCContext. wqBuildFileRemove(SVNWCDb db, java.io.File wriAbspath, java.io.File localAbspath)
SVNSkel
SVNWCContext. wqBuildPostUpgrade()
SVNSkel
SVNWCContext. wqBuildPrejInstall(java.io.File localAbspath, SVNSkel conflictSkel)
static SVNSkel
SVNWCContext. wqBuildPrejInstall(ISVNWCDb db, java.io.File localAbspath, SVNSkel conflictSkel)
SVNSkel
SVNWCContext. wqBuildRecordFileinfo(java.io.File localAbspath, SVNDate setTime)
SVNSkel
SVNWCContext. wqBuildSetPropertyConflictMarkerTemp(java.io.File localAbspath, java.io.File prejFile)
SVNSkel
SVNWCContext. wqBuildSetTextConflictMarkersTmp(java.io.File localAbspath, java.io.File old, java.io.File neo, java.io.File wrk)
SVNSkel
SVNWCContext. wqBuildSyncFileFlags(java.io.File localAbspath)
static SVNSkel
SVNWCContext. wqBuildSyncFileFlags(SVNWCDb db, java.io.File localAbspath)
static SVNSkel
SVNWCContext. wqMerge(SVNSkel workItem1, SVNSkel workItem2)
void
SVNWCContext. wqRun(java.io.File dirAbspath)
void
SVNWCContext. writeCheck(java.io.File localAbspath)
static void
SVNWCContext. writeCheck(ISVNWCDb db, java.io.File localAbspath)
Constructors in org.tmatesoft.svn.core.internal.wc17 that throw SVNException Constructor Description SVNRemoteStatusEditor17(java.io.File anchorAbsPath, java.lang.String targetBaseName, SVNWCContext wcContext, ISVNOptions options, boolean includeIgnored, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> realHandler)
SVNUpdateEditor17(SVNWCContext wcContext, java.io.File anchorAbspath, java.lang.String targetBasename, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, SVNURL reposRootUrl, java.lang.String reposUuid, SVNURL switchURL, SVNExternalsStore externalsStore, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExts, ISVNDirFetcher dirFetcher)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that throw SVNException Modifier and Type Method Description void
SvnExternalUpdateEditor. abortEdit()
void
SvnExternalUpdateEditor. absentDir(java.lang.String path)
void
SvnExternalUpdateEditor. absentFile(java.lang.String path)
void
ISVNWCDb. addBaseDirectory(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.util.List<java.io.File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel workItems)
Add or replace a directory in the BASE tree.void
SVNWCDb. addBaseDirectory(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.util.List<java.io.File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel workItems)
void
ISVNWCDb. addBaseExcludedNode(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems)
Create a node in the BASE tree that is present in name only.void
SVNWCDb. addBaseExcludedNode(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems)
void
ISVNWCDb. addBaseFile(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems)
Add or replace a file in the BASE tree.void
SVNWCDb. addBaseFile(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems)
void
ISVNWCDb. addBaseNotPresentNode(java.io.File localAbspath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, SVNSkel conflict, SVNSkel workItems)
void
SVNWCDb. addBaseNotPresentNode(java.io.File localAbspath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, SVNSkel conflict, SVNSkel workItems)
void
ISVNWCDb. addBaseSymlink(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File target, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties acutalProps, SVNSkel workItems)
Add or replace a symlink in the BASE tree.void
SVNWCDb. addBaseSymlink(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File target, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties acutalProps, SVNSkel workItems)
void
SvnExternalUpdateEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
static void
SvnWcDbExternals. addExternalDir(SVNWCDb db, java.io.File localAbspath, java.io.File wriPath, SVNURL reposRootUrl, java.lang.String reposUuid, java.io.File recordAncestorAbspath, java.io.File recordedReposRelPath, long recordedPegRevision, long recordedRevision, SVNSkel workItems)
static void
SvnWcDbExternals. addExternalFile(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long targetRevision, SVNProperties newPristineProperties, java.util.Map<java.lang.String,SVNProperties> iprops, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, SVNProperties davCache, java.io.File recordAncestorAbspath, java.io.File recordedReposRelPath, long recordedPegRevision, long recordedRevision, boolean updateActualProperties, SVNProperties newActualProperties, boolean keepRecordedInfo, SVNSkel conflictSkel, SVNSkel allWorkItems)
void
SvnExternalUpdateEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
ISVNWCDb. addLock(java.io.File localAbsPath, ISVNWCDb.SVNWCDbLock lock)
Add or replace LOCK for LOCAL_ABSPATH to DB.void
SVNWCDb. addLock(java.io.File localAbsPath, ISVNWCDb.SVNWCDbLock lock)
static void
SvnWcDbConflicts. addPropConflict(SVNSkel skel, java.lang.String propName, SVNPropertyValue originalVal, SVNPropertyValue mineVal, SVNPropertyValue incomingVal, SVNPropertyValue incomingBaseVal)
static void
SvnWcDbConflicts. addPropConflict(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, java.io.File markerAbsPath, SVNProperties mineProps, SVNProperties theirOldProps, SVNProperties theirProps, java.util.Collection<java.lang.String> conflictedPropNames)
static void
SvnWcDbConflicts. addTextConflict(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, java.io.File mineAbsPath, java.io.File theirOldAbsPath, java.io.File theirAbsPath)
static void
SvnWcDbConflicts. addTreeConflict(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, SVNConflictReason localChange, SVNConflictAction incomingChange, java.io.File moveSrcOpRootAbsPath)
static void
SVNWCDb. addWorkItems(SVNSqlJetDb sDb, SVNSkel skel)
void
ISVNWCDb. addWorkQueue(java.io.File wcRootAbsPath, SVNSkel workItem)
In the WCROOT associated with DB and WRI_ABSPATH, add WORK_ITEM to the wcroot's work queue.void
SVNWCDb. addWorkQueue(java.io.File wcRootAbsPath, SVNSkel workItem)
void
SvnExternalUpdateEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksumDigest)
ISVNWCDb.SVNWCDbBaseMovedToData
ISVNWCDb. baseMovedTo(java.io.File localAbsPath)
ISVNWCDb.SVNWCDbBaseMovedToData
SVNWCDb. baseMovedTo(java.io.File localAbsPath)
static void
SvnWcDbShared. begingReadTransaction(SVNWCDbRoot root)
static void
SvnWcDbShared. begingWriteTransaction(SVNWCDbRoot root)
static SVNSqlJetStatement
SvnWcDbStatementUtil. bindf(SVNSqlJetStatement stmt, java.lang.String format, java.lang.Object... binds)
SVNSqlJetDb
ISVNWCDb. borrowDbTemp(java.io.File dirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode)
SVNSqlJetDb
SVNWCDb. borrowDbTemp(java.io.File localDirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode)
static void
SvnWcDbShared. canonicalizeURLs(SVNWCDbRoot wcRoot, boolean updateExternalProperties, SVNExternalsStore store, boolean omitDefaultPort)
void
SvnExternalUpdateEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SvnExternalUpdateEditor. changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue)
boolean
ISVNWCDb. checkPristine(java.io.File wcRootAbsPath, SvnChecksum checksum)
Check for presence, according to the given mode (on how hard we should examine things)boolean
SVNWCDb. checkPristine(java.io.File wcRootAbsPath, SvnChecksum checksum)
static boolean
SvnWcDbPristines. checkPristine(SVNWCDbRoot root, SvnChecksum sha1Checksum)
static void
SvnWcDbPristines. checkPristineChecksumRefcounts(SVNWCDbRoot root)
void
ISVNWCDb. cleanupPristine(java.io.File wcRootAbsPath)
Remove all unreferenced pristines belonging to WRI_ABSPATH in DB.void
SVNWCDb. cleanupPristine(java.io.File localAbsPath)
static void
SvnWcDbChangelist. cleanupPristine(SVNWCDbRoot root, java.io.File localAbsPath)
static void
SvnWcDbPristines. cleanupPristine(SVNWCDbRoot root, java.io.File localAbsPath)
void
ISVNWCDb. clearDavCacheRecursive(java.io.File localAbsPath)
void
SVNWCDb. clearDavCacheRecursive(java.io.File localAbsPath)
void
SVNWCDbRoot. close()
void
SvnExternalUpdateEditor. closeDir()
SVNCommitInfo
SvnExternalUpdateEditor. closeEdit()
void
SvnExternalUpdateEditor. closeFile(java.lang.String path, java.lang.String expectedMd5Digest)
protected static java.util.Collection<SvnWcDbShared.Target>
SvnWcDbShared. collectTargets(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, java.util.Collection<java.lang.String> changelists)
java.util.List<SVNWCContext.CommittableExternalInfo>
ISVNWCDb. committableExternalsBelow(java.io.File localAbsPath, boolean immediatesOnly)
java.util.List<SVNWCContext.CommittableExternalInfo>
SVNWCDb. committableExternalsBelow(java.io.File localAbsPath, boolean immediatesOnly)
static void
SvnWcDbShared. commitTransaction(SVNWCDbRoot root)
void
ISVNWCDb. completedWorkQueue(java.io.File wcRootAbsPath, long id)
In the WCROOT associated with DB and WRI_ABSPATH, mark work item ID as completed.void
SVNWCDb. completedWorkQueue(java.io.File wcRootAbsPath, long id)
static void
SvnWcDbConflicts. conflictSkelOpMerge(SVNSkel conflictSkel, SVNConflictVersion original, SVNConflictVersion target)
static void
SvnWcDbConflicts. conflictSkelOpSwitch(SVNSkel conflictSkel, SVNConflictVersion original, SVNConflictVersion target)
static void
SvnWcDbConflicts. conflictSkelOpUpdate(SVNSkel conflictSkel, SVNConflictVersion original, SVNConflictVersion target)
static boolean
SvnWcDbConflicts. conflictSkelResolve(SVNSkel conflictSkel, ISVNWCDb db, java.io.File wriAbsPAth, boolean resolveText, java.lang.String resolveProp, boolean resolveTree)
static java.util.List<SVNWCConflictDescription17>
SvnWcDbConflicts. convertFromSkel(SVNWCDb db, java.io.File localAbsPath, boolean createTempFiles, SVNSkel conflictSkel)
static SVNSkel
SvnWcDbConflicts. convertToConflictSkel(java.io.File wcRootAbsPath, SVNWCDb db, java.lang.String localRelpath, java.lang.String conflictOld, java.lang.String conflictWorking, java.lang.String conflictNew, java.lang.String propReject, byte[] treeConflictData)
static SVNSkel
SvnWcDbConflicts. convertToConflictSkel(java.lang.String conflictOld, java.lang.String conflictWorking, java.lang.String conflictNew, java.lang.String propReject, byte[] treeConflictData)
static void
SvnWcDbCopy. copy(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, java.io.File dstOpRootRelPath, boolean isMove, SVNSkel workItems)
static void
SvnWcDbCopy. copyDir(SVNWCDbDir pdh, java.io.File localRelpath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems)
static void
SvnWcDbCopy. copyFile(SVNWCDbDir pdh, java.io.File localRelpath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems)
static void
SvnWcDbCopy. copyShadowedLayer(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, boolean isMove)
static SVNSkel
SvnWcDbConflicts. createConflictMarkers(ISVNWCDb db, java.io.File localAbsPath, SVNSkel conflictSkel)
static SVNSkel
SvnWcDbConflicts. createConflictSkel()
long
SVNWCDb. createReposId(SVNSqlJetDb sDb, SVNURL reposRootUrl, java.lang.String reposUuid)
For a given REPOS_ROOT_URL/REPOS_UUID pair, return the existing REPOS_ID value.void
SvnExternalUpdateEditor. deleteEntry(java.lang.String path, long revision)
protected static boolean
SvnWcDbShared. doesNodeExists(SVNWCDbRoot wcDbRoot, java.io.File relpath)
static void
SvnWcDbRevert. dropRevertList(SVNWCContext context, java.io.File localAbsPath)
void
ISVNWCDb. dropRoot(java.io.File localAbsPath)
void
SVNWCDb. dropRoot(java.io.File localAbsPath)
void
SVNWCDb. ensureNoUnfinishedTransactions()
void
SVNWCDbRoot. ensureNoUnfinishedTransactions()
void
SVNWCDb. extendParentDelete(SVNSqlJetDb db, long wcId, java.io.File localRelPath, SVNNodeKind kind, int opDepth)
long
SVNWCDb. fetchReposId(SVNSqlJetDb db, SVNURL reposRootUrl, java.lang.String reposUuid)
SVNWCDb.ReposInfo
SVNWCDb. fetchReposInfo(SVNSqlJetDb sDb, long repos_id)
Structure<StructureFields.RepositoryInfo>
SVNWCDb. fetchRepositoryInfo(SVNSqlJetDb sDb, long repos_id)
ISVNWCDb.WCDbWorkQueueInfo
ISVNWCDb. fetchWorkQueue(java.io.File wcRootAbsPath)
In the WCROOT associated with DB and WRI_ABSPATH, fetch a work item that needs to be completed.ISVNWCDb.WCDbWorkQueueInfo
SVNWCDb. fetchWorkQueue(java.io.File wcRootAbsPath)
static void
SvnWcDbPristines. fixPristinesRefCount(SVNWCDbRoot root)
void
SVNWCDbDir. flushEntries(java.io.File localAbspath)
void
ISVNWCDb. forgetDirectoryTemp(java.io.File dirAbspath)
void
SVNWCDb. forgetDirectoryTemp(java.io.File localDirAbspath)
java.io.File
ISVNWCDb. fromRelPath(java.io.File wcRootAbsPath, java.io.File localRelPath)
Compute the local abs path for a localRelPath located within the working copy identified by wcRootAbsPath.java.io.File
SVNWCDb. fromRelPath(java.io.File wriAbsPath, java.io.File localRelPath)
void
ISVNWCDb. gatherExternalDefinitions(java.io.File localAbsPath, SVNExternalsStore externals)
void
SVNWCDb. gatherExternalDefinitions(java.io.File localAbsPath, SVNExternalsStore externals)
java.util.List<java.lang.String>
SVNWCDb. gatherRepoChildren(SVNWCDbRoot root, java.io.File localRelpath, long opDepth)
java.util.Set<java.lang.String>
ISVNWCDb. getBaseChildren(java.io.File localAbsPath)
Return a list of the BASE tree node's children's names.java.util.Set<java.lang.String>
SVNWCDb. getBaseChildren(java.io.File localAbsPath)
java.util.Map<java.lang.String,ISVNWCDb.WCDbBaseInfo>
ISVNWCDb. getBaseChildrenMap(java.io.File localAbsPath, boolean fetchLocks)
java.util.Map<java.lang.String,ISVNWCDb.WCDbBaseInfo>
ISVNWCDb. getBaseChildrenMap(SVNWCDbRoot root, java.io.File localRelPath, boolean fetchLocks)
java.util.Map<java.lang.String,ISVNWCDb.WCDbBaseInfo>
SVNWCDb. getBaseChildrenMap(java.io.File localAbsPath, boolean fetchLocks)
java.util.Map<java.lang.String,ISVNWCDb.WCDbBaseInfo>
SVNWCDb. getBaseChildrenMap(SVNWCDbRoot wcRoot, java.io.File localRelPath, boolean fetchLocks)
SVNProperties
ISVNWCDb. getBaseDavCache(java.io.File localAbsPath)
Retrieve the dav cache for LOCAL_ABSPATH.SVNProperties
SVNWCDb. getBaseDavCache(java.io.File localAbsPath)
ISVNWCDb.WCDbBaseInfo
ISVNWCDb. getBaseInfo(java.io.File localAbsPath, ISVNWCDb.WCDbBaseInfo.BaseInfoField... fields)
Retrieve information about a node in the BASE tree.ISVNWCDb.WCDbBaseInfo
SVNWCDb. getBaseInfo(java.io.File localAbsPath, ISVNWCDb.WCDbBaseInfo.BaseInfoField... fields)
ISVNWCDb.WCDbBaseInfo
SVNWCDb. getBaseInfo(SVNWCDbRoot root, java.io.File localRelPath, ISVNWCDb.WCDbBaseInfo.BaseInfoField... fields)
static Structure<StructureFields.NodeInfo>
SvnWcDbShared. getBaseInfo(SVNWCDb db, java.io.File localAbsPath, StructureFields.NodeInfo... fields)
static Structure<StructureFields.NodeInfo>
SvnWcDbShared. getBaseInfo(SVNWCDbRoot wcroot, java.io.File localRelPath, StructureFields.NodeInfo... fields)
SVNProperties
ISVNWCDb. getBaseProps(java.io.File localAbsPath)
Return the properties of the node LOCAL_ABSPATH in the BASE tree.SVNProperties
SVNWCDb. getBaseProps(java.io.File localAbsPath)
java.util.Set<java.lang.String>
ISVNWCDb. getChildrenOfWorkingNode(java.io.File dirAbsPath)
java.util.Set<java.lang.String>
SVNWCDb. getChildrenOfWorkingNode(java.io.File localAbsPath)
java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbKind>
SVNWCDb. getChildrenOpDepth(SVNWCDbRoot wcRoot, java.io.File localRelPath, int opDepth)
static byte[]
SvnWcDbStatementUtil. getColumnBlob(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static boolean
SvnWcDbStatementUtil. getColumnBoolean(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static SvnChecksum
SvnWcDbStatementUtil. getColumnChecksum(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static SVNDate
SvnWcDbStatementUtil. getColumnDate(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static SVNDepth
SvnWcDbStatementUtil. getColumnDepth(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static SVNEventAction
SvnWcDbStatementUtil. getColumnEventAction(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static java.util.List<Structure<StructureFields.InheritedProperties>>
SvnWcDbStatementUtil. getColumnInheritedProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static long
SvnWcDbStatementUtil. getColumnInt64(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static ISVNWCDb.SVNWCDbKind
SvnWcDbStatementUtil. getColumnKind(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static SVNNodeKind
SvnWcDbStatementUtil. getColumnNodeKind(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static java.io.File
SvnWcDbStatementUtil. getColumnPath(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static ISVNWCDb.SVNWCDbStatus
SvnWcDbStatementUtil. getColumnPresence(SVNSqlJetStatement stmt)
static ISVNWCDb.SVNWCDbStatus
SvnWcDbStatementUtil. getColumnPresence(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static SVNProperties
SvnWcDbStatementUtil. getColumnProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static long
SvnWcDbStatementUtil. getColumnRevNum(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static SVNStatusType
SvnWcDbStatementUtil. getColumnStatusType(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static java.lang.String
SvnWcDbStatementUtil. getColumnText(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static <T extends java.lang.Enum<T>>
TSvnWcDbStatementUtil. getColumnToken(SVNSqlJetStatement stmt, java.lang.Enum<?> f, java.util.Map<java.lang.String,T> tokenMap)
java.util.List<java.io.File>
ISVNWCDb. getConflictMarkerFiles(java.io.File localAbsPath)
java.util.List<java.io.File>
SVNWCDb. getConflictMarkerFiles(java.io.File localAbsPath)
static Structure<SvnWcDbConflicts.ConflictStatus>
SvnWcDbConflicts. getConflictStatusForUpdate(SVNWCDb db, java.io.File localAbsPath, boolean treeConflictOnly)
static Structure<StructureFields.NodeInfo>
SvnWcDbShared. getDepthInfo(SVNWCDbRoot wcroot, java.io.File localRelPath, long opDepth, StructureFields.NodeInfo... fields)
java.util.Map<java.io.File,java.io.File>
ISVNWCDb. getExternalsDefinedBelow(java.io.File localAbsPath)
java.util.Map<java.io.File,java.io.File>
SVNWCDb. getExternalsDefinedBelow(java.io.File localAbsPath)
java.lang.String
ISVNWCDb. getFileExternalTemp(java.io.File path)
Return the serialized file external info (from BASE) for LOCAL_ABSPATH.java.lang.String
SVNWCDb. getFileExternalTemp(java.io.File path)
int
ISVNWCDb. getFormatTemp(java.io.File localDirAbsPath)
temp function.int
SVNWCDb. getFormatTemp(java.io.File localDirAbsPath)
static java.util.Map<java.io.File,java.io.File>
SvnWcDbProperties. getInheritedPropertiesNodes(SVNWCDbRoot root, java.io.File localRelPath, SVNDepth depth)
static ISVNWCDb.SVNWCDbLock
SvnWcDbStatementUtil. getLockFromColumns(SVNSqlJetStatement stmt, java.lang.Enum<?> tokenField, java.lang.Enum<?> owner, java.lang.Enum<?> comment, java.lang.Enum<?> date)
static long[]
SvnWcDbReader. getMinAndMaxRevisions(SVNWCDb db, java.io.File localAbsPath)
static Structure<StructureFields.MovedFromInfo>
SvnWcDbShared. getMovedFromInfo(SVNWCDbRoot root, java.io.File movedToOpRootRelPath, java.io.File localRelPath)
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.MovedTo
SVNWCDb. getMovedTo(boolean scan, SVNWCDbSelectDeletionInfo stmt, java.io.File currentRelPath, SVNWCDbRoot wcRoot, java.io.File localRelPath)
java.util.Map<SVNURL,java.lang.String>
ISVNWCDb. getNodeLockTokensRecursive(java.io.File localAbsPath)
java.util.Map<SVNURL,java.lang.String>
SVNWCDb. getNodeLockTokensRecursive(java.io.File localAbsPath)
static java.util.Collection<java.io.File>
SvnWcDbReader. getNotPresentDescendants(SVNWCDb db, java.io.File parentPath)
SvnChecksum
ISVNWCDb. getPristineMD5(java.io.File wcRootAbsPath, SvnChecksum sha1Checksum)
Get the MD-5 checksum of a pristine text identified by its SHA-1 checksum SHA1_CHECKSUM.SvnChecksum
SVNWCDb. getPristineMD5(java.io.File wcRootAbsPath, SvnChecksum sha1Checksum)
java.io.File
ISVNWCDb. getPristinePath(java.io.File wcRootAbsPath, SvnChecksum checksum)
Get the path to the pristine text file identified by SHA1_CHECKSUM.java.io.File
SVNWCDb. getPristinePath(java.io.File wcRootAbsPath, SvnChecksum checksum)
static java.io.File
SvnWcDbPristines. getPristinePath(SVNWCDbRoot root, SvnChecksum sha1Checksum)
SvnChecksum
ISVNWCDb. getPristineSHA1(java.io.File wcRootAbsPath, SvnChecksum md5Checksum)
Get the SHA-1 checksum of a pristine text identified by its MD-5 checksum MD5_CHECKSUM.SvnChecksum
SVNWCDb. getPristineSHA1(java.io.File wcRootAbsPath, SvnChecksum md5Checksum)
static SvnChecksum
SvnWcDbPristines. getPristineSHA1(SVNWCDbRoot root, SvnChecksum md5Checksum)
java.io.File
ISVNWCDb. getPristineTempDir(java.io.File wcRootAbsPath)
Get a directory in which the caller should create a uniquely named file for later installation as a pristine text file.java.io.File
SVNWCDb. getPristineTempDir(java.io.File wcRootAbsPath)
static java.io.File
SvnWcDbPristines. getPristineTempDir(SVNWCDbRoot root, java.io.File wcRootAbsPath)
SVNSqlJetDb
ISVNWCDb. getSDb(java.io.File dirAbsPath)
SVNSqlJetDb
SVNWCDb. getSDb(java.io.File localAbsPath)
static java.util.Collection<java.io.File>
SvnWcDbReader. getServerExcludedNodes(SVNWCDb db, java.io.File path)
static long
SvnWcDbStatementUtil. getTranslatedSize(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
java.io.File
ISVNWCDb. getWCRoot(java.io.File dirAbspath)
java.io.File
SVNWCDb. getWCRoot(java.io.File wcRootAbspath)
java.io.File
ISVNWCDb. getWCRootTempDir(java.io.File localAbspath)
java.io.File
SVNWCDb. getWCRootTempDir(java.io.File localAbspath)
java.util.Set<java.lang.String>
SVNWCDb. getWorkingChildren(java.io.File localAbsPath)
void
ISVNWCDb. globalCommit(java.io.File localAbspath, long newRevision, long changedRevision, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, java.util.List<java.io.File> newChildren, SVNProperties newDavCache, boolean keepChangelist, boolean noUnlock, SVNSkel workItems)
Collapse the WORKING and ACTUAL tree changes down into BASE, called for each committed node.void
SVNWCDb. globalCommit(java.io.File localAbspath, long newRevision, long changedRevision, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, java.util.List<java.io.File> newChildren, SVNProperties newDavCache, boolean keepChangelist, boolean noUnlock, SVNSkel workItems)
void
ISVNWCDb. globalRecordFileinfo(java.io.File local_abspath, long translated_size, long last_mod_time)
Record the TRANSLATED_SIZE and LAST_MOD_TIME for a versioned node.void
SVNWCDb. globalRecordFileinfo(java.io.File localAbspath, long translatedSize, long lastModTime)
static boolean
SvnWcDbStatementUtil. hasColumnProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static boolean
SvnWcDbReader. hasLocalModifications(SVNWCContext context, java.io.File localAbspath)
static boolean
SvnWcDbReader. hasSwitchedSubtrees(SVNWCDb db, java.io.File localAbspath)
void
ISVNWCDb. init(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long initialRev, SVNDepth depth, int workingCopyFormat)
Initialize the SqlDB for LOCAL_ABSPATH, which should be a working copy path.void
SVNWCDb. init(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long initialRev, SVNDepth depth, int workingCopyFormat)
static void
SvnWcDbExternals. insertExternalNode(SVNWCDbRoot root, java.io.File localRelpath, Structure<StructureFields.ExternalNodeInfo> info)
void
SVNWCDb. insertIncompleteChildren(SVNSqlJetDb db, long wcId, java.io.File localRelpath, long reposId, java.io.File reposPath, long revision, java.util.List<java.io.File> children, long opDepth)
void
ISVNWCDb. installPristine(java.io.File tempfileAbspath, SvnChecksum sha1Checksum, SvnChecksum md5Checksum)
Install the file TEMPFILE_ABSPATH (which is sitting in a directory given byISVNWCDb.getPristineTempDir(File)
) into the pristine data store, to be identified by the SHA-1 checksum of its contents, SHA1_CHECKSUM.void
SVNWCDb. installPristine(java.io.File tempfileAbspath, SvnChecksum sha1Checksum, SvnChecksum md5Checksum)
static void
SvnWcDbPristines. installPristine(SVNWCDbRoot root, java.io.File tempfileAbspath, SvnChecksum sha1Checksum, SvnChecksum md5Checksum)
static boolean
SvnWcDbStatementUtil. isColumnNull(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static boolean
SvnWcDbConflicts. isConflictSkelComplete(SVNSkel skel)
boolean
ISVNWCDb. isNodeHidden(java.io.File localAbsPath)
Return TRUE if LOCAL_ABSPATH in DB "is not present, and I haven't scheduled something over the top of it."boolean
SVNWCDb. isNodeHidden(java.io.File localAbsPath)
static boolean
SvnWcDbReader. isSparseCheckout(SVNWCDb db, java.io.File localAbspath)
ISVNWCDb.SwitchedInfo
ISVNWCDb. isSwitched(java.io.File localAbsPath)
ISVNWCDb.SwitchedInfo
SVNWCDb. isSwitched(java.io.File localAbsPath)
boolean
ISVNWCDb. isWCLocked(java.io.File localAbspath)
boolean
SVNWCDb. isWCLocked(java.io.File localAbspath)
boolean
ISVNWCDb. isWCLockOwns(java.io.File localAbspath, boolean exact)
boolean
SVNWCDb. isWCLockOwns(java.io.File localAbspath, boolean exact)
boolean
ISVNWCDb. isWCRoot(java.io.File localAbspath)
boolean
ISVNWCDb. isWCRoot(java.io.File localAbspath, boolean isAdditionMode)
boolean
SVNWCDb. isWCRoot(java.io.File localAbspath)
boolean
SVNWCDb. isWCRoot(java.io.File localAbspath, boolean isAdditionMode)
void
SVNWCDb. markConflictInternal(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNSkel conflictSkel)
long[]
ISVNWCDb. minMaxRevisions(java.io.File localAbsPath, boolean committed)
long[]
SVNWCDb. minMaxRevisions(java.io.File localAbsPath, boolean committed)
SVNWCDbDir
SVNWCDb. navigateToParent(SVNWCDbDir childPdh, SVNSqlJetDb.Mode sMode)
ISVNWCDb.SVNWCDbNodeCheckReplaceData
ISVNWCDb. nodeCheckReplace(java.io.File localAbspath)
ISVNWCDb.SVNWCDbNodeCheckReplaceData
SVNWCDb. nodeCheckReplace(java.io.File localAbspath)
protected static void
SvnWcDbShared. nodeIsNotInstallable(java.io.File absolutePath)
protected static void
SvnWcDbShared. nodeNotFound(java.io.File absolutePath)
protected static void
SvnWcDbShared. nodeNotFound(SVNWCDbRoot root, java.io.File relPath)
static void
SvnWcDbRevert. notifyRevert(SVNWCContext context, java.io.File localAbsPath, ISVNEventHandler eventHandler)
void
ISVNWCDb. obtainWCLock(java.io.File localAbspath, int i, boolean b)
void
SVNWCDb. obtainWCLock(java.io.File localAbspath, int levelsToLock, boolean stealLock)
SVNWCDb.DirParsedInfo
SVNWCDb. obtainWcRoot(java.io.File localAbspath)
SVNWCDb.DirParsedInfo
SVNWCDb. obtainWcRoot(java.io.File localAbspath, boolean isAdditionMode)
void
ISVNWCDb. opAddDirectory(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems)
Add a new versioned directory.void
SVNWCDb. opAddDirectory(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems)
void
ISVNWCDb. opAddFile(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems)
As a new file, there are no properties.void
SVNWCDb. opAddFile(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems)
void
ISVNWCDb. opAddSymlink(java.io.File localAbsPath, java.io.File target, SVNProperties props, SVNSkel workItems)
void
SVNWCDb. opAddSymlink(java.io.File localAbsPath, java.io.File target, SVNProperties props, SVNSkel workItems)
void
ISVNWCDb. opBumpRevisionPostUpdate(java.io.File localAbsPath, SVNDepth depth, java.io.File newReposRelPath, SVNURL newReposRootURL, java.lang.String newReposUUID, long newRevision, java.util.Collection<java.io.File> excludedPaths, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, ISVNEventHandler eventHandler)
void
SVNWCDb. opBumpRevisionPostUpdate(java.io.File localAbsPath, SVNDepth depth, java.io.File newReposRelPath, SVNURL newReposRootURL, java.lang.String newReposUUID, long newRevision, java.util.Collection<java.io.File> excludedPaths, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, ISVNEventHandler eventHandler)
void
ISVNWCDb. opCopy(java.io.File srcAbsPath, java.io.File dstAbsPath, java.io.File dstOpRootAbsPath, boolean isMove, SVNSkel workItems)
svn cp WCPATH WCPATH ...void
SVNWCDb. opCopy(java.io.File srcAbsPath, java.io.File dstAbsPath, java.io.File dstOpRootAbsPath, boolean isMove, SVNSkel workItems)
void
ISVNWCDb. opCopyDir(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems)
Record a copy at LOCAL_ABSPATH from a repository directory.void
SVNWCDb. opCopyDir(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems)
void
ISVNWCDb. opCopyFile(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems)
Record a copy at LOCAL_ABSPATH from a repository file.void
SVNWCDb. opCopyFile(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems)
void
ISVNWCDb. opCopyShadowedLayer(java.io.File srcAbsPath, java.io.File dstAbsPath, boolean isMove)
void
SVNWCDb. opCopyShadowedLayer(java.io.File srcAbsPath, java.io.File dstAbsPath, boolean isMove)
void
ISVNWCDb. opDelete(java.io.File localAbsPath, java.io.File movedToAbsPath, boolean deleteDirExternals, SVNSkel conflict, SVNSkel workItems, ISVNEventHandler handler)
void
SVNWCDb. opDelete(java.io.File localAbsPath, java.io.File movedToAbsPath, boolean deleteDirExternals, SVNSkel conflict, SVNSkel workItems, ISVNEventHandler eventHandler)
SVNWCDb.BaseMovedTo
SVNWCDb. opDepthMovedTo(long opDepth, SVNWCDbRoot wcRoot, java.io.File localRelPath)
void
SvnExternalUpdateEditor. openDir(java.lang.String path, long revision)
void
SvnExternalUpdateEditor. openFile(java.lang.String path, long revision)
void
SvnExternalUpdateEditor. openRoot(long revision)
boolean
ISVNWCDb. opHandleMoveBack(java.io.File localAbsPath, java.io.File movedFromAbsPath, SVNSkel workItems)
boolean
SVNWCDb. opHandleMoveBack(java.io.File localAbsPath, java.io.File movedFromAbsPath, SVNSkel workItems)
void
SVNWCDb. opMakeCopy(java.io.File localAbspath, SVNSkel conflicts, SVNSkel workItems)
void
ISVNWCDb. opMakeCopyTemp(java.io.File localAbspath, boolean removeBase)
void
SVNWCDb. opMakeCopyTemp(java.io.File localAbspath, boolean removeBase)
void
ISVNWCDb. opMarkConflict(java.io.File localAbspath, SVNSkel conflictSkel, SVNSkel workItems)
void
SVNWCDb. opMarkConflict(java.io.File localAbspath, SVNSkel conflictSkel, SVNSkel workItems)
void
ISVNWCDb. opMarkResolved(java.io.File localAbspath, boolean resolvedText, boolean resolvedProps, boolean resolvedTree, SVNSkel workItems)
caller maintains ACTUAL, and how the resolution occurred.void
SVNWCDb. opMarkResolved(java.io.File localAbspath, boolean resolvedText, boolean resolvedProps, boolean resolvedTree, SVNSkel workItems)
java.util.Map<java.lang.String,SVNTreeConflictDescription>
ISVNWCDb. opReadAllTreeConflicts(java.io.File localAbsPath)
Return all the children of localAbsPath that are in tree conflicts.java.util.Map<java.lang.String,SVNTreeConflictDescription>
SVNWCDb. opReadAllTreeConflicts(java.io.File localAbsPath)
SVNTreeConflictDescription
ISVNWCDb. opReadTreeConflict(java.io.File localAbspath)
Get any tree conflict associated with localAbspath in DB.SVNTreeConflictDescription
SVNWCDb. opReadTreeConflict(java.io.File localAbsPath)
void
ISVNWCDb. opRemoveEntryTemp(java.io.File localAbspath)
void
SVNWCDb. opRemoveEntryTemp(java.io.File localAbspath)
void
ISVNWCDb. opRemoveNode(java.io.File localAbspath, long revision, ISVNWCDb.SVNWCDbKind kind)
void
SVNWCDb. opRemoveNode(java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind)
void
ISVNWCDb. opRemoveWorkingTemp(java.io.File localAbspath)
void
SVNWCDb. opRemoveWorkingTemp(java.io.File localAbspath)
void
ISVNWCDb. opRevert(java.io.File localAbspath, SVNDepth depth)
void
SVNWCDb. opRevert(java.io.File localAbspath, SVNDepth depth)
void
ISVNWCDb. opSetBaseIncompleteTemp(java.io.File localDirAbspath, boolean incomplete)
void
SVNWCDb. opSetBaseIncompleteTemp(java.io.File localDirAbspath, boolean incomplete)
void
ISVNWCDb. opSetChangelist(java.io.File localAbsPath, java.lang.String changelistName, java.lang.String[] changeLists, SVNDepth depth, ISVNEventHandler handler)
use NULL to remove from a changelist.void
SVNWCDb. opSetChangelist(java.io.File localAbspath, java.lang.String changelistName, java.lang.String[] changeLists, SVNDepth depth, ISVNEventHandler eventHandler)
void
ISVNWCDb. opSetDirDepthTemp(java.io.File localAbspath, SVNDepth requestedDepth)
void
SVNWCDb. opSetDirDepthTemp(java.io.File localAbspath, SVNDepth depth)
void
ISVNWCDb. opSetNewDirToIncompleteTemp(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootURL, java.lang.String reposUuid, long revision, SVNDepth depth, boolean insertBaseDeleted, boolean deleteWorking, SVNSkel conflict, SVNSkel workItems)
void
SVNWCDb. opSetNewDirToIncompleteTemp(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootURL, java.lang.String reposUuid, long revision, SVNDepth depth, boolean insertBaseDeleted, boolean deleteWorking, SVNSkel conflict, SVNSkel workItems)
void
ISVNWCDb. opSetPropertyConflictMarkerFileTemp(java.io.File localAbspath, java.lang.String prejBasename)
void
SVNWCDb. opSetPropertyConflictMarkerFileTemp(java.io.File localAbspath, java.lang.String prejBasename)
void
ISVNWCDb. opSetProps(java.io.File localAbsPath, SVNProperties props, SVNSkel conflict, boolean clearRecordedInfo, SVNSkel workItems)
Set the properties of the node LOCAL_ABSPATH in the ACTUAL tree to PROPS.void
SVNWCDb. opSetProps(java.io.File localAbsPath, SVNProperties props, SVNSkel conflict, boolean clearRecordedInfo, SVNSkel workItems)
void
ISVNWCDb. opSetRevAndReposRelpathTemp(java.io.File localAbspath, long newRevision, boolean setReposRelpath, java.io.File newReposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid)
void
SVNWCDb. opSetRevAndReposRelpathTemp(java.io.File localAbspath, long revision, boolean setReposRelpath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid)
void
ISVNWCDb. opSetTextConflictMarkerFilesTemp(java.io.File localAbspath, java.io.File oldBasename, java.io.File newBasename, java.io.File wrkBasename)
void
SVNWCDb. opSetTextConflictMarkerFilesTemp(java.io.File localAbspath, java.io.File oldBasename, java.io.File newBasename, java.io.File wrkBasename)
void
ISVNWCDb. opSetTreeConflict(java.io.File localAbspath, SVNTreeConflictDescription treeConflict)
Set the tree conflict on LOCAL_ABSPATH in DB to TREE_CONFLICT.void
SVNWCDb. opSetTreeConflict(java.io.File localAbspath, SVNTreeConflictDescription treeConflict)
void
ISVNWCDb. opStartDirectoryUpdateTemp(java.io.File localAbspath, java.io.File newRelpath, long targetRevision)
void
SVNWCDb. opStartDirectoryUpdateTemp(java.io.File localAbspath, java.io.File newReposRelpath, long newRevision)
SVNWCDb.DirParsedInfo
SVNWCDb. parseDir(java.io.File localAbsPath, SVNSqlJetDb.Mode sMode)
SVNWCDb.DirParsedInfo
SVNWCDb. parseDir(java.io.File localAbspath, SVNSqlJetDb.Mode sMode, boolean isDetectWCGeneration, boolean isAdditionMode)
static void
SvnWcDbConflicts. prependLocation(SVNSkel skel, SVNConflictVersion location)
static void
SvnWcDbConflicts. prependPropValue(SVNPropertyValue fromVal, SVNSkel skel)
static SVNProperties
SvnWcDbProperties. readChangedProperties(SVNWCDbRoot root, java.io.File relpath)
java.util.Set<java.lang.String>
ISVNWCDb. readChildren(java.io.File localAbspath)
Return the basenames of the immediate children of LOCAL_ABSPATH in DB.void
ISVNWCDb. readChildren(java.io.File localAbspath, java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo> children, java.util.Set<java.lang.String> conflicts)
java.util.Set<java.lang.String>
SVNWCDb. readChildren(java.io.File localAbsPath)
void
SVNWCDb. readChildren(java.io.File localAbsPath, java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo> children, java.util.Set<java.lang.String> conflicts)
void
SVNWCDb. readChildren(SVNWCDbRoot root, java.io.File localRelPath, java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo> children, java.util.Set<java.lang.String> conflicts)
SVNSkel
ISVNWCDb. readConflict(java.io.File localAbsPath)
SVNSkel
SVNWCDb. readConflict(java.io.File localAbsPath)
static SVNSkel
SvnWcDbConflicts. readConflict(SVNWCDb db, java.io.File localAbspath)
static Structure<SvnWcDbConflicts.ConflictInfo>
SvnWcDbConflicts. readConflictInfo(SVNSkel conflictSkel)
SVNSkel
SVNWCDb. readConflictInternal(SVNWCDbRoot wcRoot, java.io.File localRelPath)
static SVNSkel
SvnWcDbConflicts. readConflictInternal(SVNWCDbRoot wcRoot, java.io.File localRelPath)
static java.util.List<java.io.File>
SvnWcDbConflicts. readConflictMarkers(SVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel)
java.util.List<SVNConflictDescription>
ISVNWCDb. readConflicts(java.io.File localAbsPath)
Return all conflicts that have LOCAL_ABSPATH as victim.java.util.List<SVNConflictDescription>
SVNWCDb. readConflicts(java.io.File localAbsPath)
java.util.List<SVNWCConflictDescription17>
SVNWCDb. readConflicts(java.io.File localAbsPath, boolean createTempFiles)
java.util.List<java.lang.String>
ISVNWCDb. readConflictVictims(java.io.File localAbspath)
Return the basenames of the immediate children of LOCAL_ABSPATH in DB that are conflicted.java.util.List<java.lang.String>
SVNWCDb. readConflictVictims(java.io.File localAbsPath)
static Structure<StructureFields.ExternalNodeInfo>
SvnWcDbExternals. readExternal(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, StructureFields.ExternalNodeInfo... fields)
Structure<StructureFields.NodeInfo>
ISVNWCDb. readInfo(java.io.File localAbsPath, boolean isAdditionMode, StructureFields.NodeInfo... fields)
ISVNWCDb.WCDbInfo
ISVNWCDb. readInfo(java.io.File localAbsPath, ISVNWCDb.WCDbInfo.InfoField... fields)
Retrieve information about a node.Structure<StructureFields.NodeInfo>
ISVNWCDb. readInfo(java.io.File localAbsPath, StructureFields.NodeInfo... fields)
Structure<StructureFields.NodeInfo>
SVNWCDb. readInfo(java.io.File localAbsPath, boolean isAdditionMode, StructureFields.NodeInfo... fields)
ISVNWCDb.WCDbInfo
SVNWCDb. readInfo(java.io.File localAbsPath, ISVNWCDb.WCDbInfo.InfoField... fields)
Structure<StructureFields.NodeInfo>
SVNWCDb. readInfo(java.io.File localAbsPath, StructureFields.NodeInfo... fields)
ISVNWCDb.WCDbInfo
SVNWCDb. readInfo(SVNWCDbRoot wcRoot, java.io.File localRelPath, ISVNWCDb.WCDbInfo.InfoField... fields)
protected static Structure<StructureFields.NodeInfo>
SvnWcDbShared. readInfo(SVNWCDbRoot wcRoot, java.io.File localRelPath, boolean isAdditionMode, StructureFields.NodeInfo... fields)
protected static Structure<StructureFields.NodeInfo>
SvnWcDbShared. readInfo(SVNWCDbRoot wcRoot, java.io.File localRelPath, StructureFields.NodeInfo... fields)
ISVNWCDb.WCDbInfo
ISVNWCDb. readInfoBelowWorking(java.io.File localAbsPath)
ISVNWCDb.WCDbInfo
SVNWCDb. readInfoBelowWorking(java.io.File localAbsPath)
ISVNWCDb.WCDbInfo
SVNWCDb. readInfoBelowWorking(SVNWCDbRoot wcRoot, java.io.File localRelPath, int belowOpDepth)
static java.util.List<Structure<StructureFields.InheritedProperties>>
SvnWcDbProperties. readInheritedProperties(SVNWCDbRoot root, java.io.File localRelPath, java.lang.String propertyName)
ISVNWCDb.SVNWCDbKind
ISVNWCDb. readKind(java.io.File localAbsPath, boolean allowMissing)
Return the kind of the node in DB at LOCAL_ABSPATH.SVNNodeKind
ISVNWCDb. readKind(java.io.File localAbsPath, boolean allowMissing, boolean showDeleted, boolean showHidden)
ISVNWCDb.SVNWCDbKind
SVNWCDb. readKind(java.io.File localAbsPath, boolean allowMissing)
SVNNodeKind
SVNWCDb. readKind(java.io.File localAbsPath, boolean allowMissing, boolean showDeleted, boolean showHidden)
static SVNNodeKind
SvnWcDbCopy. readKind(ISVNWCDb db, java.io.File path, boolean showDeleted, boolean showHidden)
ISVNWCDb.NodeInstallInfo
ISVNWCDb. readNodeInstallInfo(java.io.File localAbsPath, java.io.File wriAbsPath)
ISVNWCDb.NodeInstallInfo
SVNWCDb. readNodeInstallInfo(java.io.File localAbsPath, java.io.File wriAbsPath)
static Structure<SvnWcDbReader.InstallInfo>
SvnWcDbReader. readNodeInstallInfo(SVNWCDb db, java.io.File localAbspath, SvnWcDbReader.InstallInfo... fields)
static Structure<SvnWcDbReader.ReplaceInfo>
SvnWcDbReader. readNodeReplaceInfo(SVNWCDb db, java.io.File localAbspath, SvnWcDbReader.ReplaceInfo... fields)
long
SVNWCDb. readOpDepth(SVNWCDbRoot root, java.io.File localRelPath)
java.io.InputStream
ISVNWCDb. readPristine(java.io.File wcRootAbsPath, SvnChecksum checksum)
Get a readable stream that will yield the pristine text identified by CHECKSUM (### which should/must be its SHA-1 checksum?).java.io.InputStream
SVNWCDb. readPristine(java.io.File wcRootAbsPath, SvnChecksum checksum)
static java.io.InputStream
SvnWcDbPristines. readPristine(SVNWCDbRoot root, java.io.File wcRootAbsPath, SvnChecksum sha1Checksum)
Structure<StructureFields.PristineInfo>
ISVNWCDb. readPristineInfo(java.io.File localAbspath)
Structure<StructureFields.PristineInfo>
SVNWCDb. readPristineInfo(java.io.File localAbspath)
SVNProperties
ISVNWCDb. readPristineProperties(java.io.File localAbspath)
Return the properties of the node LOCAL_ABSPATH in the WORKING tree (looking through to the BASE tree as required).SVNProperties
SVNWCDb. readPristineProperties(java.io.File localAbsPath)
static SVNProperties
SvnWcDbProperties. readPristineProperties(SVNWCDbRoot root, java.io.File relpath)
SVNProperties
ISVNWCDb. readProperties(java.io.File localAbsPath)
Return the properties of the node LOCAL_ABSPATH in the ACTUAL tree (looking through to the WORKING or BASE tree as required).SVNProperties
SVNWCDb. readProperties(java.io.File localAbsPath)
static SVNProperties
SvnWcDbProperties. readProperties(SVNWCDbRoot root, java.io.File relpath)
void
SVNWCDb. readPropertiesRecursively(java.io.File localAbsPath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver)
static void
SvnWcDbProperties. readPropertiesRecursively(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver)
static Structure<SvnWcDbConflicts.PropertyConflictInfo>
SvnWcDbConflicts. readPropertyConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel)
static void
SvnWcDbConflicts. readPropertyConflicts(java.util.List<SVNWCConflictDescription17> target, SVNWCDb db, java.io.File localAbsPath, SVNSkel conflictSkel, boolean createTempFiles, SVNOperation operation, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion)
static java.util.Map<java.io.File,ISVNWCDb.SVNWCDbKind>
SvnWcDbRevert. readRevertCopiedChildren(SVNWCContext context, java.io.File localAbsPath)
static Structure<SvnWcDbRevert.RevertInfo>
SvnWcDbRevert. readRevertInfo(SVNWCContext context, java.io.File localAbsPath)
static Structure<SvnWcDbConflicts.TextConflictInfo>
SvnWcDbConflicts. readTextConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel)
static Structure<SvnWcDbConflicts.TreeConflictInfo>
SvnWcDbConflicts. readTreeConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel)
static java.util.Map<java.lang.String,Structure<StructureFields.WalkerChildInfo>>
SvnWcDbReader. readWalkerChildrenInfo(SVNWCDb db, java.io.File localAbspath, java.util.Map<java.lang.String,Structure<StructureFields.WalkerChildInfo>> children)
void
ISVNWCDb. registerExternal(java.io.File definingAbsPath, java.io.File localAbsPath, SVNNodeKind kind, SVNURL reposRootUrl, java.lang.String reposUuid, java.io.File reposRelPath, long operationalRevision, long revision)
void
SVNWCDb. registerExternal(java.io.File definingAbsPath, java.io.File localAbsPath, SVNNodeKind kind, SVNURL reposRootUrl, java.lang.String reposUuid, java.io.File reposRelPath, long operationalRevision, long revision)
void
ISVNWCDb. releaseWCLock(java.io.File localAbspath)
void
SVNWCDb. releaseWCLock(java.io.File localAbspath)
static void
SvnWcDbRelocate. relocate(SVNWCContext context, java.io.File localAbspath, SVNURL from, SVNURL to, SvnWcDbRelocate.ISvnRelocateValidator validator)
void
ISVNWCDb. removeBase(java.io.File localAbsPath)
Remove a node from the BASE tree.void
ISVNWCDb. removeBase(java.io.File localAbsPath, boolean keepAsWorking, boolean queueDeletes, boolean removeLocks, long notPresentRevision, SVNSkel conflict, SVNSkel workItems)
void
SVNWCDb. removeBase(java.io.File localAbsPath)
void
SVNWCDb. removeBase(java.io.File localAbsPath, boolean keepAsWorking, boolean queueDeletes, boolean removeLocks, long notPresentRevision, SVNSkel conflict, SVNSkel workItems)
static void
SvnWcDbExternals. removeExternal(SVNWCContext context, java.io.File wriAbsPath, java.io.File localAbsPath)
static void
SvnWcDbExternals. removeExternalNode(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, SVNSkel workItems)
void
ISVNWCDb. removeLock(java.io.File localAbsPath)
Remove any lock for LOCAL_ABSPATH in DB.void
SVNWCDb. removeLock(java.io.File localAbsPath)
void
ISVNWCDb. removePristine(java.io.File wcRootAbsPath, SvnChecksum checksum)
Remove the pristine text with SHA-1 checksum SHA1_CHECKSUM from the pristine store, if it is not referenced by any of the (other) WC DB tables.void
SVNWCDb. removePristine(java.io.File wcRootAbsPath, SvnChecksum checksum)
static void
SvnWcDbPristines. removePristine(SVNWCDbRoot root, SvnChecksum sha1Checksum)
void
SvnExternalFileReporter. report(ISVNReporter reporter)
java.io.File
ISVNWCDb. requiredLockForResolve(java.io.File localAbsPath)
java.io.File
SVNWCDb. requiredLockForResolve(java.io.File localAbsPath)
static void
SvnWcDbStatementUtil. reset(SVNSqlJetStatement stmt)
void
ISVNWCDb. resolveBreakMovedAway(java.io.File localAbsPath, ISVNEventHandler eventHandler)
void
SVNWCDb. resolveBreakMovedAway(java.io.File localAbsPath, ISVNEventHandler eventHandler)
void
ISVNWCDb. resolveDeleteRaiseMovedAway(java.io.File localAbsPath, ISVNEventHandler eventHandler)
void
SVNWCDb. resolveDeleteRaiseMovedAway(java.io.File localAbsPath, ISVNEventHandler eventHandler)
void
SVNWCDb. retractParentDelete(SVNSqlJetDb db, long wcId, java.io.File localRelPath, int opDepth)
static void
SvnWcDbRevert. revert(SVNWCDbRoot root, java.io.File localRelPath)
static void
SvnWcDbRevert. revertRecursive(SVNWCDbRoot root, java.io.File localRelPath)
static void
SvnWcDbShared. rollbackTransaction(SVNWCDbRoot root)
ISVNWCDb.WCDbAdditionInfo
ISVNWCDb. scanAddition(java.io.File localAbsPath, ISVNWCDb.WCDbAdditionInfo.AdditionInfoField... fields)
Scan upwards for information about a known addition to the WORKING tree.ISVNWCDb.WCDbAdditionInfo
SVNWCDb. scanAddition(java.io.File localAbsPath, ISVNWCDb.WCDbAdditionInfo.AdditionInfoField... fields)
static Structure<StructureFields.AdditionInfo>
SvnWcDbShared. scanAddition(SVNWCDb db, java.io.File localAbsPath)
protected static Structure<StructureFields.AdditionInfo>
SvnWcDbShared. scanAddition(SVNWCDbRoot root, java.io.File localRelpath, StructureFields.AdditionInfo... fields)
ISVNWCDb.WCDbRepositoryInfo
ISVNWCDb. scanBaseRepository(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo.RepositoryInfoField... fields)
Scan for a BASE node's repository information.ISVNWCDb.WCDbRepositoryInfo
SVNWCDb. scanBaseRepository(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo.RepositoryInfoField... fields)
ISVNWCDb.WCDbDeletionInfo
ISVNWCDb. scanDeletion(java.io.File localAbsPath, ISVNWCDb.WCDbDeletionInfo.DeletionInfoField... fields)
Scan upwards for additional information about a deleted node.ISVNWCDb.WCDbDeletionInfo
SVNWCDb. scanDeletion(java.io.File localAbsPath, ISVNWCDb.WCDbDeletionInfo.DeletionInfoField... fields)
static Structure<StructureFields.DeletionInfo>
SvnWcDbShared. scanDeletion(SVNWCDb db, java.io.File localAbsPath)
protected static Structure<StructureFields.DeletionInfo>
SvnWcDbShared. scanDeletion(SVNWCDbRoot root, java.io.File localRelpath)
ISVNWCDb.Moved
ISVNWCDb. scanMoved(java.io.File localAbsPath)
ISVNWCDb.Moved
SVNWCDb. scanMoved(java.io.File localAbsPath)
static Structure<StructureFields.MovedInfo>
SvnWcDbShared. scanMoved(SVNWCDb db, java.io.File localAbsPath)
void
SVNWCDb. setActualProperties(SVNSqlJetDb db, long wcId, java.io.File localRelpath, SVNProperties props)
void
ISVNWCDb. setBaseDavCache(java.io.File localAbsPath, SVNProperties props)
Set the dav cache for LOCAL_ABSPATH to PROPS.void
SVNWCDb. setBaseDavCache(java.io.File localAbsPath, SVNProperties props)
static void
SvnWcDbChangelist. setChangelist(SVNWCDbRoot root, java.io.File localRelPath, java.lang.String changelistName, java.lang.String[] changeLists, SVNDepth depth, ISVNEventHandler eventHandler)
static void
SvnWcDbConflicts. setConflictOperation(SVNSkel skel, SVNOperation operation, SVNConflictVersion original, SVNConflictVersion target)
protected static void
SvnWcDbShared. sqliteError(org.tmatesoft.sqljet.core.SqlJetException e)
void
SvnExternalUpdateEditor. targetRevision(long revision)
java.io.OutputStream
SvnExternalUpdateEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
void
SvnExternalUpdateEditor. textDeltaEnd(java.lang.String path)
SVNNodeKind
ISVNWCDb.SVNWCDbKind. toNodeKind()
SVNNodeKind
ISVNWCDb.SVNWCDbKind. toNodeKind(ISVNWCDb.SVNWCDbStatus status, boolean showHidden)
java.io.File
ISVNWCDb. toRelPath(java.io.File localAbsPath)
Compute the LOCAL_RELPATH for the given LOCAL_ABSPATH.java.io.File
ISVNWCDb. toRelPath(java.io.File wriAbsPath, java.io.File localAbsPath)
java.io.File
SVNWCDb. toRelPath(java.io.File localAbsPath)
java.io.File
SVNWCDb. toRelPath(java.io.File wriAbsPath, java.io.File localAbsPath)
void
SVNWCDb.BaseMovedTo. transaction(SVNSqlJetDb db)
void
SVNWCDb.BaseRemove. transaction(SVNSqlJetDb db)
void
SVNWCDb.CheckReplace. transaction(SVNSqlJetDb db)
void
SVNWCDb.Commit. transaction(SVNSqlJetDb db)
void
SVNWCDb.InsertBase. transaction(SVNSqlJetDb db)
void
SVNWCDb.InsertWorking. transaction(SVNSqlJetDb db)
void
SVNWCDb.ResolveBreakMovedAway. transaction(SVNSqlJetDb db)
static void
SvnWcDbPristines. transferPristine(SVNWCDb db, java.io.File srcLocalAbsPath, java.io.File dstWriAbsPath)
static SVNSkel
SvnWcDbConflicts. treeConflictDescriptionToSkel(ISVNWCDb db, java.io.File wriAbsPath, SVNTreeConflictDescription conflictDescription)
void
ISVNWCDb. updateMovedAwayConflictVictim(java.io.File victimAbsPath, ISVNEventHandler eventHandler)
void
SVNWCDb. updateMovedAwayConflictVictim(java.io.File victimAbsPath, ISVNEventHandler eventHandler)
static void
SVNWCDb. updateMoveListAdd(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNEventAction eventAction, SVNNodeKind kind, SVNStatusType contentState, SVNStatusType propState)
void
SVNWCDb. updateMoveListNotify(SVNWCDbRoot wcRoot, long oldRevision, long newRevision, ISVNEventHandler eventHandler)
static void
SvnWcDbProperties. upgradeApplyDavCache(SVNWCDbRoot root, java.io.File dirRelPath, java.util.Map<java.lang.String,SVNProperties> cacheValues)
static void
SvnWcDbProperties. upgradeApplyProperties(SVNWCDbRoot root, java.io.File dirAbsPath, java.io.File localRelPath, SVNProperties baseProps, SVNProperties workingProps, SVNProperties revertProps, int originalFormat)
void
ISVNWCDb. upgradeBegin(java.io.File localAbspath, ISVNWCDb.SVNWCDbUpgradeData upgradeData, SVNURL repositoryRootUrl, java.lang.String repositoryUUID, int targetWorkingCopyFormat)
void
SVNWCDb. upgradeBegin(java.io.File localAbspath, ISVNWCDb.SVNWCDbUpgradeData upgradeData, SVNURL repositoryRootUrl, java.lang.String repositoryUUID, int targetWorkingCopyFormat)
static SVNSkel
SvnWcDbConflicts. upgradeConflictSkelFromRaw(ISVNWCDb db, java.io.File wriAbsPath, java.io.File localRelPath, java.lang.String conflictOld, java.lang.String conflictWork, java.lang.String conflictNew, java.io.File prejFile, SVNSkel oldTreeConflictData)
void
ISVNWCDb. upgradeInsertExternal(java.io.File localAbsPath, SVNNodeKind kind, java.io.File parentAbsPath, java.io.File defLocalAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long defPegRevision, long defRevision)
void
SVNWCDb. upgradeInsertExternal(java.io.File localAbsPath, SVNNodeKind kind, java.io.File parentAbsPath, java.io.File defLocalAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long defPegRevision, long defRevision)
void
SvnWcDbRelocate.ISvnRelocateValidator. validateRelocation(java.lang.String uuid, SVNURL newUrl, SVNURL newRepositoryRoot)
protected static void
SVNWCDb. verifyDirUsable(SVNWCDbDir pdh)
void
SVNWCDb. wqAdd(java.io.File wriAbsPath, SVNSkel workItem)
Constructors in org.tmatesoft.svn.core.internal.wc17.db that throw SVNException Constructor Description SVNWCDbRoot(SVNWCDb db, java.io.File absPath, SVNSqlJetDb sDb, long wcId, int format, boolean autoUpgrade, boolean failOnVersionsMismatch, boolean enforceEmptyWQ)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc17.db.statement
Methods in org.tmatesoft.svn.core.internal.wc17.db.statement that throw SVNException Modifier and Type Method Description protected boolean
SVNWCDbSelectCommittableExternalsBelow. checkForImmediate()
protected boolean
SVNWCDbSelectCommittableExternalsImmediatelyBelow. checkForImmediate()
long
SVNWCDbCopyMoveNode. exec()
long
SVNWCDbCreateSchema. exec()
long
SVNWCDbInsertActualEmpties. exec()
long
SVNWCDbInsertDeleteFromBase. exec()
long
SVNWCDbInsertDeleteFromNodeRecursive. exec()
long
SVNWCDbInsertDeleteList. exec()
long
SVNWCDbInsertExternalUpgrade. exec()
long
SVNWCDbInsertLock. exec()
long
SVNWCDbInsertTarget. exec()
long
SVNWCDbInsertTarget2. exec()
long
SVNWCDbInsertTargetDepthFiles. exec()
long
SVNWCDbInsertTargetDepthFilesWithChangelist. exec()
long
SVNWCDbInsertTargetDepthImmediates. exec()
long
SVNWCDbInsertTargetDepthImmediatesWithChangelist. exec()
long
SVNWCDbInsertTargetDepthInfinity. exec()
long
SVNWCDbInsertTargetDepthInfinityWithChangelist. exec()
long
SVNWCDbInsertTargetWithChangelist. exec()
long
SVNWCDbInsertWCLock. exec()
long
SVNWCDbInsertWorkingNodeFromBase. exec()
long
SVNWCDbInsertWorkingNodeFromBaseCopy. exec()
long
SVNWCDbInsertWorkingNodeNormalFromBase. exec()
long
SVNWCDbInsertWorkingNodeNotPresentFromBase. exec()
long
SVNWCDbInsertWorkItem. exec()
long
SVNWCDbInstallWorkingNodeForDelete. exec()
long
SVNWCDbMarkSkippedChangelistDirs. exec()
long
SVNWCDbReplaceWithBaseDeleted. exec()
boolean
SVNWCDbNodesStrictOpDepth. existsOpDepth(java.lang.Long wcId, java.lang.String localRelpath)
SVNProperties
SVNWCDBSelectExternalProperties. getColumnProperties(java.lang.String f)
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbApplyChangesToBaseNode. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertActualConflictData. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertActualEmpties. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertActualNode. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertActualProps. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertActualTreeConflicts. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertDeleteFromBase. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertDeleteFromNodeRecursive. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertDeleteList. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertExternal. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertExternalUpgrade. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertNode. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertOrIgnorePristine. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertPristine. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertRepository. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertTarget. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertTarget2. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertTargetDepthFiles. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertTargetDepthFilesWithChangelist. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertTargetDepthImmediates. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertTargetDepthImmediatesWithChangelist. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertTargetDepthInfinity. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertTargetDepthInfinityWithChangelist. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertTargetWithChangelist. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertUpdateMoveList. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertWCRoot. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertWorkingNodeCopyFrom. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertWorkingNodeFromBase. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertWorkingNodeFromBaseCopy. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertWorkingNodeFromBaseCopyPresence. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertWorkingNodeNormalFromBase. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertWorkingNodeNotPresentFromBase. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInstallWorkingNodeForDelete. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbMarkSkippedChangelistDirs. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbResetActualWithChangelist. getInsertValues()
SVNWCDbSelectDeletionInfo.InternalSelect
SVNWCDbSelectDeletionInfo. getInternalStatement()
SVNSqlJetStatement
SVNWCDbSelectBaseNodeLockTokensRecursive. getJoinedStatement(java.lang.Enum<?> joinedTable)
SVNSqlJetStatement
SVNWCDbSelectBaseNodeWithLock. getJoinedStatement(java.lang.String joinedTable)
SVNSqlJetStatement
SVNWCDbSelectCopyPristines. getJoinedStatement(java.lang.String joinedTable)
SVNSqlJetStatement
SVNWCDbSelectDeletionInfoScan. getJoinedStatement(java.lang.Enum<?> joinedTable)
SVNSqlJetStatement
SVNWCDbSelectMovedBack. getJoinedStatement(java.lang.Enum<?> joinedTable)
SVNSqlJetStatement
SVNWCDbSelectNodeChildrenInfo. getJoinedStatement(java.lang.String joinedTable)
SVNSqlJetStatement
SVNWCDbSelectNodeInfoWithLock. getJoinedStatement(java.lang.String joinedTable)
java.lang.Long
SVNWCDbNodesMaxOpDepth. getMaxOpDepth(java.lang.Long wcId, java.lang.String localRelpath)
java.lang.Long
SVNWCDbNodesMinOpDepth. getMinOpDepth(java.lang.Long wcId, java.lang.String localRelpath)
int
SVNWCDbSelectMovedForDelete. getMovedHereDepth()
int
SVNWCDbSelectMovedFromForDelete. getMovedHereOpDepth()
protected java.lang.String
SVNWCDbClearMovedToDescendants. getRowPath()
protected java.lang.String
SVNWCDbDeleteLockRecursively. getRowPath()
protected java.lang.String
SVNWCDbFindWCLock. getRowPath()
protected java.lang.String
SVNWCDbSelectMovedHereChildren. getRowPath()
protected java.lang.String
SVNWCDbUpdateMovedToDescendants. getRowPath()
protected java.lang.Enum<?>
SVNWCDbDeleteLockRecursively. getRowPathField()
protected java.lang.Enum<?>
SVNWCDbFindWCLock. getRowPathField()
protected java.lang.Enum<?>
SVNWCDbSelectMovedHereChildren. getRowPathField()
protected java.lang.Enum<?>
SVNWCDbUpdateMovedToDescendants. getRowPathField()
java.util.Map<java.lang.String,java.lang.Object>
SVNUpdateBaseNodePresenceRevnumAndReposPath. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbClearActualNodeLeavingChangelistRecursive. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbClearActualNodeLeavingConflict. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbClearDavCacheRecursive. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbClearMovedHereRecursive. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbClearMovedToDescendants. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbClearMovedToFromDest. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbClearMovedToRelPath. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbClearPropsConflict. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbClearTextConflict. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbCommitDescendantToBase. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateActualChangelists. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateActualConflict. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateActualConflictData. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateActualPropertyConflicts. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateActualProps. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateActualTextConflicts. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateActualTreeConflicts. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateBaseNodeDavCache. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateBaseRevision. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateCopyfrom. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateIProps. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateMovedToDescendants. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateMovedToRelPath. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateNodeBaseDepth. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateNodeBasePresence. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateNodeFileinfo. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateNodeProperties. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateNodeWorkingDepth. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateOpDepthIncreaseRecursive. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateOpDepthRecursive. getUpdateValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDDBUpdateActualClearChangelist. getUpdateValues()
protected java.lang.Object[]
SVNUpdateBaseNodePresenceRevnumAndReposPath. getWhere()
protected java.lang.Object[]
SVNWCDbClearActualNodeLeavingChangelistRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbClearActualNodeLeavingConflict. getWhere()
protected java.lang.Object[]
SVNWCDbClearDavCacheRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbClearMovedHereRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbClearMovedToDescendants. getWhere()
protected java.lang.Object[]
SVNWCDbClearMovedToFromDest. getWhere()
protected java.lang.Object[]
SVNWCDbCommitDescendantToBase. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteActualEmpties. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteActualEmpty. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteActualForBaseRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteActualNodeLeavingChangelistRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteActualNodeRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteAllLayers. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteAllWorkingNodes. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteBaseNode. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteBaseRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteExternalRegistrations. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteFileExternalRegistrations. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteFileExternals. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteLock. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteLockOrphanRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteLockRecursively. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteLowestWorkingNode. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteMovedBack. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteNodesAboveDepthRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteNodesRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteNoLowerLayer. getWhere()
protected java.lang.Object[]
SVNWCDbDeletePristineIfUnreferenced. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteShadowedRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteWorkingBaseDelete. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteWorkingNode. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteWorkingOpDepth. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteWorkingOpDepthAbove. getWhere()
protected java.lang.Object[]
SVNWCDbDeleteWorkingRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbFindWCLock. getWhere()
protected java.lang.Object[]
SVNWCDbHasLayerBetween. getWhere()
protected java.lang.Object[]
SVNWCDbHasServerExcludedDescendants. getWhere()
protected java.lang.Object[]
SVNWCDbHasServerExcludedNodes. getWhere()
protected java.lang.Object[]
SVNWCDbSelectActualChildrenInfo. getWhere()
protected java.lang.Object[]
SVNWCDbSelectActualTreeConflict. getWhere()
protected java.lang.Object[]
SVNWCDbSelectAllFiles. getWhere()
protected java.lang.Object[]
SVNWCDbSelectAllServerExcludedNodes. getWhere()
protected java.lang.Object[]
SVNWCDbSelectAncestorWCLocks. getWhere()
protected java.lang.Object[]
SVNWCDbSelectBaseChildrenInfo. getWhere()
protected java.lang.Object[]
SVNWCDbSelectBaseDavCache. getWhere()
protected java.lang.Object[]
SVNWCDbSelectBaseNode. getWhere()
protected java.lang.Object[]
SVNWCDbSelectBaseNodeLockTokensRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbSelectBasePresent. getWhere()
protected java.lang.Object[]
SVNWCDbSelectBaseProperties. getWhere()
protected java.lang.Object[]
SVNWCDbSelectChildrenOpDepth. getWhere()
protected java.lang.Object[]
SVNWCDbSelectCommittableExternalsImmediatelyBelow. getWhere()
protected java.lang.Object[]
SVNWCDbSelectConflictVictims. getWhere()
protected java.lang.Object[]
SVNWCDbSelectCopyPristines. getWhere()
protected java.lang.Object[]
SVNWCDbSelectDeletionInfo. getWhere()
protected java.lang.Object[]
SVNWCDBSelectExternalProperties. getWhere()
protected java.lang.Object[]
SVNWCDBSelectExternalsDefined. getWhere()
protected java.lang.Object[]
SVNWCDBSelectFileExternal. getWhere()
protected java.lang.Object[]
SVNWCDbSelectGeOpDepthChildren. getWhere()
protected java.lang.Object[]
SVNWCDbSelectHasGrandChildren. getWhere()
protected java.lang.Object[]
SVNWCDbSelectHasNonFileChildren. getWhere()
protected java.lang.Object[]
SVNWCDbSelectHighestWorkingNode. getWhere()
protected java.lang.Object[]
SVNWCDbSelectIPropsNode. getWhere()
protected java.lang.Object[]
SVNWCDbSelectLocalRelPathOpDepth. getWhere()
protected java.lang.Object[]
SVNWCDbSelectLowestWorkingNode. getWhere()
protected java.lang.Object[]
SVNWCDbSelectMinMaxRevisions. getWhere()
protected java.lang.Object[]
SVNWCDbSelectMovedBack. getWhere()
protected java.lang.Object[]
SVNWCDbSelectMovedForDelete. getWhere()
protected java.lang.Object[]
SVNWCDbSelectMovedFromForDelete. getWhere()
protected java.lang.Object[]
SVNWCDbSelectMovedHereChildren. getWhere()
protected java.lang.Object[]
SVNWCDbSelectMovedOutside. getWhere()
protected java.lang.Object[]
SVNWCDbSelectMovedPair3. getWhere()
protected java.lang.Object[]
SVNWCDbSelectNodeChildrenInfo. getWhere()
protected java.lang.Object[]
SVNWCDbSelectNotPresent. getWhere()
protected java.lang.Object[]
SVNWCDbSelectOpDepthChildren. getWhere()
protected java.lang.Object[]
SVNWCDbSelectOpDepthMovedPair. getWhere()
protected java.lang.Object[]
SVNWCDbSelectReposPathRevision. getWhere()
protected java.lang.Object[]
SVNWCDbSelectRevertListCopiedChildren. getWhere()
protected java.lang.Object[]
SVNWCDbSelectSHA1Checksum. getWhere()
protected java.lang.Object[]
SVNWCDbSelectTargetslist. getWhere()
protected java.lang.Object[]
SVNWCDbSelectWorkingChildren. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateActualChangelists. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateActualConflict. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateActualConflictData. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateActualPropertyConflicts. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateActualProps. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateActualTextConflicts. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateActualTreeConflicts. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateBaseNodeDavCache. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateBaseRevision. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateCopyfrom. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateIProps. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateMovedToDescendants. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateMovedToRelPath. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateNodeBaseDepth. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateNodeBasePresence. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateNodeFileinfo. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateNodeProperties. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateNodeWorkingDepth. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateOpDepthIncreaseRecursive. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateOpDepthRecursive. getWhere()
protected java.lang.Object[]
SVNWCDDBUpdateActualClearChangelist. getWhere()
protected boolean
SVNWCDbClearActualNodeLeavingChangelistRecursive. isFilterPassed()
protected boolean
SVNWCDbClearActualNodeLeavingConflict. isFilterPassed()
protected boolean
SVNWCDbClearDavCacheRecursive. isFilterPassed()
protected boolean
SVNWCDbClearMovedHereRecursive. isFilterPassed()
protected boolean
SVNWCDbClearMovedToFromDest. isFilterPassed()
protected boolean
SVNWCDbCollectTargets. isFilterPassed()
protected boolean
SVNWCDbDeleteActualEmpties. isFilterPassed()
protected boolean
SVNWCDbDeleteActualEmpty. isFilterPassed()
protected boolean
SVNWCDbDeleteActualForBaseRecursive. isFilterPassed()
protected boolean
SVNWCDbDeleteActualNodeLeavingChangelistRecursive. isFilterPassed()
protected boolean
SVNWCDbDeleteActualNodeRecursive. isFilterPassed()
protected boolean
SVNWCDbDeleteActualNodeWithoutConflict. isFilterPassed()
protected boolean
SVNWCDbDeleteAllWorkingNodes. isFilterPassed()
protected boolean
SVNWCDbDeleteBaseNode. isFilterPassed()
protected boolean
SVNWCDbDeleteBaseRecursive. isFilterPassed()
protected boolean
SVNWCDbDeleteFileExternalRegistrations. isFilterPassed()
protected boolean
SVNWCDbDeleteFileExternals. isFilterPassed()
protected boolean
SVNWCDbDeleteLockOrphanRecursive. isFilterPassed()
protected boolean
SVNWCDbDeleteLowestWorkingNode. isFilterPassed()
protected boolean
SVNWCDbDeleteMovedBack. isFilterPassed()
protected boolean
SVNWCDbDeleteNodesAboveDepthRecursive. isFilterPassed()
protected boolean
SVNWCDbDeleteNodesRecursive. isFilterPassed()
protected boolean
SVNWCDbDeleteNoLowerLayer. isFilterPassed()
protected boolean
SVNWCDbDeletePristine. isFilterPassed()
protected boolean
SVNWCDbDeletePristineIfUnreferenced. isFilterPassed()
protected boolean
SVNWCDbDeleteShadowedRecursive. isFilterPassed()
protected boolean
SVNWCDbDeleteWorkingBaseDelete. isFilterPassed()
protected boolean
SVNWCDbDeleteWorkingOpDepth. isFilterPassed()
protected boolean
SVNWCDbDeleteWorkingOpDepthAbove. isFilterPassed()
protected boolean
SVNWCDbDeleteWorkingRecursive. isFilterPassed()
protected boolean
SVNWCDbHasLayerBetween. isFilterPassed()
protected boolean
SVNWCDbHasServerExcludedDescendants. isFilterPassed()
protected boolean
SVNWCDbHasServerExcludedNodes. isFilterPassed()
protected boolean
SVNWCDbNodesBase. isFilterPassed()
protected boolean
SVNWCDbNodesCurrent. isFilterPassed()
protected boolean
SVNWCDbNodesMaxOpDepth. isFilterPassed()
protected boolean
SVNWCDbNodesMinOpDepth. isFilterPassed()
protected boolean
SVNWCDbSelectActualChildrenConflict. isFilterPassed()
protected boolean
SVNWCDbSelectActualConflictVictims. isFilterPassed()
protected boolean
SVNWCDbSelectActualTreeConflict. isFilterPassed()
protected boolean
SVNWCDbSelectAllFiles. isFilterPassed()
protected boolean
SVNWCDbSelectAllServerExcludedNodes. isFilterPassed()
protected boolean
SVNWCDbSelectBaseChildrenInfo. isFilterPassed()
protected boolean
SVNWCDbSelectBaseNodeChildren. isFilterPassed()
protected boolean
SVNWCDbSelectBaseNodeLockTokensRecursive. isFilterPassed()
protected boolean
SVNWCDbSelectBasePresent. isFilterPassed()
protected boolean
SVNWCDbSelectChildrenOpDepth. isFilterPassed()
protected boolean
SVNWCDbSelectCommittableExternalsImmediatelyBelow. isFilterPassed()
protected boolean
SVNWCDbSelectConflictVictims. isFilterPassed()
protected boolean
SVNWCDbSelectCopyPristines. isFilterPassed()
protected boolean
SVNWCDbSelectDeletionInfo. isFilterPassed()
protected boolean
SVNWCDBSelectExternalProperties. isFilterPassed()
protected boolean
SVNWCDBSelectExternalsDefined. isFilterPassed()
protected boolean
SVNWCDbSelectGeOpDepthChildren. isFilterPassed()
protected boolean
SVNWCDbSelectHasGrandChildren. isFilterPassed()
protected boolean
SVNWCDbSelectHasNonFileChildren. isFilterPassed()
protected boolean
SVNWCDbSelectHighestWorkingNode. isFilterPassed()
protected boolean
SVNWCDbSelectIPropsNode. isFilterPassed()
protected boolean
SVNWCDbSelectLocalRelPathOpDepth. isFilterPassed()
protected boolean
SVNWCDbSelectLowestWorkingNode. isFilterPassed()
protected boolean
SVNWCDbSelectMinMaxRevisions. isFilterPassed()
protected boolean
SVNWCDbSelectMovedBack. isFilterPassed()
protected boolean
SVNWCDbSelectMovedForDelete. isFilterPassed()
protected boolean
SVNWCDbSelectMovedFromForDelete. isFilterPassed()
protected boolean
SVNWCDbSelectMovedFromRelPath. isFilterPassed()
protected boolean
SVNWCDbSelectMovedHereChildren. isFilterPassed()
protected boolean
SVNWCDbSelectMovedOutside. isFilterPassed()
protected boolean
SVNWCDbSelectMovedPair3. isFilterPassed()
protected boolean
SVNWCDbSelectNotPresent. isFilterPassed()
protected boolean
SVNWCDbSelectOpDepthChildren. isFilterPassed()
protected boolean
SVNWCDbSelectOpDepthMovedPair. isFilterPassed()
protected boolean
SVNWCDbSelectReposPathRevision. isFilterPassed()
protected boolean
SVNWCDbSelectRevertListCopiedChildren. isFilterPassed()
protected boolean
SVNWCDbSelectSHA1Checksum. isFilterPassed()
protected boolean
SVNWCDbSelectTargetslist. isFilterPassed()
protected boolean
SVNWCDbSelectUnreferencedPristines. isFilterPassed()
protected boolean
SVNWCDbSelectWCRootNodes. isFilterPassed()
protected boolean
SVNWCDbSelectWorkingChildren. isFilterPassed()
protected boolean
SVNWCDbSelectWorkingNode. isFilterPassed()
protected boolean
SVNWCDbSelectWorkingNodeChildren. isFilterPassed()
protected boolean
SVNWCDbUpdateActualConflictData. isFilterPassed()
protected boolean
SVNWCDbUpdateActualTreeConflicts. isFilterPassed()
protected boolean
SVNWCDbUpdateOpDepthIncreaseRecursive. isFilterPassed()
protected boolean
SVNWCDbUpdateOpDepthRecursive. isFilterPassed()
boolean
SVNWCDbSelectBaseNodeLockTokensRecursive. next()
boolean
SVNWCDbSelectBaseNodeWithLock. next()
boolean
SVNWCDbSelectCommittableExternalsImmediatelyBelow. next()
boolean
SVNWCDbSelectCopyPristines. next()
boolean
SVNWCDbSelectMinMaxRevisions. next()
boolean
SVNWCDbSelectMovedBack. next()
boolean
SVNWCDbSelectNodeChildrenInfo. next()
boolean
SVNWCDbSelectNodeInfoWithLock. next()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDBDoesNodeExists. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbHasServerExcludedDescendants. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbNodesCurrent. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbSelectAncestorWCLocks. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbSelectBasePresent. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbSelectChildrenOpDepth. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbSelectDeletionInfo. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbSelectHighestWorkingNode. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbSelectLowestWorkingNode. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbSelectNodeChildrenWalkerInfo. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbSelectNodeInfo. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbSelectNodeProps. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbSelectWorkingChildren. openCursor()
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
SVNWCDbSelectWorkingNode. openCursor()
void
SVNWCDbDeleteLowestWorkingNode. reset()
void
SVNWCDbDeleteWorkingBaseDelete. reset()
void
SVNWCDbInsertWorkingNodeCopyFrom. reset()
void
SVNWCDbSelectBaseNodeLockTokensRecursive. reset()
void
SVNWCDbSelectBaseNodeWithLock. reset()
void
SVNWCDbSelectCommittableExternalsImmediatelyBelow. reset()
void
SVNWCDbSelectCopyPristines. reset()
void
SVNWCDbSelectDeletionInfo. reset()
void
SVNWCDbSelectDeletionInfoScan. reset()
void
SVNWCDbSelectMinMaxRevisions. reset()
void
SVNWCDbSelectMovedBack. reset()
void
SVNWCDbSelectMovedForDelete. reset()
void
SVNWCDbSelectMovedFromForDelete. reset()
void
SVNWCDbSelectNodeInfoWithLock. reset()
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc17.db.statement17
Methods in org.tmatesoft.svn.core.internal.wc17.db.statement17 that throw SVNException Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertActualConflictData17. getInsertValues()
protected java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbInsertActualNode17. getInsertValues()
java.util.Map<java.lang.String,java.lang.Object>
SVNWCDbUpdateActualConflictData17. getUpdateValues()
protected java.lang.Object[]
SVNWCDbSelectActualChildrenConflict17. getWhere()
protected java.lang.Object[]
SVNWCDbSelectActualChildrenInfo17. getWhere()
protected java.lang.Object[]
SVNWCDbSelectActualConflictVictims17. getWhere()
protected java.lang.Object[]
SVNWCDbSelectConflictVictims17. getWhere()
protected java.lang.Object[]
SVNWCDbSelectMovedFromRelPath17. getWhere()
protected java.lang.Object[]
SVNWCDbUpdateActualConflictData17. getWhere()
protected boolean
SVNWCDbSelectActualChildrenConflict17. isFilterPassed()
protected boolean
SVNWCDbSelectActualChildrenInfo17. isFilterPassed()
protected boolean
SVNWCDbSelectActualConflictVictims17. isFilterPassed()
protected boolean
SVNWCDbSelectConflictVictims17. isFilterPassed()
protected boolean
SVNWCDbSelectMovedFromRelPath17. isFilterPassed()
Constructors in org.tmatesoft.svn.core.internal.wc17.db.statement17 that throw SVNException Constructor Description SVNWCDbInsertActualConflictData17(SVNSqlJetDb sDb)
SVNWCDbInsertActualNode17(SVNSqlJetDb sDb)
SVNWCDbSelectActualChildrenConflict17(SVNSqlJetDb sDb)
SVNWCDbSelectActualChildrenInfo17(SVNSqlJetDb sDb)
SVNWCDbSelectActualConflictVictims17(SVNSqlJetDb sDb)
SVNWCDbSelectConflictVictims17(SVNSqlJetDb sDb)
SVNWCDbSelectMovedFromRelPath17(SVNSqlJetDb sDb)
SVNWCDbUpdateActualConflictData17(SVNSqlJetDb sDb)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that throw SVNException Modifier and Type Method Description SvnCommitPacket
ISvnCommitRunner. collectCommitItems(SvnCommit operation)
abstract SvnCopySource
SvnRepositoryAccess. createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource)
SVNRepository
SvnRepositoryAccess. createRepository(SVNURL url, java.lang.String expectedUuid, boolean mayReuse)
abstract Structure<SvnRepositoryAccess.RepositoryInfo>
SvnRepositoryAccess. createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory)
void
ISvnCommitRunner. disposeCommitPacket(java.lang.Object lockingContext, boolean disposeParentContext)
SVNLocationEntry
SvnRepositoryAccess. getCopySource(SvnTarget target, SVNRevision revision)
java.util.Map<java.lang.String,SVNMergeRangeList>
SvnRepositoryAccess. getHistoryAsMergeInfo(SVNRepository repos, SvnTarget target, long youngest, long oldest)
Structure<SvnRepositoryAccess.LocationsInfo>
SvnRepositoryAccess. getLocations(SVNRepository repository, SvnTarget path, SVNRevision revision, SVNRevision start, SVNRevision end)
protected java.lang.String
SvnRepositoryAccess. getPathRelativeToRoot(SVNURL url, SVNURL reposRootURL, SVNRepository repos)
protected SvnRepositoryAccess
SvnRemoteOperationRunner. getRepositoryAccess()
java.util.Map<java.lang.String,SVNMergeRangeList>
SvnRepositoryAccess. getReposMergeInfo(SVNRepository repository, java.lang.String path, long revision, SVNMergeInfoInheritance inheritance, boolean squelchIncapable)
abstract Structure<SvnRepositoryAccess.RevisionsPair>
SvnRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
abstract Structure<SvnRepositoryAccess.UrlInfo>
SvnRepositoryAccess. getURLFromPath(SvnTarget path, SVNRevision revision, SVNRepository repository)
SVNLocationSegment
SvnRepositoryAccess. getYoungestCommonAncestor(SVNURL url1, long rev1, SVNURL url2, long rev2)
protected void
SvnOperationRunner. handleEvent(SVNEvent event)
void
SvnOperationRunner. handleEvent(SVNEvent event, double progress)
boolean
SvnLocalOperationRunner. isApplicable(T operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteOperationRunner. isApplicable(T operation, SvnWcGeneration wcGeneration)
protected abstract V
SvnOperationRunner. run()
V
SvnOperationRunner. run(T operation)
Constructors in org.tmatesoft.svn.core.internal.wc2 that throw SVNException Constructor Description SvnRepositoryAccess(ISvnOperationOptionsProvider operationOptionsProvider, SVNWCContext context)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc2.admin
Methods in org.tmatesoft.svn.core.internal.wc2.admin that throw SVNException Modifier and Type Method Description void
SvnRepositoryCopyRevisionPropertiesImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryDumpImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryFilterImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryInitializeImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryListLocksImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryListTransactionsImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryLoadImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryPackImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryRecoverImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryRemoveLocksImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryRemoveTransactionsImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositorySynchronizeImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryUpgradeImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryVerifyImpl. handleAdminEvent(SVNAdminEvent event, double progress)
void
SvnRepositoryGetChangedDirectoriesImpl. handleDir(java.lang.String path)
void
SvnRepositoryGetChangedImpl. handleEntry(SVNChangeEntry entry)
void
SvnRepositoryGetHistoryImpl. handlePath(SVNAdminPath path)
void
SvnRepositoryGetTreeImpl. handlePath(SVNAdminPath path)
boolean
SvnRepositoryOperationRunner. isApplicable(T operation, SvnWcGeneration wcGeneration)
protected java.lang.Long
SvnRepositoryCatImpl. run()
protected SVNAdminEvent
SvnRepositoryCopyRevisionPropertiesImpl. run()
protected SVNURL
SvnRepositoryCreateImpl. run()
protected SVNAdminEvent
SvnRepositoryDumpImpl. run()
protected SVNAdminEvent
SvnRepositoryFilterImpl. run()
protected java.lang.String
SvnRepositoryGetAuthorImpl. run()
protected java.lang.String
SvnRepositoryGetChangedDirectoriesImpl. run()
protected SVNChangeEntry
SvnRepositoryGetChangedImpl. run()
protected java.util.Date
SvnRepositoryGetDateImpl. run()
protected java.lang.Long
SvnRepositoryGetDiffImpl. run()
protected java.lang.Long
SvnRepositoryGetFileSizeImpl. run()
protected SVNAdminPath
SvnRepositoryGetHistoryImpl. run()
protected SVNLogEntry
SvnRepositoryGetInfoImpl. run()
protected SVNLock
SvnRepositoryGetLockImpl. run()
protected java.lang.String
SvnRepositoryGetLogImpl. run()
protected SVNProperties
SvnRepositoryGetPropertiesImpl. run()
protected SVNPropertyValue
SvnRepositoryGetPropertyImpl. run()
protected SVNProperties
SvnRepositoryGetRevisionPropertiesImpl. run()
protected SVNPropertyValue
SvnRepositoryGetRevisionPropertyImpl. run()
protected SVNAdminPath
SvnRepositoryGetTreeImpl. run()
protected java.lang.String
SvnRepositoryGetUUIDImpl. run()
protected java.lang.Long
SvnRepositoryGetYoungestImpl. run()
protected java.lang.Long
SvnRepositoryHotCopyImpl. run()
protected SVNAdminEvent
SvnRepositoryInitializeImpl. run()
protected SVNAdminEvent
SvnRepositoryListLocksImpl. run()
protected SVNAdminEvent
SvnRepositoryListTransactionsImpl. run()
protected SVNAdminEvent
SvnRepositoryLoadImpl. run()
protected SVNAdminEvent
SvnRepositoryPackImpl. run()
protected SVNAdminEvent
SvnRepositoryRecoverImpl. run()
protected SVNAdminEvent
SvnRepositoryRemoveLocksImpl. run()
protected SVNAdminEvent
SvnRepositoryRemoveTransactionsImpl. run()
protected java.lang.Long
SvnRepositorySetUUIDImpl. run()
protected SVNAdminEvent
SvnRepositorySynchronizeImpl. run()
protected java.lang.Long
SvnRepositorySyncInfoImpl. run()
protected SVNAdminEvent
SvnRepositoryUpgradeImpl. run()
protected SVNAdminEvent
SvnRepositoryVerifyImpl. run()
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that throw SVNException Modifier and Type Method Description void
SvnCodec.SVNCommitPacketWrapper. dispose()
static SVNStatus
SvnCodec. status(SVNWCContext context, SvnStatus status)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that throw SVNException Modifier and Type Method Description void
SvnDiffEditor. abortEdit()
void
SvnNgRemoteDiffEditor. abortEdit()
void
SvnNgRemoteDiffEditor2. abortEdit()
void
SvnNgRemoteMergeEditor. abortEdit()
void
SvnDiffEditor. absentDir(java.lang.String path)
void
SvnNgRemoteDiffEditor. absentDir(java.lang.String path)
void
SvnNgRemoteDiffEditor2. absentDir(java.lang.String path)
void
SvnNgRemoteMergeEditor. absentDir(java.lang.String path)
void
SvnDiffEditor. absentFile(java.lang.String path)
void
SvnNgRemoteDiffEditor. absentFile(java.lang.String path)
void
SvnNgRemoteDiffEditor2. absentFile(java.lang.String path)
void
SvnNgRemoteMergeEditor. absentFile(java.lang.String path)
protected void
SvnNgAdd. add(java.io.File localAbsPath, SVNDepth depth, SVNURL copyFromUrl, long copyFromRevision, boolean fireEvent)
void
SvnDiffEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SvnNgRemoteDiffEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SvnNgRemoteDiffEditor2. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SvnNgRemoteMergeEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SvnDiffEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SvnNgRemoteDiffEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SvnNgRemoteDiffEditor2. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
void
SvnNgRemoteMergeEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
static void
SvnNgReposToWcCopy. addFileToWc(SVNWCContext context, java.io.File path, java.io.InputStream newBaseContents, java.io.InputStream newContents, SVNProperties newBaseProps, SVNProperties newProps, SVNURL copyFromURL, long copyFromRev)
void
SvnNgAdd. addFromDisk(java.io.File path, SVNProperties props, boolean fireEvent)
void
SvnDiffEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SvnNgRemoteDiffEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SvnNgRemoteDiffEditor2. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
void
SvnNgRemoteMergeEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
java.util.Map
SvnNgMergeDriver. calculateImplicitMergeInfo(SVNRepository repos, SVNURL url, long[] targetRev, long start, long end)
void
SvnNgMergeDriver. calculateRemainingRanges(SvnNgMergeDriver.MergePath parent, SvnNgMergeDriver.MergePath child, SVNURL sourceRootURL, SVNURL url1, long revision1, SVNURL url2, long revision2, java.util.Map targetMergeInfo, SVNMergeRangeList implicitSrcGap, boolean isSubtree, boolean childInheritsImplicit, SVNRepository repository)
void
SvnDiffEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SvnNgRemoteDiffEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SvnNgRemoteDiffEditor2. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SvnNgRemoteMergeEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
void
SvnDiffEditor. changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue)
void
SvnNgRemoteDiffEditor. changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue)
void
SvnNgRemoteDiffEditor2. changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue)
void
SvnNgRemoteMergeEditor. changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue)
static void
SvnNgRemove. checkCanDelete(SvnOperationFactory opFactory, SVNWCContext context, java.io.File path)
protected long
SvnNgAbstractUpdate. checkout(SVNURL url, java.io.File localAbspath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean sleepForTimestamp, int targetWorkingCopyFormat)
static void
SvnNgPropertiesManager. checkPropertyName(java.lang.String propertyName, SVNPropertyValue propertyValue)
void
SvnDiffEditor. closeDir()
void
SvnNgRemoteDiffEditor. closeDir()
void
SvnNgRemoteDiffEditor2. closeDir()
void
SvnNgRemoteMergeEditor. closeDir()
SVNCommitInfo
SvnDiffEditor. closeEdit()
SVNCommitInfo
SvnNgRemoteDiffEditor. closeEdit()
SVNCommitInfo
SvnNgRemoteDiffEditor2. closeEdit()
SVNCommitInfo
SvnNgRemoteMergeEditor. closeEdit()
void
SvnDiffEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
void
SvnNgRemoteDiffEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
void
SvnNgRemoteDiffEditor2. closeFile(java.lang.String path, java.lang.String textChecksum)
void
SvnNgRemoteMergeEditor. closeFile(java.lang.String path, java.lang.String expectedChecksum)
SvnCommitPacket
SvnNgCommit. collectCommitItems(SvnCommit operation)
static SVNURL
SvnNgLockUtil. collectLockInfo(SvnNgOperationRunner opRunner, SVNWCContext context, SvnNgRepositoryAccess wcAccess, java.util.Collection<SvnTarget> targets, java.util.Map lockInfo, java.util.Map lockPaths, boolean lock, boolean stealLock)
protected boolean
SvnNgWcToWcCopy. copy(SVNWCContext context, java.io.File source, java.io.File dst, boolean metadataOnly)
SvnCopySource
SvnNgRepositoryAccess. createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource)
protected SVNRepository
SvnNgDiffSummarize. createRepository(SVNURL url, java.io.File path, boolean mayReuse)
SVNRepository
SvnNgRepositoryAccess. createRepository(SVNURL url, java.io.File baseDirectory)
Structure<SvnRepositoryAccess.RepositoryInfo>
SvnNgRepositoryAccess. createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory)
java.io.File
SvnNewDiffGenerator. createTempDirectory()
static void
SvnNgRemove. delete(SVNWCContext context, java.io.File path, java.io.File movedToAbsPath, boolean keepLocal, boolean deleteUnversioned, ISVNEventHandler handler)
void
SvnDiffEditor. deleteEntry(java.lang.String path, long revision)
void
SvnNgRemoteDiffEditor. deleteEntry(java.lang.String path, long revision)
void
SvnNgRemoteDiffEditor2. deleteEntry(java.lang.String path, long revision)
void
SvnNgRemoteMergeEditor. deleteEntry(java.lang.String path, long revision)
protected static void
SvnNgDiffUtil. diffBaseOnlyDirectory(java.io.File localAbsPath, java.io.File relPath, long revision, SVNDepth depth, ISVNWCDb db, ISvnDiffCallback2 callback)
protected static void
SvnNgDiffUtil. diffBaseOnlyFile(java.io.File localAbsPath, java.io.File relPath, long revision, ISVNWCDb db, ISvnDiffCallback2 callback)
protected static void
SvnNgDiffUtil. diffBaseWorkingDiff(java.io.File localAbsPath, java.io.File relPath, long revision, java.util.Collection<java.lang.String> changeists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback)
protected static void
SvnNgDiffUtil. diffLocalOnlyDirectory(java.io.File localAbsPath, java.io.File relPath, SVNDepth depth, java.util.Collection<java.lang.String> changelists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback)
protected static void
SvnNgDiffUtil. diffLocalOnlyFile(java.io.File localAbsPath, java.io.File relPath, java.util.Collection<java.lang.String> changelists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback)
void
ISvnDiffCallback. dirAdded(SvnDiffCallbackResult result, java.io.File path, long revision, java.lang.String copyFromPath, long copyFromRevision)
void
ISvnDiffCallback2. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)
void
SvnCopyAsChangedDiffCallback. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)
void
SvnDiffCallback. dirAdded(SvnDiffCallbackResult result, java.io.File path, long revision, java.lang.String copyFromPath, long copyFromRevision)
void
SvnDiffCallbackWrapper. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)
void
SvnDiffSummarizeCallback. dirAdded(SvnDiffCallbackResult result, java.io.File path, long revision, java.lang.String copyFromPath, long copyFromRevision)
void
SvnFilterDiffCallback. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)
void
SvnNgMergeCallback. dirAdded(SvnDiffCallbackResult result, java.io.File path, long revision, java.lang.String copyFromPath, long copyFromRevision)
void
SvnNgMergeCallback2. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)
void
SvnReverseOrderDiffCallback. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)
void
ISvnDiffCallback2. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)
void
SvnCopyAsChangedDiffCallback. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)
void
SvnDiffCallbackWrapper. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)
void
SvnFilterDiffCallback. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)
void
SvnNgMergeCallback2. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)
void
SvnReverseOrderDiffCallback. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)
void
ISvnDiffCallback. dirClosed(SvnDiffCallbackResult result, java.io.File path, boolean isAdded)
void
ISvnDiffCallback2. dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton)
void
SvnCopyAsChangedDiffCallback. dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton)
void
SvnDiffCallback. dirClosed(SvnDiffCallbackResult result, java.io.File path, boolean dirWasAdded)
void
SvnDiffCallbackWrapper. dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton)
void
SvnDiffSummarizeCallback. dirClosed(SvnDiffCallbackResult result, java.io.File path, boolean isAdded)
void
SvnFilterDiffCallback. dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton)
void
SvnNgMergeCallback. dirClosed(SvnDiffCallbackResult result, java.io.File path, boolean isAdded)
void
SvnNgMergeCallback2. dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton)
void
SvnReverseOrderDiffCallback. dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton)
void
ISvnDiffCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File path)
void
ISvnDiffCallback2. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)
void
SvnCopyAsChangedDiffCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)
void
SvnDiffCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File path)
void
SvnDiffCallbackWrapper. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)
void
SvnDiffSummarizeCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File path)
void
SvnFilterDiffCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)
void
SvnNgMergeCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File path)
void
SvnNgMergeCallback2. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)
void
SvnReverseOrderDiffCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)
void
ISvnDiffCallback. dirOpened(SvnDiffCallbackResult result, java.io.File path, long revision)
void
ISvnDiffCallback2. dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton)
void
SvnCopyAsChangedDiffCallback. dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton)
void
SvnDiffCallback. dirOpened(SvnDiffCallbackResult result, java.io.File path, long revision)
void
SvnDiffCallbackWrapper. dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton)
void
SvnDiffSummarizeCallback. dirOpened(SvnDiffCallbackResult result, java.io.File path, long revision)
void
SvnFilterDiffCallback. dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton)
void
SvnNgMergeCallback. dirOpened(SvnDiffCallbackResult result, java.io.File path, long revision)
void
SvnNgMergeCallback2. dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton)
void
SvnReverseOrderDiffCallback. dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton)
void
ISvnDiffCallback. dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnDiffCallback. dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean dirWasAdded, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnDiffSummarizeCallback. dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnNgMergeCallback. dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnNgMergeCallback2. dirPropsChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges)
void
ISvnDiffGenerator. displayAddedDirectory(SvnTarget target, java.lang.String revision1, java.lang.String revision2, java.io.OutputStream outputStream)
void
SvnDiffGenerator. displayAddedDirectory(SvnTarget target, java.lang.String revision1, java.lang.String revision2, java.io.OutputStream outputStream)
void
SvnNewDiffGenerator. displayAddedDirectory(java.lang.String path, java.lang.String rev1, java.lang.String rev2)
void
SvnOldDiffGenerator. displayAddedDirectory(SvnTarget displayPath, java.lang.String revision1, java.lang.String revision2, java.io.OutputStream outputStream)
void
ISvnDiffGenerator. displayContentChanged(SvnTarget target, java.io.File leftFile, java.io.File rightFile, java.lang.String revision1, java.lang.String revision2, java.lang.String mimeType1, java.lang.String mimeType2, SvnDiffCallback.OperationKind operation, java.io.File copyFromPath, SVNProperties originalProperties, SVNProperties propChanges, java.io.OutputStream outputStream)
void
SvnDiffGenerator. displayContentChanged(SvnTarget target, java.io.File leftFile, java.io.File rightFile, java.lang.String revision1, java.lang.String revision2, java.lang.String mimeType1, java.lang.String mimeType2, SvnDiffCallback.OperationKind operation, java.io.File copyFromPath, SVNProperties originalProperties, SVNProperties propChanges, java.io.OutputStream outputStream)
void
SvnOldDiffGenerator. displayContentChanged(SvnTarget displayPath, java.io.File leftFile, java.io.File rightFile, java.lang.String revision1, java.lang.String revision2, java.lang.String mimeType1, java.lang.String mimeType2, SvnDiffCallback.OperationKind operation, java.io.File copyFromPath, SVNProperties originalProperties, SVNProperties propChanges, java.io.OutputStream outputStream)
void
ISvnDiffGenerator. displayDeletedDirectory(SvnTarget target, java.lang.String revision1, java.lang.String revision2, java.io.OutputStream outputStream)
void
SvnDiffGenerator. displayDeletedDirectory(SvnTarget target, java.lang.String revision1, java.lang.String revision2, java.io.OutputStream outputStream)
void
SvnNewDiffGenerator. displayDeletedDirectory(java.lang.String path, java.lang.String rev1, java.lang.String rev2)
void
SvnOldDiffGenerator. displayDeletedDirectory(SvnTarget displayPath, java.lang.String revision1, java.lang.String revision2, java.io.OutputStream outputStream)
void
SvnNewDiffGenerator. displayFileDiff(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String rev1, java.lang.String rev2, java.lang.String mimeType1, java.lang.String mimeType2, java.io.OutputStream result)
protected boolean
SvnDiffGenerator. displayHeader(java.io.OutputStream os, java.lang.String path, boolean deleted, boolean added, SvnDiffCallback.OperationKind operation)
protected void
SvnDiffGenerator. displayHeaderFields(java.io.OutputStream os, java.lang.String label1, java.lang.String label2)
void
SvnNewDiffGenerator. displayPropDiff(java.lang.String path, SVNProperties baseProps, SVNProperties diff, java.io.OutputStream result)
void
ISvnDiffGenerator. displayPropsChanged(SvnTarget target, java.lang.String revision1, java.lang.String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, java.io.OutputStream outputStream)
void
SvnDiffGenerator. displayPropsChanged(SvnTarget target, java.lang.String revision1, java.lang.String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, java.io.OutputStream outputStream)
void
SvnOldDiffGenerator. displayPropsChanged(SvnTarget displayPath, java.lang.String revision1, java.lang.String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, java.io.OutputStream outputStream)
void
SvnNgCommit. disposeCommitPacket(java.lang.Object lockingContext, boolean disposeParentContext)
static void
SvnNgDiffUtil. doArbitraryNodesDiff(SvnTarget target1, SvnTarget target2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)
static void
SvnNgDiffUtil. doDiffSummarizeReposWC(SvnTarget target1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget target2, SVNRevision revision2, boolean reverse, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, boolean useGitDiffFormat, SVNDepth depth, boolean useAncestry, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, ISvnDiffGenerator generator, ISVNDiffStatusHandler handler, ISVNCanceller canceller)
static void
SvnNgDiffUtil. doDiffWCWC(java.io.File localAbsPath, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, SVNDepth depth, boolean useAncestry, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, boolean useGitDiffFormat, ISvnDiffGenerator generator, ISvnDiffCallback callback, ISVNCanceller canceller)
protected SvnSingleRangeConflictReport
SvnNgMergeDriver. doDirectoryMerge(java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNMergeRangeList>> resultCatalog, SvnNgMergeDriver.MergeSource source, java.io.File targetAbsPath, SVNURL sourceRootUrl, ISvnDiffCallback2 processor, SVNDepth depth, boolean squelchMergeinfoNotifications)
void
SvnNgGetChangelistPaths. doGetChangeLists(java.io.File file)
protected SvnNgMergeDriver.MergeData
SvnNgMergeDriver. doMerge(java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNMergeRangeList>> resultCatalog, java.util.List<SvnNgMergeDriver.MergeSource> mergeSources, java.io.File targetAbsPath, SVNRepository sourceRepository, boolean sourcesRelated, boolean sameRepository, boolean ignoreMergeInfo, boolean diffIgnoreAncestry, boolean forceDelete, boolean dryRun, boolean recordOnly, java.util.Collection<java.io.File> recordOnlyPaths, boolean reintegrateMerge, boolean squelcheMergeInfoNotifications, SVNDepth depth, SVNDiffOptions diffOptions)
protected SvnSingleRangeConflictReport
SvnNgMergeDriver. doMergeInfoAwareDirectoryMerge(java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNMergeRangeList>> resultCatalog, SvnNgMergeDriver.MergeSource source, java.io.File targetPath, SVNURL sourceRootUrl, java.util.Map<java.io.File,SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SVNDepth depth, boolean squelchMergeinfoNotifications, ISvnDiffCallback2 processor)
protected SvnSingleRangeConflictReport
SvnNgMergeDriver. doMergeInfoUnawareDirectoryMerge(SvnNgMergeDriver.MergeSource source, java.io.File targetPath, java.util.Map<java.io.File,SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SVNDepth depth)
protected SVNCommitInfo
SvnNgCommit. doRun(SVNWCContext context, SvnCommitPacket packet)
protected SVNCommitInfo
SvnNgWcToReposCopy. doRun(SVNWCContext context, SVNURL target)
protected long
SvnNgAbstractUpdate. doSwitch(java.io.File localAbsPath, SVNURL switchUrl, SVNRevision revision, SVNRevision pegRevision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean ignoreAncestry, boolean sleepForTimestamp)
void
SvnNgDowngrade. downgrade(SVNWCContext context, java.io.File localAbsPath)
SvnNgRemoteMergeEditor
SvnNgMergeDriver. driveMergeReportEditor(java.io.File targetWCPath, SVNURL url1, long revision1, SVNURL url2, long revision2, java.util.Map<java.io.File,SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SVNDepth depth, ISvnDiffCallback2 mergeCallback)
static void
SvnNgMergeinfoUtil. elideMergeInfo(SVNWCContext context, SVNRepository repos, java.io.File targetAbsPath, java.io.File limitAbsPath)
protected SVNRepository
SvnNgMergeDriver. ensureRepository(SVNRepository repository, SVNURL url)
protected static SVNURL
SvnNgMergeDriver. ensureSessionURL(SVNRepository repository, SVNURL url)
void
SvnNgMergeDriver. ensureWcIsSuitableForMerge(java.io.File targetAbsPath, boolean allowMixedRevs, boolean allowLocalMods, boolean allowSwitchedSubtrees)
protected java.util.Collection<SvnCopySource>
SvnNgReposToWcCopy. expandCopySources(java.util.Collection<SvnCopySource> sources)
SVNWCDb.ReposInfo
SvnNgUpgrade. fetchReposInfo(SVNURL url, SVNURL lastRepos, java.lang.String lastUuid)
void
ISvnDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, java.io.File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties)
void
ISvnDiffCallback2. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)
void
SvnCopyAsChangedDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)
void
SvnDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, java.io.File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnDiffCallbackWrapper. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)
void
SvnDiffSummarizeCallback. fileAdded(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, java.io.File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnFilterDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)
void
SvnNgMergeCallback. fileAdded(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, java.io.File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnNgMergeCallback2. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)
void
SvnReverseOrderDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)
void
ISvnDiffCallback. fileChanged(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties propChanges, SVNProperties originalProperties)
void
ISvnDiffCallback2. fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges)
void
SvnCopyAsChangedDiffCallback. fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges)
void
SvnDiffCallback. fileChanged(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnDiffCallbackWrapper. fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges)
void
SvnDiffSummarizeCallback. fileChanged(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnFilterDiffCallback. fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges)
void
SvnNgMergeCallback. fileChanged(SvnDiffCallbackResult result, java.io.File path, java.io.File tmpFile1, java.io.File tmpFile2, long rev1, long rev2, java.lang.String mimetype1, java.lang.String mimeType2, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnNgMergeCallback2. fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges)
void
SvnReverseOrderDiffCallback. fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges)
void
ISvnDiffCallback2. fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource)
void
SvnCopyAsChangedDiffCallback. fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource)
void
SvnDiffCallbackWrapper. fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource)
void
SvnFilterDiffCallback. fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource)
void
SvnNgMergeCallback2. fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource)
void
SvnReverseOrderDiffCallback. fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource)
void
ISvnDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties)
void
ISvnDiffCallback2. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)
void
SvnCopyAsChangedDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)
void
SvnDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties)
void
SvnDiffCallbackWrapper. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)
void
SvnDiffSummarizeCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties)
void
SvnFilterDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)
void
SvnNgMergeCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties)
void
SvnNgMergeCallback2. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)
void
SvnReverseOrderDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)
void
ISvnDiffCallback. fileOpened(SvnDiffCallbackResult result, java.io.File path, long revision)
void
ISvnDiffCallback2. fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton)
void
SvnCopyAsChangedDiffCallback. fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton)
void
SvnDiffCallback. fileOpened(SvnDiffCallbackResult result, java.io.File path, long revision)
void
SvnDiffCallbackWrapper. fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton)
void
SvnDiffSummarizeCallback. fileOpened(SvnDiffCallbackResult result, java.io.File path, long revision)
void
SvnFilterDiffCallback. fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton)
void
SvnNgMergeCallback. fileOpened(SvnDiffCallbackResult result, java.io.File path, long revision)
void
SvnNgMergeCallback2. fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton)
void
SvnReverseOrderDiffCallback. fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton)
protected void
SvnNgMergeDriver. findGapsInMergeSourceHistory(long[] gap, java.lang.String mergeSrcCanonPath, SVNURL url1, long rev1, SVNURL url2, long rev2, SVNRepository repos)
protected java.util.Map<java.lang.String,SVNMergeRangeList>[]
SvnNgMergeDriver. getFullMergeInfo(boolean getRecorded, boolean getImplicit, boolean[] inherited, SVNMergeInfoInheritance inherit, SVNRepository repos, java.io.File target, long start, long end)
java.io.File
SvnNgRemoteDiffEditor. getGlobalTmpDir()
java.io.File
SvnNgRemoteMergeEditor. getGlobalTmpDir()
static java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>>
SvnNgInheritableProperties. getInheritalbeProperites(SVNWCContext context, SVNRepository repository, java.io.File localAbsPath, long revision, SVNDepth depth)
static java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>>
SvnNgMergeinfoUtil. getMergeInfo(SVNWCContext context, SvnRepositoryAccess repoAccess, SvnTarget target, boolean includeDescendants, boolean ignoreInvalidMergeInfo, SVNURL[] root)
protected java.lang.String
SvnNgMergeDriver. getPathRelativeToRoot(SVNURL url, SVNURL reposRootURL, SVNRepository repos)
protected SvnNgRepositoryAccess
SvnNgDiffSummarize. getRepositoryAccess()
protected SvnNgRepositoryAccess
SvnNgOperationRunner. getRepositoryAccess()
Structure<SvnRepositoryAccess.RevisionsPair>
SvnNgRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
protected SVNURL
SvnNgRepositoryAccess. getTargetURL(SvnTarget target)
Structure<SvnRepositoryAccess.UrlInfo>
SvnNgRepositoryAccess. getURLFromPath(SvnTarget path, SVNRevision revision, SVNRepository repository)
SVNNodeKind
SvnNgCommit. getUrlKind(SVNURL url, long revision)
SVNNodeKind
SvnNgWcToReposCopy. getUrlKind(SVNURL url, long revision)
static SvnNgMergeinfoUtil.SvnMergeInfoInfo
SvnNgMergeinfoUtil. getWCMergeInfo(SVNWCContext context, java.io.File localAbsPath, java.io.File limitAbsPath, SVNMergeInfoInheritance inheritance, boolean ignoreInvalidMergeInfo)
static java.util.Map<java.lang.String,SVNMergeRangeList>
SvnNgMergeinfoUtil. getWCOrReposMergeInfo(SVNWCContext context, java.io.File wcPath, SVNRepository repository, boolean reposOnly, SVNMergeInfoInheritance inheritance)
protected void
SvnNgAbstractUpdate. handleExternals(java.util.Map<java.io.File,java.lang.String> newExternals, java.util.Map<java.io.File,SVNDepth> ambientDepths, SVNURL anchorUrl, java.io.File targetAbspath, SVNURL reposRoot, SVNDepth requestedDepth, boolean sleepForTimestamp)
void
SvnNgSetLock. handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
void
SvnNgSetLock. handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
static void
SvnNgCommitUtil. harvestCommittables(SVNWCContext context, java.io.File localAbsPath, SvnCommitPacket committables, java.util.Map<SVNURL,java.lang.String> lockTokens, SVNURL repositoryRootUrl, java.io.File copyModeRelPath, boolean copyModeRoot, SVNDepth depth, boolean justLocked, java.util.Collection<java.lang.String> changelists, java.util.Map<java.io.File,java.io.File> danglers, boolean skipFiles, boolean skipDirs, org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File,java.lang.String> externalsStorage, ISVNEventHandler eventHandler)
static SvnCommitPacket
SvnNgCommitUtil. harvestCommittables(SVNWCContext context, SvnCommitPacket packet, java.util.Map<SVNURL,java.lang.String> lockTokens, java.io.File baseDirPath, java.util.Collection<java.lang.String> targets, int depthEmptyStart, SVNDepth depth, boolean justLocked, java.util.Collection<java.lang.String> changelists, org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File,java.lang.String> externalsStorage)
static SvnCommitPacket
SvnNgCommitUtil. harvestCopyCommitables(SVNWCContext context, java.io.File path, SVNURL dst, SvnCommitPacket packet, org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File,java.lang.String> externalsStorage)
boolean
SvnNgCheckout. isApplicable(SvnCheckout operation, SvnWcGeneration wcGeneration)
boolean
SvnNgDiff. isApplicable(SvnDiff operation, SvnWcGeneration wcGeneration)
boolean
SvnNgDiffSummarize. isApplicable(SvnDiffSummarize operation, SvnWcGeneration wcGeneration)
boolean
SvnNgGetMergeInfo. isApplicable(SvnGetMergeInfo operation, SvnWcGeneration wcGeneration)
boolean
SvnNgGetProperties. isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration)
boolean
SvnNgLogMergeInfo. isApplicable(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration)
boolean
SvnNgMerge. isApplicable(SvnMerge operation, SvnWcGeneration wcGeneration)
boolean
SvnNgMergePegged. isApplicable(SvnMerge operation, SvnWcGeneration wcGeneration)
boolean
SvnNgMergeReintegrate. isApplicable(SvnMerge operation, SvnWcGeneration wcGeneration)
boolean
SvnNgReposToWcCopy. isApplicable(SvnCopy operation, SvnWcGeneration wcGeneration)
boolean
SvnNgSetProperty. isApplicable(SvnSetProperty operation, SvnWcGeneration wcGeneration)
boolean
SvnNgSuggestMergeSources. isApplicable(SvnSuggestMergeSources operation, SvnWcGeneration wcGeneration)
boolean
SvnNgWcToReposCopy. isApplicable(SvnRemoteCopy operation, SvnWcGeneration wcGeneration)
boolean
SvnNgWcToWcCopy. isApplicable(SvnCopy operation, SvnWcGeneration wcGeneration)
static void
SvnNgMergeDriver. makeMergeConflictError(SvnConflictReport report)
SvnNgMergeDriver.MergeData
SvnNgMergeDriver. mergeCousinsAndSupplementMergeInfo(java.io.File targetWCPath, SVNRepository repository1, SVNRepository repository2, SVNURL url1, long rev1, SVNURL url2, long rev2, long youngestCommonRev, SVNURL sourceReposRoot, SVNURL wcReposRoot, SVNDepth depth, boolean ignoreMergeInfo, boolean ignoreAncestry, boolean forceDelete, boolean recordOnly, boolean dryRun)
void
SvnNgWcToWcCopy. move(SVNWCContext context, java.io.File source, java.io.File dst, boolean metadataOnly)
void
ISvnDiffCallback2. nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton)
void
SvnCopyAsChangedDiffCallback. nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton)
void
SvnDiffCallbackWrapper. nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton)
void
SvnFilterDiffCallback. nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton)
void
SvnNgMergeCallback2. nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton)
void
SvnReverseOrderDiffCallback. nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton)
void
SvnNgGetChangelistPaths. nodeFound(java.io.File localAbsPath, ISVNWCDb.SVNWCDbKind kind)
void
SvnNgGetInfo. nodeFound(java.io.File localAbspath, ISVNWCDb.SVNWCDbKind kind)
java.util.List<SvnNgMergeDriver.MergeSource>
SvnNgMergeDriver. normalizeMergeSources(SvnTarget source, SVNURL sourceURL, SVNURL sourceRootURL, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> rangesToMerge, SVNRepository repository)
void
SvnDiffEditor. openDir(java.lang.String path, long revision)
void
SvnNgRemoteDiffEditor. openDir(java.lang.String path, long revision)
void
SvnNgRemoteDiffEditor2. openDir(java.lang.String path, long revision)
void
SvnNgRemoteMergeEditor. openDir(java.lang.String path, long revision)
void
SvnDiffEditor. openFile(java.lang.String path, long revision)
void
SvnNgRemoteDiffEditor. openFile(java.lang.String path, long revision)
void
SvnNgRemoteDiffEditor2. openFile(java.lang.String path, long revision)
void
SvnNgRemoteMergeEditor. openFile(java.lang.String path, long revision)
void
SvnDiffEditor. openRoot(long revision)
void
SvnNgRemoteDiffEditor. openRoot(long revision)
void
SvnNgRemoteDiffEditor2. openRoot(long revision)
void
SvnNgRemoteMergeEditor. openRoot(long revision)
SvnNgMergeDriver.ObstructionState
SvnNgMergeDriver. performObstructionCheck(java.io.File localAbsPath, SVNNodeKind expectedKind)
void
SvnDiffCallback. propertiesChanged(java.io.File path, long revision1, long revision2, boolean dirWasAdded, SVNProperties diff, SVNProperties originalProperties)
void
SvnDiffStatusReceiver. receive(SvnTarget target, SvnStatus status)
void
SvnNgGetStatus. receive(SvnTarget target, SvnStatus object)
protected void
SvnNgMergeDriver. recordMergeInfoForDirectoryMerge(java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNMergeRangeList>> resultCatalog, SVNMergeRange mergeRange, java.lang.String mergeInfoPath, SVNDepth depth, boolean squelchMergeinfoNotifications, java.util.Map<java.io.File,SvnNgMergeDriver.MergePath> childrenWithMergeInfo)
static void
SvnNgCleanup. repairTimestamps(SVNWCContext wcContext, java.io.File localAbsPath)
static void
SvnNgRevert. restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier)
static void
SvnNgRevert. restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier, java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved)
protected java.lang.Void
SvnNgAdd. run(SVNWCContext context)
protected java.lang.Void
SvnNgCanonicalizeUrls. run(SVNWCContext context)
protected java.lang.Void
SvnNgCat. run(SVNWCContext context)
protected java.lang.Long
SvnNgCheckout. run(SVNWCContext context)
protected java.lang.Void
SvnNgCleanup. run(SVNWCContext context)
protected SVNCommitInfo
SvnNgCommit. run(SVNWCContext context)
protected java.lang.Void
SvnNgDiff. run(SVNWCContext context)
protected SvnDiffStatus
SvnNgDiffSummarize. run(SVNWCContext context)
protected SvnWcGeneration
SvnNgDowngrade. run(SVNWCContext context)
protected java.lang.Long
SvnNgExport. run(SVNWCContext context)
protected java.lang.String
SvnNgGetChangelistPaths. run(SVNWCContext context)
protected SvnInfo
SvnNgGetInfo. run(SVNWCContext context)
protected java.util.Map<SVNURL,SVNMergeRangeList>
SvnNgGetMergeInfo. run(SVNWCContext context)
protected SVNProperties
SvnNgGetProperties. run(SVNWCContext context)
protected SVNProperties
SvnNgGetProperties. run(SVNWCContext context, java.io.File target)
protected SvnStatus
SvnNgGetStatus. run(SVNWCContext context)
protected SvnStatusSummary
SvnNgGetStatusSummary. run(SVNWCContext context)
protected SVNLogEntry
SvnNgLogMergeInfo. run(SVNWCContext context)
protected java.lang.Void
SvnNgMarkReplaced. run(SVNWCContext context)
protected java.lang.Void
SvnNgMerge. run(SVNWCContext context)
protected java.lang.Void
SvnNgMergePegged. run(SVNWCContext context)
protected java.lang.Void
SvnNgMergeReintegrate. run(SVNWCContext context)
protected V
SvnNgOperationRunner. run()
protected abstract V
SvnNgOperationRunner. run(SVNWCContext context)
protected java.lang.Void
SvnNgPatch. run(SVNWCContext context)
protected SVNURL
SvnNgRelocate. run(SVNWCContext context)
protected java.lang.Void
SvnNgRemove. run(SVNWCContext context)
protected java.lang.Void
SvnNgReposToWcCopy. run(SVNWCContext context)
protected java.lang.Void
SvnNgResolve. run(SVNWCContext context)
protected java.lang.Void
SvnNgRevert. run(SVNWCContext context)
protected java.lang.Void
SvnNgSetChangelist. run(SVNWCContext context)
protected SVNLock
SvnNgSetLock. run(SVNWCContext context)
protected SVNPropertyData
SvnNgSetProperty. run(SVNWCContext context)
protected java.util.Collection<SVNURL>
SvnNgSuggestMergeSources. run(SVNWCContext context)
protected java.lang.Long
SvnNgSwitch. run(SVNWCContext context)
protected SVNLock
SvnNgUnlock. run(SVNWCContext context)
protected long[]
SvnNgUpdate. run(SVNWCContext context)
protected SvnWcGeneration
SvnNgUpgrade. run(SVNWCContext context)
protected SVNCommitInfo
SvnNgWcToReposCopy. run(SVNWCContext context)
protected java.lang.Void
SvnNgWcToWcCopy. run(SVNWCContext context)
static void
SvnNgPropertiesManager. setAutoProperties(SVNWCContext context, java.io.File path, SVNProperties properties, ISvnAddParameters addParameters, java.lang.Runnable onValidationError)
static void
SvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, java.util.Collection<java.lang.String> changelists)
static void
SvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists)
static void
SvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, ISvnPropertyValueProvider pvProvider, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists)
static void
SvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, SVNNodeKind kind, java.lang.String propertyName, SVNPropertyValue value, ISvnPropertyValueProvider pvProvider, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver)
static void
SvnNgUpgradeSDb. setVersion(SVNSqlJetDb sDb, int version)
protected long
SvnNgAbstractUpdate. switchInternal(java.io.File localAbsPath, java.io.File anchor, SVNURL switchUrl, SVNRevision revision, SVNRevision pegRevision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean ignoreAncestry, boolean sleepForTimestamp)
void
SvnDiffEditor. targetRevision(long revision)
void
SvnNgRemoteDiffEditor. targetRevision(long revision)
void
SvnNgRemoteDiffEditor2. targetRevision(long revision)
void
SvnNgRemoteMergeEditor. targetRevision(long revision)
java.io.OutputStream
SvnDiffEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SvnNgRemoteDiffEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SvnNgRemoteDiffEditor2. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SvnNgRemoteMergeEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
void
SvnDiffEditor. textDeltaEnd(java.lang.String path)
void
SvnNgRemoteDiffEditor. textDeltaEnd(java.lang.String path)
void
SvnNgRemoteDiffEditor2. textDeltaEnd(java.lang.String path)
void
SvnNgRemoteMergeEditor. textDeltaEnd(java.lang.String path)
static SVNURL
SvnNgCommitUtil. translateCommitables(java.util.Collection<SvnCommitItem> items, java.util.Map<java.lang.String,SvnCommitItem> decodedPaths)
protected boolean
SvnNgWcToWcCopy. tryRun(SVNWCContext context, java.util.Collection<SvnCopySource> sources, java.io.File target)
protected long
SvnNgAbstractUpdate. update(SVNWCContext wcContext, java.io.File localAbspath, SVNRevision revision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean addsAsMoodifications, boolean makeParents, boolean innerUpdate, boolean sleepForTimestamp)
protected long
SvnNgAbstractUpdate. updateInternal(SVNWCContext wcContext, java.io.File localAbspath, java.io.File anchorAbspath, SVNRevision revision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean addsAsMoodifications, boolean sleepForTimestamp, boolean notifySummary, ISVNConflictHandler conflictHandler)
static int
SvnNgUpgradeSDb. upgrade(java.io.File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler)
void
SvnNgUpgrade. upgradeAddExternalInfo(java.io.File localAbsPath, SVNNodeKind kind, java.io.File defLocalAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long defPegRevision, long defRevision)
void
SvnNgRelocate. validateRelocation(java.lang.String uuid, SVNURL url, SVNURL rootUrl)
Constructors in org.tmatesoft.svn.core.internal.wc2.ng that throw SVNException Constructor Description SvnNgRepositoryAccess(ISvnOperationOptionsProvider operationOptionsProvider, SVNWCContext context)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that throw SVNException Modifier and Type Method Description SvnCommitPacket
SvnOldCommit. collectCommitItems(SvnCommit operation)
SvnCopySource
SvnOldRepositoryAccess. createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource)
Structure<SvnRepositoryAccess.RepositoryInfo>
SvnOldRepositoryAccess. createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory)
protected SVNURL
SvnOldRepositoryAccess. deriveLocation(java.io.File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access)
void
SvnOldCommit. disposeCommitPacket(java.lang.Object lockingContext, boolean disposeParentContext)
static SVNURL
SvnOldUpgrade. getEntryCopyFromURL(SVNEntry entry)
protected SVNURL
SvnOldRepositoryAccess. getEntryLocation(java.io.File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision)
static SVNURL
SvnOldUpgrade. getEntryRepositoryRootURL(SVNEntry entry)
static SVNURL
SvnOldUpgrade. getEntryURL(SVNEntry entry)
Structure<SvnRepositoryAccess.RevisionsPair>
SvnOldRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
protected SVNURL
SvnOldRepositoryAccess. getURL(SvnTarget target)
Structure<SvnRepositoryAccess.UrlInfo>
SvnOldRepositoryAccess. getURLFromPath(SvnTarget path, SVNRevision revision, SVNRepository repository)
static boolean
SvnOldUpgrade. getVersionedSubdirs(SVNWCAccess access, java.io.File localAbsPath, java.util.ArrayList<java.io.File> children, boolean isCalculateDoDeleteDir, boolean isSkipMissing)
void
SvnOldList. handleDirEntry(SVNDirEntry dirEntry)
void
SvnOldGetInfo. handleInfo(SVNInfo info)
void
SvnOldAnnotate. handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line)
void
SvnOldAnnotate. handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line, java.util.Date mergedDate, long mergedRevision, java.lang.String mergedAuthor, java.lang.String mergedPath, int lineNumber)
void
SvnOldLogMergeInfo. handleLogEntry(SVNLogEntry logEntry)
void
SvnOldGetProperties. handleProperty(long revision, SVNPropertyData property)
void
SvnOldGetProperties. handleProperty(java.io.File path, SVNPropertyData property)
void
SvnOldGetProperties. handleProperty(SVNURL url, SVNPropertyData property)
void
SvnOldSetProperty. handleProperty(long revision, SVNPropertyData property)
void
SvnOldSetProperty. handleProperty(java.io.File path, SVNPropertyData property)
void
SvnOldSetProperty. handleProperty(SVNURL url, SVNPropertyData property)
boolean
SvnOldAnnotate. handleRevision(java.util.Date date, long revision, java.lang.String author, java.io.File contents)
void
SvnOldGetStatus. handleStatus(SVNStatus status)
boolean
SvnOldCheckout. isApplicable(SvnCheckout operation, SvnWcGeneration wcGeneration)
boolean
SvnOldDiff. isApplicable(SvnDiff operation, SvnWcGeneration wcGeneration)
boolean
SvnOldGetMergeInfo. isApplicable(SvnGetMergeInfo operation, SvnWcGeneration wcGeneration)
boolean
SvnOldGetProperties. isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration)
boolean
SvnOldImport. isApplicable(SvnImport operation, SvnWcGeneration wcGeneration)
boolean
SvnOldLogMergeInfo. isApplicable(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration)
boolean
SvnOldRemoteCopy. isApplicable(SvnRemoteCopy operation, SvnWcGeneration wcGeneration)
boolean
SvnOldSetProperty. isApplicable(SvnSetProperty operation, SvnWcGeneration wcGeneration)
boolean
SvnOldSuggestMergeSources. isApplicable(SvnSuggestMergeSources operation, SvnWcGeneration wcGeneration)
protected java.lang.Void
SvnOldAdd. run()
protected SvnAnnotateItem
SvnOldAnnotate. run()
protected java.lang.Void
SvnOldCanonicalizeUrls. run()
protected java.lang.Void
SvnOldCat. run()
protected java.lang.Long
SvnOldCheckout. run()
protected java.lang.Void
SvnOldCleanup. run()
protected SVNCommitInfo
SvnOldCommit. run()
protected java.lang.Void
SvnOldCopy. run()
protected java.lang.Void
SvnOldDiff. run()
protected java.lang.Long
SvnOldExport. run()
protected java.lang.String
SvnOldGetChangelistPaths. run()
protected SvnInfo
SvnOldGetInfo. run()
protected java.util.Map<SVNURL,SVNMergeRangeList>
SvnOldGetMergeInfo. run()
protected SVNProperties
SvnOldGetProperties. run()
protected SvnStatus
SvnOldGetStatus. run()
protected SvnStatusSummary
SvnOldGetStatusSummary. run()
protected SVNCommitInfo
SvnOldImport. run()
protected SVNDirEntry
SvnOldList. run()
protected SVNLogEntry
SvnOldLogMergeInfo. run()
protected java.lang.Void
SvnOldMarkReplaced. run()
protected java.lang.Void
SvnOldMerge. run()
protected SVNURL
SvnOldRelocate. run()
protected SVNCommitInfo
SvnOldRemoteCopy. run()
protected java.lang.Void
SvnOldRemove. run()
protected java.lang.Void
SvnOldResolve. run()
protected java.lang.Void
SvnOldRevert. run()
protected java.lang.Void
SvnOldSetChangelist. run()
protected SVNLock
SvnOldSetLock. run()
protected SVNPropertyData
SvnOldSetProperty. run()
protected java.util.Collection<SVNURL>
SvnOldSuggestMergeSources. run()
protected java.lang.Long
SvnOldSwitch. run()
protected SVNLock
SvnOldUnlock. run()
protected long[]
SvnOldUpdate. run()
protected SvnWcGeneration
SvnOldUpgrade. run()
static void
SvnOldUpgrade. wipeObsoleteFiles(java.io.File dirAbsPath)
static void
SvnOldUpgrade. wipePostUpgrade(SVNWCContext ctx, java.io.File dirAbsPath, boolean isWholeAdmin)
static org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpgradeEntries.WriteBaton
SvnOldUpgradeEntries. writeUpgradedEntries(org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpgradeEntries.WriteBaton parentNode, SVNWCDb db, ISVNWCDb.SVNWCDbUpgradeData upgradeData, java.io.File dirAbsPath, java.util.Map<java.lang.String,SVNEntry> entries, SVNHashMap textBases, int targetWorkingCopyFormat)
Constructors in org.tmatesoft.svn.core.internal.wc2.old that throw SVNException Constructor Description SvnOldRepositoryAccess(ISvnOperationOptionsProvider operationOptionsProvider)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc2.patch
Methods in org.tmatesoft.svn.core.internal.wc2.patch that throw SVNException Modifier and Type Method Description static SvnPatchTarget
SvnPatchTarget. applyPatch(SvnPatch patch, java.io.File workingCopyDirectory, int stripCount, SVNWCContext context, boolean ignoreWhitespace, boolean removeTempFiles)
static SvnPropertiesPatchTarget
SvnPropertiesPatchTarget. initPropTarget(java.lang.String propName, SvnDiffCallback.OperationKind operation, SVNWCContext context, java.io.File absPath)
void
SvnPatchTarget. installPatchedPropTarget(boolean dryRun, SVNWCContext context)
void
SvnPatchTarget. installPatchedTarget(java.io.File workingCopyDirectory, boolean dryRun, SVNWCContext context)
protected boolean
SvnTargetContent. matchExistingTarget(SvnDiffHunk hunk)
static SvnPatchFile
SvnPatchFile. openReadOnly(java.io.File patchFile)
SvnDiffHunk
SvnPatch. parseNextHunk(boolean[] isProperty, java.lang.String[] propName, SvnDiffCallback.OperationKind[] propOperation, SVNPatchFileStream patchStream, boolean ignoreWhitespace)
static SvnPatch
SvnPatch. parseNextPatch(SvnPatchFile patchFile, boolean reverse, boolean ignoreWhitespace)
java.lang.String
SvnTargetContent.IRealLineCallback. readLine(java.lang.Object baton, java.lang.String[] eolStr, boolean[] eof)
java.lang.String
SvnTargetContent. readLine()
java.lang.String
SvnDiffHunk. readLineDiffText(java.lang.String[] eolStr, boolean[] eof)
java.lang.String
SvnDiffHunk. readLineModifiedText(java.lang.String[] eolStr, boolean[] eof)
java.lang.String
SvnDiffHunk. readLineOriginalText(java.lang.String[] eolStr, boolean[] eof)
protected int
SvnTargetContent. scanForMatch(SvnDiffHunk hunk, boolean matchFirst, int upperLine, int fuzz, boolean ignoreWhitespace, boolean matchModified, ISVNCanceller canceller)
void
SvnTargetContent.ISeekCallback. seek(java.lang.Object object, long offset)
protected void
SvnTargetContent. seekToLine(int line)
void
SvnPatchTarget. sendPatchNotification(SVNWCContext context)
long
SvnTargetContent.ITellCallback. tell(java.lang.Object readBaton)
void
SvnTargetContent.IWriteCallback. write(java.lang.Object writeBaton, java.lang.String s)
void
SvnPatchTarget. writeOutRejectedHunks(boolean dryRun)
-
Uses of SVNException in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that throw SVNException Modifier and Type Method Description protected SVNCommitInfo
SvnRemoteRemoteMkDir. doRun()
void
SvnRemoteList. handleDirEntry(SVNDirEntry dirEntry)
void
SvnRemoteAnnotate. handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line)
void
SvnRemoteAnnotate. handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line, java.util.Date mergedDate, long mergedRevision, java.lang.String mergedAuthor, java.lang.String mergedPath, int lineNumber)
void
SvnRemoteSetLock. handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
void
SvnRemoteUnlock. handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
void
SvnRemoteLog. handleLogEntry(SVNLogEntry logEntry)
void
SvnRemoteSetPropertyImpl. handleProperty(long revision, SVNPropertyData property)
void
SvnRemoteSetPropertyImpl. handleProperty(java.io.File path, SVNPropertyData property)
void
SvnRemoteSetPropertyImpl. handleProperty(SVNURL url, SVNPropertyData property)
boolean
SvnRemoteAnnotate. handleRevision(java.util.Date date, long revision, java.lang.String author, java.io.File contents)
void
SvnRemoteSetLock. handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
void
SvnRemoteUnlock. handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
boolean
SvnNgReposToReposCopy. isApplicable(SvnRemoteCopy operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteAnnotate. isApplicable(SvnAnnotate operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteDiff. isApplicable(SvnDiff operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteExport. isApplicable(SvnExport operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteGetInfo. isApplicable(SvnGetInfo operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteGetProperties. isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteGetRevisionProperties. isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteList. isApplicable(SvnList operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteLog. isApplicable(SvnCat operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteSetLock. isApplicable(SvnSetLock operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteSetPropertyImpl. isApplicable(SvnRemoteSetProperty operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteSetRevisionProperty. isApplicable(SvnSetProperty operation, SvnWcGeneration wcGeneration)
boolean
SvnRemoteUnlock. isApplicable(SvnUnlock operation, SvnWcGeneration wcGeneration)
static void
SvnRemoteGetProperties. remotePropertyGet(SVNURL url, SVNNodeKind kind, java.lang.String path, SVNRepository repos, long revNumber, SVNDepth depth, ISvnObjectReceiver<SVNProperties> receiver)
protected SVNCommitInfo
SvnNgReposToReposCopy. run()
protected SvnAnnotateItem
SvnRemoteAnnotate. run()
protected java.lang.Void
SvnRemoteCat. run()
protected java.lang.Void
SvnRemoteDiff. run()
protected java.lang.Long
SvnRemoteExport. run()
protected SvnInfo
SvnRemoteGetInfo. run()
protected SVNProperties
SvnRemoteGetProperties. run()
protected SVNProperties
SvnRemoteGetRevisionProperties. run()
protected SVNDirEntry
SvnRemoteList. run()
protected SVNLogEntry
SvnRemoteLog. run()
protected SVNCommitInfo
SvnRemoteRemoteDelete. run()
protected SVNCommitInfo
SvnRemoteRemoteMkDir. run()
protected SVNLock
SvnRemoteSetLock. run()
protected SVNCommitInfo
SvnRemoteSetPropertyImpl. run()
protected SVNPropertyData
SvnRemoteSetRevisionProperty. run()
protected SVNLock
SvnRemoteUnlock. run()
-
Uses of SVNException in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that throw SVNException Modifier and Type Method Description void
ISVNEditor. abortEdit()
Aborts the current running editor due to errors occured.void
ISVNReporter. abortReport()
Aborts the current running report due to errors occured.void
ISVNEditor. absentDir(java.lang.String path)
Indicates that a path is present as a subdirectory in the edit source, but can not be conveyed to the edit consumer (perhaps because of authorization restrictions).void
ISVNEditor. absentFile(java.lang.String path)
Indicates that a path is present as a file in the edit source, but can not be conveyed to the edit consumer (perhaps because of authorization restrictions).void
ISVNEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
Adds a directory.void
ISVNEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
Adds a file.void
ISVNDeltaConsumer. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
Starts applying text delta(s) to an opened file.void
SVNRepository. assertServerIsMergeInfoCapable(java.lang.String pathOrURL)
Checks that this object is connected to a mergeinfo capable repository.protected static void
SVNRepository. assertValidRevision(long revision)
void
ISVNEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
Changes the value of a property of the currently opened/added directory.void
ISVNEditor. changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue)
Changes the value of a property of the currently opened/added file.void
SVNRepository. checkout(long revision, java.lang.String target, boolean recursive, ISVNEditor editor)
Checks out a directory from a repository.void
SVNRepository. checkout(long revision, java.lang.String target, SVNDepth depth, ISVNEditor editor)
Checks out a directory from a repository to definedepth
.void
SVNRepository. checkoutFiles(long revision, java.lang.String[] paths, ISVNFileCheckoutTarget fileCheckoutHandler)
Recursively checks out only files from the repository atrevision
invokingfileCheckoutHandler
on every file received.abstract SVNNodeKind
SVNRepository. checkPath(java.lang.String path, long revision)
Returns the kind of an item located at the specified path in a particular revision.void
ISVNEditor. closeDir()
Closes the currently opened directory fixing all changes of its properties and/or entries.SVNCommitInfo
ISVNEditor. closeEdit()
Closes this editor finalizing the whole operation the editor was used for.void
ISVNEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
Closes the opened file fixing all properties and/or contents changes.void
ISVNFileRevisionHandler. closeRevision(java.lang.String token)
Performs final handling for the processed file revision (when all deltas are applied and fulltext is got).static SVNRepository
SVNRepositoryFactory. create(SVNURL url)
Creates an SVNRepository driver according to the protocol that is to be used to access a repository.static SVNRepository
SVNRepositoryFactory. create(SVNURL url, ISVNSession options)
Creates an SVNRepository driver according to the protocol that is to be used to access a repository.static SVNURL
SVNRepositoryFactory. createLocalRepository(java.io.File path, boolean enableRevisionProperties, boolean force)
Creates a local blank FSFS-type repository.static SVNURL
SVNRepositoryFactory. createLocalRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force)
Creates a local blank FSFS-type repository.static SVNURL
SVNRepositoryFactory. createLocalRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible)
Creates a local blank FSFS-type repository.static SVNURL
SVNRepositoryFactory. createLocalRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible, boolean pre15Compatible)
Creates a local blank FSFS-type repository.static SVNURL
SVNRepositoryFactory. createLocalRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible, boolean pre15Compatible, boolean pre16Compatible)
Creates a local blank FSFS-type repository.static SVNURL
SVNRepositoryFactory. createLocalRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible, boolean pre15Compatible, boolean pre16Compatible, boolean pre17Compatible, boolean with17Compatible)
void
ISVNEditor. deleteEntry(java.lang.String path, long revision)
Deletes an entry.void
ISVNReporter. deletePath(java.lang.String path)
Describes a working copypath
as deleted or missing.void
SVNRepository. diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, boolean recursive, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor)
void
SVNRepository. diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)
abstract void
SVNRepository. diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor)
Asks this repository access object to 'diff' a working copy againsttargetRevision
.void
SVNRepository. diff(SVNURL url, long revision, java.lang.String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)
void
ISVNFileCheckoutTarget. filePropertyChanged(java.lang.String path, java.lang.String name, SVNPropertyValue value)
Receives and handles a next file property.void
ISVNReporter. finishReport()
Finalizes the report.abstract ISVNEditor
SVNRepository. getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator)
Gets an editor for committing changes to a repository.ISVNEditor
SVNRepository. getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, SVNProperties revisionProperties, ISVNWorkspaceMediator mediator)
Returns an editor for committing changes to the repository ession, setting the revision properties fromrevisionProperties
table.ISVNEditor
SVNRepository. getCommitEditor(java.lang.String logMessage, ISVNWorkspaceMediator mediator)
Gets an editor for committing changes to a repository.protected abstract ISVNEditor
SVNRepository. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)
abstract long
SVNRepository. getDatedRevision(java.util.Date date)
Returns the recent repository revision number for the particular moment in time - the closest one before or at the specified datestamp.long
SVNRepository. getDeletedRevision(java.lang.String path, long pegRevision, long endRevision)
Returns the revision where the path was first deleted within the inclusive revision range defined bypegRevision
andendRevision
.protected abstract long
SVNRepository. getDeletedRevisionImpl(java.lang.String path, long pegRevision, long endRevision)
abstract SVNDirEntry
SVNRepository. getDir(java.lang.String path, long revision, boolean includeCommitMessages, java.util.Collection entries)
Fetches the contents of a directory into the provided collection object and returns the directory entry itself.java.util.Collection<SVNDirEntry>
SVNRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, java.util.Collection dirEntries)
Fetches the contents and properties of a directory located at the specified path in a particular revision with the possibility to specify fields of the entry to fetch.abstract long
SVNRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)
Fetches the contents and/or properties of a directory located at the specified path in a particular revision with the possibility to specify fields of the entry to fetch.java.util.Collection
SVNRepository. getDir(java.lang.String path, long revision, SVNProperties properties, java.util.Collection dirEntries)
Fetches the contents and properties of a directory located at the specified path in a particular revision.abstract long
SVNRepository. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler)
Fetches the contents and/or properties of a directory located at the specified path in a particular revision.abstract long
SVNRepository. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents)
Fetches the contents and/or properties of a file located at the specified path in a particular revision.int
SVNRepository. getFileRevisions(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler)
Retrieves interesting file revisions for the specified file with possibility to include merged revisions.int
SVNRepository. getFileRevisions(java.lang.String path, long startRevision, long endRevision, ISVNFileRevisionHandler handler)
Retrieves interesting file revisions for the specified file.java.util.Collection
SVNRepository. getFileRevisions(java.lang.String path, java.util.Collection revisions, long sRevision, long eRevision)
Retrieves and returns interesting file revisions for the specified file.protected abstract int
SVNRepository. getFileRevisionsImpl(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler)
java.lang.String
SVNRepository. getFullPath(java.lang.String relativeOrRepositoryPath)
Resolves a path, relative either to the location to which this driver object is set or to the repository root directory, to a path, relative to the host.java.util.Map<java.lang.String,SVNProperties>
SVNRepository. getInheritedProperties(java.lang.String path, long revision, java.lang.String propertyName)
void
SVNRepository. getInheritedProperties(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler)
protected abstract void
SVNRepository. getInheritedPropertiesImpl(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler)
abstract long
SVNRepository. getLatestRevision()
Returns the number of the latest revision of the repository this driver is working with.protected java.lang.String
SVNRepository. getLocationRelativePath(java.lang.String relativeOrAbsolutePath)
int
SVNRepository. getLocations(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)
Gets entry locations in time.java.util.Collection
SVNRepository. getLocations(java.lang.String path, java.util.Collection entries, long pegRevision, long[] revisions)
Gets entry locations in time.java.util.Map
SVNRepository. getLocations(java.lang.String path, java.util.Map entries, long pegRevision, long[] revisions)
Gets entry locations in time.java.util.List<SVNLocationSegment>
SVNRepository. getLocationSegments(java.lang.String path, long pegRevision, long startRevision, long endRevision)
Callshandler
for each segment in the location history ofpath
inpegRevision
, working backwards in time fromstartRevision
toendRevision
.long
SVNRepository. getLocationSegments(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
Callshandler
for each segment in the location history ofpath
inpegRevision
, working backwards in time fromstartRevision
toendRevision
.protected abstract long
SVNRepository. getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
protected abstract int
SVNRepository. getLocationsImpl(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)
abstract SVNLock
SVNRepository. getLock(java.lang.String path)
Gets the lock for the file located at the specified path.abstract SVNLock[]
SVNRepository. getLocks(java.lang.String path)
Gets all locks on or below thepath
, that is if the repository entry (located at thepath
) is a directory then the method returns locks of all locked files (if any) in it.java.util.Map<java.lang.String,SVNMergeInfo>
SVNRepository. getMergeInfo(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants)
Returns merge information for the repository entries inpaths
for paricularrevision
, if the repository supports merge-tracking informationprotected abstract java.util.Map
SVNRepository. getMergeInfoImpl(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants)
java.io.OutputStream
ISVNFileCheckoutTarget. getOutputStream(java.lang.String path)
Returns an output stream that will receive file contents ofpath
.java.lang.String
SVNRepository. getRepositoryPath(java.lang.String relativePath)
Returns a path relative to the repository root directory given a path relative to the location to which this driver object is set.SVNURL
SVNRepository. getRepositoryRoot(boolean forceConnection)
Gets a repository's root directory location.java.lang.String
SVNRepository. getRepositoryUUID(boolean forceConnection)
Gets the Universal Unique IDentifier (UUID) of the repository this driver is created for.abstract SVNProperties
SVNRepository. getRevisionProperties(long revision, SVNProperties properties)
Returns unversioned revision properties for a particular revision.abstract SVNPropertyValue
SVNRepository. getRevisionPropertyValue(long revision, java.lang.String propertyName)
Gets the value of an unversioned property.SVNPropertyValue
ISVNWorkspaceMediator. getWorkspaceProperty(java.lang.String path, java.lang.String name)
Retrieves an item's WC property from a".svn/wcprops"
administrative subdirectory.void
ISVNReplayHandler. handleEndRevision(long revision, SVNProperties revisionProperties, ISVNEditor editor)
Handles the end of replaying a next revision.void
ISVNInheritedPropertiesHandler. handleInheritedProperites(java.lang.String inheritedFromPath, SVNProperties properties)
void
ISVNLocationEntryHandler. handleLocationEntry(SVNLocationEntry locationEntry)
To be implemented for location entries handling.void
ISVNLocationSegmentHandler. handleLocationSegment(SVNLocationSegment locationSegment)
Handles a next location segment.void
ISVNLockHandler. handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
Handles the path locked.ISVNEditor
ISVNReplayHandler. handleStartRevision(long revision, SVNProperties revisionProperties)
Handles the start of replaying a next revision and returns an editor through which the revision will be replayed.void
ISVNLockHandler. handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
Handles the path unlocked.abstract boolean
SVNRepository. hasCapability(SVNCapability capability)
Returnstrue
if the repository has specifiedcapability
.abstract SVNDirEntry
SVNRepository. info(java.lang.String path, long revision)
Gives information about an entry located at the specified path in a particular revision.void
ISVNReporter. linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty)
Deprecated.void
ISVNReporter. linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty)
Describes a local path as being at a particular revision to switch the path to a different repository location.abstract void
SVNRepository. lock(java.util.Map pathsToRevisions, java.lang.String comment, boolean force, ISVNLockHandler handler)
Locks path(s) at definite revision(s).long
SVNRepository. log(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean discoverChangedPaths, boolean strictNodeHistory, long limit, boolean includeMergedRevisions, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message fromstartRevision
toendRevision
.long
SVNRepository. log(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, long limit, ISVNLogEntryHandler handler)
Traverses revisions history.long
SVNRepository. log(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, ISVNLogEntryHandler handler)
Traverses revisions history.java.util.Collection
SVNRepository. log(java.lang.String[] targetPaths, java.util.Collection entries, long startRevision, long endRevision, boolean changedPath, boolean strictNode)
Traverses revisions history and returns a collection of log entries.protected abstract long
SVNRepository. logImpl(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, long limit, boolean includeMergedRevisions, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
void
ISVNEditor. openDir(java.lang.String path, long revision)
Opens a directory.void
ISVNEditor. openFile(java.lang.String path, long revision)
Opens a file.void
ISVNFileRevisionHandler. openRevision(SVNFileRevision fileRevision)
Handles a file revision info.void
ISVNEditor. openRoot(long revision)
Opens the root directory on which the operation was invoked.abstract void
SVNRepository. replay(long lowRevision, long revision, boolean sendDeltas, ISVNEditor editor)
Replays the changes from the specified revision through the given editor.void
SVNRepository. replayRange(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler)
Replays the changes from a range of revisions betweenstartRevision
andendRevision
.protected abstract void
SVNRepository. replayRangeImpl(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler)
void
ISVNReporterBaton. report(ISVNReporter reporter)
Makes a report describing the state of local items in order to get the differences between the local items and what actually is in a repository.void
SVNRepository. setLocation(SVNURL url, boolean forceReconnect)
Sets a new repository location for this object.void
ISVNReporter. setPath(java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty)
Deprecated.void
ISVNReporter. setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty)
Describes a working copypath
as being at a particularrevision
and having depthdepth
.abstract void
SVNRepository. setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue)
Sets a revision property with the specified name to a new value.void
ISVNWorkspaceMediator. setWorkspaceProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
Sets a new value for an item's WC property in a".svn/wcprops"
administrative subdirectory.void
SVNRepository. status(long revision, java.lang.String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)
Gets status of a path.abstract void
SVNRepository. status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)
Gets status of a path to the particulardepth
as a scope.void
ISVNEditor. targetRevision(long revision)
Sets the target revision the operation is running for.abstract void
SVNRepository. testConnection()
Tries to access a repository.java.io.OutputStream
ISVNDeltaConsumer. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
Collects a next delta chunk.void
ISVNDeltaConsumer. textDeltaEnd(java.lang.String path)
Finalizes collecting text delta(s).abstract void
SVNRepository. unlock(java.util.Map pathToTokens, boolean force, ISVNLockHandler handler)
Removes lock(s) from the file(s).void
SVNRepository. update(long revision, java.lang.String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)
Updates a path receiving changes from a repository.abstract void
SVNRepository. update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor)
Updates a path receiving changes from a repository.void
SVNRepository. update(SVNURL url, long revision, java.lang.String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)
Deprecated.abstract void
SVNRepository. update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)
Asks this repository access object to 'switch' a versioned tree to a newurl
. -
Uses of SVNException in org.tmatesoft.svn.core.io.diff
Methods in org.tmatesoft.svn.core.io.diff that throw SVNException Modifier and Type Method Description void
SVNDiffWindow. apply(SVNDiffWindowApplyBaton applyBaton)
Applies this window's instructions.void
SVNDeltaProcessor. applyTextDelta(java.io.File baseFile, java.io.File targetFile, boolean computeCheksum)
Starts processing deltas given a base file and a one to write resultant target bytes to.void
SVNDeltaProcessor. applyTextDelta(java.io.InputStream baseIS, java.io.File targetFile, boolean computeTargetCheksum)
Starts processing deltas given a base file and a one to write resultant target bytes to.static SVNDiffWindowApplyBaton
SVNDiffWindowApplyBaton. create(java.io.File source, java.io.File target, java.security.MessageDigest digest)
Creates a diff window apply baton whith source and target streams represented by files.void
SVNDeltaGenerator. sendDelta(java.lang.String path, byte[] source, int sourceLength, long sourceOffset, byte[] target, int targetLength, ISVNDeltaConsumer consumer)
Generates a series of diff windows of fixed size comparingtargetLength
of target bytes (read fromtarget
stream) againstsourceLength
of source bytes (read fromsource
stream at offsetsourceOffset
), and sends produced windows to the providedconsumer
.void
SVNDeltaGenerator. sendDelta(java.lang.String path, byte[] target, int targetLength, ISVNDeltaConsumer consumer)
Generates a series of diff windows of fixed size comparing target bytes (read fromtarget
stream) against an empty file, and sends produced windows to the provided consumer.java.lang.String
SVNDeltaGenerator. sendDelta(java.lang.String path, java.io.InputStream source, long sourceOffset, java.io.InputStream target, ISVNDeltaConsumer consumer, boolean computeChecksum)
Generates a series of diff windows of fixed size comparing target bytes (read fromtarget
stream) against source bytes (read fromsource
stream), and sends produced windows to the provided consumer.java.lang.String
SVNDeltaGenerator. sendDelta(java.lang.String path, java.io.InputStream target, ISVNDeltaConsumer consumer, boolean computeChecksum)
Generates a series of diff windows of fixed size comparing target bytes (fromtarget
stream) against an empty file and sends produced windows to the provided consumer.java.io.OutputStream
SVNDeltaProcessor. textDeltaChunk(SVNDiffWindow window)
Receives a next diff window to be applied. -
Uses of SVNException in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNException Modifier and Type Method Description protected void
SVNClientImpl. throwException(SVNException e)
Methods in org.tmatesoft.svn.core.javahl that throw SVNException Modifier and Type Method Description void
JavaHLDebugLog. enableLogging(int logLevel, java.io.File logPath, java.util.logging.Formatter formatter)
-
Uses of SVNException in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNException Modifier and Type Method Description static void
SVNReposImpl. throwException(SVNException e, SVNClientImpl svnClient)
-
Uses of SVNException in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator that throw SVNException Modifier and Type Method Description void
SVNReplicationEditor. abortEdit()
Aborts the transaction.void
SVNReplicationEditor. absentDir(java.lang.String path)
Does nothing.void
SVNReplicationEditor. absentFile(java.lang.String path)
Does nothing.void
SVNReplicationEditor. addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
Adds a new directory under the specifiedpath
to the target repository.void
SVNReplicationEditor. addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
Adds a new file.void
SVNReplicationEditor. applyTextDelta(java.lang.String path, java.lang.String baseChecksum)
Starts applying text delta.void
SVNReplicationEditor. changeDirProperty(java.lang.String name, SVNPropertyValue value)
Changes a property of the current directory.void
SVNReplicationEditor. changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value)
Changes file property.void
SVNReplicationEditor. closeDir()
Closes the current opened dir.SVNCommitInfo
SVNReplicationEditor. closeEdit()
Commits the transaction.void
SVNReplicationEditor. closeFile(java.lang.String path, java.lang.String textChecksum)
Closes the current opened file.void
SVNReplicationEditor. deleteEntry(java.lang.String path, long revision)
Removespath
from the paths to be committed.protected void
SVNRepositoryReplicator. fireReplicatedEvent(SVNCommitInfo commitInfo)
Fires a replicating iteration finished event to the registered handler.protected void
SVNRepositoryReplicator. fireReplicatingEvent(SVNLogEntry revision)
Fires a replicating iteration started event to the registered handler.void
SVNRepositoryReplicator. handleEvent(SVNEvent event, double progress)
Does nothing.void
SVNReplicationEditor. openDir(java.lang.String path, long revision)
Opens a correspondingpath
in the target repository.void
SVNReplicationEditor. openFile(java.lang.String path, long revision)
Opens a file.void
SVNReplicationEditor. openRoot(long revision)
Starts a next replication transaction.long
SVNRepositoryReplicator. replicateRepository(SVNRepository src, SVNRepository dst, boolean incremental)
Replicates a repository either incrementally or totally.long
SVNRepositoryReplicator. replicateRepository(SVNRepository src, SVNRepository dst, long fromRevision, long toRevision)
Replicates a range of repository revisions.void
ISVNReplicationHandler. revisionReplicated(SVNRepositoryReplicator source, SVNCommitInfo commitInfo)
Notifies this handler that the replicator has just finished replicating the current revision copying operation.void
ISVNReplicationHandler. revisionReplicating(SVNRepositoryReplicator source, SVNLogEntry logEntry)
Notifies this handler that the replicator is about to start a next revision copying operation.void
SVNReplicationEditor. targetRevision(long revision)
Saves the targetrevision
.java.io.OutputStream
SVNReplicationEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
Applies a next chunk of delta.void
SVNReplicationEditor. textDeltaEnd(java.lang.String path)
Handles text delta end. -
Uses of SVNException in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that throw SVNException Modifier and Type Method Description boolean
ISVNFileFilter. accept(java.io.File file)
This method is called to add extra filtering of files.void
SVNChangelistClient. addToChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String changelist, java.lang.String[] changelists)
Deprecated.static SVNInfo
SVNInfo. createInfo(java.io.File file, SVNEntry entry)
SVNRepository
DefaultSVNRepositoryPool. createRepository(SVNURL url, boolean mayReuse)
Creates a new SVNRepository driver object.SVNRepository
ISVNRepositoryPool. createRepository(SVNURL url, boolean mayReuse)
Creates a low-level SVN protocol driver to access a repository.SVNRepository
SVNClientManager. createRepository(SVNURL url, boolean mayReuse)
Creates a low-level SVN protocol driver to directly work with a repository.java.io.File
DefaultSVNDiffGenerator. createTempDirectory()
Creates a temporary directory for diff files.java.io.File
ISVNDiffGenerator. createTempDirectory()
Creates a temporary directory (when necessary) where temporary files will be created.void
DefaultSVNDiffGenerator. displayAddedDirectory(java.lang.String path, java.lang.String rev1, java.lang.String rev2)
Does nothing.void
ISVNDiffGenerator. displayAddedDirectory(java.lang.String path, java.lang.String rev1, java.lang.String rev2)
Notifies this generator that the directory was added in revisionrev2
.void
DefaultSVNDiffGenerator. displayDeletedDirectory(java.lang.String path, java.lang.String rev1, java.lang.String rev2)
Does nothing.void
ISVNDiffGenerator. displayDeletedDirectory(java.lang.String path, java.lang.String rev1, java.lang.String rev2)
Notifies this generator that the directory was deleted in revisionrev2
.void
DefaultSVNDiffGenerator. displayFileDiff(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String rev1, java.lang.String rev2, java.lang.String mimeType1, java.lang.String mimeType2, java.io.OutputStream result)
Writes the difference betweenfile1
andfile2
as they are seen inrev1
andrev2
toresult
.void
ISVNDiffGenerator. displayFileDiff(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String rev1, java.lang.String rev2, java.lang.String mimeType1, java.lang.String mimeType2, java.io.OutputStream result)
Generates and writes differences between two files to the specified output stream.void
DefaultSVNDiffGenerator. displayPropDiff(java.lang.String path, SVNProperties baseProps, SVNProperties diff, java.io.OutputStream result)
Produces properties difference and writes it toresult
.void
ISVNDiffGenerator. displayPropDiff(java.lang.String path, SVNProperties baseProps, SVNProperties diff, java.io.OutputStream result)
Writes the differences in file properties to the specified output stream.void
SVNCommitPacket. dispose()
Disposes the current object.void
SVNMergeFileSet. dispose()
Disposes this object.void
SVNWCClient. doAdd(java.io.File[] paths, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents)
Schedules working copypaths
for addition to the repository.void
SVNWCClient. doAdd(java.io.File[] paths, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents, boolean applyAutoProperties)
Schedules working copypaths
for addition to the repository.void
SVNWCClient. doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, boolean recursive)
Deprecated.void
SVNWCClient. doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, boolean recursive, boolean includeIgnored)
Deprecated.void
SVNWCClient. doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean includeIgnored, boolean makeParents)
Schedules a working copypath
for addition to the repository.void
SVNWCClient. doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents)
Schedules a working copypath
for addition to the repository.void
SVNChangelistClient. doAddToChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String changelist, java.lang.String[] changelists)
Adds each path inpaths
(recursing todepth
as necessary) tochangelist
.void
SVNLogClient. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Invokeshandler
on each line-blame item associated with revisionendRevision
ofpath
, usingstartRevision
as the default source of all blame.void
SVNLogClient. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler)
Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler)
Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Invokeshandler
on each line-blame item associated with revisionendRevision
ofurl
, usingstartRevision
as the default source of all blame.void
SVNLogClient. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler)
Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler, java.lang.String inputEncoding)
Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNUpdateClient. doCanonicalizeURLs(java.io.File dst, boolean omitDefaultPort, boolean recursive)
Canonicalizes all urls in the specified Working Copy.long
SVNUpdateClient. doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive)
Deprecated.long
SVNUpdateClient. doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force)
Deprecated.long
SVNUpdateClient. doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions)
Checks out a working copy ofurl
atrevision
, looked up atpegRevision
, usingdstPath
as the root directory of the newly checked out working copy.void
SVNWCClient. doCleanup(java.io.File path)
Cleans up a working copy.void
SVNWCClient. doCleanup(java.io.File path, boolean deleteWCProperties)
Recursively cleans up the working copy, removing locks and resuming unfinished operations.void
SVNWCClient. doCleanup(java.io.File path, boolean deleteWCProperties, boolean breakLocks, boolean vacuumPristines, boolean removeUnversionedItems, boolean removeIgnoredItems, boolean includeExternals)
void
SVNWCClient. doCleanupWCProperties(java.io.File directory)
Recursively removes all DAV-specific "svn:wc:" properties from thedirectory
and beneath.SVNCommitPacket
SVNCommitClient. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, boolean recursive)
Deprecated.SVNCommitPacket[]
SVNCommitClient. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, boolean recursive, boolean combinePackets)
Deprecated.SVNCommitPacket[]
SVNCommitClient. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, SVNDepth depth, boolean combinePackets, java.lang.String[] changelists)
Collects commit items (containing detailed information on each Working Copy item that was changed and need to be committed to the repository) into differentSVNCommitPacket
s.SVNCommitPacket
SVNCommitClient. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, SVNDepth depth, java.lang.String[] changelists)
Collects commit items (containing detailed information on each Working Copy item that contains changes and need to be committed to the repository) into a singleSVNCommitPacket
.SVNCommitInfo
SVNCommitClient. doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, boolean force, boolean recursive)
SVNCommitInfo
SVNCommitClient. doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, SVNProperties revisionProperties, java.lang.String[] changelists, boolean keepChangelist, boolean force, SVNDepth depth)
Commits files or directories into repository.SVNCommitInfo[]
SVNCommitClient. doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)
Commits files or directories into repository.SVNCommitInfo[]
SVNCommitClient. doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, java.lang.String commitMessage)
Committs local changes, made to the Working Copy items, to the repository.SVNCommitInfo
SVNCommitClient. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)
Commits files or directories into repository.SVNCommitInfo
SVNCommitClient. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, java.lang.String commitMessage)
Committs local changes made to the Working Copy items to the repository.void
SVNCopyClient. doCopy(java.io.File nestedWC)
Converts a disjoint working copy to a copied one.void
SVNCopyClient. doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists)
Copies each source insources
todst
.void
SVNCopyClient. doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean allowMixedRevisions, boolean metadataOnly)
Copies each source insources
todst
.void
SVNCopyClient. doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin)
SVNCommitInfo
SVNCopyClient. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties)
Copies each source insources
todst
.SVNCommitInfo
SVNCopyClient. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin)
SVNCommitInfo
SVNCommitClient. doDelete(SVNURL[] urls, java.lang.String commitMessage)
Committs removing specified URL-paths from the repository.SVNCommitInfo
SVNCommitClient. doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties)
Deletes items from a repository.void
SVNWCClient. doDelete(java.io.File path, boolean force, boolean dryRun)
Schedules a Working Copy item for deletion.void
SVNWCClient. doDelete(java.io.File path, boolean force, boolean deleteFiles, boolean dryRun)
Schedules a Working Copy item for deletion.void
SVNDiffClient. doDiff(java.io.File[] paths, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists)
Iterates over the passed inpaths
callingSVNDiffClient.doDiff(File, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream, Collection)
for each one in the array.void
SVNDiffClient. doDiff(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)
void
SVNDiffClient. doDiff(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists)
Produces diff output which describes the delta betweenpath1
/rN
andpath2
/rM
.void
SVNDiffClient. doDiff(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)
void
SVNDiffClient. doDiff(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists)
Produces diff output which describes the delta betweenpath1
/rN
andurl2
/rM
.void
SVNDiffClient. doDiff(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)
void
SVNDiffClient. doDiff(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists)
Produces diff output which describes the delta betweenpath
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient. doDiff(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)
void
SVNDiffClient. doDiff(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists)
Produces diff output which describes the delta betweenurl1
/rN
andpath2
/rM
.void
SVNDiffClient. doDiff(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)
Deprecated.void
SVNDiffClient. doDiff(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result)
Produces diff output which describes the delta betweenurl1
/rN
andurl2
/rM
.void
SVNDiffClient. doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)
void
SVNDiffClient. doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result)
Produces diff output which describes the delta betweenurl
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenpath1
/rN
andpath2
/rM
without creating text deltas.void
SVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenpath1
/rN
andurl2
/rM
without creating text deltas.void
SVNDiffClient. doDiffStatus(java.io.File path, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenpath
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenurl1
/rN
andpath2
/rM
without creating text deltas.void
SVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)
void
SVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenurl1
/rN
andurl2
/rM
without creating text deltas.void
SVNDiffClient. doDiffStatus(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)
Produces a diff summary which lists the changed items betweenurl
in peg revisionpegRevision
, as it changed betweenrN
andrM
.long
SVNUpdateClient. doExport(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive)
long
SVNUpdateClient. doExport(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean overwrite, SVNDepth depth)
Exports the contents of either a subversion repository or a subversion working copy into a 'clean' directory (meaning a directory with no administrative directories).long
SVNUpdateClient. doExport(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive)
long
SVNUpdateClient. doExport(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean overwrite, SVNDepth depth)
Exports the contents of a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).void
SVNChangelistClient. doGetChangeListPaths(java.util.Collection<java.lang.String> changeLists, java.util.Collection<java.io.File> targets, SVNDepth depth, ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the specified targets.void
SVNChangelistClient. doGetChangeLists(java.io.File path, java.util.Collection<java.lang.String> changeLists, SVNDepth depth, ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the specified path.void
SVNWCClient. doGetFileContents(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst)
Outputs the content of file identified bypath
andrevision
to the streamdst
.void
SVNWCClient. doGetFileContents(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst)
Outputs the content of file identified byurl
andrevision
to the streamdst
.void
SVNDiffClient. doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions eligible for merge frommergeSrcPath
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient. doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions eligible for merge frommergeSrcURL
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient. doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions eligible for merge frommergeSrcPath
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).void
SVNDiffClient. doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions eligible for merge frommergeSrcURL
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).void
SVNDiffClient. doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions merged frommergeSrcPath
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient. doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions merged frommergeSrcURL
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient. doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions merged frommergeSrcPath
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).void
SVNDiffClient. doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Drives a log entryhandler
with the revisions merged frommergeSrcURL
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).java.util.Map<SVNURL,SVNMergeRangeList>
SVNDiffClient. doGetMergedMergeInfo(java.io.File path, SVNRevision pegRevision)
Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).java.util.Map<SVNURL,SVNMergeRangeList>
SVNDiffClient. doGetMergedMergeInfo(SVNURL url, SVNRevision pegRevision)
Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).SVNPropertyData
SVNWCClient. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision)
Gets the value of the propertypropName
forpath
.void
SVNWCClient. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler)
void
SVNWCClient. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists)
Invokeshandler
on paths covered bydepth
starting with the specifiedpath
.SVNPropertyData
SVNWCClient. doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision)
Gets the value of the propertypropName
forurl
.void
SVNWCClient. doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler)
void
SVNWCClient. doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler)
Invokeshandler
on paths covered bydepth
starting with the specifiedpath
.long
SVNWCClient. doGetRevisionProperty(java.io.File path, java.lang.String propName, SVNRevision revision, ISVNPropertyHandler handler)
Gets an unversioned revision property from a repository (getting a repository URL from a Working Copy) and passes it to a provided property handler.long
SVNWCClient. doGetRevisionProperty(SVNURL url, java.lang.String propName, SVNRevision revision, ISVNPropertyHandler handler)
Gets an unversioned revision property from a repository and passes it to a provided property handler.java.lang.String
SVNWCClient. doGetWorkingCopyID(java.io.File path, java.lang.String trailURL)
Returns the current Working Copy min- and max- revisions as well as changes and switch status within a single string.java.lang.String
SVNWCClient. doGetWorkingCopyID(java.io.File path, java.lang.String trailURL, boolean committed)
Returns the current Working Copy min- and max- revisions as well as changes and switch status within a single string.SVNCommitInfo
SVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean recursive)
Deprecated.SVNCommitInfo
SVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean useGlobalIgnores, boolean recursive)
Deprecated.SVNCommitInfo
SVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNInfo
SVNWCClient. doInfo(java.io.File path, SVNRevision revision)
Collects and returns information on a single Working Copy item.void
SVNWCClient. doInfo(java.io.File path, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)
Deprecated.void
SVNWCClient. doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)
Deprecated.void
SVNWCClient. doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, java.util.Collection<java.lang.String> changeLists, ISVNInfoHandler handler)
Invokeshandler
to return information aboutpath
inrevision
.SVNInfo
SVNWCClient. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision)
Collects and returns information on a single item in a repository.void
SVNWCClient. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)
Deprecated.void
SVNWCClient. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler)
Invokeshandler
to return information abouturl
inrevision
.void
SVNLogClient. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)
Deprecated.void
SVNLogClient. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)
Deprecated.void
SVNLogClient. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)
Reports the directory entry, and possibly children, forpath
atrevision
.void
SVNLogClient. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)
Browses directory entries from a repository and uses the provided dir entry handler to process them.void
SVNLogClient. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)
void
SVNLogClient. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)
Reports the directory entry, and possibly children, forurl
atrevision
.void
SVNWCClient. doLock(java.io.File[] paths, boolean stealLock, java.lang.String lockMessage)
Locks file items in a Working Copy as well as in a repository so that no other user can commit changes to them.void
SVNWCClient. doLock(SVNURL[] urls, boolean stealLock, java.lang.String lockMessage)
Locks file items in a repository so that no other user can commit changes to them.void
SVNLogClient. doLog(java.io.File[] paths, java.util.Collection<SVNRevisionRange> revisionRanges, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message from the givenrevisionRanges
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient. doLog(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.void
SVNLogClient. doLog(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message fromstartRevision
toendRevision
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient. doLog(java.io.File[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.void
SVNLogClient. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> revisionRanges, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message from the givenin turn, inclusive (but never invokes
handler
on a given log message more than once).void
SVNLogClient. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)
Invokeshandler
on each log message fromstartRevision
toendRevision
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a repository and passes them to a log entry handler for processing.void
SVNWCClient. doMarkReplaced(java.io.File path)
Schedulespath
as being replaced.void
SVNDiffClient. doMerge(java.io.File path1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)
void
SVNDiffClient. doMerge(java.io.File path1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)
Merges changes frompath1
/revision1
topath2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient. doMerge(java.io.File path1, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> rangesToMerge, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)
Merges the changes betweenpath1
in peg revisionpegRevision
, as it changed between the ranges described inrangesToMerge
.void
SVNDiffClient. doMerge(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)
void
SVNDiffClient. doMerge(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)
Merges changes frompath1
/revision1
tourl2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient. doMerge(java.io.File path1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)
void
SVNDiffClient. doMerge(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)
void
SVNDiffClient. doMerge(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)
Merges changes fromurl1
/revision1
topath2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient. doMerge(SVNURL url1, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> rangesToMerge, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)
Merges the changes betweenurl1
in peg revisionpegRevision
, as it changed between the ranges described inrangesToMerge
.void
SVNDiffClient. doMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)
void
SVNDiffClient. doMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)
Merges changes fromurl1
/revision1
tourl2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient. doMerge(SVNURL url1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)
void
SVNDiffClient. doMergeReIntegrate(java.io.File srcPath, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun)
Performs a reintegration merge ofsrcPath
atpegRevision
intodstPath
.void
SVNDiffClient. doMergeReIntegrate(SVNURL srcURL, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun)
Performs a reintegration merge ofsrcURL
atpegRevision
intodstPath
.SVNCommitInfo
SVNCommitClient. doMkDir(SVNURL[] urls, java.lang.String commitMessage)
Committs a creation of a new directory/directories in the repository.SVNCommitInfo
SVNCommitClient. doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents)
Creates directory(ies) in a repository.void
SVNMoveClient. doMove(java.io.File src, java.io.File dst)
Moves a source item to a destination one.protected static SVNBasicDelegate
SVNBasicClient. dontWC17Support()
void
SVNDiffClient. doPatch(java.io.File absPatchPath, java.io.File localAbsPath, boolean dryRun, int stripCount)
void
SVNDiffClient. doPatch(java.io.File absPatchPath, java.io.File localAbsPath, boolean dryRun, int stripCount, boolean ignoreWhitespace, boolean removeTempFiles, boolean reverse)
void
SVNUpdateClient. doRelocate(java.io.File dst, SVNURL oldURL, SVNURL newURL, boolean recursive)
Substitutes the beginning part of a Working Copy's URL with a new one.void
SVNChangelistClient. doRemoveFromChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String[] changelists)
Removes each path inpaths
(recursing todepth
as necessary) from changelists to which they are currently assigned.void
SVNWCClient. doResolve(java.io.File path, boolean recursive)
Deprecated.void
SVNWCClient. doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, boolean resolveTree, SVNConflictChoice conflictChoice)
Performs automatic conflict resolution on a working copypath
.void
SVNWCClient. doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, SVNConflictChoice conflictChoice)
Performs automatic conflict resolution on a working copypath
.void
SVNWCClient. doResolve(java.io.File path, SVNDepth depth, SVNConflictChoice conflictChoice)
Performs automatic conflict resolution on a working copypath
.void
SVNWCClient. doRevert(java.io.File[] paths, boolean recursive)
Deprecated.void
SVNWCClient. doRevert(java.io.File[] paths, SVNDepth depth, java.util.Collection<java.lang.String> changeLists)
Restores the pristine version of working copypaths
, effectively undoing any local mods.void
SVNWCClient. doRevert(java.io.File path, boolean recursive)
Deprecated.void
SVNWCClient. doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean force, boolean recursive, ISVNPropertyHandler handler)
void
SVNWCClient. doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists)
SetspropName
topropValue
onpath
.void
SVNWCClient. doSetProperty(java.io.File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists)
Crawls the working copy atpath
and callsISVNPropertyValueProvider.providePropertyValues(java.io.File, org.tmatesoft.svn.core.SVNProperties)
to get properties to be change on each path being traversedSVNCommitInfo
SVNWCClient. doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler)
SetspropName
topropValue
onpath
.void
SVNWCClient. doSetRevisionProperty(java.io.File path, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler)
SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.void
SVNWCClient. doSetRevisionProperty(SVNURL url, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler)
SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.void
SVNWCClient. doSetWCFormat(java.io.File directory, int format)
Changes working copy format.SVNStatus
SVNStatusClient. doStatus(java.io.File path, boolean remote)
Collects status information on a single Working Copy item.SVNStatus
SVNStatusClient. doStatus(java.io.File path, boolean remote, boolean collectParentExternals)
Collects status information on a single Working Copy item.long
SVNStatusClient. doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler)
long
SVNStatusClient. doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, ISVNStatusHandler handler)
long
SVNStatusClient. doStatus(java.io.File path, SVNRevision revision, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler)
long
SVNStatusClient. doStatus(java.io.File path, SVNRevision revision, SVNDepth depth, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler, java.util.Collection<java.lang.String> changeLists)
Given apath
to a working copy directory (or single file), callshandler
with a set ofSVNStatus
objects which describe the status of thepath
, and its children (recursing according todepth
).java.util.Collection<SVNURL>
SVNDiffClient. doSuggestMergeSources(java.io.File path, SVNRevision pegRevision)
Returns a collection of potential merge sources (expressed as full repositoryURLs
) forpath
atpegRevision
.java.util.Collection<SVNURL>
SVNDiffClient. doSuggestMergeSources(SVNURL url, SVNRevision pegRevision)
Returns a collection of potential merge sources (expressed as full repositoryURLs
) forurl
atpegRevision
.long
SVNUpdateClient. doSwitch(java.io.File file, SVNURL url, SVNRevision revision, boolean recursive)
Deprecated.long
SVNUpdateClient. doSwitch(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive)
Deprecated.long
SVNUpdateClient. doSwitch(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force)
Deprecated.long
SVNUpdateClient. doSwitch(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky)
Switches working treepath
tourl
\pegRevision
atrevision
.long
SVNUpdateClient. doSwitch(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky, boolean ignoreAncestry)
void
SVNWCClient. doUnlock(java.io.File[] paths, boolean breakLock)
Unlocks file items in a Working Copy as well as in a repository.void
SVNWCClient. doUnlock(SVNURL[] urls, boolean breakLock)
Unlocks file items in a repository.long[]
SVNUpdateClient. doUpdate(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky)
Updates working treespaths
torevision
.long[]
SVNUpdateClient. doUpdate(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky, boolean makeParents)
long
SVNUpdateClient. doUpdate(java.io.File file, SVNRevision revision, boolean recursive)
Deprecated.long
SVNUpdateClient. doUpdate(java.io.File file, SVNRevision revision, boolean recursive, boolean force)
Deprecated.long
SVNUpdateClient. doUpdate(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky)
Updates working copyto
revision
.void
SVNMoveClient. doVirtualCopy(java.io.File src, java.io.File dst, boolean move)
Copies/moves administrative version control information of a source file to administrative information of a destination file.java.lang.String
SVNMergeFileSet. getBasePath()
Returns the base file path.void
SVNChangelistClient. getChangeListPaths(java.util.Collection<java.lang.String> changeLists, java.util.Collection<java.io.File> targets, SVNDepth depth, ISVNChangelistHandler handler)
void
SVNChangelistClient. getChangeLists(java.io.File path, java.util.Collection<java.lang.String> changeLists, SVNDepth depth, ISVNChangelistHandler handler)
Deprecated.java.lang.String
DefaultSVNCommitHandler. getCommitMessage(java.lang.String message, SVNCommitItem[] commitables)
Returns themessage
itself without any modifications to it or""
if themessage
is null.java.lang.String
ISVNCommitHandler. getCommitMessage(java.lang.String message, SVNCommitItem[] commitables)
Handles the incoming initial log message and items intended for a commit and returns a new commit log message.protected java.lang.String
DefaultSVNDiffGenerator. getDisplayPath(java.lang.String path)
java.lang.String
SVNMergeFileSet. getRepositoryPath()
Returns the path to the file containing the contents of the repository version of the file.SVNURL
SVNBasicClient. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision)
Returns the root of the repository.SVNURL
SVNBasicClient. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access)
Deprecated.SVNProperties
DefaultSVNCommitHandler. getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties)
ReturnsrevisionProperties
as is if it's not null, or an emptySVNProperties
object ifrevisionProperties
is null.SVNProperties
ISVNCommitHandler. getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties)
Handles the incoming revision properties and returns filtered revision properties given the paths (represented bycommitables
) collected for committing and the commit log message.static java.io.File
SVNWCUtil. getWorkingCopyRoot(java.io.File versionedDir, boolean stopOnExternals)
Returns the Working Copy root directory given a versioned directory that belongs to the Working Copy.SVNConflictResult
ISVNConflictHandler. handleConflict(SVNConflictDescription conflictDescription)
Handles the conflict given the conflict descriptionconflictDescription
and returnsvoid
ISVNDiffStatusHandler. handleDiffStatus(SVNDiffStatus diffStatus)
Receives a diff status object to handle.void
ISVNAnnotateHandler. handleEOF()
Handles the EOF met after the document contents.void
ISVNEventHandler. handleEvent(SVNEvent event, double progress)
Handles the current event.void
SVNEventAdapter. handleEvent(SVNEvent event, double progress)
Does nothing.void
ISVNInfoHandler. handleInfo(SVNInfo info)
Handles item's information using an SVNInfo object.void
ISVNAnnotateHandler. handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line)
Deprecated.void
ISVNAnnotateHandler. handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line, java.util.Date mergedDate, long mergedRevision, java.lang.String mergedAuthor, java.lang.String mergedPath, int lineNumber)
Handles per line annotation information - that is information about who last committed (changed) this line, the revision and timestamp when it was last committed.void
ISVNPathListHandler. handlePathListItem(java.io.File path)
Hadles a working copy path.void
ISVNPropertyHandler. handleProperty(long revision, SVNPropertyData property)
Handles a revision property.void
ISVNPropertyHandler. handleProperty(java.io.File path, SVNPropertyData property)
Handles local item's properties (located in a Working Copy).void
ISVNPropertyHandler. handleProperty(SVNURL url, SVNPropertyData property)
Handles remote item's properies (located in a repository).boolean
ISVNAnnotateHandler. handleRevision(java.util.Date date, long revision, java.lang.String author, java.io.File contents)
Handles file information for a next revision.void
ISVNStatusHandler. handleStatus(SVNStatus status)
Handles WC item's status information using an SVNStatus object.static boolean
SVNWCUtil. isWorkingCopyRoot(java.io.File versionedDir)
Determines if a directory is the root of the Working Copy.static boolean
SVNWCUtil. isWorkingCopyRoot(java.io.File versionedDir, boolean externalIsRoot)
Deprecated.useSVNWCUtil.isWorkingCopyRoot(File)
} insteadSVNMergeResult
ISVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)
GivenadminArea
/localPath
and property changes (propDiff
) based onserverBaseProps
, merges the changes into the working copy.SVNMergeResult
ISVNMerger. mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options)
Performs a text merge.SVNProperties
ISVNPropertyValueProvider. providePropertyValues(java.io.File path, SVNProperties properties)
Defines local item's properties to be installed.void
SVNChangelistClient. removeFromChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String[] changelists)
Deprecated.void
SVNMoveClient. undoMove(java.io.File src, java.io.File dst)
Reverts a previous move operation back. -
Uses of SVNException in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin that throw SVNException Modifier and Type Method Description protected SVNRepository
SVNAdminBasicClient. createRepository(SVNURL url, java.lang.String uuid, boolean mayReuse)
protected void
SVNAdminBasicClient. dispatchEvent(SVNEvent event, double progress)
void
ISVNGNUDiffGenerator. displayHeader(int type, java.lang.String path, java.lang.String copyFromPath, long copyFromRevision, java.io.OutputStream result)
Informs this diff generator about a change to a path.void
SVNLookClient. doCat(java.io.File repositoryRoot, java.lang.String path, java.lang.String transactionName, java.io.OutputStream out)
Fetches file contents for the specified path in the given transaction.void
SVNLookClient. doCat(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision, java.io.OutputStream out)
Fetches file contents for the specified revision and path.void
SVNAdminClient. doCompleteSynchronize(SVNURL fromURL, SVNURL toURL)
Completely synchronizes two repositories.void
SVNAdminClient. doCopyRevisionProperties(SVNURL toURL, long startRevision, long endRevision)
Copies revision properties from the source repository starting atstartRevision
and up toendRevision
to corresponding revisions of the destination repository represented bytoURL
.SVNURL
SVNAdminClient. doCreateRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force)
Creates an FSFS-type repository.SVNURL
SVNAdminClient. doCreateRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible)
Creates an FSFS-type repository.SVNURL
SVNAdminClient. doCreateRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible, boolean pre15Compatible)
Creates an FSFS-type repository.SVNURL
SVNAdminClient. doCreateRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible, boolean pre15Compatible, boolean pre16Compatible)
Creates an FSFS-type repository.SVNURL
SVNAdminClient. doCreateRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible, boolean pre15Compatible, boolean pre16Compatible, boolean pre17Compatible, boolean with17Compatible)
void
SVNAdminClient. doDump(java.io.File repositoryRoot, java.io.OutputStream dumpStream, SVNRevision startRevision, SVNRevision endRevision, boolean isIncremental, boolean useDeltas)
Dumps contents of the repository to the provided output stream in a 'dumpfile' portable format.void
SVNAdminClient. doFilter(java.io.InputStream dumpStream, java.io.OutputStream resultDumpStream, boolean exclude, boolean renumberRevisions, boolean dropEmptyRevisions, boolean preserveRevisionProperties, java.util.Collection prefixes, boolean skipMissingMergeSources)
Filters out nodes with or without the givenprefixes
fromdumpStream
toresultDumpStream
.java.lang.String
SVNLookClient. doGetAuthor(java.io.File repositoryRoot, java.lang.String transactionName)
Returns author information for the given transaction.java.lang.String
SVNLookClient. doGetAuthor(java.io.File repositoryRoot, SVNRevision revision)
Returns author information for the given revision.void
SVNLookClient. doGetChanged(java.io.File repositoryRoot, java.lang.String transactionName, ISVNChangeEntryHandler handler, boolean includeCopyInfo)
Traverses changed paths for the given transaction invoking the passed handler on each changed path.void
SVNLookClient. doGetChanged(java.io.File repositoryRoot, SVNRevision revision, ISVNChangeEntryHandler handler, boolean includeCopyInfo)
Traverses changed paths for the given revision invoking the passed handler on each changed path.void
SVNLookClient. doGetChangedDirectories(java.io.File repositoryRoot, java.lang.String transactionName, ISVNChangedDirectoriesHandler handler)
Passes paths of directories changed in the given transaction to the provided handler.void
SVNLookClient. doGetChangedDirectories(java.io.File repositoryRoot, SVNRevision revision, ISVNChangedDirectoriesHandler handler)
Passes paths of directories changed in the given revision to the provided handler.java.util.Date
SVNLookClient. doGetDate(java.io.File repositoryRoot, java.lang.String transactionName)
Returns datestamp information for the given transaction.java.util.Date
SVNLookClient. doGetDate(java.io.File repositoryRoot, SVNRevision revision)
Returns datestamp information for the given revision.void
SVNLookClient. doGetDiff(java.io.File repositoryRoot, java.lang.String transactionName, boolean diffDeleted, boolean diffAdded, boolean diffCopyFrom, java.io.OutputStream os)
Writes differences of changed files and properties for the given transaction to the provided output stream.void
SVNLookClient. doGetDiff(java.io.File repositoryRoot, SVNRevision revision, boolean diffDeleted, boolean diffAdded, boolean diffCopyFrom, java.io.OutputStream os)
Writes differences of changed files and properties for the given revision to the provided output stream.long
SVNLookClient. doGetFileSize(java.io.File repositoryRoot, java.lang.String path, java.lang.String transactionName)
Returns the size in bytes for the specified path in given transactionlong
SVNLookClient. doGetFileSize(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision)
Returns the size in bytes for the specified path in given revisionvoid
SVNLookClient. doGetHistory(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision, boolean includeIDs, long limit, ISVNHistoryHandler handler)
Passes history information for the specified path and revision to the provided handler.SVNLogEntry
SVNLookClient. doGetInfo(java.io.File repositoryRoot, java.lang.String transactionName)
Retrieves author, timestamp and log message information from the repository for the given transaction name.SVNLogEntry
SVNLookClient. doGetInfo(java.io.File repositoryRoot, SVNRevision revision)
Retrieves author, timestamp and log message information from the repository for the given revision.SVNLock
SVNLookClient. doGetLock(java.io.File repositoryRoot, java.lang.String path)
Retrieves lock information for the specified path.java.lang.String
SVNLookClient. doGetLog(java.io.File repositoryRoot, java.lang.String transactionName)
Returns log information for the given transaction.java.lang.String
SVNLookClient. doGetLog(java.io.File repositoryRoot, SVNRevision revision)
Returns log information for the given revision.SVNProperties
SVNLookClient. doGetProperties(java.io.File repositoryRoot, java.lang.String path, java.lang.String transactionName)
Returns versioned properties for the specified path in the given transaction.SVNProperties
SVNLookClient. doGetProperties(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision)
Returns versioned properties for the specified path in the given revision.SVNPropertyValue
SVNLookClient. doGetProperty(java.io.File repositoryRoot, java.lang.String propName, java.lang.String path, java.lang.String transactionName)
Returns the value of a versioned property for the specified path in the given transaction.SVNPropertyValue
SVNLookClient. doGetProperty(java.io.File repositoryRoot, java.lang.String propName, java.lang.String path, SVNRevision revision)
Returns the value of a versioned property for the specified path in the given revision.SVNProperties
SVNLookClient. doGetRevisionProperties(java.io.File repositoryRoot, java.lang.String transactionName)
Returns revision properties for the given transaction.SVNProperties
SVNLookClient. doGetRevisionProperties(java.io.File repositoryRoot, SVNRevision revision)
Returns revision properties in the given revision.SVNPropertyValue
SVNLookClient. doGetRevisionProperty(java.io.File repositoryRoot, java.lang.String propName, java.lang.String transactionName)
Returns the value of a revision property for the given transaction.SVNPropertyValue
SVNLookClient. doGetRevisionProperty(java.io.File repositoryRoot, java.lang.String propName, SVNRevision revision)
Returns the value of a revision property in the given revision.void
SVNLookClient. doGetTree(java.io.File repositoryRoot, java.lang.String path, java.lang.String transactionName, boolean includeIDs, boolean recursive, ISVNTreeHandler handler)
Traverses repository tree starting at the specified path in the given transaction and invoking the provided handler on each path.void
SVNLookClient. doGetTree(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision, boolean includeIDs, boolean recursive, ISVNTreeHandler handler)
Traverses repository tree starting at the specified path in the given revision and invoking the provided handler on each path.java.lang.String
SVNLookClient. doGetUUID(java.io.File repositoryRoot)
Returns the uuid of the repository.long
SVNLookClient. doGetYoungestRevision(java.io.File repositoryRoot)
Returns the latest revision of the repository.void
SVNAdminClient. doHotCopy(java.io.File srcRepositoryRoot, java.io.File newRepositoryRoot)
Makes a hot copy of a repository located atsrcRepositoryRoot
to one located atnewRepositoryRoot
.SVNSyncInfo
SVNAdminClient. doInfo(SVNURL toURL)
Returns information about the synchronization repository located attoURL
.void
SVNAdminClient. doInitialize(SVNURL fromURL, SVNURL toURL)
Initializes synchronization between source and target repositories.void
SVNAdminClient. doListLocks(java.io.File repositoryRoot)
Walks through the repository tree found underrepositoryRoot
and reports all found locks via calls to the caller'sISVNAdminEventHandler
handler implementation.void
SVNAdminClient. doListTransactions(java.io.File repositoryRoot)
Lists all uncommitted transactions.void
SVNAdminClient. doLoad(java.io.File repositoryRoot, java.io.InputStream dumpStream)
Reads the provided dump stream committing new revisions to a repository.void
SVNAdminClient. doLoad(java.io.File repositoryRoot, java.io.InputStream dumpStream, boolean usePreCommitHook, boolean usePostCommitHook, SVNUUIDAction uuidAction, java.lang.String parentDir)
Reads the provided dump stream committing new revisions to a repository.void
SVNAdminClient. doPack(java.io.File repositoryRoot)
Compacts a repository into a more efficient storage model.void
SVNAdminClient. doRecover(java.io.File repositoryRoot)
Recovers the repository found underrepositoryRoot
.void
SVNAdminClient. doRemoveLocks(java.io.File repositoryRoot, java.lang.String[] paths)
Removes locks from the specifiedpaths
in the repository found underrepositoryRoot
.void
SVNAdminClient. doRemoveTransactions(java.io.File repositoryRoot, java.lang.String[] transactions)
Removes the specified outstanding transactions from a repository.void
SVNAdminClient. doSetUUID(java.io.File repositoryRoot, java.lang.String uuid)
Resets the repository UUID with the provideduuid
for the repository located atrepositoryRoot
.void
SVNAdminClient. doSynchronize(SVNURL toURL)
Synchronizes the repository at the given url.void
SVNAdminClient. doUpgrade(java.io.File repositoryRoot)
Upgrades the repository located atrepositoryRoot
to the latest supported schema version.void
SVNAdminClient. doVerify(java.io.File repositoryRoot)
Verifies the data stored in the repository.void
SVNAdminClient. doVerify(java.io.File repositoryRoot, SVNRevision startRevision, SVNRevision endRevision)
Verifies repository contents found underrepositoryRoot
starting atstartRevision
and up toendRevision
.long
SVNAdminClient. getYoungestRevision(java.io.File repositoryRoot)
Returns the HEAD revision of the repository located atrepositoryRoot
.void
ISVNAdminEventHandler. handleAdminEvent(SVNAdminEvent event, double progress)
Handles the current admin event.void
SVNAdminEventAdapter. handleAdminEvent(SVNAdminEvent event, double progress)
Does nothing.void
ISVNChangedDirectoriesHandler. handleDir(java.lang.String path)
Handles changed directory path.void
SVNReplayHandler. handleEndRevision(long revision, SVNProperties revisionProperties, ISVNEditor editor)
void
ISVNChangeEntryHandler. handleEntry(SVNChangeEntry entry)
Handles information on a changed path.void
SVNAdminBasicClient. handleEvent(SVNEvent event, double progress)
Dispatches events to the registered event handler (if any).void
SVNAdminEventAdapter. handleEvent(SVNEvent event, double progress)
Does nothing.protected void
SVNAdminClient. handleNormalizedProperties(int normalizedRevPropsCount, int normalizedNodePropsCount)
void
ISVNHistoryHandler. handlePath(SVNAdminPath path)
Handles path information.void
ISVNTreeHandler. handlePath(SVNAdminPath path)
Handles path information.protected void
SVNAdminClient. handlePropertesCopied(boolean foundSyncProps, long revision)
ISVNEditor
SVNReplayHandler. handleStartRevision(long revision, SVNProperties revisionProperties)
static SVNProperties
SVNAdminClient. normalizeRevisionProperties(SVNProperties revProps)
static java.lang.String
SVNAdminClient. normalizeString(java.lang.String string)
-
Uses of SVNException in org.tmatesoft.svn.core.wc.xml
Methods in org.tmatesoft.svn.core.wc.xml that throw SVNException Modifier and Type Method Description void
SVNXMLDirEntryHandler. handleDirEntry(SVNDirEntry entry)
Handles a next direntry
.void
SVNXMLInfoHandler. handleInfo(SVNInfo info)
Handles info producing corresponding xml.void
SVNXMLAnnotateHandler. handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line)
Handles line annotation producing corresponding xml tags.void
SVNXMLAnnotateHandler. handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line, java.util.Date mergedDate, long mergedRevision, java.lang.String mergedAuthor, java.lang.String mergedPath, int lineNumber)
Handles line annotation producing corresponding xml tags.void
SVNXMLLogHandler. handleLogEntry(SVNLogEntry logEntry)
Handles a next log entry producing corresponding xml.boolean
SVNXMLAnnotateHandler. handleRevision(java.util.Date date, long revision, java.lang.String author, java.io.File contents)
Just returns false.void
SVNXMLStatusHandler. handleStatus(SVNStatus status)
Handles a nextstatus
object producing corresponding xml. -
Uses of SVNException in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that throw SVNException Modifier and Type Method Description SvnCommitItem
SvnCommitPacket. addItem(java.io.File path, SVNNodeKind kind, SVNURL repositoryRoot, java.lang.String repositoryPath, long revision, java.lang.String copyFromPath, long copyFromRevision, java.io.File movedFromAbsPath, int flags)
Adds commit item with the path, kind, repository root URL, repository path, revision number, copied from path, copied from revision number, flags to the commit packet.SvnCommitItem
SvnCommitPacket. addItem(java.io.File path, SVNURL rootUrl, SVNNodeKind kind, SVNURL url, long revision, SVNURL copyFromUrl, long copyFromRevision, int flags)
Adds commit item with the path, repository root URL, kind, URL, revision number, revision number, copied from path, copied from revision number, flags to the commit packet.void
ISvnOperationHandler. afterOperationSuccess(SvnOperation<?> operation)
A callback that is called after each successful operation runsvoid
ISvnOperationHandler. beforeOperation(SvnOperation<?> operation)
A callback that is called before each operation runsSvnCommitPacket
SvnCommit. collectCommitItems()
Returns operation's commit packet.static SvnWcGeneration
SvnOperationFactory. detectWcGeneration(java.io.File path, boolean climbUp)
Detects working copy generation (1.6 or 1.7 format) by the working copy path.static SvnWcGeneration
SvnOperationFactory. detectWcGeneration(java.io.File path, boolean climbUp, boolean isAdditionMode)
Detects working copy generation (1.6 or 1.7 format) by the working copy path in (not in) the addition mode.void
SvnCommitPacket. dispose()
Disposes the commit packet, if commit runner is set method callsISvnCommitRunner#disposeCommitPacket(Object)
with the commit packetprotected void
SvnCat. ensureArgumentsAreValid()
protected void
SvnCheckout. ensureArgumentsAreValid()
protected void
SvnCommit. ensureArgumentsAreValid()
protected void
SvnDiff. ensureArgumentsAreValid()
protected void
SvnDiffSummarize. ensureArgumentsAreValid()
protected void
SvnExport. ensureArgumentsAreValid()
protected void
SvnGetInfo. ensureArgumentsAreValid()
protected void
SvnGetProperties. ensureArgumentsAreValid()
protected void
SvnGetStatus. ensureArgumentsAreValid()
protected void
SvnImport. ensureArgumentsAreValid()
protected void
SvnLog. ensureArgumentsAreValid()
protected void
SvnLogMergeInfo. ensureArgumentsAreValid()
protected void
SvnOperation. ensureArgumentsAreValid()
protected void
SvnRemoteSetProperty. ensureArgumentsAreValid()
protected void
SvnRevert. ensureArgumentsAreValid()
protected void
SvnSetChangelist. ensureArgumentsAreValid()
protected void
SvnSetProperty. ensureArgumentsAreValid()
protected void
SvnSetWCDbVersion. ensureArgumentsAreValid()
protected void
SvnSwitch. ensureArgumentsAreValid()
protected void
SvnUpdate. ensureArgumentsAreValid()
protected void
SvnOperation. ensureEnoughTargets()
protected void
SvnOperation. ensureHomohenousTargets()
static SvnChecksum
SvnChecksum. fromString(java.lang.String checksum)
Creates checksum object fromString
.protected ISvnOperationRunner<?,SvnOperation<?>>
SvnOperationFactory. getImplementation(SvnOperation<?> operation)
static java.io.File
SvnOperationFactory. getWorkingCopyRoot(java.io.File versionedDir, boolean stopOnExternals)
Searches working copy root path by the versioned directory.boolean
ISvnOperationRunner. isApplicable(T operation, SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)SvnMergeResult
ISvnMerger. mergeProperties(ISvnMerger baseMerger, java.io.File localAbsPath, SVNNodeKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver)
Merges the property changespropChanges
based onserverBaseProperties
into the working copylocalAbsPath
SvnMergeResult
ISvnMerger. mergeText(ISvnMerger baseMerger, java.io.File resultFile, java.io.File targetAbspath, java.io.File detranslatedTargetAbspath, java.io.File leftAbspath, java.io.File rightAbspath, java.lang.String targetLabel, java.lang.String leftLabel, java.lang.String rightLabel, SVNDiffOptions options, SVNDiffConflictChoiceStyle style)
Performs a text merge.void
ISvnObjectReceiver. receive(SvnTarget target, T object)
Receives object with is target.void
SvnReceivingOperation. receive(SvnTarget target, T object)
Receives the object, adds it to objects list and calls client's receiver if exists.V
ISvnOperationRunner. run(T operation)
Implementation of operation'srun
method for concrete working copy generationSVNCommitInfo
SvnCommit. run()
If commit packet isnull
, callsSvnCommit.collectCommitItems()
to create the commit packet, then executes the operation.V
SvnOperation. run()
Executes the operation.protected java.lang.Object
SvnOperationFactory. run(SvnOperation<?> operation)
java.util.Collection<T>
SvnReceivingOperation. run(java.util.Collection<T> objects)
Initializes list for received objects withobjects
or creates an empty list, calls the operation'sSvnOperation.run()
method.SVNCommitInfo
SvnRemoteCopy. run()
Runs copy operation.java.lang.Void
SvnSetWCDbVersion. run()
SvnCommitPacket[]
SvnCommit. splitCommitPackets(boolean combinePackets)
-
Uses of SVNException in org.tmatesoft.svn.core.wc2.admin
Methods in org.tmatesoft.svn.core.wc2.admin that throw SVNException Modifier and Type Method Description protected void
SvnRepositoryDump. ensureArgumentsAreValid()
-
Uses of SVNException in org.tmatesoft.svn.core.wc2.hooks
Methods in org.tmatesoft.svn.core.wc2.hooks that throw SVNException Modifier and Type Method Description boolean
ISvnFileFilter. accept(java.io.File file)
java.lang.String
ISvnCommitHandler. getCommitMessage(java.lang.String message, SvnCommitItem[] commitables)
Handles the incoming initial log message and items intended for a commit and returns a new commit log message.SVNProperties
ISvnCommitHandler. getRevisionProperties(java.lang.String message, SvnCommitItem[] commitables, SVNProperties revisionProperties)
Handles the incoming revision properties and returns filtered revision properties given the paths (represented bycommitables
) collected for committing and the commit log message.SVNProperties
ISvnPropertyValueProvider. providePropertyValues(java.io.File path, SVNProperties properties)
Defines local item's properties to be installed.
-