Uses of Class
org.tmatesoft.svn.core.SVNException
Packages that use SVNException
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package contains the classes necessary for such purposes as: generating
delta windows upon comparing target bytes against source ones (also may be
vs.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
This package provides classes that allow to replicate existing
repositories.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package provides API for administrative managing Subversion repositories on a local machine.
This package gives an advantage to write annotation, status and log
information in xml format to any SAX ContentHandler implementation.
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
NEW: this package contains command-style API to perform most of
Subversion operations that works directly on local repository
on the level of abstraction similar to that of the command line client.
NEW: this package contains callback interfaces for the new WC2 API.
-
Uses of SVNException in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNExceptionModifier and TypeMethodDescriptionstatic voidJavaHLObjectFactory.throwException(SVNException e, SVNClientImpl svnClient) Methods in org.tigris.subversion.javahl that throw SVNExceptionModifier and TypeMethodDescriptionprivate static voidSVNAdmin.setRevisionProperty(java.lang.String path, Revision rev, java.lang.String propName, java.lang.String propValue, boolean bypassPreRevPropChangeHook, boolean bypassPostRevPropChangeHook) -
Uses of SVNException in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli with parameters of type SVNExceptionMethods in org.tmatesoft.svn.cli that throw SVNExceptionModifier and TypeMethodDescriptionbooleanSVNConsoleAuthenticationProvider.canStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) booleanSVNConsoleAuthenticationProvider.canStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) private SVNURLAbstractSVNCommandEnvironment.checkRootURLOfTarget(SVNURL rootURL, java.lang.String target) java.util.List<java.lang.String>AbstractSVNCommandEnvironment.combineTargets(java.util.Collection targets, boolean warnReserved) protected abstract DefaultSVNOptionsAbstractSVNCommandEnvironment.createClientOptions()static voidSVNCommandUtil.editFileExternally(AbstractSVNCommandEnvironment env, java.lang.String editorCommand, java.lang.String path) protected java.lang.StringAbstractSVNCommandEnvironment.getCommandName(SVNCommandLine commandLine) private static java.lang.StringSVNCommandUtil.getEditorCommand(AbstractSVNCommandEnvironment env, java.lang.String editorCommand) char[]SVNConsoleAuthenticationProvider.getKeyringPassword(java.lang.String keyringName) AbstractSVNCommandEnvironment.getURLFromTarget(java.lang.String target) booleanAbstractSVNCommandEnvironment.handleWarning(SVNErrorMessage err, SVNErrorCode[] warningCodes, boolean quiet) voidAbstractSVNCommandEnvironment.init(SVNCommandLine commandLine) voidSVNCommandLine.init(java.lang.String[] args) voidAbstractSVNCommandEnvironment.initClientManager()protected voidAbstractSVNCommandEnvironment.initCommand(SVNCommandLine commandLine) protected abstract voidAbstractSVNCommandEnvironment.initOption(SVNOptionValue optionValue) protected voidAbstractSVNCommandEnvironment.initOptions(SVNCommandLine commandLine) booleanAbstractSVNCommandEnvironment.isVersioned(java.lang.String target) static voidSvnCliTest.main(java.lang.String[] args) static voidSVNCommandUtil.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) private SVNOptionValueSVNCommandLine.nextOption()static voidSVNCommandUtil.parseConfigOption(java.lang.String optionArg, java.util.Map configOptions, java.util.Map serversOptions) static java.lang.StringSVNCommandUtil.prompt(java.lang.String promptMessage, SVNCommandEnvironment env) byte[]AbstractSVNCommandEnvironment.readFromFile(java.io.File file) protected abstract java.lang.StringAbstractSVNCommandEnvironment.refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) private SVNURLAbstractSVNCommandEnvironment.resolveRepositoryRelativeURL(SVNURL rootURL, java.lang.String relativeURL) abstract voidAbstractSVNCommand.run()private static java.lang.StringSVNCommandUtil.runEditor(java.lang.String editorCommand, java.lang.String[] args, java.lang.String[] env, ISVNReturnValueCallback callback) static byte[]SVNCommandUtil.runEditor(AbstractSVNCommandEnvironment env, java.lang.String editorCommand, byte[] existingValue, java.lang.String prefix) protected voidAbstractSVNCommandEnvironment.validateOptions(SVNCommandLine commandLine) -
Uses of SVNException in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that throw SVNExceptionModifier and TypeMethodDescriptionprotected voidSVNPropertiesCommand.checkBooleanProperty(java.lang.String name, SVNPropertyValue value) protected java.lang.StringSVNPropertiesCommand.checkRevPropTarget(SVNRevision revision, java.util.Collection targets) private voidSVNStatusCommand.countConflicts(SVNStatus status) protected DefaultSVNOptionsSVNCommandEnvironment.createClientOptions()(package private) static SvnNewDiffGeneratorSVNDiffCommand.createDiffGenerator(SVNCommandEnvironment svnEnvironment) private voidSVNLogCommand.doDiff(SVNDiffClient client, SVNLogEntry logEntry, SVNPath target, SVNDepth depth) private voidSVNInfoCommand.findPrintWhat(java.lang.String keyword) java.lang.StringSVNCommandEnvironment.getCommitMessage(java.lang.String message, SVNCommitItem[] commitables) SVNCommandEnvironment.getDiffOptions()protected java.lang.StringSVNLockCommand.getLockMessage()SVNCommandEnvironment.getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) protected SVNURLSVNPropertiesCommand.getRevpropURL(SVNRevision revision, java.util.Collection targets) SVNCommandLineConflictHandler.handleConflict(SVNConflictDescription conflictDescription) SVNCommandLineConflictHandler.handleConflictNoStats(SVNConflictDescription conflictDescription) voidSVNDiffCommand.handleDiffStatus(SVNDiffStatus diffStatus) voidSVNListCommand.handleDirEntry(SVNDirEntry dirEntry) voidSVNNotifyPrinter.handleEvent(SVNEvent event, double progress) voidSVNInfoCommand.handleInfo(SVNInfo info) voidSVNBlameCommand.handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line) voidSVNBlameCommand.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) voidSVNLogCommand.handleLogEntry(SVNLogEntry logEntry) voidSVNMergeInfoCommand.handleLogEntry(SVNLogEntry logEntry) voidSVNPropDelCommand.handleProperty(long revision, SVNPropertyData property) voidSVNPropertiesCommand.handleProperty(long revision, SVNPropertyData property) voidSVNPropertiesCommand.handleProperty(java.io.File path, SVNPropertyData property) voidSVNPropertiesCommand.handleProperty(SVNURL url, SVNPropertyData property) voidSVNPropSetCommand.handleProperty(long revision, SVNPropertyData property) booleanSVNBlameCommand.handleRevision(java.util.Date date, long revision, java.lang.String author, java.io.File contents) voidSVNStatusCommand.handleStatus(SVNStatus status) voidSVNCommandEnvironment.initClientManager()protected voidSVNCommandEnvironment.initOption(SVNOptionValue optionValue) protected voidSVNCommandEnvironment.initOptions(SVNCommandLine commandLine) private voidSVNCommandEnvironment.parseRevisionProperty(SVNOptionValue optionValue) private voidSVNPropSetCommand.printBinaryMimeTypeWarning(java.util.Collection targets, java.lang.String propertyName, SVNPropertyValue propertyValue) private voidSVNInfoCommand.printInfoItem(SVNInfo info) protected voidSVNLogCommand.printLogEntry(SVNLogEntry logEntry) protected voidSVNLogCommand.printLogEntryXML(SVNLogEntry logEntry) voidSVNStatusPrinter.printStatus(java.lang.String path, SVNStatus status, boolean detailed, boolean showLastCommitted, boolean skipUnrecognized, boolean showReposLocks) protected java.lang.StringSVNCommandEnvironment.refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) protected voidSVNSwitchCommand.relocate(java.util.List targets) voidSVNAddCommand.run()voidSVNBlameCommand.run()voidSVNCatCommand.run()voidSVNChangeListCommand.run()voidSVNCheckoutCommand.run()voidSVNCleanupCommand.run()voidSVNCommitCommand.run()voidSVNCopyCommand.run()voidSVNDeleteCommand.run()voidSVNDiffCommand.run()voidSVNExportCommand.run()voidSVNHelpCommand.run()voidSVNImportCommand.run()voidSVNInfoCommand.run()voidSVNListCommand.run()voidSVNLockCommand.run()voidSVNLogCommand.run()voidSVNMergeCommand.run()voidSVNMergeInfoCommand.run()voidSVNMkDirCommand.run()voidSVNMoveCommand.run()voidSVNPatchCommand.run()voidSVNPropDelCommand.run()voidSVNPropEditCommand.run()voidSVNPropGetCommand.run()voidSVNPropListCommand.run()voidSVNPropSetCommand.run()voidSVNResolveCommand.run()voidSVNResolvedCommand.run()voidSVNRevertCommand.run()voidSVNStatusCommand.run()voidSVNSwitchCommand.run()voidSVNUnLockCommand.run()voidSVNUpdateCommand.run()voidSVNUpgradeCommand.run()private voidSVNCommandLineConflictHandler.showConflictedChunks(SVNMergeFileSet files) protected voidSVNCommandEnvironment.validateOptions(SVNCommandLine commandLine) -
Uses of SVNException in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin that throw SVNExceptionModifier and TypeMethodDescriptionprotected java.io.FileSVNAdminCommand.getLocalRepository()protected java.io.FileSVNAdminCommand.getLocalRepository(int index) protected longSVNAdminCommand.getRevisionNumber(SVNRevision rev, long latestRevision, SVNRepository repos) voidSVNAdminDumpCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminListTransactionsCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminLoadCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminPackCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminRecoverCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminRemoveTransactionsCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminUpgradeCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminVerifyCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNAdminDumpCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminListTransactionsCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminLoadCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminPackCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminRecoverCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminRemoveTransactionsCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminUpgradeCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminVerifyCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminRemoveLocksCommand.handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error) voidSVNAdminRemoveLocksCommand.handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error) protected voidSVNAdminCommandEnvironment.initOption(SVNOptionValue optionValue) protected java.lang.StringSVNAdminCommandEnvironment.refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) voidSVNAdminCreateCommand.run()voidSVNAdminDumpCommand.run()voidSVNAdminHelpCommand.run()voidSVNAdminHotCopyCommand.run()voidSVNAdminListLocksCommand.run()voidSVNAdminListTransactionsCommand.run()voidSVNAdminLoadCommand.run()voidSVNAdminPackCommand.run()voidSVNAdminRecoverCommand.run()voidSVNAdminRemoveLocksCommand.run()voidSVNAdminRemoveTransactionsCommand.run()voidSVNAdminSetLogCommand.run()voidSVNAdminSetRevPropCommand.run()voidSVNAdminSetUUIDCommand.run()voidSVNAdminUpgradeCommand.run()voidSVNAdminVerifyCommand.run() -
Uses of SVNException in org.tmatesoft.svn.cli.svndumpfilter
Methods in org.tmatesoft.svn.cli.svndumpfilter that throw SVNExceptionModifier and TypeMethodDescriptionprotected DefaultSVNOptionsSVNDumpFilterCommandEnvironment.createClientOptions()voidSVNDumpFilterExcludeCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNDumpFilterIncludeCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNDumpFilterExcludeCommand.handleEvent(SVNEvent event, double progress) voidSVNDumpFilterIncludeCommand.handleEvent(SVNEvent event, double progress) protected voidSVNDumpFilterCommandEnvironment.initOption(SVNOptionValue optionValue) protected voidSVNDumpFilterCommandEnvironment.initOptions(SVNCommandLine commandLine) protected java.lang.StringSVNDumpFilterCommandEnvironment.refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) voidSVNDumpFilterExcludeCommand.run()voidSVNDumpFilterHelpCommand.run()voidSVNDumpFilterIncludeCommand.run() -
Uses of SVNException in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook that throw SVNExceptionModifier and TypeMethodDescriptionSVNLookCommandEnvironment.getDiffOptions()protected FSRootSVNLookCommand.getFSRoot()protected SVNPropertiesSVNLookCommand.getProperties()voidSVNLookDirsChangedCommand.handleDir(java.lang.String path) voidSVNLookChangedCommand.handleEntry(SVNChangeEntry entry) voidSVNLookHistoryCommand.handlePath(SVNAdminPath path) voidSVNLookTreeCommand.handlePath(SVNAdminPath adminPath) protected voidSVNLookCommandEnvironment.initOption(SVNOptionValue optionValue) protected java.lang.StringSVNLookCommandEnvironment.refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) voidSVNLookAuthorCommand.run()voidSVNLookCatCommand.run()voidSVNLookChangedCommand.run()voidSVNLookDateCommand.run()voidSVNLookDiffCommand.run()voidSVNLookDirsChangedCommand.run()voidSVNLookFileSizeCommand.run()voidSVNLookHelpCommand.run()voidSVNLookHistoryCommand.run()voidSVNLookInfoCommand.run()voidSVNLookLockCommand.run()voidSVNLookLogCommand.run()voidSVNLookPropGetCommand.run()voidSVNLookPropListCommand.run()voidSVNLookTreeCommand.run()voidSVNLookUUIDCommand.run()voidSVNLookYoungestCommand.run()protected voidSVNLookCommandEnvironment.validateOptions(SVNCommandLine commandLine) -
Uses of SVNException in org.tmatesoft.svn.cli.svnsync
Methods in org.tmatesoft.svn.cli.svnsync that throw SVNExceptionModifier and TypeMethodDescriptionvoidSVNSyncCopyRevPropsCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNSyncInitializeCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNSyncSynchronizeCommand.handleAdminEvent(SVNAdminEvent event, double progress) voidSVNSyncCopyRevPropsCommand.handleEvent(SVNEvent event, double progress) voidSVNSyncInitializeCommand.handleEvent(SVNEvent event, double progress) voidSVNSyncSynchronizeCommand.handleEvent(SVNEvent event, double progress) protected voidSVNSyncCommandEnvironment.initOption(SVNOptionValue optionValue) protected java.lang.StringSVNSyncCommandEnvironment.refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) voidSVNSyncCopyRevPropsCommand.run()voidSVNSyncHelpCommand.run()voidSVNSyncInfoCommand.run()voidSVNSyncInitializeCommand.run()voidSVNSyncSynchronizeCommand.run()protected voidSVNSyncCommandEnvironment.validateOptions(SVNCommandLine commandLine) -
Uses of SVNException in org.tmatesoft.svn.cli.svnversion
Methods in org.tmatesoft.svn.cli.svnversion that throw SVNExceptionModifier and TypeMethodDescriptionprotected voidSVNVersionCommandEnvironment.initOption(SVNOptionValue optionValue) protected java.lang.StringSVNVersionCommandEnvironment.refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) voidSVNVersionCommand.run()voidSVNVersionHelpCommand.run() -
Uses of SVNException in org.tmatesoft.svn.core
Subclasses of SVNException in org.tmatesoft.svn.coreModifier and TypeClassDescriptionclassAn exception class that is used to signal about the fact that errors occured exactly during an authentication try.classThe SVNCancelException is used to signal about an operation cancel event.Methods in org.tmatesoft.svn.core that return SVNExceptionMethods in org.tmatesoft.svn.core that throw SVNExceptionModifier and TypeMethodDescriptionprivate java.util.ListSVNAnnotationGenerator.addFileBlame(java.io.File previousFile, java.io.File currentFile, java.util.List chain) voidSVNAnnotationGenerator.addFileBlame(java.io.InputStream contents) 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.voidSVNAnnotationGenerator.applyTextDelta(java.lang.String token, java.lang.String baseChecksum) Creates a temporary file for delta application.voidSVNAnnotationGenerator.closeRevision(java.lang.String token) Does nothing.static SVNURLSVNURL.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 SVNURLSVNURL.fromFile(java.io.File repositoryPath) Creates a "file:///" SVNURL representation given a filesystem style repository path.voidISVNDirEntryHandler.handleDirEntry(SVNDirEntry dirEntry) Handles a directory entry passed.voidISVNLogEntryHandler.handleLogEntry(SVNLogEntry logEntry) Handles a log entry passed.SVNMergeRangeList.merge(SVNMergeRangeList rangeList) Merges two range lists placing the results into a newSVNMergeRangeListobject.private static java.lang.StringSVNURL.norlmalizeURLPath(java.lang.String url, java.lang.String path) private voidSVNAnnotationGenerator.normalizeBlames(java.util.List chain, java.util.List mergedChain) voidSVNAnnotationGenerator.openRevision(SVNFileRevision fileRevision) Handles a next revision.static SVNURLSVNURL.parseURIDecoded(java.lang.String url) Deprecated.static SVNURLSVNURL.parseURIEncoded(java.lang.String url) Parses the given UTF-8 encoded url string and creates a new SVNURL representation for this url.SVNURL.removePathTail()Constructs a new SVNURL representation removing a tail path segment from the path component of this representation.voidSVNAnnotationGenerator.reportAnnotations(ISVNAnnotateHandler handler, java.lang.String inputEncoding) Dispatches file lines along with author & revision info to the provided annotation handler.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.OutputStreamSVNAnnotationGenerator.textDeltaChunk(java.lang.String token, SVNDiffWindow diffWindow) Applies a next text delta chunk.voidSVNAnnotationGenerator.textDeltaEnd(java.lang.String token) Marks the end of the text delta series.Constructors in org.tmatesoft.svn.core that throw SVNException -
Uses of SVNException in org.tmatesoft.svn.core.auth
Methods in org.tmatesoft.svn.core.auth that throw SVNExceptionModifier and TypeMethodDescriptionstatic voidBasicAuthenticationManager.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 attemptvoidISVNAuthenticationManager.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.voidISVNAuthenticationManagerExt.acknowledgeAuthentication(boolean accepted, java.lang.String kind, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication, SVNURL accessedLocation) BasicAuthenticationManager.getFirstAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url) Returns the first user's authentication credentials.ISVNAuthenticationManager.getFirstAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url) Retrieves the first user credential.BasicAuthenticationManager.getNextAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url) Returns next user authentication credentials.ISVNAuthenticationManager.getNextAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url) Retrieves the next user credential if the first try failed.BasicAuthenticationManager.getProxyManager(SVNURL url) Returns itself as a proxy manager.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.TrustManagerBasicAuthenticationManager.getTrustManager(SVNURL url) Returns null.javax.net.ssl.TrustManagerISVNAuthenticationManager.getTrustManager(SVNURL url) Returns a manager which handles trust data for the specifiedurl.voidBasicAuthenticationManager.verifyHostKey(java.lang.String hostName, int port, java.lang.String keyAlgorithm, byte[] hostKey) voidISVNSSHHostVerifier.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 SVNExceptionModifier and TypeMethodDescriptionvoidSVNSqlJetDb.beginTransaction(org.tmatesoft.sqljet.core.SqlJetTransactionMode mode) voidSVNSqlJetStatement.bindf(java.lang.String format, java.lang.Object... data) voidSVNSqlJetUnionStatement.bindf(java.lang.String format, java.lang.Object... data) voidSVNSqlJetStatement.bindIProperties(int i, java.util.Map<java.lang.String, SVNProperties> iprops) voidSVNSqlJetStatement.bindProperties(int i, SVNProperties props) voidSVNSqlJetUnionStatement.bindProperties(int i, SVNProperties props) protected voidSVNSqlJetSelectFieldsStatement.checkField(int f) voidSVNSqlJetDb.close()voidSVNSqlJetDb.commit()longSVNSqlJetStatement.count()static voidSVNSqlJetDb.createSqlJetError(org.tmatesoft.sqljet.core.SqlJetException e) longSVNSqlJetStatement.done()booleanSVNSqlJetSelectStatement.eof()booleanSVNSqlJetStatement.eof()longSVNSqlJetDeleteStatement.exec()longSVNSqlJetInsertStatement.exec()longSVNSqlJetStatement.exec()longSVNSqlJetUpdateStatement.exec()voidSVNSqlJetDb.execStatement(SVNWCDbStatements statementIndex) protected java.lang.ObjectSVNSqlJetSelectStatement.getColumn(java.lang.String f) java.lang.ObjectSVNSqlJetStatement.getColumn(java.lang.Enum<?> f) protected java.lang.ObjectSVNSqlJetStatement.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) booleanSVNSqlJetStatement.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) longSVNSqlJetSelectFieldsStatement.getColumnLong(int f) protected longSVNSqlJetSelectStatement.getColumnLong(java.lang.String f) longSVNSqlJetStatement.getColumnLong(java.lang.Enum<?> f) protected longSVNSqlJetStatement.getColumnLong(java.lang.String f) SVNSqlJetStatement.getColumnProperties(java.lang.Enum<?> f) protected SVNPropertiesSVNSqlJetStatement.getColumnProperties(java.lang.String f) longSVNSqlJetStatement.getColumnRevnum(java.lang.Enum<?> f) java.lang.StringSVNSqlJetSelectFieldsStatement.getColumnString(int f) protected java.lang.StringSVNSqlJetSelectStatement.getColumnString(java.lang.String f) java.lang.StringSVNSqlJetStatement.getColumnString(java.lang.Enum<?> f) protected java.lang.StringSVNSqlJetStatement.getColumnString(java.lang.String f) protected java.lang.StringSVNSqlJetSelectFieldsStatement.getFieldName(int f) protected abstract java.util.Map<java.lang.String,java.lang.Object> SVNSqlJetInsertStatement.getInsertValues()SVNSqlJetStatement.getJoinedStatement(java.lang.Enum<?> joinedTable) SVNSqlJetStatement.getJoinedStatement(java.lang.String joinedTable) protected java.lang.StringSVNSqlJetSelectStatement.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) SVNSqlJetDb.getStatement(SVNWCDbStatements statementIndex) SVNSqlJetDb.getTemporaryDb()abstract java.util.Map<java.lang.String,java.lang.Object> SVNSqlJetUpdateStatement.getUpdateValues()protected java.lang.Object[]SVNSqlJetSelectStatement.getWhere()booleanSVNSqlJetStatement.hasColumnInheritedProperties(java.lang.Enum<?> f) booleanSVNSqlJetStatement.hasColumnInheritedProperties(java.lang.String f) booleanSVNSqlJetStatement.hasColumnProperties(java.lang.Enum<?> f) protected booleanSVNSqlJetStatement.hasColumnProperties(java.lang.String f) booleanSVNSqlJetDb.hasTable(java.lang.String tableName) longSVNSqlJetStatement.insert(java.lang.Object... data) booleanSVNSqlJetSelectFieldsStatement.isColumnNull(int f) protected booleanSVNSqlJetSelectStatement.isColumnNull(java.lang.String f) booleanSVNSqlJetStatement.isColumnNull(java.lang.Enum<?> f) protected booleanSVNSqlJetStatement.isColumnNull(java.lang.String f) protected booleanSVNSqlJetSelectStatement.isFilterPassed()private booleanSVNSqlJetSelectStatement.isPathScoped()protected booleanSVNSqlJetSelectStatement.isPathScopeInIndex()private voidSVNSqlJetSelectStatement.loadRowValues(boolean has) booleanSVNSqlJetSelectStatement.next()booleanSVNSqlJetStatement.next()booleanSVNSqlJetUnionStatement.next()voidSVNSqlJetStatement.nextRow()static SVNSqlJetDbSVNSqlJetDb.open(java.io.File sdbAbsPath, SVNSqlJetDb.Mode mode) static SVNSqlJetDbSVNSqlJetDb.open(java.io.File sdbAbsPath, SVNSqlJetDb.Mode mode, org.tmatesoft.sqljet.core.internal.SqlJetPagerJournalMode journalMode, boolean temporaryDbInMemory) protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNSqlJetSelectStatement.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNSqlJetStatement.openCursor()static java.util.List<Structure<StructureFields.InheritedProperties>>SVNSqlJetStatement.parseInheritedProperties(byte[] val) static SVNPropertiesSVNSqlJetStatement.parseProperties(byte[] val) private booleanSVNSqlJetSelectStatement.pathIsDecendant()private booleanSVNSqlJetSelectStatement.pathScopeMatches()private SVNSqlJetStatementSVNSqlJetDb.prepareStatement(SVNWCDbStatements statementIndex) voidSVNSqlJetSelectStatement.reset()voidSVNSqlJetStatement.reset()voidSVNSqlJetTableStatement.reset()voidSVNSqlJetUnionStatement.reset()voidSVNSqlJetDb.rollback()voidSVNSqlJetDb.runTransaction(SVNSqlJetTransaction transaction) voidSVNSqlJetDb.runTransaction(SVNSqlJetTransaction transaction, org.tmatesoft.sqljet.core.SqlJetTransactionMode mode) voidSVNSqlJetTransaction.transaction(SVNSqlJetDb db) Constructors in org.tmatesoft.svn.core.internal.db that throw SVNExceptionModifierConstructorDescriptionSVNSqlJetDeleteStatement(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 SVNExceptionModifier and TypeMethodDescriptionjava.nio.ByteBufferSVNDeltaCombiner.addWindow(SVNDiffWindow window) SVNRangeTree.buildRangeList(int offset, int limit) private SVNDiffWindowSVNDeltaCombiner.combineWindows(SVNDiffWindow window) private voidSVNDeltaCombiner.copySourceInstructions(int offset, int limit, int targetOffset, SVNDiffWindow window, SVNDiffInstruction[] windowInsructions) private intSVNDeltaCombiner.findInstructionIndex(SVNDeltaCombiner.SVNOffsetsIndex offsets, int offset) voidSVNRangeTree.insert(int offset, int limit, int targetOffset) voidSVNDeltaReader.nextWindow(byte[] data, int offset, int length, java.lang.String path, ISVNDeltaConsumer consumer) SVNDeltaCombiner.readWindow(FSFile file, int version) voidSVNDeltaReader.reset(java.lang.String path, ISVNDeltaConsumer consumer) voidSVNDeltaCombiner.skipWindow(FSFile file) voidSVNRangeTree.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 SVNExceptionModifier and TypeMethodDescriptionvoidDAVCommitEditor.abortEdit()voidDAVCommitEditor.absentDir(java.lang.String path) voidDAVCommitEditor.absentFile(java.lang.String path) voidDAVCommitEditor.addDir(java.lang.String path, java.lang.String copyPath, long copyRevision) voidDAVCommitEditor.addFile(java.lang.String path, java.lang.String copyPath, long copyRevision) voidDAVCommitEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidDAVCommitEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidDAVCommitEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) private voidDAVCommitEditor.checkoutResource(DAVResource resource, boolean allow404) DAVRepository.checkPath(java.lang.String path, long revision) voidDAVCommitEditor.closeDir()DAVCommitEditor.closeEdit()voidDAVCommitEditor.closeFile(java.lang.String path, java.lang.String textChecksum) private java.lang.String[]DAVCommitEditor.createActivity()private SVNDirEntryDAVRepository.createDirEntry(java.lang.String fullPath, DAVProperties child) private byte[]DAVCommitEditor.createTxnPostBody(SVNProperties revisionProperties) voidDAVCommitEditor.deleteEntry(java.lang.String path, long revision) voidDAVRepository.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) DAVConnection.doCheckout(java.lang.String activityPath, java.lang.String repositoryPath, java.lang.String path, boolean allow404) voidDAVConnection.doCopy(java.lang.String src, java.lang.String dst, int depth) DAVConnection.doDelete(java.lang.String path) DAVConnection.doDelete(java.lang.String repositoryPath, java.lang.String path, long revision) voidDAVConnection.doGet(java.lang.String path, java.io.OutputStream os) voidDAVConnection.doGet(java.lang.String path, java.lang.String deltaBaseVersionURL, java.io.OutputStream os) java.lang.StringDAVRepository.doGetFullPath(java.lang.String relativeOrRepositoryPath) DAVConnection.doGetLock(java.lang.String path, DAVRepository repos) SVNLock[]DAVConnection.doGetLocks(java.lang.String path) private java.util.MapDAVRepository.doGetMergeInfo(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants) protected java.lang.StringDAVRepository.doGetRepositoryPath(java.lang.String relativePath) DAVConnection.doHead(java.lang.String path) DAVConnection.doLock(java.lang.String repositoryPath, java.lang.String path, DAVRepository repos, java.lang.String comment, boolean force, long revision) java.lang.StringDAVConnection.doMakeActivity(ISVNWorkspaceMediator mediator) DAVConnection.doMakeCollection(java.lang.String path) DAVConnection.doMerge(java.lang.String activityURL, boolean response, org.xml.sax.helpers.DefaultHandler handler) DAVConnection.doOptions(java.lang.String path) DAVConnection.doPost(java.lang.String path, java.lang.String mimeType, byte[] body) DAVConnection.doPropfind(java.lang.String path, HTTPHeader header, java.lang.StringBuffer body, org.xml.sax.helpers.DefaultHandler handler) voidDAVConnection.doProppatch(java.lang.String repositoryPath, java.lang.String path, java.lang.StringBuffer requestBody, org.xml.sax.helpers.DefaultHandler handler, SVNErrorMessage context) DAVConnection.doPutDiff(java.lang.String repositoryPath, java.lang.String path, java.io.InputStream data, long size, java.lang.String baseChecksum, java.lang.String textChecksum) DAVConnection.doReport(java.lang.String path, java.lang.StringBuffer requestBody, org.xml.sax.helpers.DefaultHandler handler) DAVConnection.doReport(java.lang.String path, java.lang.StringBuffer requestBody, org.xml.sax.helpers.DefaultHandler handler, boolean spool) voidDAVConnection.doUnlock(java.lang.String path, DAVRepository repos, java.lang.String id, boolean force) protected voidDAVConnection.exchangeCapabilities()voidDAVConnection.fetchRepositoryRoot(DAVRepository repository) voidDAVConnection.fetchRepositoryUUID(DAVRepository repository) voidDAVResource.fetchVersionURL(DAVResource parent, boolean force) static DAVPropertiesDAVUtil.findStartingProperties(DAVConnection connection, DAVRepository repos, java.lang.String fullPath) private java.lang.StringDAVConnection.getActivityCollectionURL(java.lang.String path, boolean force) static DAVBaselineInfoDAVUtil.getBaselineInfo(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, boolean includeType, boolean includeRevision, DAVBaselineInfo info) static DAVPropertiesDAVUtil.getBaselineProperties(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, DAVElement[] elements) java.lang.StringDAVConnection.getCapabilityResponse(SVNCapability capability) DAVRepository.getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator) protected ISVNEditorDAVRepository.getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator) longDAVRepository.getDatedRevision(java.util.Date date) protected longDAVRepository.getDeletedRevisionImpl(java.lang.String path, long pegRevision, long endRevision) DAVRepository.getDir(java.lang.String path, long revision, boolean includeComments, java.util.Collection entries) longDAVRepository.getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler) longDAVRepository.getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler) longDAVRepository.getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents) longDAVRepository.getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents, ISVNWorkingCopyContentMediator workingCopyContentMediator) protected intDAVRepository.getFileRevisionsImpl(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler) protected voidDAVRepository.getInheritedPropertiesImpl(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler) longDAVRepository.getLatestRevision()static longDAVUtil.getLatestRevisionHttpV2(DAVConnection davConnection) protected longDAVRepository.getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) protected intDAVRepository.getLocationsImpl(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) DAVRepository.getLock(java.lang.String path) SVNLock[]DAVRepository.getLocks(java.lang.String path) protected java.util.MapDAVRepository.getMergeInfoImpl(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants) static HTTPStatusDAVUtil.getProperties(DAVConnection connection, java.lang.String path, int depth, java.lang.String label, DAVElement[] properties, java.util.Map result) static java.lang.StringDAVUtil.getPropertyValue(DAVConnection connection, java.lang.String path, java.lang.String label, DAVElement property) DAVRepository.getRepositoryRoot(boolean forceConnection) java.lang.StringDAVRepository.getRepositoryUUID(boolean forceConnection) static DAVPropertiesDAVUtil.getResourceProperties(DAVConnection connection, java.lang.String path, java.lang.String label, DAVElement[] properties) DAVRepository.getRevisionProperties(long revision, SVNProperties properties) DAVRepository.getRevisionPropertyValue(long revision, java.lang.String propertyName) static DAVBaselineInfoDAVUtil.getStableURL(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, boolean includeType, boolean includeRevision, DAVBaselineInfo info) static DAVPropertiesDAVUtil.getStartingProperties(DAVConnection connection, java.lang.String path, java.lang.String label) static java.lang.StringDAVUtil.getVCCPath(DAVConnection connection, DAVRepository repository, java.lang.String path) booleanDAVRepository.hasCapability(SVNCapability capability) DAVRepository.info(java.lang.String path, long revision) voidDAVRepository.lock(java.util.Map pathsToRevisions, java.lang.String comment, boolean force, ISVNLockHandler handler) protected longDAVRepository.logImpl(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, long limit, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler) voidDAVConnection.open(DAVRepository repository) protected voidDAVRepository.openConnection()voidDAVCommitEditor.openDir(java.lang.String path, long revision) voidDAVCommitEditor.openFile(java.lang.String path, long revision) voidDAVCommitEditor.openRoot(long revision) private voidDAVCommitEditor.patchResourceProperties(java.lang.String path, SVNProperties properties) private HTTPStatusDAVConnection.performHttpRequest(IHTTPConnection httpConnection, java.lang.String method, java.lang.String path, HTTPHeader header, byte[] body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler) private HTTPStatusDAVConnection.performHttpRequest(IHTTPConnection httpConnection, java.lang.String method, java.lang.String path, HTTPHeader headers, java.io.InputStream data, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler) private HTTPStatusDAVConnection.performHttpRequest(IHTTPConnection httpConnection, 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) private HTTPStatusDAVConnection.performHttpRequest(IHTTPConnection httpConnection, java.lang.String method, java.lang.String src, HTTPHeader header, java.lang.StringBuffer body, int ok1, int ok2, java.io.OutputStream dst, org.xml.sax.helpers.DefaultHandler handler, SVNErrorMessage context) voidDAVRepository.replay(long lowRevision, long highRevision, boolean sendDeltas, ISVNEditor editor) protected voidDAVRepository.replayRangeImpl(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler) private voidDAVRepository.runReport(SVNURL url, long targetRevision, java.lang.String target, java.lang.String dstPath, SVNDepth depth, boolean ignoreAncestry, boolean resourceWalk, boolean fetchContents, boolean sendCopyFromArgs, boolean sendAll, boolean closeEditorOnException, boolean spool, ISVNWorkingCopyContentMediator workingCopyContentMediator, ISVNReporterBaton reporter, ISVNEditor editor) voidDAVRepository.setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue) static voidDAVUtil.setSpecialWCProperties(ISVNEditor editor, boolean isDir, java.lang.String path, DAVElement property, SVNPropertyValue propValue) voidDAVRepository.status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) voidDAVCommitEditor.targetRevision(long revision) voidDAVRepository.testConnection()java.io.OutputStreamDAVCommitEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) voidDAVCommitEditor.textDeltaEnd(java.lang.String path) voidDAVRepository.unlock(java.util.Map pathToTokens, boolean force, ISVNLockHandler handler) voidDAVRepository.update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) voidDAVRepository.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 SVNExceptionModifier and TypeMethodDescriptionprotected voidDAVEditorHandler.addNodeProperties(java.lang.String path, boolean isDir) private voidDAVEditorHandler.addProps(DAVProperties props, boolean isDir) protected SVNPropertyValueBasicDAVHandler.createPropertyValue(DAVElement element, java.lang.String propertyName, java.lang.StringBuffer cdata, java.lang.String encoding) protected abstract voidBasicDAVHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVDateRevisionHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVDeletedRevisionHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVEditorHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVErrorHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVFileRevisionHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVGetLocksHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVInheritedPropertiesHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVLocationSegmentsHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVLocationsHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVLogHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVMergeHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVMergeInfoHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVOptionsHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVPropertiesHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVProppatchHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVReplayHandler.endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) protected voidDAVEditorHandler.fetchFile(java.lang.String baseChecksum) static java.lang.StringBufferDAVEditorHandler.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) private DAVConnectionDAVEditorHandler.getConnection()protected voidBasicDAVHandler.invalidXML()private voidDAVFileRevisionHandler.missingAttributeError(DAVElement element, java.lang.String attr) protected voidBasicDAVDeltaHandler.setDeltaProcessing(boolean processing) protected abstract voidBasicDAVHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVDeletedRevisionHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVEditorHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVErrorHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVFileRevisionHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVGetLocksHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVInheritedPropertiesHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVLocationSegmentsHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVLocationsHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVLogHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVMergeHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVMergeInfoHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVOptionsHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVPropertiesHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVProppatchHandler.startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) protected voidDAVReplayHandler.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 SVNExceptionModifier and TypeMethodDescriptionvoidHTTPSSLKeyManager.acknowledgeAndClearAuthentication(SVNErrorMessage errorMessage) java.lang.StringDefaultHTTPNegotiateAuthentication.authenticate()java.lang.StringHTTPApacheNTLMAuthentication.authenticate()abstract java.lang.StringHTTPAuthentication.authenticate()java.lang.StringHTTPDigestAuthentication.authenticate()java.lang.StringHTTPNativeNTLMAuthentication.authenticate()java.lang.StringHTTPNTLMAuthentication.authenticate()private voidHTTPNTLMAuthentication.calcResp(byte[] keys, byte[] results) private voidHTTPConnection.connect(HTTPSSLKeyManager keyManager, javax.net.ssl.TrustManager trustManager, ISVNProxyManager proxyManager) private java.lang.StringHTTPDigestAuthentication.createDigest(java.lang.String uname, char[] pwd, java.lang.String charset) DefaultHTTPConnectionFactory.createHTTPConnection(SVNRepository repository) IHTTPConnectionFactory.createHTTPConnection(SVNRepository repository) voidSpoolFile.delete()private byte[]HTTPNTLMAuthentication.encrypt(byte[] key, byte[] bytes) private javax.crypto.CipherHTTPNTLMAuthentication.getCipher(byte[] key) private byte[]HTTPNTLMAuthentication.hashPassword(char[] password) voidHTTPDigestAuthentication.init()private booleanHTTPSSLKeyManager.initialize()static booleanHTTPAuthentication.isSchemeSupportedByServer(java.lang.String scheme, java.util.Collection<java.lang.String> authHeaderValues) 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) static HTTPAuthenticationHTTPAuthentication.parseAuthParameters(java.util.Collection<java.lang.String> authHeaderValues, HTTPAuthentication prevResponse, java.lang.String charset, java.util.Collection<java.lang.String> authTypes, ISVNAuthenticationManager authManager, int requestID) voidHTTPApacheNTLMAuthentication.parseChallenge(java.lang.String challenge) voidHTTPNativeNTLMAuthentication.parseChallenge(java.lang.String challenge) voidHTTPNTLMAuthentication.parseChallenge(java.lang.String challenge) 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) 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) 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) 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) 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) 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) 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) 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) booleanDefaultHTTPConnectionFactory.useSendAllForDiff(SVNRepository repository) booleanIHTTPConnectionFactory.useSendAllForDiff(SVNRepository repository) Constructors in org.tmatesoft.svn.core.internal.io.dav.http that throw SVNExceptionModifierConstructorDescriptionHTTPConnection(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 SVNExceptionModifier and TypeMethodDescriptionvoidFSDeltaConsumer.abort()voidFSCommitEditor.abortEdit()voidFSRepository.abortReport()voidFSTranslateReporter.abortReport()static voidFSCommitter.abortTransaction(FSFS fsfs, java.lang.String txnId) voidFSCommitEditor.absentDir(java.lang.String path) voidFSCommitEditor.absentFile(java.lang.String path) voidFSCommitter.addChange(java.lang.String path, FSID id, FSPathChangeKind changeKind, boolean textModified, boolean propsModified, boolean mergeInfoModified, long copyFromRevision, java.lang.String copyFromPath, SVNNodeKind kind) voidFSCommitEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidFSCommitEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) private SVNLocationEntryFSUpdateContext.addFileSmartly(java.lang.String editPath, java.lang.String originalPath) private voidFSReplayPathHandler.addSubdirectory(FSRoot srcRoot, FSRoot tgtRoot, ISVNEditor editor, java.lang.String srcPath, java.lang.String path) longFSTransactionRoot.allocateItemIndex(long offset) voidFSCommitter.allowLockedOperation(FSFS fsfs, java.lang.String path, java.lang.String username, java.util.Collection<java.lang.String> lockTokens, boolean recursive, boolean haveWriteLock) private byte[]FSFS.applyDeltaFromFSFile(FSFile revisionFile, int deltaSize, java.io.InputStream baseStream, java.lang.StringBuilder outputChecksum) voidFSDeltaConsumer.applyText(java.lang.String path) voidFSCommitEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidFSDeltaConsumer.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidFSOutputStream.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) static booleanFSRepositoryUtil.areFileContentsChanged(FSRoot root1, java.lang.String path1, FSRoot root2, java.lang.String path2) static booleanFSRepositoryUtil.arePropertiesChanged(FSRoot root1, java.lang.String path1, FSRoot root2, java.lang.String path2) FSRepository.beginReport(long revision, SVNURL url, java.lang.String target, boolean ignoreAncestry, boolean sendTextDeltas, boolean sendCopyFromArgs, SVNDepth depth, ISVNEditor editor) static FSTransactionInfoFSTransactionRoot.beginTransaction(long baseRevision, int flags, FSFS owner) static FSTransactionInfoFSTransactionRoot.beginTransactionForCommit(long baseRevision, SVNProperties revisionProperties, FSFS owner) private SVNDirEntryFSRepository.buildDirEntry(FSEntry repEntry, SVNURL parentURL, FSRevisionNode entryNode, int entryFields) FSInputStream.buildRepresentationList(FSRepresentation firstRep, java.util.LinkedList result, FSFS owner) voidFSCommitEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidFSCommitEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) private voidFSCommitEditor.changeNodeProperties(java.lang.String path, SVNProperties propNamesToValues) voidFSCommitter.changeNodeProperty(java.lang.String path, java.lang.String name, SVNPropertyValue propValue) private voidFSUpdateContext.changeProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value, boolean isDir) voidFSFS.changeTransactionProperties(java.lang.String txnId, SVNProperties txnProperties) static booleanFSNodeHistory.checkAncestryOfPegPath(java.lang.String fsPath, long pegRev, long futureRev, FSFS owner) static booleanFSRepositoryUtil.checkFilesDifferent(FSRoot root1, java.lang.String path1, FSRoot root2, java.lang.String path2, SVNDeltaCombiner deltaCombiner) booleanFSLog.PathInfo.checkHistory(long currentRevision, boolean strictNodeHistory, long start, boolean changed) FSRoot.checkNodeKind(java.lang.String path) FSRepository.checkPath(java.lang.String path, long revision) static voidFSRepositoryUtil.checkReposDBFormat(int format) private voidFSOutputStream.checkRepresentation(FSFS fsfs, FSRepresentation representation, java.lang.Object hint) FSRevisionNode.chooseDeltaBase(FSFS fsfsOwner) FSTransactionRoot.cloneChild(FSRevisionNode parent, java.lang.String parentPath, java.lang.String childName, java.lang.String copyId, boolean isParentCopyRoot) voidFSDeltaConsumer.close()voidFSFS.close()voidIFSRepresentationCacheManager.close()voidFSCommitEditor.closeDir()FSCommitEditor.closeEdit()voidFSCommitEditor.closeFile(java.lang.String path, java.lang.String textChecksum) (package private) voidFSRepository.closeRepository()voidFSTranslateReporter.closeRepository()private voidFSLog.collectChangedMergeInfo(java.util.Map addedMergeInfo, java.util.Map deletedMergeInfo, long revision) private SVNPropertiesFSRepository.collectProperties(FSRevisionNode revNode) private voidFSCommitter.commit(java.lang.String startNodeId, java.lang.String startCopyId, long newRevision, java.io.OutputStream protoFileOS, FSID newRootId, FSTransactionRoot txnRoot, java.io.File revisionPrototypeFile, long offset, java.util.Collection<FSRepresentation> representations) private longFSCommitter.commit(java.util.Collection<FSRepresentation> representations) longFSCommitter.commitTxn(boolean runPreCommitHook, boolean runPostCommitHook, SVNErrorMessage[] postCommitHookError, java.lang.StringBuffer conflictPath) FSFS.compoundMetaProperties(long revision) private java.util.MapFSUpdateContext.computeMetaProperties(long revision) private voidFSCommitter.copy(FSRevisionNode toNode, java.lang.String entryName, FSRevisionNode fromNode, boolean preserveHistory, long fromRevision, java.lang.String fromPath, java.lang.String txnId) static voidFSRepositoryUtil.copy(java.io.InputStream src, java.io.OutputStream dst, ISVNCanceller canceller) private voidFSPacker.copyRevProps(java.lang.String packName, java.io.File packPath, java.io.File shardPath, long startRev, long endRev, boolean compressPackedRevprops) static voidFSRepresentationCacheUtil.create(java.io.File path) private voidFSHotCopier.createDBLock(java.io.File dstPath) private voidFSHotCopier.createDBLogsLock(java.io.File dstPath) static java.io.InputStreamFSInputStream.createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner) static java.io.InputStreamFSInputStream.createDeltaStream(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner) voidFSFS.createNewTxnNodeRevisionFromRevision(java.lang.String txnID, FSRevisionNode sourceNode) private FSIDFSCommitter.createNode(FSRevisionNode revNode, java.lang.String copyId, java.lang.String txnId) private static java.lang.StringFSTransactionRoot.createPre15TxnDir(long revision, FSFS owner) private voidFSHotCopier.createReposDir(java.io.File dir) private voidFSHotCopier.createRepositoryLayout(java.io.File srcPath, java.io.File dstPath) FSFS.createRevisionRoot(long revision) static java.io.OutputStreamFSOutputStream.createStream(FSRevisionNode revNode, FSTransactionRoot txnRoot, java.io.OutputStream dstStream, boolean compress) FSTransactionRoot.createSuccessor(FSID oldId, FSRevisionNode newRevNode, java.lang.String copyId) FSFS.createTransactionRoot(FSTransactionInfo txn) private static FSTransactionInfoprivate static java.lang.StringFSTransactionRoot.createTxnDir(long revision, FSFS owner) private static longFSFS.decodeUncompressedSize(java.io.InputStream inputStream, int lengthRecordSize, int[] outputBytesRead) voidFSCommitEditor.deleteEntry(java.lang.String path, long revision) voidFSTransactionRoot.deleteEntry(FSRevisionNode parent, java.lang.String entryName) private voidFSTransactionRoot.deleteEntryIfMutable(FSID id) voidFSFS.deleteLock(SVNLock lock) voidFSCommitter.deleteNode(java.lang.String path) voidFSRepository.deletePath(java.lang.String path) voidFSTranslateReporter.deletePath(java.lang.String path) private voidFSPacker.deleteRevPropShard(java.io.File revpropShardPath, long shard, long maxFilesPerDirectory) java.util.MapFSRoot.detectChanged()voidFSRepository.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) private voidFSUpdateContext.diffDirs(long sourceRevision, java.lang.String sourcePath, java.lang.String targetPath, java.lang.String editPath, boolean startEmpty, SVNDepth wcDepth, SVNDepth requestedDepth) private voidFSUpdateContext.diffFiles(long sourceRevision, java.lang.String sourcePath, java.lang.String targetPath, java.lang.String editPath, java.lang.String lockToken) private voidFSUpdateContext.diffProplists(long sourceRevision, java.lang.String sourcePath, java.lang.String editPath, java.lang.String targetPath, java.lang.String lockToken, boolean isDir) voidFSUpdateContext.dispose()private longFSLog.doLogs(java.lang.String[] paths, java.util.Map logTargetHistoryAsMergeinfo, java.util.Set nestedMerges, long startRevision, long endRevision, boolean includeMergedRevisions, boolean subtractiveMerge, boolean handlingMergedRevisions, boolean isDescendingOrder, long limit) voidFSUpdateContext.drive()private voidFSRoot.encodeL2PPage(byte[] encoded, java.util.List<java.lang.Long> entries, int start, int end, SVNSpillBuffer spillBuffer) voidFSFile.ensureFooterLoaded()private voidFSFS.ensureRevisionsExists(long revision) private FSEntryFSUpdateContext.fakeDirEntry(java.lang.String reposPath, FSRoot root) private static java.lang.StringFSHooks.feedHook(java.io.File hook, java.lang.String hookName, java.lang.Process hookProcess, byte[] stdInValue) protected java.util.MapFSRoot.fetchAllChanges(FSFile changesFile, boolean prefolded) FSFS.fetchLockFromDigestFile(java.io.File digestFile, java.lang.String repositoryPath, java.util.Collection children) private java.lang.Object[]FSUpdateContext.fetchPathInfo(java.lang.String prefix) protected FSRevisionNodeFSRoot.fetchRevNodeFromCache(java.lang.String path) private SVNLogEntryFSLog.fillLogEntry(long revision, boolean discoverChangedPaths) private java.util.LinkedListFSFileRevisionsFinder.findInterestingRevisions(java.util.LinkedList pathRevisions, java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, boolean markAsMerged, java.util.Map duplicatePathRevs) private voidFSRecoverer.findMaxIDs(long rev, FSFile revFile, long offset, java.lang.String[] maxNodeID, java.lang.String[] maxCopyID) private java.util.LinkedListFSFileRevisionsFinder.findMergedRevisions(java.util.LinkedList mainLinePathRevisions, java.util.Map duplicatePathRevs) static SVNLocationEntryFSNodeHistory.findYoungestCopyroot(java.io.File reposRootDir, FSParentPath parPath) voidFSRepository.finishReport()voidFSTranslateReporter.finishReport()private voidFSPacker.firePackEvent(long shard, boolean start) private voidFSCommitEditor.flushPendingProperties()private voidFSRoot.foldChange(java.util.Map mapChanges, FSPathChange change) static FSRevisionNodeFSRevisionNode.fromMap(java.util.Map headers) static FSPathChangeFSPathChange.fromString(java.lang.String changeLine, java.lang.String copyfromLine) static java.lang.StringFSRepositoryUtil.generateLockToken()static java.lang.StringFSRepositoryUtil.generateNextKey(java.lang.String oldKey) protected java.io.FileFSFS.getAbsoluteRevisionPath(long revision) java.lang.StringFSParentPath.getAbsPath()java.lang.StringFSFS.getAndIncrementTxnKey()java.util.MapFSRevisionRoot.getChangedPaths()abstract java.util.MapFSRoot.getChangedPaths()java.util.MapFSTransactionRoot.getChangedPaths()FSRevisionNode.getChildDirNode(java.lang.String childName, FSFS fsfsOwner) FSRevisionRoot.getClosestCopy(java.lang.String path) private java.util.Map[]FSLog.getCombinedMergeInfoChanges(java.lang.String[] paths, long revision) FSRepository.getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator) protected ISVNEditorFSRepository.getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator) private intFSInputStream.getContents(byte[] buffer, int offset, int length) FSRevisionRoot.getCopyInheritance(FSParentPath child) abstract FSCopyInheritanceFSRoot.getCopyInheritance(FSParentPath child) FSTransactionRoot.getCopyInheritance(FSParentPath child) longFSFS.getDatedRevision(java.util.Date date) longFSRepository.getDatedRevision(java.util.Date date) static FSWriteLockFSWriteLock.getDBLogsLock(FSFS owner, boolean exclusive) java.io.FileFSFS.getDBLogsLockFile()longFSFS.getDeletedRevision(java.lang.String path, long startRev, long endRev) private longFSUpdateContext.getDeletedRevision(java.lang.String targetPath, long sourceRevision, long targetRevision) protected longFSRepository.getDeletedRevisionImpl(java.lang.String path, long pegRevision, long endRevision) java.lang.StringFSUpdateContext.getDepthLetter(SVNDepth depth) java.io.FileFSFS.getDigestFileFromRepositoryPath(java.lang.String repositoryPath) java.lang.StringFSFS.getDigestFromRepositoryPath(java.lang.String repositoryPath) FSRepository.getDir(java.lang.String path, long revision, boolean includeCommitMessages, java.util.Collection entries) longFSRepository.getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler) longFSRepository.getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler) java.util.MapFSFS.getDirContents(FSRevisionNode revNode) private java.util.CollectionFSRepository.getDirEntries(FSRevisionNode parent, SVNURL parentURL, int entryFields) java.util.MapFSRevisionNode.getDirEntries(FSFS fsfsOwner) longFSRepository.getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents) longFSRevisionNode.getFileLength()java.lang.StringFSRevisionNode.getFileMD5Checksum()intFSFileRevisionsFinder.getFileRevisions(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler) protected intFSRepository.getFileRevisionsImpl(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler) java.lang.StringFSRevisionNode.getFileSHA1Checksum()longFSRoot.getFileSize(java.lang.String path) java.io.InputStreamFSRoot.getFileStreamForPath(SVNDeltaCombiner combiner, java.lang.String path) java.lang.StringFSFS.getFSType()FSLog.PathInfo.getHistory(boolean strictNodeHistory, long start) private static java.io.FileFSHooks.getHookFile(java.io.File reposRootDir, java.lang.String hookName) protected voidFSRepository.getInheritedPropertiesImpl(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler) private longFSRecoverer.getLargestRevision()longFSRepository.getLatestRevision()protected longFSRepository.getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) protected intFSRepository.getLocationsImpl(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) FSFS.getLock(java.lang.String repositoryPath, boolean haveWriteLock, boolean throwError) FSRepository.getLock(java.lang.String path) FSFS.getLockHelper(java.lang.String repositoryPath, boolean haveWriteLock) SVNLock[]FSRepository.getLocks(java.lang.String path) private java.util.MapFSFileRevisionsFinder.getMergedMergeInfo(java.lang.String path, long revision) protected java.util.MapFSRepository.getMergeInfoImpl(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants) longFSFS.getMinUnpackedRev()longFSFS.getMinUnpackedRevProp()java.lang.StringFSTransactionRoot.getNewTxnNodeId()private PathInfoFSUpdateContext.getNextPathInfo()java.lang.String[]FSFS.getNextRevisionIDs()FSRevisionRoot.getNodeHistory(java.lang.String path) longFSLocationsFinder.getNodeLocationSegments(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) java.lang.StringFSFS.getNodeOrigin(java.lang.String nodeID) longFSRevisionRoot.getNodeOriginRevision(java.lang.String path) private SVNPropertiesFSFS.getNodeOriginsFromFile(java.lang.String nodeID) protected longFSFS.getPackedOffset(long revision) protected java.io.FileFSFS.getPackedRevPath(long revision, java.lang.String kind) private java.io.FileFSFS.getPackedRevPropFile(long revision) protected java.io.FileFSFS.getPackedRevPropsShardPath(long revision) protected FSFileFSFS.getPackOrRevisionFSFile(long revision) private FSLog.PathInfo[]FSLog.getPathHistories(java.lang.String[] paths, long start, long end, boolean strictNodeHistory) java.util.MapFSFileRevisionsFinder.getPathMergeInfo(java.lang.String path, long revision) private java.util.MapFSLog.getPathsHistoryAsMergeInfo(java.lang.String[] paths, long startRevision, long endRevision) FSNodeHistory.getPreviousHistory(boolean crossCopies) FSFS.getPreviousLocation(java.lang.String path, long revision, long[] appearedRevision) FSRevisionRoot.getPreviousLocation(java.lang.String path, long[] appearedRevision) FSFS.getProperties(FSRevisionNode revNode) FSRevisionNode.getProperties(FSFS fsfsOwner) java.io.OutputStreamFSUpdateContext.getReportFileForWriting()IFSRepresentationCacheManager.getRepresentationByHash(java.lang.String hash) protected java.io.FileFSFS.getRevisionFile(long revision) protected FSFileFSFS.getRevisionFSFile(long revision) FSFS.getRevisionNode(FSID id) FSRoot.getRevisionNode(java.lang.String path) FSFS.getRevisionProperties(long revision) FSRepository.getRevisionProperties(long revision, SVNProperties properties) java.io.FileFSFS.getRevisionPropertiesFile(long revision, boolean returnMissing) FSRepository.getRevisionPropertyValue(long revision, java.lang.String propertyName) private java.util.DateFSFS.getRevisionTime(long revision) FSRevisionRoot.getRootRevisionNode()abstract FSRevisionNodeFSRoot.getRootRevisionNode()FSTransactionRoot.getRootRevisionNode()private FSRepresentationFSOutputStream.getSharedRepresentation(FSFS fsfs, FSRepresentation representation, java.util.Map<java.lang.String, FSRepresentation> representationsMap) private FSRevisionRootFSUpdateContext.getSourceRoot(long revision) private FSRootFSUpdateContext.getTargetRoot()java.io.FileFSTransactionRoot.getTransactionChangesFile()FSFS.getTransactionProperties(java.lang.String txnID) FSTransactionRoot.getTxn()FSTransactionRoot.getTxnBaseRootNode()private FSTransactionRootFSCommitter.getTxnRoot()private java.lang.StringFSRepository.getUserName()java.lang.StringFSFS.getUUID()java.io.FileFSTransactionRoot.getWritableTransactionProtoRevFile()static FSWriteLockFSWriteLock.getWriteLockForCurrentTxn(java.lang.String token, FSFS owner) static FSWriteLockFSWriteLock.getWriteLockForDB(FSFS owner) static FSWriteLockFSWriteLock.getWriteLockForTxn(java.lang.String txnID, FSFS owner) longFSFS.getYoungestRevision()booleanFSReplayPathHandler.handleCommitPath(java.lang.String path, ISVNEditor editor) private voidFSLog.handleMergedRevisions(java.util.Map addedMergeInfo, java.util.Map deletedMergeInfo, java.util.Map logTargetHistoryAsMergeInfo, java.util.Set nestedMerges) booleanFSRepository.hasCapability(SVNCapability capability) private FSNodeHistoryFSNodeHistory.historyPrev(boolean crossCopies) private voidvoidFSTransactionRoot.incrementMergeInfoCount(FSRevisionNode node, long increment) voidFSCommitter.incrementMergeInfoUpTree(FSParentPath parentPath, long increment) FSRepository.info(java.lang.String path, long revision) voidIFSRepresentationCacheManager.insert(FSRepresentation representation, boolean rejectDup) private booleanFSUpdateContext.isTransactionTarget()voidFSRepository.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty) voidFSRepository.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidFSTranslateReporter.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty) voidFSTranslateReporter.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) private voidFSRevisionRoot.loadOffsets(FSFile file, long itemIndex) static voidFSRepositoryUtil.loadRootChangesOffset(FSFS fsfs, long revision, FSFile file, long[] rootOffset, long[] changesOffset) static voidFSRepositoryUtil.loadRootChangesOffsetLogicalAddressing(FSFS fsfs, long revision, FSFile file, long index, long[] rootOffset, long[] changesOffset) private SVNLockFSFS.lock(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) voidFSRepository.lock(java.util.Map pathsToRevisions, java.lang.String comment, boolean force, boolean isDAVComment, ISVNLockHandler handler) voidFSRepository.lock(java.util.Map pathsToRevisions, java.lang.String comment, boolean force, ISVNLockHandler handler) voidFSWriteLock.lock()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 longFSRepository.logImpl(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean discoverChangedPaths, boolean strictNode, long limit, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler) protected longFSFS.lookupOffsetInIndex(FSFile file, long revision, long itemIndex) protected longFSFS.lookupOffsetInProtoIndex(FSFile file, java.lang.String txnId, long itemIndex) private FSP2LEntryFSOutputStream.lookupP2LEntry(FSFile revFile, long revision, long offset) voidFSCommitter.makeCopy(FSRevisionRoot fromRoot, java.lang.String fromPath, java.lang.String toPath, boolean preserveHistory) voidFSCommitter.makeDir(java.lang.String path) FSCommitter.makeEntry(FSRevisionNode parent, java.lang.String parentPath, java.lang.String entryName, boolean isDir, java.lang.String txnId) voidFSCommitter.makeFile(java.lang.String path) voidFSCommitter.makePathMutable(FSParentPath parentPath, java.lang.String errorPath) private voidFSRepository.makeReporterContext(long targetRevision, java.lang.String target, SVNURL switchURL, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFromArgs, ISVNEditor editor) private longFSLocationsFinder.maybeCropAndSendSegment(long segmentStartRevision, long segmentEndRevision, long startRevision, long endRevision, java.lang.String segmentPath, ISVNLocationSegmentHandler handler) private static longFSCommitter.merge(FSFS owner, java.lang.String targetPath, FSRevisionNode target, FSRevisionNode source, FSRevisionNode ancestor, FSTransactionRoot txnRoot, java.lang.StringBuffer conflictPath) static voidFSCommitter.mergeChanges(FSFS owner, FSTransactionRoot txnRoot, FSRevisionNode sourceNode, java.lang.StringBuffer conflictPath) voidFSFS.open()FSFS.openAndSeekRepresentation(FSRepresentation rep) private FSFileFSFS.openAndSeekRevision(long revision, long itemIndex) private FSFileFSFS.openAndSeekTransaction(FSRepresentation rep) voidFSFS.openDB()voidFSCommitEditor.openDir(java.lang.String path, long revision) voidFSCommitEditor.openFile(java.lang.String path, long revision) voidFSFS.openForRecovery()FSRoot.openPath(java.lang.String path, boolean lastEntryMustExist, boolean storeParents) private voidFSRepository.openRepository()private voidFSRepository.openRepositoryRoot()voidFSCommitEditor.openRoot(long revision) voidFSFS.openRoot()FSFS.openTxn(java.lang.String txnName) voidprivate voidprivate voidFSPacker.packPhysicallyAddressed(FSFS fsfs, long shard, java.io.File shardPath, java.io.File packFile, java.io.File manifestFile) private voidFSPacker.packRevPropShard(FSFS fsfs, long shard, java.io.File shardPath, long maxPackSize) private voidFSPacker.packRevShard(FSFS fsfs, long shard, java.io.File shardPath) private voidstatic FSRepresentationFSRepresentation.parse(java.lang.String representationString) private static voidFSRevisionNode.parseCopyFrom(java.lang.String copyfrom, FSRevisionNode revNode) private static voidFSRevisionNode.parseCopyRoot(java.lang.String copyroot, FSRevisionNode revNode) private voidFSFile.parseFooter(java.lang.String footerString) private java.util.MapFSFS.parsePlainRepresentation(SVNProperties entries, boolean mayContainNulls) private SVNPropertiesFSFS.parseProperties(FSRepresentation txtRep) private byte[]FSFS.parseRawDeltaProperties(FSRepresentation txtRep, java.lang.StringBuilder outputChecksum) static voidFSRevisionNode.parseRepresentationHeader(java.lang.String representation, FSRevisionNode revNode, java.lang.String txnId, boolean isData, boolean mutableRepTuncated) voidFSFS.purgeTxn(java.lang.String txnID) voidFSRoot.putRevNodeToCache(java.lang.String path, FSRevisionNode node) voidFSFS.putTxnRevisionNode(FSID id, FSRevisionNode revNode) private FSPathChangeFSRoot.readChange(FSFile raReader) private intFSInputStream.readContents(byte[] buf, int offset, int length) intFSFS.readDBFormat()java.util.MapFSFile.readHeader()intFSFile.readInt()java.lang.StringFSFile.readLine(int limit) java.lang.StringFSFile.readLine(java.lang.StringBuffer buffer) longFSFile.readLong()java.lang.String[]FSTransactionRoot.readNextIDs()private static longFSFS.readNumber(java.io.BufferedReader reader) private static longFSFS.readNumber(java.io.InputStream inputStream) voidFSFS.readOptions(FSFile formatFile, int formatNumber) private SVNPropertiesFSFS.readPackedRevisionProperties(long revision) FSFile.readPathInfoFromReportFile()FSFile.readProperties(boolean allowEOF, boolean allowBinaryValues) private static SVNPropertiesFSFS.readProperties(byte[] propsData) FSInputStream.readRepresentationLine(FSFile file) private SVNPropertiesFSFS.readRevisionProperties(long revision) private voidFSRecoverer.recover()private voidFSTransactionRoot.removeRevisionNode(FSID id) voidFSRoot.removeRevNodeFromCache(java.lang.String path) voidFSRepository.replay(long lowRevision, long highRevision, boolean sendDeltas, ISVNEditor editor) static voidFSRepositoryUtil.replay(FSFS fsfs, FSRoot root, java.lang.String basePath, long lowRevision, boolean sendDeltas, ISVNEditor editor) protected voidFSRepository.replayRangeImpl(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler) java.lang.StringFSCommitter.reserveCopyId(java.lang.String txnId) voidFSUpdateContext.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) voidIFSSqlJetTransaction.run()private static voidFSHooks.runChangeRevPropHook(java.io.File reposRootDir, java.lang.String hookName, java.lang.String propName, byte[] propValue, java.lang.String author, long revision, java.lang.String action, boolean isPre) private static java.lang.StringFSHooks.runHook(java.io.File reposRootDir, java.lang.String hookName, java.lang.String[] args, byte[] input) voidFSHotCopier.runHotCopy(FSFS srcOwner, java.io.File dstPath) private static voidFSHooks.runLockHook(java.io.File reposRootDir, java.lang.String hookName, java.lang.String path, java.lang.String username, java.lang.String paths) longFSLog.runLog()static voidFSHooks.runPostCommitHook(java.io.File reposRootDir, long committedRevision) static voidFSHooks.runPostLockHook(java.io.File reposRootDir, java.lang.String[] paths, java.lang.String username) static voidFSHooks.runPostRevPropChangeHook(java.io.File reposRootDir, java.lang.String propName, byte[] propOldValue, java.lang.String author, long revision, java.lang.String action) static voidFSHooks.runPostUnlockHook(java.io.File reposRootDir, java.lang.String[] paths, java.lang.String username) static voidFSHooks.runPreCommitHook(java.io.File reposRootDir, java.lang.String txnName) static java.lang.StringFSHooks.runPreLockHook(java.io.File reposRootDir, java.lang.String path, java.lang.String username, java.lang.String comment, boolean stealLock) static voidFSHooks.runPreRevPropChangeHook(java.io.File reposRootDir, java.lang.String propName, byte[] propNewValue, java.lang.String author, long revision, java.lang.String action) static voidFSHooks.runPreUnlockHook(java.io.File reposRootDir, java.lang.String path, java.lang.String username) voidIFSRepresentationCacheManager.runReadTransaction(IFSSqlJetTransaction transaction) voidFSRecoverer.runRecovery()static voidFSHooks.runStartCommitHook(java.io.File reposRootDir, java.lang.String author, java.util.List<?> capabilities) voidIFSRepresentationCacheManager.runWriteTransaction(IFSSqlJetTransaction transaction) private voidFSLog.sendLog(long revision, java.util.Map logTargetHistoryAsMergeInfo, java.util.Set nestedMerges, boolean subtractiveMerge, boolean handlingMergedRevision, boolean hasChildren) private voidFSFileRevisionsFinder.sendPathRevision(SVNLocationEntry pathRevision, FSFileRevisionsFinder.SendBaton sendBaton, ISVNFileRevisionHandler handler) static voidFSRepositoryUtil.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) voidFSTransactionRoot.setEntry(FSRevisionNode parentRevNode, java.lang.String entryName, FSID entryId, SVNNodeKind kind) private voidvoidFSFS.setNodeOrigin(java.lang.String nodeID, FSID nodeRevisionID) voidFSRepository.setPath(java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty) voidFSRepository.setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidFSTranslateReporter.setPath(java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty) voidFSTranslateReporter.setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidFSTransactionRoot.setProplist(FSRevisionNode node, SVNProperties properties) voidFSFS.setRevisionProperty(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue) voidFSRepository.setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue) voidFSRepository.setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue, boolean bypassHooks) voidFSRepository.setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue, boolean bypassPreRevpropHook, boolean bypassPostRevpropHook) voidFSFS.setTransactionProperty(java.lang.String txnID, java.lang.String name, SVNPropertyValue propertyValue) voidFSFS.setUUID(java.lang.String uuid) private voidFSUpdateContext.skipPathInfo(java.lang.String prefix) voidFSRepository.status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) voidFSTransactionRoot.storeL2PIndexEntry(long offset, long itemIndex) voidFSTransactionRoot.storeP2LIndexEntry(FSP2LEntry entry) private static voidFSOutputStream.storeSha1RepMapping(FSFS fsfs, FSRepresentation representation) voidFSCommitEditor.targetRevision(long revision) voidFSRepository.testConnection()java.io.OutputStreamFSCommitEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamFSDeltaConsumer.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamFSOutputStream.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) voidFSCommitEditor.textDeltaEnd(java.lang.String path) voidFSDeltaConsumer.textDeltaEnd(java.lang.String path) voidFSOutputStream.textDeltaEnd(java.lang.String path) intFSLocationsFinder.traceNodeLocations(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) private voidFSFS.unlock(java.lang.String path, java.lang.String token, java.lang.String username, boolean breakLock) voidFSRepository.unlock(java.util.Map pathToTokens, boolean force, ISVNLockHandler handler) voidFSWriteLock.unlock()voidFSFS.unlockPath(java.lang.String path, java.lang.String token, java.lang.String username, boolean breakLock, boolean enableHooks) voidFSRepository.update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) voidFSRepository.update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) private static voidFSCommitter.updateAncestry(FSFS owner, FSID sourceId, FSID targetId) private voidFSUpdateContext.updateEntry(long sourceRevision, java.lang.String sourcePath, FSEntry sourceEntry, java.lang.String targetPath, FSEntry targetEntry, java.lang.String editPath, PathInfo pathInfo, SVNDepth wcDepth, SVNDepth requestedDepth) voidFSFS.updateMinUnpackedRevProp()voidFSFS.upgrade()static voidFSRepositoryUtil.validateProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) private voidFSFS.verifyBlockSize(long blockSize, long itemSize, java.lang.String name) private voidFSCommitter.verifyLock(SVNLock lock, java.util.Collection<java.lang.String> lockTokens, java.lang.String username) private voidFSCommitter.verifyLocks()voidFSFS.walkDigestFiles(java.io.File digestFile, ISVNLockHandler getLocksHandler, boolean haveWriteLock) voidFSTransactionRoot.writeChangeEntry(java.io.OutputStream changesFile, FSPathChange pathChange, boolean includeNodeKind) private voidFSTransactionRoot.writeChanges(CountingOutputStream protoFile, java.util.Map changedPaths, boolean includeNodeKind, boolean terminateList) protected voidFSFS.writeCurrentFile(long revision, java.lang.String nextNodeID, java.lang.String nextCopyID) voidFSFS.writeDBFormat(int format, long maxFilesPerDir, boolean overwrite) private voidFSFS.writeDigestLockFile(SVNLock lock, java.util.Collection children, java.lang.String repositoryPath, boolean isDAVComment) longFSTransactionRoot.writeFinalChangedPathInfo(CountingOutputStream protoFile) voidFSTransactionRoot.writeFinalCurrentFile(long newRevision, java.lang.String startNodeId, java.lang.String startCopyId) 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) private voidFSHotCopier.writeFSType(FSFS dstOwner, java.lang.String fsType) private longFSTransactionRoot.writeHashRepresentation(FSRepresentation representation, SVNProperties hashContents, CountingOutputStream protoFile, java.security.MessageDigest digest, FSP2LProtoIndex.ItemType itemType) voidFSRoot.writeIndexData(CountingOutputStream protoFile, long newRevision, java.lang.String txnId) private java.lang.StringFSRoot.writeL2PIndex(CountingOutputStream protoFile, long revision, java.lang.String txnId) voidFSFS.writeNextIDs(java.lang.String txnID, java.lang.String nodeID, java.lang.String copyID) private java.lang.StringFSRoot.writeP2LIndex(CountingOutputStream protoFile, long revision, java.lang.String txnId) voidFSUpdateContext.writePathInfoToReportFile(java.lang.String path, java.lang.String linkPath, java.lang.String lockToken, long revision, boolean startEmpty, SVNDepth depth) Constructors in org.tmatesoft.svn.core.internal.io.fs that throw SVNExceptionModifierConstructorDescriptionprivateFSInputStream(SVNDeltaCombiner combiner, FSRepresentation representation, FSFS owner) privateFSOutputStream(FSRevisionNode revNode, CountingOutputStream targetFileOS, java.io.File targetFile, java.io.InputStream source, long deltaStart, long repSize, long repOffset, FSTransactionRoot txnRoot, boolean compress, FSWriteLock txnLock) -
Uses of SVNException in org.tmatesoft.svn.core.internal.io.fs.index
Methods in org.tmatesoft.svn.core.internal.io.fs.index that throw SVNExceptionModifier and TypeMethodDescriptionvoidFSL2PProtoIndex.addEntry(long offset, long itemIndex) longFSTransactionItemIndex.allocateItemIndex(long offset) private FSPackedNumbersStreamFSLogicalAddressingIndex.autoOpenL2PIndex()private FSPackedNumbersStreamFSLogicalAddressingIndex.autoOpenP2LIndex()FSLogicalAddressingIndex.createPageInfo(FSLogicalAddressingIndex.L2PIndexHeader header, long revision, long itemIndex) FSLogicalAddressingIndex.getL2PHeaderBody(long revision) private FSLogicalAddressingIndex.PageFSLogicalAddressingIndex.getL2PPage(FSLogicalAddressingIndex.PageTableEntry tableEntry) private longFSLogicalAddressingIndex.getL2PPageEntry(FSLogicalAddressingIndex.Page page, long pageOffset, long itemIndex, long revision) FSLogicalAddressingIndex.getL2PPageInfo(long revision, long itemIndex) longFSL2PProtoIndex.getOffsetByItemIndex(long itemIndex) longFSLogicalAddressingIndex.getOffsetByItemIndex(long revision, long itemIndex) FSLogicalAddressingIndex.getP2LHeader()protected FSLogicalAddressingIndex.P2LPageInfoFSLogicalAddressingIndex.getP2LKeys(long revision, long offset) private java.util.List<FSP2LEntry>FSLogicalAddressingIndex.getP2LPage(long startRevision, long startOffset, long nextOffset, long pageStart, long pageSize) FSLogicalAddressingIndex.getP2LPageInfo(long revision, long offset) java.util.List<FSP2LEntry>FSLogicalAddressingIndex.lookupP2LEntries(long revision, long blockStart, long blockEnd) static FSL2PProtoIndexstatic FSP2LProtoIndexstatic FSTransactionItemIndexprivate FSPackedNumbersStreamFSLogicalAddressingIndex.packedStreamOpen(java.lang.String prefix) longFSPackedNumbersStream.read()FSL2PProtoIndex.readEntry()private voidFSL2PProtoIndex.readEntry(long[] entryOffset, long[] entryItemIndex) FSP2LProtoIndex.readEntry()private voidFSLogicalAddressingIndex.readEntryToList(FSPackedNumbersStream packedNumbersStream, long[] itemOffset, long[] lastRevision, long[] lastCompound, java.util.List<FSP2LEntry> result) private intFSP2LProtoIndex.readInt()private longFSP2LProtoIndex.readLong()longFSP2LProtoIndex.readNextOffset()private longFSP2LProtoIndex.readOffset()longFSPackedNumbersStream.readSigned()voidFSP2LProtoIndex.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 SVNExceptionModifier and TypeMethodDescriptionvoidFSEmptyRepresentationCacheManager.close()voidFSRepresentationCacheManager.close()voidFSEmptyRepresentationCacheManagerFactory.createRepresentationCache(java.io.File path) static voidFSRepresentationCacheManager.createRepresentationCache(java.io.File path) voidFSRepresentationCacheManagerFactory.createRepresentationCache(java.io.File path) voidIFSRepresentationCacheManagerFactory.createRepresentationCache(java.io.File path) private FSRepresentationCacheRecordFSRepresentationCacheManager.getByHash(java.lang.String hash) FSEmptyRepresentationCacheManager.getRepresentationByHash(java.lang.String hash) FSRepresentationCacheManager.getRepresentationByHash(java.lang.String hash) voidFSEmptyRepresentationCacheManager.insert(FSRepresentation representation, boolean rejectDup) voidFSRepresentationCacheManager.insert(FSRepresentation representation, boolean rejectDup) FSEmptyRepresentationCacheManagerFactory.openRepresentationCache(FSFS fsfs) FSRepresentationCacheManager.openRepresentationCache(FSFS fsfs) FSRepresentationCacheManagerFactory.openRepresentationCache(FSFS fsfs) IFSRepresentationCacheManagerFactory.openRepresentationCache(FSFS fsfs) voidFSEmptyRepresentationCacheManager.runReadTransaction(IFSSqlJetTransaction transaction) voidFSRepresentationCacheManager.runReadTransaction(IFSSqlJetTransaction transaction) voidFSEmptyRepresentationCacheManager.runWriteTransaction(IFSSqlJetTransaction transaction) voidFSRepresentationCacheManager.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 SVNExceptionModifier and TypeMethodDescriptionvoidSVNFSFSPackedRevProps.Builder.addPropertiesEntry(SVNProperties properties) byte[]SVNFSFSPackedRevProps.asCompressedLevelNoneByteArray()private byte[]SVNFSFSPackedRevProps.asUncompressedByteArray()SVNFSFSPackedRevProps.Builder.build()private static byte[]SVNFSFSPackedRevProps.composePropertiesByteArray(SVNProperties properties) private java.io.OutputStreamSVNFSFSPackedRevProps.compressLevelDefault(byte[] uncompressedData, java.io.OutputStream outputStream) protected static java.io.OutputStreamSVNFSFSPackedRevProps.compressLevelNone(byte[] uncompressedData, java.io.OutputStream outputStream) private static byte[]SVNFSFSPackedRevProps.decompress(byte[] compressedData) longSVNFSFSRevPropCreateSchema.exec()static SVNFSFSPackedRevPropsSVNFSFSPackedRevProps.fromCompressedByteArray(byte[] compressedData) SVNFSFSPackedRevPropsManifest.fromFile(java.io.File manifestFile, long revision, long maxFilesPerDirectory) static SVNFSFSPackedRevPropsSVNFSFSPackedRevProps.fromPackFile(java.io.File file) SVNFSFSPackedRevPropsManifest.fromString(long firstRevision, java.lang.String manifestString) private static SVNFSFSPackedRevPropsSVNFSFSPackedRevProps.fromUncompressedByteArray(byte[] uncompressedData) private longSVNFSFSPackedRevProps.getSerializedSize()longSVNFSFSRevPropSet.insert(java.lang.Object... data) private SVNPropertiesSVNFSFSPackedRevProps.parseProperties(byte[] data, int offset, int length) SVNFSFSPackedRevProps.parseProperties(long revision) private static longSVNFSFSPackedRevProps.readEncodedUncompressedSize(java.io.InputStream inputStream, int lengthRecordSize) private static longSVNFSFSPackedRevProps.readNumber(java.io.InputStream inputStream) java.util.List<SVNFSFSPackedRevProps>SVNFSFSPackedRevProps.setProperties(long revision, SVNProperties properties, long revPropPackSize) private byte[]SVNFSFSPackedRevProps.toUncompressedByteArray()java.lang.StringSVNFSFSPackedRevPropsManifest.updatePackName(long firstRevision, int revisionsCount) private static voidSVNFSFSPackedRevProps.writeBody(byte[] bytes, java.io.OutputStream outputStream) private java.io.OutputStreamSVNFSFSPackedRevProps.writeCompressedLevelDefault(java.io.OutputStream outputStream) private java.io.OutputStreamSVNFSFSPackedRevProps.writeCompressedLevelNone(java.io.OutputStream outputStream) private static voidSVNFSFSPackedRevProps.writeEncodedUnCompressedSize(int compressedSize, java.io.OutputStream outputStream) private voidSVNFSFSPackedRevProps.writeNumber(java.io.OutputStream outputStream, long number) voidSVNFSFSPackedRevProps.writeToFile(java.io.File packFile, boolean compress) Constructors in org.tmatesoft.svn.core.internal.io.fs.revprop that throw SVNException -
Uses of SVNException in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNExceptionModifier and TypeMethodDescriptionvoidISVNConnector.handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) voidSVNPlainConnector.handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) voidSVNSSHConnector.handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) voidSVNTunnelConnector.handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) private voidSVNConnection.handleIOError(SVNException e, boolean readMalformedData) private voidSVNRepositoryImpl.handleUnsupportedCommand(SVNException e, java.lang.String message) voidSVNCommitEditor.ISVNCommitCallback.run(SVNException error) Methods in org.tmatesoft.svn.core.internal.io.svn that throw SVNExceptionModifier and TypeMethodDescriptionvoidSVNCommitEditor.abortEdit()voidSVNRepositoryImpl.abortReport()voidSVNCommitEditor.absentDir(java.lang.String path) voidSVNCommitEditor.absentFile(java.lang.String path) private voidSVNConnection.addCapabilities(java.util.List capabilities) voidSVNCommitEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNCommitEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNCommitEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) abstract SVNAuthenticationSVNAuthenticator.authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository) voidSVNConnection.authenticate(SVNRepositoryImpl repository) SVNPlainAuthenticator.authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos) (package private) voidSVNRepositoryImpl.authenticate()voidSVNCommitEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNCommitEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) private voidSVNConnection.checkConnection()SVNRepositoryImpl.checkPath(java.lang.String path, long revision) voidISVNConnector.close(SVNRepositoryImpl repository) voidSVNAbstractTunnelConnector.close(SVNRepositoryImpl repository) voidSVNConnection.close()voidSVNPlainConnector.close(SVNRepositoryImpl repository) voidSVNSSHConnector.close(SVNRepositoryImpl repository) voidSVNCommitEditor.closeDir()SVNCommitEditor.closeEdit()voidSVNCommitEditor.closeFile(java.lang.String path, java.lang.String textChecksum) ISVNConnectorFactory.createConnector(SVNRepository repository) private SVNAuthenticatorSVNConnection.createSASLAuthenticator()voidSVNCommitEditor.deleteEntry(java.lang.String path, long revision) voidSVNRepositoryImpl.deletePath(java.lang.String path) voidSVNRepositoryImpl.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) voidSVNEditModeReader.driveEditor()private static java.lang.String[]SVNTunnelConnector.expandTunnelSpec(java.lang.String name, java.lang.String tunnelSpec) voidSVNRepositoryImpl.finishReport()SVNRepositoryImpl.getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator) protected ISVNEditorSVNRepositoryImpl.getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator) longSVNRepositoryImpl.getDatedRevision(java.util.Date date) protected longSVNRepositoryImpl.getDeletedRevisionImpl(java.lang.String path, long pegRevision, long endRevision) SVNRepositoryImpl.getDir(java.lang.String path, long revision, boolean includeComment, java.util.Collection entries) longSVNRepositoryImpl.getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler) longSVNRepositoryImpl.getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler) private static SVNErrorMessageSVNReader.getErrorMessage(SVNItem item) longSVNRepositoryImpl.getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents) protected intSVNRepositoryImpl.getFileRevisionsImpl(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler) protected voidSVNRepositoryImpl.getInheritedPropertiesImpl(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler) (package private) java.io.InputStreamSVNConnection.getInputStream()longSVNRepositoryImpl.getLatestRevision()protected longSVNRepositoryImpl.getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) protected intSVNRepositoryImpl.getLocationsImpl(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) static SVNLockSVNReader.getLock(java.util.Collection items) SVNRepositoryImpl.getLock(java.lang.String path) SVNLock[]SVNRepositoryImpl.getLocks(java.lang.String path) protected java.util.MapSVNRepositoryImpl.getMergeInfoImpl(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants) (package private) java.io.OutputStreamSVNConnection.getOutputStream()static SVNPropertiesSVNReader.getProperties(java.util.List items, int index, SVNProperties properties) static SVNPropertiesSVNReader.getPropertyDiffs(java.util.List items, int index, SVNProperties diffs) private java.lang.String[]SVNRepositoryImpl.getRepositoryPaths(java.lang.String[] paths) SVNRepositoryImpl.getRevisionProperties(long revision, SVNProperties properties) SVNRepositoryImpl.getRevisionPropertyValue(long revision, java.lang.String propertyName) voidISVNConnector.handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) voidSVNPlainConnector.handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) voidSVNSSHConnector.handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) voidSVNTunnelConnector.handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) static voidSVNReader.handleFailureStatus(java.util.List list) private voidSVNConnection.handleIOError(SVNException e, boolean readMalformedData) private voidSVNRepositoryImpl.handleUnsupportedCommand(SVNException e, java.lang.String message) protected voidSVNConnection.handshake(SVNRepositoryImpl repository) booleanSVNRepositoryImpl.hasCapability(SVNCapability capability) SVNRepositoryImpl.info(java.lang.String path, long revision) booleanISVNConnector.isConnected(SVNRepositoryImpl repository) booleanSVNAbstractTunnelConnector.isConnected(SVNRepositoryImpl repos) booleanSVNPlainConnector.isConnected(SVNRepositoryImpl repos) booleanSVNSSHConnector.isConnected(SVNRepositoryImpl repos) voidSVNRepositoryImpl.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty) voidSVNRepositoryImpl.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidSVNRepositoryImpl.lock(java.util.Map pathsToRevisions, java.lang.String comment, boolean force, ISVNLockHandler handler) private voidSVNRepositoryImpl.lock12(java.util.Map pathsToRevisions, java.lang.String comment, boolean force, ISVNLockHandler handler) protected longSVNRepositoryImpl.logImpl(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPaths, boolean strictNode, long limit, boolean includeMergedRevisions, java.lang.String[] revisionPropertyNames, ISVNLogEntryHandler handler) private voidSVNEditModeReader.lookupToken(java.lang.String token, boolean isFile) voidISVNConnector.open(SVNRepositoryImpl repository) voidSVNAbstractTunnelConnector.open(SVNRepositoryImpl repository, java.lang.String process) voidSVNAbstractTunnelConnector.open(SVNRepositoryImpl repository, java.lang.String[] command) voidSVNConnection.open(SVNRepositoryImpl repository) voidSVNPlainConnector.open(SVNRepositoryImpl repository) voidSVNSSHConnector.open(SVNRepositoryImpl repository) voidSVNTunnelConnector.open(SVNRepositoryImpl repository) protected voidSVNRepositoryImpl.openConnection()voidSVNCommitEditor.openDir(java.lang.String path, long revision) voidSVNCommitEditor.openFile(java.lang.String path, long revision) voidSVNCommitEditor.openRoot(long revision) static java.util.ListSVNReader.parse(java.io.InputStream is, java.lang.String template, java.util.List values) private static intSVNReader.parseTuple(java.lang.String template, int index, java.util.Collection items, java.util.List values) static java.util.ListSVNReader.parseTuple(java.lang.String template, java.util.Collection items, java.util.List values) private voidSVNEditModeReader.processCommand(java.lang.String commandName, java.util.List params) java.util.ListSVNConnection.read(java.lang.String template, java.util.List items, boolean readMalformedData) private java.util.ListSVNRepositoryImpl.read(java.lang.String template, java.util.List values, boolean readMalformedData) protected SVNErrorMessageSVNPlainAuthenticator.readAuthResponse()private static charSVNReader.readChar(java.io.InputStream is) SVNConnection.readItem(boolean readMalformedData) static SVNItemSVNReader.readItem(java.io.InputStream is) private static SVNItemprivate SVNItemSVNRepositoryImpl.readItem(boolean readMalformedData) java.util.ListSVNConnection.readTuple(java.lang.String template, boolean readMalformedData) private java.util.ListSVNEditModeReader.readTuple(java.lang.String template, boolean readMalformedData) static java.util.ListSVNReader.readTuple(java.io.InputStream is, java.lang.String template) private java.util.ListSVNRepositoryImpl.readTuple(java.lang.String template, boolean readMalformedData) private voidSVNConnection.receiveRepositoryCredentials(SVNRepositoryImpl repository) private booleanvoidSVNRepositoryImpl.replay(long lowRevision, long highRevision, boolean sendDeltas, ISVNEditor editor) protected voidSVNRepositoryImpl.replayRangeImpl(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler) voidSVNRepositoryImpl.setLocation(SVNURL url, boolean forceReconnect) voidSVNRepositoryImpl.setPath(java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty) voidSVNRepositoryImpl.setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidSVNRepositoryImpl.setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue) private java.io.InputStreamSVNConnection.skipLeadingGrabage(int attempt) private static charSVNReader.skipWhiteSpace(java.io.InputStream is) voidSVNRepositoryImpl.status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) voidSVNCommitEditor.targetRevision(long revision) voidSVNRepositoryImpl.testConnection()java.io.OutputStreamSVNCommitEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) voidSVNCommitEditor.textDeltaEnd(java.lang.String path) voidSVNRepositoryImpl.unlock(java.util.Map pathToTokens, boolean force, ISVNLockHandler handler) private voidSVNRepositoryImpl.unlock12(java.util.Map pathToTokens, boolean force, ISVNLockHandler handler) voidSVNRepositoryImpl.update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) voidSVNRepositoryImpl.update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) (package private) voidSVNRepositoryImpl.updateCredentials(java.lang.String uuid, SVNURL rootURL) voidSVNConnection.write(java.lang.String template, java.lang.Object[] items) private voidSVNRepositoryImpl.write(java.lang.String template, java.lang.Object[] values) static voidSVNWriter.write(java.io.OutputStream os, java.lang.String templateStr, java.lang.Object[] src) voidSVNConnection.writeError(SVNErrorMessage error) Constructors in org.tmatesoft.svn.core.internal.io.svn that throw SVNExceptionModifierConstructorDescriptionprotectedSVNAuthenticator(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 SVNExceptionModifier and TypeMethodDescriptionSVNSaslAuthenticator.authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository) protected javax.security.sasl.SaslClientSVNSaslAuthenticator.createSaslClient(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos, SVNURL location) protected booleanSVNSaslAuthenticator.tryAuthentication(SVNRepositoryImpl repos, java.lang.String mechName) Constructors in org.tmatesoft.svn.core.internal.io.svn.sasl that throw SVNException -
Uses of SVNException in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util that throw SVNExceptionModifier and TypeMethodDescriptionprivate static java.net.SocketSVNSocketFactory._createSSLSocket(javax.net.ssl.KeyManager[] keyManagers, javax.net.ssl.TrustManager trustManager, java.lang.String host, int port, int connectTimeout, int readTimeout, ISVNCanceller cancel, boolean withSNIsupport) voidSVNMergeInfoUtil.ElideMergeInfoEditor.abortEdit()voidSVNMergeInfoUtil.ElideMergeInfoEditor.absentDir(java.lang.String path) voidSVNMergeInfoUtil.ElideMergeInfoEditor.absentFile(java.lang.String path) voidSVNMergeInfoUtil.ElideMergeInfoEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNMergeInfoUtil.ElideMergeInfoEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNSkel.appendChild(SVNSkel child) voidSVNMergeInfoUtil.ElideMergeInfoEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) static voidSVNEncodingUtil.assertURISafe(java.lang.String path) voidSVNMergeInfoUtil.ElideMergeInfoEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNMergeInfoUtil.ElideMergeInfoEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) static voidSVNPathUtil.checkPathIsValid(java.lang.String path) voidSVNMergeInfoUtil.ElideMergeInfoEditor.closeDir()SVNMergeInfoUtil.ElideMergeInfoEditor.closeEdit()voidSVNMergeInfoUtil.ElideMergeInfoEditor.closeFile(java.lang.String path, java.lang.String textChecksum) static java.lang.StringSVNMergeInfoUtil.combineForkedMergeInfoProperties(java.lang.String fromPropValue, java.lang.String workingPropValue, java.lang.String toPropValue) static java.lang.StringSVNMergeInfoUtil.combineMergeInfoProperties(java.lang.String propValue1, java.lang.String propValue2) static voidSVNSocketFactory.connect(java.net.Socket socket, java.net.InetSocketAddress address, int timeout, ISVNCanceller cancel) java.nio.ByteBufferSVNCharsetConvertor.convertChunk(byte[] b, int offset, int length, java.nio.ByteBuffer dst, boolean endOfInput) static SVNSkelSVNSkel.createInheritedProperties(java.util.Map<java.lang.String, SVNProperties> iprops) static java.net.SocketSVNSocketFactory.createPlainSocket(java.lang.String host, int port, int connectTimeout, int readTimeout, ISVNCanceller cancel) static SVNSkelSVNSkel.createPropList(java.util.Map<java.lang.String, SVNPropertyValue> props) static java.net.SocketSVNSocketFactory.createSSLSocket(javax.net.ssl.KeyManager[] keyManagers, javax.net.ssl.TrustManager trustManager, java.lang.String host, int port, int connectTimeout, int readTimeout, ISVNCanceller cancel) voidSVNMergeInfoUtil.ElideMergeInfoEditor.deleteEntry(java.lang.String path, long revision) static voidSVNMergeInfoUtil.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 voidSVNMergeInfoUtil.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) private static voidSVNSkel.error(java.lang.String type) java.nio.ByteBufferSVNCharsetConvertor.flush(java.nio.ByteBuffer dst) static byte[]SVNUUIDGenerator.generateUUID()static java.lang.StringSVNUUIDGenerator.generateUUIDString()SVNSkel.getChild(int i) private static voidSVNUUIDGenerator.getRandomInfo(byte[] node) booleanSVNMergeInfoUtil.ElideMergeInfoCatalogHandler.handleCommitPath(java.lang.String path, ISVNEditor editor) private static voidSVNUUIDGenerator.initState()static voidSVNMergeInfoUtil.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) voidSVNMergeInfoUtil.ElideMergeInfoEditor.openDir(java.lang.String path, long revision) voidSVNMergeInfoUtil.ElideMergeInfoEditor.openFile(java.lang.String path, long revision) voidSVNMergeInfoUtil.ElideMergeInfoEditor.openRoot(long revision) static SVNSkelSVNSkel.parse(byte[] data) static SVNSkelSVNSkel.parse(byte[] data, int offset, int length) static SVNSkelSVNSkel.parse(java.nio.ByteBuffer buffer) private static SVNDateSVNDate.parseDatestamp(java.lang.String str) static java.util.DateSVNDate.parseDateString(java.lang.String str) java.util.List<Structure<StructureFields.InheritedProperties>>SVNSkel.parseInheritedProperties()static SVNSkelSVNSkel.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()private static longSVNMergeInfoUtil.parseRevision(java.lang.StringBuffer mergeInfo) static SVNMergeRange[]SVNMergeInfoUtil.parseRevisionList(java.lang.StringBuffer mergeInfo, java.lang.String path) voidvoidSVNSkel.prependPath(java.io.File path) voidSVNSkel.prependPropertyValue(SVNPropertyValue propertyValue) voidSVNSkel.prependString(java.lang.String str) charSVNSpillBufferReader.readChar()voidSVNMergeInfoUtil.ElideMergeInfoEditor.targetRevision(long revision) java.io.OutputStreamSVNMergeInfoUtil.ElideMergeInfoEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) voidSVNMergeInfoUtil.ElideMergeInfoEditor.textDeltaEnd(java.lang.String path) private static voidSVNCharsetConvertor.throwException(java.nio.charset.CoderResult result) byte[]SVNSkel.unparse()voidSVNSpillBuffer.write(byte[] data, int offset, int length) java.nio.ByteBufferSVNSkel.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 SVNExceptionModifier and TypeMethodDescriptionstatic booleanSVNJNAUtil.addPasswordToGnomeKeyring(java.lang.String realm, java.lang.String userName, char[] password, boolean nonInteractive, ISVNGnomeKeyringPasswordProvider keyringPasswordProvider) static booleanSVNJNAUtil.addPasswordToMacOsKeychain(java.lang.String realm, java.lang.String userName, char[] password, boolean nonInteractive) static java.lang.StringSVNWinSecurity.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[]SVNMacOsKeychain.getPassword(java.lang.String realm, java.lang.String userName, boolean nonInteractive) 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 booleanSVNGnomeKeyring.setPassword(java.lang.String realm, java.lang.String userName, char[] password, boolean nonInteractive, ISVNGnomeKeyringPasswordProvider keyringPasswordProvider) static booleanSVNMacOsKeychain.setPassword(java.lang.String realm, java.lang.String userName, char[] password, boolean nonInteractive) -
Uses of SVNException in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNExceptionMethods in org.tmatesoft.svn.core.internal.wc that return SVNExceptionMethods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNExceptionModifier and TypeMethodDescriptionprivate voidSVNCommitter.fixError(java.lang.String path, SVNException e, SVNNodeKind kind) private static voidSVNPropertiesManager.handleInconsistentEOL(SVNException svne, java.lang.Object path) private voidSVNUpdateEditor.handleLeftLocalModificationsError(SVNException originalError) private voidSVNUpdateEditor15.handleLeftLocalModificationsError(SVNException originalError) private static voidSVNWCManager.handleLeftLocalModificationsError(SVNException originalError) Methods in org.tmatesoft.svn.core.internal.wc that throw SVNExceptionModifier and TypeMethodDescriptionvoidSVNAmbientDepthFilterEditor.abortEdit()voidSVNCancellableEditor.abortEdit()voidSVNDepthFilterEditor.abortEdit()voidSVNDiffEditor.abortEdit()voidSVNDiffStatusEditor.abortEdit()voidSVNDumpEditor.abortEdit()voidSVNExportEditor.abortEdit()voidSVNNodeEditor.abortEdit()voidSVNRemoteDiffEditor.abortEdit()voidSVNRemoteStatusEditor.abortEdit()voidSVNSynchronizeEditor.abortEdit()voidSVNUpdateEditor.abortEdit()voidSVNUpdateEditor15.abortEdit()voidSVNStatusReporter.abortReport()voidSVNAmbientDepthFilterEditor.absentDir(java.lang.String path) voidSVNCancellableEditor.absentDir(java.lang.String path) voidSVNDepthFilterEditor.absentDir(java.lang.String path) voidSVNDiffEditor.absentDir(java.lang.String path) voidSVNDiffStatusEditor.absentDir(java.lang.String path) voidSVNDumpEditor.absentDir(java.lang.String path) voidSVNExportEditor.absentDir(java.lang.String path) voidSVNNodeEditor.absentDir(java.lang.String path) voidSVNRemoteDiffEditor.absentDir(java.lang.String path) voidSVNRemoteStatusEditor.absentDir(java.lang.String path) voidSVNSynchronizeEditor.absentDir(java.lang.String path) voidSVNUpdateEditor.absentDir(java.lang.String path) voidSVNUpdateEditor15.absentDir(java.lang.String path) private voidSVNUpdateEditor.absentEntry(java.lang.String path, SVNNodeKind kind) private voidSVNUpdateEditor15.absentEntry(java.lang.String path, SVNNodeKind kind) voidSVNAmbientDepthFilterEditor.absentFile(java.lang.String path) voidSVNCancellableEditor.absentFile(java.lang.String path) voidSVNDepthFilterEditor.absentFile(java.lang.String path) voidSVNDiffEditor.absentFile(java.lang.String path) voidSVNDiffStatusEditor.absentFile(java.lang.String path) voidSVNDumpEditor.absentFile(java.lang.String path) voidSVNExportEditor.absentFile(java.lang.String path) voidSVNNodeEditor.absentFile(java.lang.String path) voidSVNRemoteDiffEditor.absentFile(java.lang.String path) voidSVNRemoteStatusEditor.absentFile(java.lang.String path) voidSVNSynchronizeEditor.absentFile(java.lang.String path) voidSVNUpdateEditor.absentFile(java.lang.String path) voidSVNUpdateEditor15.absentFile(java.lang.String path) voidDefaultSVNAuthenticationManager.acknowledgeAuthentication(boolean accepted, java.lang.String kind, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication) static voidSVNWCManager.add(java.io.File path, SVNAdminArea parentDir, SVNURL copyFromURL, long copyFromRev, SVNDepth depth) static voidSVNWCManager.add(java.io.File path, SVNAdminArea parentDir, SVNURL copyFromURL, SVNRevision copyFromRev, SVNDepth depth) private voidSVNMergeInfoManager.addDescendantMergeInfo(java.util.Map result, FSRevisionRoot root, java.lang.String path) voidSVNAmbientDepthFilterEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNCancellableEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNDepthFilterEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNDiffEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNDiffStatusEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNDumpEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNExportEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNNodeEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNRemoteDiffEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNRemoteStatusEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNSynchronizeEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNUpdateEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNUpdateEditor15.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNAmbientDepthFilterEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNCancellableEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNDepthFilterEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNDiffEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNDiffStatusEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNDumpEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNExportEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNNodeEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNRemoteDiffEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNRemoteStatusEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNSynchronizeEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNUpdateEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) private SVNUpdateEditor.SVNFileInfoSVNUpdateEditor.addFile(SVNUpdateEditor.SVNDirectoryInfo parent, java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNUpdateEditor15.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) private SVNUpdateEditor15.SVNFileInfoSVNUpdateEditor15.addFile(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) private voidSVNAdminDeltifier.addFileOrDir(FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String tgtPath, java.lang.String editPath, SVNNodeKind tgtKind) private static voidSVNAdminHelper.addFileOrDir(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String tgtPath, java.lang.String editPath, SVNNodeKind tgtKind) private SVNUpdateEditor.SVNFileInfoSVNUpdateEditor.addFileWithHistory(SVNUpdateEditor.SVNDirectoryInfo parent, SVNUpdateEditor.SVNFileInfo info, java.lang.String copyFromPath, long copyFromRevision) private SVNUpdateEditor15.SVNFileInfoSVNUpdateEditor15.addFileWithHistory(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) private voidSVNCopyDriver.addLocalParents(java.io.File path, ISVNEventHandler handler) static voidSVNWCManager.addProperties(SVNAdminArea dir, java.lang.String fileName, SVNProperties properties, boolean base, SVNLog log) static voidSVNWCManager.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) private voidSVNMergeDriver.adjustDeletedSubTreeRanges(SVNMergeDriver.MergePath child, SVNMergeDriver.MergePath parent, long revision1, long revision2, SVNURL primaryURL, SVNRepository repository) private java.util.MapDefaultDumpFilterHandler.adjustMergeInfo(SVNPropertyValue initialValue) private static java.io.FileSVNCommitUtil.adjustRelativePaths(java.io.File rootFile, java.util.Collection relativePaths) private java.io.FileSVNUpdateEditor.alreadyInTreeConflict(java.io.File path) static voidSVNWCProperties.appendProperty(java.lang.String name, SVNPropertyValue value, java.io.OutputStream target) static voidSVNWCProperties.appendPropertyDeleted(java.lang.String name, java.io.OutputStream target) private SVNStatusTypeDefaultSVNMerger.applySingleGenericPropertyChange(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun) private SVNStatusTypeDefaultSVNMerger.applySingleMergeInfoPropertyChange(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun) private SVNStatusTypeDefaultSVNMerger.applySinglePropertyAdd(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun) private SVNStatusTypeDefaultSVNMerger.applySinglePropertyChange(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun) private SVNStatusTypeDefaultSVNMerger.applySinglePropertyDelete(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun) voidDefaultDumpFilterHandler.applyTextDelta()voidDefaultLoadHandler.applyTextDelta()voidISVNLoadHandler.applyTextDelta()voidSVNAmbientDepthFilterEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNCancellableEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNDepthFilterEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNDiffEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNDiffStatusEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNDumpEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNExportEditor.applyTextDelta(java.lang.String commitPath, java.lang.String baseChecksum) voidSVNNodeEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNRemoteDiffEditor.applyTextDelta(java.lang.String commitPath, java.lang.String baseChecksum) voidSVNRemoteStatusEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNSynchronizeEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNUpdateEditor.applyTextDelta(java.lang.String commitPath, java.lang.String baseChecksum) voidSVNUpdateEditor15.applyTextDelta(java.lang.String commitPath, java.lang.String baseChecksum) protected booleanSVNMergeCallback.areFilesTheSame(java.io.File older, SVNProperties originalProps, java.io.File mine, SVNAdminArea adminArea) SVNWCProperties.asMap()protected SVNStatusSVNStatusEditor.assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored) static SVNStatusSVNStatusUtil.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 voidSVNPath.assertControlChars(java.lang.String path) static voidSVNErrorManager.assertionFailure(boolean isTrueCondition, java.lang.String optionalMessage, SVNLogType logType) static java.lang.StringSVNAdminUtil.asString(SVNRevision revision, java.lang.String path) java.util.MapISVNMergeStrategy.calculateImplicitMergeInfo(SVNRepository repos, SVNURL url, long[] targetRev, long start, long end) java.util.MapSVNMergeDriver.calculateImplicitMergeInfo(SVNRepository repos, SVNURL url, long[] targetRev, long start, long end) private java.util.MapSVNMergeDriver.calculateLeftHandSide(SVNURL[] leftURL, long[] leftRev, java.lang.String targetReposRelPath, java.util.Collection subTreesWithMergeInfo, long targetRev, java.lang.String sourceReposRelPath, SVNURL sourceReposRoot, long sourceRev, SVNRepository sourceRepository, SVNRepository targetRepository) 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) voidSVNMergeDriver.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) private java.util.MapSVNCopyDriver.calculateTargetMergeInfo(java.io.File srcFile, SVNWCAccess access, SVNURL srcURL, long srcRevision, SVNRepository repository, boolean noReposAccess) static voidSVNWCManager.canDelete(java.io.File path, ISVNOptions options, ISVNEventHandler eventHandler) booleanSVNDepthFilterEditor.NodeBaton.canEdit(SVNNodeKind entryKind) booleanISVNAuthStoreHandler.canStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) booleanISVNAuthStoreHandler.canStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) voidSVNAmbientDepthFilterEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNCancellableEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNDepthFilterEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNDiffEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNDiffStatusEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNDumpEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNExportEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNNodeEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNRemoteDiffEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNRemoteStatusEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNSynchronizeEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNUpdateEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNUpdateEditor15.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNAmbientDepthFilterEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSVNCancellableEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNDepthFilterEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNDiffEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNDiffStatusEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNDumpEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNExportEditor.changeFileProperty(java.lang.String commitPath, java.lang.String name, SVNPropertyValue value) voidSVNNodeEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNRemoteDiffEditor.changeFileProperty(java.lang.String commitPath, java.lang.String name, SVNPropertyValue value) voidSVNRemoteStatusEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNSynchronizeEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNUpdateEditor.changeFileProperty(java.lang.String commitPath, java.lang.String name, SVNPropertyValue value) voidSVNUpdateEditor15.changeFileProperty(java.lang.String commitPath, java.lang.String name, SVNPropertyValue value) private voidSVNUpdateEditor.checkIfPathIsUnderRoot(java.lang.String path) private voidSVNUpdateEditor15.checkIfPathIsUnderRoot(java.lang.String path) private SVNTreeConflictDescriptionSVNUpdateEditor.checkTreeConflict(java.io.File path, SVNEntry entry, SVNAdminArea parentArea, SVNLog log, SVNConflictAction action, SVNNodeKind theirKind, SVNURL theirURL) voidISVNReusableEditor.cleanup()voidSVNRemoteDiffEditor.cleanup()voidSVNUpdateEditor.cleanup(SVNAdminArea area) voidSVNUpdateEditor.SVNDirectoryInfo.cleanup(SVNAdminArea area) voidSVNUpdateEditor15.cleanup(SVNAdminArea area) voidSVNUpdateEditor15.SVNDirectoryInfo.cleanup(SVNAdminArea area) private voidSVNUpdateEditor.clearWCProperty(SVNAdminArea adminArea, java.lang.String target) private voidSVNUpdateEditor15.clearWCProperty(SVNAdminArea adminArea, java.lang.String target) private voidSVNCopyDriver.close(SVNWCAccess access) voidSVNAmbientDepthFilterEditor.closeDir()voidSVNCancellableEditor.closeDir()voidSVNDepthFilterEditor.closeDir()voidSVNDiffEditor.closeDir()voidSVNDiffStatusEditor.closeDir()voidSVNDumpEditor.closeDir()voidSVNExportEditor.closeDir()voidSVNNodeEditor.closeDir()voidSVNRemoteDiffEditor.closeDir()voidSVNRemoteStatusEditor.closeDir()voidSVNSynchronizeEditor.closeDir()voidSVNUpdateEditor.closeDir()voidSVNUpdateEditor15.closeDir()SVNAmbientDepthFilterEditor.closeEdit()SVNCancellableEditor.closeEdit()SVNDepthFilterEditor.closeEdit()SVNDiffEditor.closeEdit()SVNDiffStatusEditor.closeEdit()SVNDumpEditor.closeEdit()SVNExportEditor.closeEdit()SVNNodeEditor.closeEdit()SVNRemoteDiffEditor.closeEdit()SVNRemoteStatusEditor.closeEdit()SVNStatusEditor.closeEdit()SVNSynchronizeEditor.closeEdit()SVNUpdateEditor.closeEdit()SVNUpdateEditor15.closeEdit()voidSVNAmbientDepthFilterEditor.closeFile(java.lang.String path, java.lang.String textChecksum) voidSVNCancellableEditor.closeFile(java.lang.String path, java.lang.String textChecksum) voidSVNDepthFilterEditor.closeFile(java.lang.String path, java.lang.String textChecksum) voidSVNDiffEditor.closeFile(java.lang.String commitPath, java.lang.String textChecksum) voidSVNDiffStatusEditor.closeFile(java.lang.String path, java.lang.String textChecksum) voidSVNDumpEditor.closeFile(java.lang.String path, java.lang.String textChecksum) voidSVNExportEditor.closeFile(java.lang.String commitPath, java.lang.String textChecksum) voidSVNNodeEditor.closeFile(java.lang.String path, java.lang.String textChecksum) protected voidSVNRemoteDiffEditor.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) voidSVNRemoteDiffEditor.closeFile(java.lang.String commitPath, java.lang.String textChecksum) voidSVNRemoteStatusEditor.closeFile(java.lang.String path, java.lang.String textChecksum) voidSVNSynchronizeEditor.closeFile(java.lang.String path, java.lang.String textChecksum) voidSVNUpdateEditor.closeFile(java.lang.String commitPath, java.lang.String textChecksum) private voidSVNUpdateEditor.closeFile(java.lang.String textChecksum, SVNUpdateEditor.SVNFileInfo fileInfo, SVNUpdateEditor.SVNDirectoryInfo dirInfo) voidSVNUpdateEditor15.closeFile(java.lang.String commitPath, java.lang.String textChecksum) private voidSVNUpdateEditor15.closeFile(java.lang.String textChecksum, SVNUpdateEditor15.SVNFileInfo fileInfo, SVNUpdateEditor15.SVNDirectoryInfo dirInfo) voidDefaultDumpFilterHandler.closeNode()voidDefaultLoadHandler.closeNode()voidISVNLoadHandler.closeNode()voidDefaultDumpFilterHandler.closeRevision()voidDefaultLoadHandler.closeRevision()voidISVNLoadHandler.closeRevision()private static voidSVNCommitUtil.collectLocks(SVNAdminArea adminArea, java.util.Map lockTokens) private java.util.ListSVNMergeDriver.combineRangeWithSegments(SVNMergeRange range, SVNLocationSegment[] segments, SVNURL sourceRootURL) static SVNCommitInfoSVNCommitter.commit(java.util.Collection tmpFiles, java.util.Map commitItems, SVNURL url, ISVNEditor commitEditor, ISVNEventHandler eventHandler) static booleanSVNFileUtil.compareFiles(java.io.File f1, java.io.File f2, java.security.MessageDigest digest) SVNWCProperties.compareTo(SVNWCProperties properties) booleanSVNWCProperties.compareTo(SVNWCProperties properties, ISVNPropertyComparator comparator) private voidSVNUpdateEditor.completeDirectory(SVNUpdateEditor.SVNDirectoryInfo dirInfo) private voidSVNUpdateEditor15.completeDirectory(SVNUpdateEditor15.SVNDirectoryInfo dirInfo) static java.util.MapSVNPropertiesManager.computeAutoProperties(ISVNOptions options, java.io.File file, java.util.Map properties) static java.lang.StringSVNFileUtil.computeChecksum(java.io.File file) private java.lang.StringSVNDumpEditor.computeSHA1Checksum(FSRoot revision, java.lang.String filePath) private SVNURLSVNRemoteStatusEditor.DirectoryInfo.computeURL()static voidSVNFileUtil.copy(java.io.File src, java.io.File dst, boolean safe, boolean copyAdminDirectories) private voidSVNCopyDriver.copyAddedDirAdm(java.io.File src, SVNWCAccess srcAccess, java.io.File dstParent, SVNWCAccess dstParentAccess, java.lang.String dstName, boolean isAdded) private voidSVNCopyDriver.copyAddedFileAdm(java.io.File src, SVNWCAccess srcAccess, SVNWCAccess dstAccess, java.io.File dstParent, java.lang.String dstName, boolean isAdded) private voidSVNCopyDriver.copyDirAdm(java.io.File src, SVNWCAccess srcAccess, SVNWCAccess dstAccess, java.io.File dstParent, java.lang.String dstName) static voidSVNFileUtil.copyDirectory(java.io.File srcDir, java.io.File dstDir, boolean copyAdminDir, ISVNEventHandler cancel) private voidSVNCopyDriver.copyDisjointDir(java.io.File nestedWC, SVNWCAccess parentAccess, java.io.File nestedWCParent) protected voidSVNCopyDriver.copyDisjointWCToWC(java.io.File nestedWC) static voidSVNFileUtil.copyFile(java.io.File src, java.io.File dst, boolean safe) static voidSVNFileUtil.copyFile(java.io.File src, java.io.File dst, boolean safe, boolean keepTimestamp) private voidSVNCopyDriver.copyFileAdm(java.io.File src, SVNWCAccess srcAccess, java.io.File dstParent, SVNWCAccess dstAccess, java.lang.String dstName, boolean move) private voidSVNCopyDriver.copyFiles(java.io.File src, java.io.File dstParent, SVNWCAccess dstAccess, java.lang.String dstName, boolean move) private static booleanSVNWCProperties.copyProperties(java.io.InputStream is, java.io.OutputStream os, java.lang.String name, java.io.InputStream value, int length) private voidSVNCopyDriver.copyProps(java.io.File src, java.io.File dst, SVNWCAccess srcAccess, SVNWCAccess dstAccess) private SVNCommitInfoSVNCopyDriver.copyReposToRepos(java.util.List copyPairs, boolean makeParents, boolean isMove, boolean pinExternals, java.util.Map<SvnTarget, java.util.List<SVNExternal>> externalsToPin, java.lang.String message, SVNProperties revprops, ISVNCommitHandler commitHandler) private voidSVNCopyDriver.copyReposToWC(java.util.List copyPairs, boolean makeParents) private voidSVNCopyDriver.copyReposToWC(SVNCopyDriver.CopyPair pair, boolean sameRepositories, SVNRepository topSrcRepos, SVNWCAccess dstAccess) static voidSVNFileUtil.copySymlink(java.io.File source, java.io.File target) private SVNCommitInfoSVNCopyDriver.copyWCToRepos(java.util.List copyPairs, boolean makeParents, java.lang.String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler) private voidSVNCopyDriver.copyWCToWC(java.util.List pairs) private voidSVNCopyDriver.copyWCToWC(java.util.List copyPairs, boolean isMove, boolean makeParents) private java.util.MapSVNMergeInfoManager.crawlDirectoryForMergeInfo(FSRevisionRoot root, java.lang.String path, FSRevisionNode node, java.util.Map result) static SVNWCAccessSVNCommitUtil.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 voidSVNFileUtil.createEmptyFile(java.io.File file) static voidSVNFileUtil.createFile(java.io.File file, java.lang.String contents, java.lang.String charSet) An internal method for ASCII bytes to write only!private SVNUpdateEditor.SVNFileInfoSVNUpdateEditor.createFileInfo(SVNUpdateEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added) private SVNUpdateEditor15.SVNFileInfoSVNUpdateEditor15.createFileInfo(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path, boolean added) static voidSVNAdminUtil.createFormatFile(java.io.File adminDir) private DefaultLoadHandler.NodeBatonDefaultLoadHandler.createNodeBaton(java.util.Map headers) static voidSVNAdminUtil.createReadmeFile(java.io.File adminDir) static voidSVNWCManager.createRevertProperties(SVNWCAccess access, java.io.File path, boolean removeBase) private SVNStatusSVNRemoteStatusEditor.createStatus(java.io.File path) static booleanSVNFileUtil.createSymlink(java.io.File link, java.io.File linkName) abstract java.io.FileAbstractDiffCallback.createTempDirectory()java.io.FileSVNDiffCallback.createTempDirectory()static java.io.FileSVNFileUtil.createTempDirectory(java.lang.String name) java.io.FileSVNMergeCallback.createTempDirectory()private java.io.FileSVNDiffEditor.createTempFile()static java.io.FileSVNFileUtil.createTempFile(java.lang.String prefix, java.lang.String suffix) private java.io.FileSVNNodeEditor.createTempFile(ISVNDiffGenerator generator) protected java.io.FileSVNRemoteDiffEditor.createTempFile(SVNAdminArea dir, java.lang.String name) static java.io.FileSVNAdminUtil.createTmpFile(SVNAdminArea adminArea) Creates "tempfile[.n].tmp" in admin area's /tmp dirstatic java.io.FileSVNAdminUtil.createTmpFile(SVNAdminArea adminArea, java.lang.String prefix, java.lang.String suffix, boolean tmp) static java.io.FileSVNFileUtil.createUniqueDir(java.io.File parent, java.lang.String name, java.lang.String suffix, boolean useUUIDGenerator) static java.io.FileSVNFileUtil.createUniqueFile(java.io.File parent, java.lang.String name, java.lang.String suffix, boolean useUUIDGenerator) static SVNUpdateEditorSVNUpdateEditor.createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand) static SVNUpdateEditor15SVNUpdateEditor15.createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand) static voidSVNWCManager.crop(SVNAdminAreaInfo info, SVNDepth depth) private static voidSVNWCManager.cropChildren(SVNWCAccess wcAccess, java.io.File path, SVNDepth depth) protected voidSVNMergeCallback.delete(java.io.File path, boolean force, boolean dryRun, boolean keepLocal) protected voidSVNMergeCallback15.delete(java.io.File path, boolean force, boolean dryRun) static voidSVNWCManager.delete(SVNWCAccess wcAccess, SVNAdminArea root, java.io.File path, boolean deleteFiles, boolean cancellable) static voidSVNFileUtil.deleteAll(java.io.File dir, boolean deleteDirs, ISVNCanceller cancelBaton) static voidSVNFileUtil.deleteAll(java.io.File dir, ISVNEventHandler cancelBaton) voidSVNAmbientDepthFilterEditor.deleteEntry(java.lang.String path, long revision) voidSVNCancellableEditor.deleteEntry(java.lang.String path, long revision) voidSVNDepthFilterEditor.deleteEntry(java.lang.String path, long revision) voidSVNDiffEditor.deleteEntry(java.lang.String path, long revision) voidSVNDiffStatusEditor.deleteEntry(java.lang.String path, long revision) voidSVNDumpEditor.deleteEntry(java.lang.String path, long revision) voidSVNExportEditor.deleteEntry(java.lang.String path, long revision) voidSVNNodeEditor.deleteEntry(java.lang.String path, long revision) voidSVNRemoteDiffEditor.deleteEntry(java.lang.String path, long revision) protected voidSVNRemoteDiffEditor.deleteEntry(java.lang.String path, SVNNodeKind nodeKind, SVNAdminArea dir) voidSVNRemoteStatusEditor.deleteEntry(java.lang.String path, long revision) voidSVNSynchronizeEditor.deleteEntry(java.lang.String path, long revision) voidSVNUpdateEditor.deleteEntry(java.lang.String path, long revision) voidSVNUpdateEditor15.deleteEntry(java.lang.String path, long revision) static booleanSVNFileUtil.deleteFile(java.io.File file) voidDefaultDumpFilterHandler.deleteNodeProperty(java.lang.String propertyName) voidDefaultLoadHandler.deleteNodeProperty(java.lang.String propertyName) voidISVNLoadHandler.deleteNodeProperty(java.lang.String propertyName) voidSVNStatusReporter.deletePath(java.lang.String path) static voidSVNPropertiesManager.deleteWCProperties(SVNAdminArea dir, java.lang.String name, boolean recursive) voidSVNAdminDeltifier.deltifyDir(FSRevisionRoot srcRoot, java.lang.String srcParentDir, java.lang.String srcEntry, FSRevisionRoot tgtRoot, java.lang.String tgtFullPath) static voidSVNAdminHelper.deltifyDir(FSFS fsfs, FSRevisionRoot srcRoot, java.lang.String srcParentDir, java.lang.String srcEntry, FSRevisionRoot tgtRoot, java.lang.String tgtFullPath, ISVNEditor editor) private voidSVNAdminDeltifier.deltifyDirs(FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath) private static voidSVNAdminHelper.deltifyDirs(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath) private voidSVNAdminDeltifier.deltifyFiles(FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath) private static voidSVNAdminHelper.deltifyFiles(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath) private voidSVNAdminDeltifier.deltifyProperties(FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath, boolean isDir) private static voidSVNAdminHelper.deltifyProperties(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath, boolean isDir) static java.lang.StringSVNFileUtil.detectMimeType(java.io.File file, java.util.Map<java.lang.String, java.lang.String> mimeTypes) private SVNLocationEntrySVNCopyDriver.determineCopyFromInfo(java.io.File src, SVNWCAccess srcAccess, SVNEntry srcEntry, SVNEntry dstEntry) private java.io.FileSVNDiffEditor.detranslateFile(SVNAdminArea dir, java.lang.String name) static booleanSVNFileUtil.detranslateSymlink(java.io.File src, java.io.File linkFile) voidSVNNodeEditor.diff(FSRoot root, long baseRevision, ISVNGNUDiffGenerator generator, java.io.OutputStream os) private voidSVNDiffStatusEditor.diffDeletedDir(java.lang.String path) private voidSVNNodeEditor.diffImpl(FSRoot root, FSRevisionRoot baseRoot, java.lang.String path, java.lang.String basePath, SVNNodeEditor.Node node, ISVNGNUDiffGenerator generator, java.io.OutputStream os) private voidSVNDiffEditor.diffUnversioned(java.io.File root, SVNAdminArea dir, java.lang.String parentRelativePath, boolean anchor, java.util.Set processedFiles) abstract SVNStatusTypeAbstractDiffCallback.directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted) SVNDiffCallback.directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted) SVNMergeCallback.directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted) SVNMergeCallback15.directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted) abstract SVNStatusType[]AbstractDiffCallback.directoryClosed(java.lang.String path, boolean[] isTreeConflicted) SVNDiffCallback.directoryClosed(java.lang.String path, boolean[] isTreeConflicted) SVNMergeCallback.directoryClosed(java.lang.String path, boolean[] isTreeConflicted) SVNMergeCallback15.directoryClosed(java.lang.String path, boolean[] isTreeConflicted) abstract SVNStatusTypeAbstractDiffCallback.directoryDeleted(java.lang.String path, boolean[] isTreeConflicted) SVNDiffCallback.directoryDeleted(java.lang.String path) SVNDiffCallback.directoryDeleted(java.lang.String path, boolean[] isTreeConflicted) SVNMergeCallback.directoryDeleted(java.lang.String path, boolean[] isTreeConflicted) SVNMergeCallback15.directoryDeleted(java.lang.String path, boolean[] isTreeConflicted) abstract voidAbstractDiffCallback.directoryOpened(java.lang.String path, long revision, boolean[] isTreeConflicted) voidSVNDiffCallback.directoryOpened(java.lang.String path, long revision, boolean[] isTreeConflicted) voidSVNMergeCallback.directoryOpened(java.lang.String path, long revision, boolean[] isTreeConflicted) voidSVNMergeCallback15.directoryOpened(java.lang.String path, long revision, boolean[] isTreeConflicted) private voidDefaultDumpFilterHandler.dispatchEvent(SVNAdminEvent event) voidDefaultSVNGNUDiffGenerator.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) private voidSVNDiffCallback.displayFileDiff(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) voidDefaultSVNGNUDiffGenerator.displayHeader(int type, java.lang.String path, java.lang.String copyFromPath, long copyFromRevision, java.io.OutputStream result) private voidSVNUpdateEditor.doDeleteEntry(java.lang.String path, SVNAdminArea parentArea, SVNUpdateEditor.SVNDirectoryInfo parent, SVNURL theirURL) static voidSVNWCManager.doDeleteUnversionedFiles(SVNWCAccess wcAccess, java.io.File path, boolean deleteFiles) protected voidSVNMergeDriver.doDirectoryMerge(java.util.Map resultCatalog, SVNURL url1, long revision1, SVNURL url2, long revision2, SVNEntry parentEntry, SVNAdminArea adminArea, SVNDepth depth) protected voidSVNMergeDriver.doDirectoryMerge(SVNURL url1, long revision1, SVNURL url2, long revision2, SVNEntry parentEntry, SVNAdminArea adminArea, SVNDepth depth) Deprecated.static voidSVNWCManager.doEraseFromWC(java.io.File path, SVNAdminArea dir, SVNNodeKind kind, boolean deleteFiles) protected voidSVNMergeDriver.doFileMerge(java.util.Map resultCatalog, SVNURL url1, long revision1, SVNURL url2, long revision2, java.io.File targetWCPath, SVNAdminArea adminArea, boolean sourcesRelated) protected voidSVNMergeDriver.doFileMerge(SVNURL url1, long revision1, SVNURL url2, long revision2, java.io.File targetWCPath, SVNAdminArea adminArea, boolean sourcesRelated) Deprecated.protected voidSVNMergeDriver.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 voidSVNMergeDriver.doMergeInfoUnawareDirectoryMerge(SVNURL url1, long revision1, SVNURL url2, long revision2, SVNAdminArea adminArea, SVNDepth depth) static voidSVNCommitUtil.driveCommitEditor(ISVNCommitPathHandler handler, java.util.Collection paths, ISVNEditor editor, long revision) 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) 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) private voidSVNDumpEditor.dumpNode(java.lang.String path, SVNNodeKind kind, int nodeAction, boolean isCopy, java.lang.String cmpPath, long cmpRev) static booleanSVNWCManager.ensureAdminAreaExists(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revision, SVNDepth depth) private voidSVNMergeDriver.ensureAllMissingRangesArePhantoms(SVNRepository repository, java.util.Map unmergedHistory) static java.io.FileSVNFileUtil.ensureDirectoryExists(java.io.File path) private voidSVNMergeDriver.ensureImplicitMergeinfo(SVNMergeDriver.MergePath parent, SVNMergeDriver.MergePath child, boolean childInheritsParent, SVNEntry entry, long revision1, long revision2, SVNRepository repository) protected SVNRepositorySVNMergeDriver.ensureRepository(SVNRepository repository, SVNURL url) private voidSVNMergeDriver.ensureWCReflectsRepositorySubTree(java.io.File targetWCPath) private booleanSVNUpdateEditor.entryHasLocalModifications(SVNAdminArea adminArea, java.io.File path, SVNNodeKind kind, java.lang.String schedule) static voidSVNErrorManager.error(SVNErrorMessage err, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err, java.lang.Throwable cause, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err, java.util.logging.Level logLevel, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err1, SVNErrorMessage err2, java.util.logging.Level logLevel, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err1, SVNErrorMessage err2, SVNLogType logType) static voidSVNErrorManager.error(SVNErrorMessage err, SVNLogType logType) static java.lang.StringSVNFileUtil.execCommand(java.lang.String[] commandLine) static java.lang.StringSVNFileUtil.execCommand(java.lang.String[] commandLine, boolean waitAfterRead, ISVNReturnValueCallback callback) static java.lang.StringSVNFileUtil.execCommand(java.lang.String[] commandLine, java.lang.String[] env, boolean waitAfterRead, ISVNReturnValueCallback callback) protected SVNCopySource[]SVNCopyDriver.expandCopySources(SVNCopySource[] sources) private voidSVNCopyDriver.extendWCMergeInfo(java.io.File path, SVNEntry entry, java.util.Map mergeInfo, SVNWCAccess access) longISVNFileFetcher.fetchFile(java.lang.String path, long revision, java.io.OutputStream os, SVNProperties properties) voidISVNFileContentFetcher.fetchFileContent(java.io.OutputStream os) private static intSVNExternal.fetchRevision(SVNExternal external, java.lang.Object owner, java.lang.String line, java.util.List tokens) 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) 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) 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) 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) 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) 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) 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 SVNStatusTypeAbstractDiffCallback.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) 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) 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) 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) booleanISVNFileContentFetcher.fileIsBinary()private voidSVNMergeDriver.filterMergedRevisions(SVNMergeDriver.MergePath parent, SVNMergeDriver.MergePath child, SVNEntry entry, SVNRepository repository, java.lang.String mergeInfoPath, java.util.Map targetMergeInfo, long rev1, long rev2, boolean childInheritsImplicit) static voidSVNCommitUtil.filterOutFileExternals(java.util.Collection explicitPaths, java.util.Map commitables, SVNWCAccess baseAccess) protected SVNPropertiesSVNMergeDriver.filterSelfReferentialMergeInfo(SVNProperties props, java.io.File path) protected voidSVNMergeDriver.findGapsInMergeSourceHistory(long[] gap, java.lang.String mergeSrcCanonPath, SVNURL url1, long rev1, SVNURL url2, long rev2, SVNRepository repos) private SVNLocationEntrySVNNodeEditor.findRealBaseLocation(SVNNodeEditor.Node node) private java.util.MapSVNMergeDriver.findUnmergedMergeInfo(boolean[] neverSynched, long[] youngestMergedRev, long[] ycAncestorRev, java.util.Map srcCatalog, java.util.Map targetSegments, java.lang.String sourceReposPath, java.lang.String targetReposPath, long targetRev, long srcRev, SVNRepository sourceRepository, SVNRepository targetRepository) voidSVNStatusReporter.finishReport()private voidSVNMergeDriver.fixDeletedSubtreeRanges(SVNURL url1, long revision1, SVNURL url2, long revision2, SVNRepository repository) private voidSVNCommitter.fixError(java.lang.String path, SVNException e, SVNNodeKind kind) voidSVNUpdateEditor.SVNDirectoryInfo.flushLog()voidSVNUpdateEditor15.SVNDirectoryInfo.flushLog()static voidSVNAdminHelper.generateIncompleteDataError()private java.lang.StringDefaultSVNGNUDiffGenerator.generateLabel(FSRoot root, java.lang.String path) private static voidSVNAdminDeltifier.generateNotADirError(java.lang.String role, java.lang.String path) private static voidSVNAdminHelper.generateNotADirError(java.lang.String role, java.lang.String path) static voidSVNAdminHelper.generateStreamMalformedError()private static SVNConflictActionSVNTreeConflictUtil.getAction(java.lang.String name) static java.lang.StringSVNWCManager.getActualTarget(java.io.File file) SVNUpdateEditor.SVNDirectoryInfo.getAdminArea()SVNUpdateEditor.SVNFileInfo.getAdminArea()SVNUpdateEditor15.SVNDirectoryInfo.getAdminArea()SVNUpdateEditor15.SVNFileInfo.getAdminArea()ISVNAuthenticationStorageOptions.getAuthStoreHandler()private static SVNConflictReasonSVNTreeConflictUtil.getConflictReason(java.lang.String name) static SVNSkelSVNTreeConflictUtil.getConflictSkel(SVNConflictVersion nullVersion, SVNTreeConflictDescription conflict) private SVNLocationEntrySVNCopyDriver.getCopyFromInfoFromParent(java.io.File file, SVNWCAccess access) protected SVNLocationEntrySVNMergeDriver.getCopySource(java.io.File path, SVNURL url, SVNRevision revision) static java.lang.StringSVNFileUtil.getCurrentGroup()static java.lang.StringSVNFileUtil.getCurrentUser()protected voidSVNStatusEditor.getDirStatus(SVNEntry parentEntry, SVNAdminArea dir, java.lang.String entryName, SVNDepth depth, boolean getAll, boolean noIgnore, java.util.Collection ignorePatterns, boolean skipThisDir, ISVNStatusHandler handler) 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.MapSVNMergeDriver.getHistoryAsMergeInfo(SVNURL url, java.io.File path, SVNRevision pegRevision, long rangeYoungest, long rangeOldest, SVNRepository repos, SVNWCAccess access) static java.util.CollectionSVNStatusEditor.getIgnorePatterns(SVNAdminArea dir, java.util.Collection globalIgnores) char[]ISVNGnomeKeyringPasswordProvider.getKeyringPassword(java.lang.String keyringName) SVNUpdateEditor.SVNDirectoryInfo.getLog()SVNUpdateEditor15.SVNDirectoryInfo.getLog()voidSVNMergeDriver.getLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) voidSVNMergeDriver.getLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) voidSVNMergeDriver.getLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) voidSVNMergeDriver.getLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) voidSVNMergeDriver.getLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) voidSVNMergeDriver.getLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) voidSVNMergeDriver.getLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) voidSVNMergeDriver.getLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) protected voidSVNMergeDriver.getLogsForMergeInfoRangeList(SVNURL reposRootURL, java.lang.String[] paths, SVNMergeRangeList rangeList, boolean discoverChangedPaths, java.lang.String[] revProps, ISVNLogEntryHandler handler) protected DefaultSVNMergerActionDefaultSVNMerger.getMergeAction(SVNMergeFileSet files, SVNMergeResult mergeResult) java.util.MapSVNMergeDriver.getMergedMergeInfo(java.io.File path, SVNRevision pegRevision) Deprecated.java.util.MapSVNMergeDriver.getMergedMergeInfo(SVNURL url, SVNRevision pegRevision) Deprecated.protected java.util.MapSVNMergeDriver.getMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL[] repositoryRoot) protected java.util.MapSVNMergeDriver.getMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL[] repositoryRoot) java.util.MapSVNMergeInfoManager.getMergeInfo(java.lang.String[] paths, FSRevisionRoot root, SVNMergeInfoInheritance inherit, boolean includeDescendants) private java.util.MapSVNMergeInfoManager.getMergeInfoForPath(FSRevisionRoot revRoot, java.lang.String path, SVNMergeInfoInheritance inherit) private java.util.MapSVNMergeInfoManager.getMergeInfoForPaths(FSRevisionRoot root, java.lang.String[] paths, SVNMergeInfoInheritance inherit, boolean includeDescendants) private java.util.ListSVNMergeDriver.getMergeInfoPaths(java.util.List children, java.lang.String mergeSrcPath, SVNEntry entry, SVNURL sourceRootURL, long revision1, long revision2, boolean honorMergeInfo, SVNRepository repository, SVNDepth depth) ISVNMergeStrategy.getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor) SVNMergeDriver.getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor) DefaultSVNAuthenticationManager.getNextAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url) private static SVNNodeKindSVNTreeConflictUtil.getNodeKind(java.lang.String name) private static SVNOperationSVNTreeConflictUtil.getOperation(java.lang.String name) ISVNFileContentFetcher.getProperty(java.lang.String propertyName) static SVNPropertyValueSVNPropertiesManager.getProperty(SVNWCAccess access, java.io.File path, java.lang.String propName) java.lang.StringSVNWCProperties.getPropertyValue(java.lang.String name) java.io.OutputStreamSVNWCProperties.getPropertyValue(java.lang.String name, java.io.OutputStream os) DefaultSVNAuthenticationManager.getProxyManager(SVNURL url) static longSVNAdminHelper.getRevisionNumber(SVNRevision revision, long youngestRevision, FSFS fsfs) static SVNRevisionStatusSVNStatusUtil.getRevisionStatus(java.io.File wcPath, java.lang.String trailURL, boolean committed, ISVNEventHandler eventHandler) static SVNAuthenticatorSVNClassLoader.getSASLAuthenticator(SVNConnection connection) static java.lang.StringSVNTreeConflictUtil.getSingleTreeConflictData(SVNTreeConflictDescription conflict) static byte[]SVNTreeConflictUtil.getSingleTreeConflictRawData(SVNTreeConflictDescription conflict) static SVNStatusSVNStatusUtil.getStatus(java.io.File path, SVNWCAccess wcAccess) private java.io.FileSVNDiffEditor.getTempDirectory()private java.io.FileSVNNodeEditor.getTempDirectory(ISVNDiffGenerator generator) protected java.io.FileSVNRemoteDiffEditor.getTempDirectory()private SVNPropertiesSVNUpdateEditor.getTreeConflictCreationAttributes(SVNAdminArea adminArea, SVNTreeConflictDescription treeConflict) static java.lang.StringSVNTreeConflictUtil.getTreeConflictData(java.util.Map conflicts) static byte[]SVNTreeConflictUtil.getTreeConflictRawData(java.util.Map conflicts) javax.net.ssl.TrustManagerDefaultSVNAuthenticationManager.getTrustManager(SVNURL url) SVNPath.getURL()private java.lang.StringSVNCopyDriver.getUUIDFromPath(SVNWCAccess wcAccess, java.io.File path) static intSVNAdminUtil.getVersion(java.io.File path) static SVNPropertyValueSVNPropertiesManager.getWCProperty(SVNWCAccess access, java.io.File path, java.lang.String propName) static java.util.MapSVNPropertiesManager.getWorkingCopyPropertyValues(java.io.File path, SVNEntry entry, java.lang.String propName, SVNDepth depth, boolean base) SVNCommitMediator.getWorkspaceProperty(java.lang.String path, java.lang.String name) SVNImportMediator.getWorkspaceProperty(java.lang.String path, java.lang.String name) private ISVNEditorSVNSynchronizeEditor.getWrappedEditor()private SVNLocationEntrySVNMergeDriver.getYoungestCommonAncestor(java.io.File path1, SVNURL url1, long revision1, java.io.File path2, SVNURL url2, long revision2) voidISVNReturnValueCallback.handleChar(char ch) protected SVNMergeResultDefaultSVNMerger.handleChooseBase(SVNMergeFileSet files) protected SVNMergeResultDefaultSVNMerger.handleChooseConflicted(boolean chooseMine, SVNMergeFileSet files) protected SVNMergeResultDefaultSVNMerger.handleChooseMerged(SVNMergeFileSet files, SVNMergeResult mergeResult) protected SVNMergeResultDefaultSVNMerger.handleChooseRepository(SVNMergeFileSet files) protected SVNMergeResultDefaultSVNMerger.handleChooseWorking(SVNMergeFileSet files) booleanISVNCommitPathHandler.handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor) booleanSVNCommitter.handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor) booleanSVNCopyDriver.CopyCommitPathHandler.handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor) private voidSVNStatusEditor.handleDirEntry(SVNAdminArea dir, java.lang.String entryName, SVNEntry dirEntry, SVNEntry entry, SVNNodeKind fileKind, boolean special, SVNDepth depth, boolean getAll, boolean noIgnore, ISVNStatusHandler handler) private voidSVNUpdateEditor.handleDuplicateEntries()voidSVNMergeDriver.MergeInfoFetcher.handleEntry(java.io.File path, SVNEntry entry) voidSVNMergeDriver.SubTreeMergeInfoHandler.handleEntry(java.io.File path, SVNEntry entry) voidSVNMergeDriver.MergeInfoFetcher.handleError(java.io.File path, SVNErrorMessage error) voidSVNMergeDriver.SubTreeMergeInfoHandler.handleError(java.io.File path, SVNErrorMessage error) voidSVNMergeDriver.handleEvent(SVNEvent event, double progress) private static voidSVNPropertiesManager.handleInconsistentEOL(SVNException svne, java.lang.Object path) private voidSVNUpdateEditor.handleLeftLocalModificationsError(SVNException originalError) private voidSVNUpdateEditor15.handleLeftLocalModificationsError(SVNException originalError) private static voidSVNWCManager.handleLeftLocalModificationsError(SVNException originalError) voidSVNMergeDriver.CopyFromReceiver.handleLogEntry(SVNLogEntry logEntry) voidSVNMergeDriver.LogHandlerFilter.handleLogEntry(SVNLogEntry logEntry) voidSVNMergeDriver.NoopLogHandler.handleLogEntry(SVNLogEntry logEntry) protected SVNMergeResultDefaultSVNMerger.handleMarkBinaryConflicted(SVNMergeFileSet files) protected SVNMergeResultDefaultSVNMerger.handleMarkConflicted(SVNMergeFileSet files) protected SVNMergeResultDefaultSVNMerger.handleMarkResolved(SVNMergeFileSet files, SVNMergeResult mergeResult) protected SVNMergeResultDefaultSVNMerger.handleMarkTextConflicted(SVNMergeFileSet files) voidISVNReturnValueCallback.handleReturnValue(int returnValue) voidSVNRemoteStatusEditor.DirectoryInfo.handleStatus(SVNStatus status) voidSVNRemoteStatusEditor.handleStatus(SVNStatus status) private voidSVNRemoteStatusEditor.handleStatusHash(SVNEntry dirEntry, java.util.Map hash, boolean deleted, SVNDepth depth) static voidSVNCommitUtil.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) private voidSVNMergeDriver.inheritImplicitMergeinfoFromParent(SVNMergeDriver.MergePath parent, SVNMergeDriver.MergePath child, long revision1, long revision2, SVNRepository repository) static booleanSVNWCManager.isEntrySwitched(java.io.File path, SVNEntry entry) static booleanSVNFileUtil.isExecutable(java.io.File file) booleanISVNAuthenticationStorageOptions.isNonInteractive()private static booleanSVNCommitUtil.isRecursiveCommitForced(java.io.File directory) booleanDefaultSVNAuthenticationManager.ExtendedHostOptions.isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) booleanDefaultSVNConnectionOptions.isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) booleanDefaultSVNHostOptions.isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) booleanISVNConnectionOptions.isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) booleanISVNHostOptions.isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) booleanDefaultSVNAuthenticationManager.ExtendedHostOptions.isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) booleanDefaultSVNConnectionOptions.isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) booleanDefaultSVNHostOptions.isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) booleanISVNConnectionOptions.isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) booleanISVNHostOptions.isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) private static booleanSVNTreeConflictUtil.isValidConflict(SVNSkel skel) static booleanSVNPropertiesManager.isValidPropertyName(java.lang.String name) private static booleanSVNTreeConflictUtil.isValidVersionInfo(SVNSkel skel) voidSVNStatusReporter.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty) voidSVNStatusReporter.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) private java.io.FileSVNMergeDriver.loadFile(SVNRepository repository, long revision, SVNProperties properties, SVNAdminArea adminArea) voidSVNRemoteDiffEditor.SVNDirectoryInfo.loadFromRepository(long baseRevision) voidSVNRemoteDiffEditor.SVNFileInfo.loadFromRepository(long revision) private voidSVNDiffEditor.localDirectoryDiff(SVNDiffEditor.SVNDirectoryInfo info) private SVNEntrySVNUpdateEditor.locateCopyFrom(java.lang.String copyFromPath, long copyFromRevision, java.io.File dstDir, SVNEntry dstEntry) private SVNEntrySVNUpdateEditor15.locateCopyFrom(java.lang.String copyFromPath, long copyFromRevision, java.io.File dstDir, SVNEntry dstEntry) protected voidDefaultSVNMerger.makeBinaryConflictEntry(SVNMergeFileSet files, java.lang.String newFilePath, java.lang.String oldFilePath) SVNAmbientDepthFilterEditor.makeDirBaton(java.lang.String path, SVNAmbientDepthFilterEditor.DirBaton parentBaton) private static java.lang.StringSVNExternalsUtil.makeExternalDescription(SvnTarget localAbsPathOrUrl, SVNExternal item, SVNRevision externalPegRevision) SVNAmbientDepthFilterEditor.makeFileBaton(SVNAmbientDepthFilterEditor.DirBaton parentBaton, java.lang.String path) protected voidDefaultSVNMerger.makeTextConflictEntry(SVNMergeFileSet files, java.lang.String mineFilePath, java.lang.String newFilePath, java.lang.String oldFilePath) protected SVNTreeConflictDescriptionSVNMergeDriver.makeTreeConflict(java.io.File victim, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) private static voidSVNTreeConflictUtil.mappingError(java.lang.String type) static voidSVNWCManager.markEntry(SVNAdminArea dir, SVNEntry entry, java.lang.String schedule, boolean copied, boolean keepLocal, int flags) static voidSVNWCManager.markTree(SVNAdminArea dir, java.lang.String schedule, boolean copied, boolean keepLocal, int flags) static voidSVNWCManager.markTreeCancellable(SVNAdminArea dir, java.lang.String schedule, boolean copied, boolean keepLocal, int flags) private booleanDefaultLoadHandler.maybeAddWithHistory(DefaultLoadHandler.NodeBaton nodeBaton) private voidSVNUpdateEditor.maybeBumpDirInfo(SVNUpdateEditor.SVNDirectoryInfo dirInfo) private voidSVNUpdateEditor15.maybeBumpDirInfo(SVNUpdateEditor15.SVNDirectoryInfo dirInfo) private booleanDefaultSVNMerger.maybeGeneratePropConflict(java.lang.String localPath, java.lang.String propName, SVNProperties workingProps, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue baseValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, boolean isDir, boolean dryRun) protected abstract SVNStatusTypeAbstractSVNMerger.mergeBinary(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile) protected SVNStatusTypeDefaultSVNMerger.mergeBinary(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile) private voidSVNMergeDriver.mergeCousinsAndSupplementMergeInfo(java.io.File targetWCPath, SVNEntry entry, SVNAdminArea adminArea, SVNRepository repository1, SVNRepository repository2, SVNURL url1, long rev1, SVNURL url2, long rev2, long youngestCommonRev, SVNURL sourceReposRoot, SVNURL wcReposRoot, SVNDepth depth, boolean ignoreAncestry, boolean force, boolean recordOnly, boolean dryRun) DefaultSVNMerger.mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun) static SVNStatusTypeSVNPropertiesManager.mergeProperties(SVNWCAccess wcAccess, java.io.File path, SVNProperties baseProperties, SVNProperties diff, boolean baseMerge, boolean dryRun) private booleanSVNMergeDriver.mergeRangeContainsRevision(SVNMergeRange range, long rev) protected abstract SVNStatusTypeAbstractSVNMerger.mergeText(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile) AbstractSVNMerger.mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options) protected SVNStatusTypeDefaultSVNMerger.mergeText(java.io.File baseFile, java.io.File localFile, java.io.File latestFile, SVNDiffOptions options, java.io.File resultFile) static voidSVNFileUtil.moveDir(java.io.File src, java.io.File dst) static voidSVNFileUtil.moveFile(java.io.File src, java.io.File dst) private voidSVNCopyDriver.moveWCToWC(java.util.List pairs) private java.util.ListSVNMergeDriver.normalizeMergeSources(java.io.File source, SVNURL sourceURL, SVNURL sourceRootURL, SVNRevision pegRevision, java.util.Collection rangesToMerge, SVNRepository repository) private booleanSVNMergeDriver.notifySingleFileMerge(java.io.File targetWCPath, SVNEventAction action, SVNStatusType cstate, SVNStatusType pstate, SVNEvent headerEvent, boolean isHeaderSent) booleanISVNMergeInfoFilter.omitMergeInfo(java.lang.String path, java.util.Map pathMergeinfo) private SVNAdminAreaSVNCopyDriver.open(SVNWCAccess access, java.io.File path, boolean writeLock, boolean stealLock, int depth) voidSVNAmbientDepthFilterEditor.openDir(java.lang.String path, long revision) voidSVNCancellableEditor.openDir(java.lang.String path, long revision) voidSVNDepthFilterEditor.openDir(java.lang.String path, long revision) voidSVNDiffEditor.openDir(java.lang.String path, long revision) voidSVNDiffStatusEditor.openDir(java.lang.String path, long revision) voidSVNDumpEditor.openDir(java.lang.String path, long revision) voidSVNExportEditor.openDir(java.lang.String path, long revision) voidSVNNodeEditor.openDir(java.lang.String path, long revision) voidSVNRemoteDiffEditor.openDir(java.lang.String path, long revision) voidSVNRemoteStatusEditor.openDir(java.lang.String path, long revision) voidSVNSynchronizeEditor.openDir(java.lang.String path, long revision) voidSVNUpdateEditor.openDir(java.lang.String path, long revision) voidSVNUpdateEditor15.openDir(java.lang.String path, long revision) voidSVNAmbientDepthFilterEditor.openFile(java.lang.String path, long revision) voidSVNCancellableEditor.openFile(java.lang.String path, long revision) voidSVNDepthFilterEditor.openFile(java.lang.String path, long revision) voidSVNDiffEditor.openFile(java.lang.String path, long revision) voidSVNDiffStatusEditor.openFile(java.lang.String path, long revision) voidSVNDumpEditor.openFile(java.lang.String path, long revision) voidSVNExportEditor.openFile(java.lang.String path, long revision) voidSVNNodeEditor.openFile(java.lang.String path, long revision) voidSVNRemoteDiffEditor.openFile(java.lang.String path, long revision) voidSVNRemoteStatusEditor.openFile(java.lang.String path, long revision) voidSVNSynchronizeEditor.openFile(java.lang.String path, long revision) voidSVNUpdateEditor.openFile(java.lang.String path, long revision) SVNUpdateEditor.openFile(java.lang.String path, SVNUpdateEditor.SVNDirectoryInfo parent) voidSVNUpdateEditor15.openFile(java.lang.String path, long revision) private SVNUpdateEditor15.SVNFileInfoSVNUpdateEditor15.openFile(java.lang.String path, SVNUpdateEditor15.SVNDirectoryInfo parent) static java.io.InputStreamSVNFileUtil.openFileForReading(java.io.File file) static java.io.InputStreamSVNFileUtil.openFileForReading(java.io.File file, java.util.logging.Level logLevel, SVNLogType logType) static java.io.InputStreamSVNFileUtil.openFileForReading(java.io.File file, SVNLogType logType) static java.io.OutputStreamSVNFileUtil.openFileForWriting(java.io.File file) static java.io.OutputStreamSVNFileUtil.openFileForWriting(java.io.File file, boolean append) voidDefaultDumpFilterHandler.openNode(java.util.Map headers) voidDefaultLoadHandler.openNode(java.util.Map headers) voidISVNLoadHandler.openNode(java.util.Map headers) static java.io.RandomAccessFileSVNFileUtil.openRAFileForReading(java.io.File file) static java.io.RandomAccessFileSVNFileUtil.openRAFileForWriting(java.io.File file, boolean append) static FSFSSVNAdminHelper.openRepository(java.io.File reposRootPath, boolean openFS) static FSFSSVNAdminHelper.openRepositoryForRecovery(java.io.File reposRootPath) voidDefaultDumpFilterHandler.openRevision(java.util.Map headers) voidDefaultLoadHandler.openRevision(java.util.Map headers) voidISVNLoadHandler.openRevision(java.util.Map headers) voidSVNAmbientDepthFilterEditor.openRoot(long revision) voidSVNCancellableEditor.openRoot(long revision) voidSVNDepthFilterEditor.openRoot(long revision) voidSVNDiffEditor.openRoot(long revision) voidSVNDiffStatusEditor.openRoot(long revision) voidSVNDumpEditor.openRoot(long revision) voidSVNExportEditor.openRoot(long revision) voidSVNNodeEditor.openRoot(long revision) voidSVNRemoteDiffEditor.openRoot(long revision) voidSVNRemoteStatusEditor.openRoot(long revision) voidSVNSynchronizeEditor.openRoot(long revision) voidSVNUpdateEditor.openRoot(long revision) voidSVNUpdateEditor15.openRoot(long revision) private voidDefaultDumpFilterHandler.outputNode(DefaultDumpFilterHandler.NodeBaton nodeBaton) private voidDefaultDumpFilterHandler.outputRevision(DefaultDumpFilterHandler.RevisionBaton revisionBaton) voidSVNDumpStreamParser.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.MapSVNPropertiesManager.parseMergeInfo(java.io.File path, SVNEntry entry, boolean base) private voidSVNPath.parsePegRevision(boolean use) private longSVNDumpStreamParser.parsePropertyBlock(java.io.InputStream dumpStream, ISVNLoadHandler handler, java.nio.charset.CharsetDecoder decoder, long contentLength, boolean isNode) static SVNRevisionSVNAdminUtil.parseRevision(java.lang.StringBuffer str) voidDefaultDumpFilterHandler.parseTextBlock(java.io.InputStream dumpStream, long contentLength, boolean isDelta) voidDefaultLoadHandler.parseTextBlock(java.io.InputStream dumpStream, long contentLength, boolean isDelta) voidISVNLoadHandler.parseTextBlock(java.io.InputStream dumpStream, long contentLength, boolean isDelta) voidDefaultDumpFilterHandler.parseUUID(java.lang.String uuid) voidDefaultLoadHandler.parseUUID(java.lang.String uuid) voidISVNLoadHandler.parseUUID(java.lang.String uuid) private static SVNPropertyValueSVNExternalsUtil.pinExternalProps(SVNWCContext context, SvnRepositoryAccess repositoryAccess, SVNPropertyValue externalsPropValue, java.util.Map<SvnTarget, java.util.List<SVNExternal>> externalsToPin, SVNURL reposRootUrl, SvnTarget localAbsPathOrUrl) private voidSVNMergeDriver.populateRemainingRanges(java.util.List childrenWithMergeInfo, SVNURL sourceRootURL, SVNURL url1, long revision1, SVNURL url2, long revision2, boolean honorMergeInfo, SVNRepository repository, java.lang.String parentMergeSrcCanonPath) private static voidSVNCopyDriver.postCopyCleanup(SVNAdminArea dir) protected voidDefaultSVNMerger.postMergeCleanup(SVNMergeFileSet files) private SVNNodeEditor.DiffItemSVNNodeEditor.prepareTmpFile(FSRoot root, java.lang.String path, ISVNDiffGenerator generator) private static SVNSkelSVNTreeConflictUtil.prependVersionInfo(SVNSkel parent, SVNConflictVersion versionInfo) voidDefaultSVNGNUDiffGenerator.printHeader(java.io.OutputStream os) private SVNAdminAreaSVNCopyDriver.probeOpen(SVNWCAccess access, java.io.File path, boolean writeLock, int depth) private voidSVNMergeDriver.processChildrenWithNewMergeInfo()protected abstract SVNMergeResultAbstractSVNMerger.processMergedFiles(SVNMergeFileSet files, SVNMergeResult mergeResult) protected SVNMergeResultDefaultSVNMerger.processMergedFiles(SVNMergeFileSet files, SVNMergeResult mergeResult) java.util.CollectionSVNWCProperties.properties(java.util.Collection target) abstract SVNStatusTypeAbstractDiffCallback.propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) SVNDiffCallback.propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) SVNMergeCallback.propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) SVNMergeCallback15.propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) private voidSVNCopyDriver.queueExternalsChangePathInfos(java.util.List<SVNCopyDriver.CopyPathInfo> newPathInfos, java.util.List<SVNCopyDriver.CopyPathInfo> pathInfos, java.util.Map<java.lang.String, SVNPropertyValue> pinnedExternals, SVNCopyDriver.CopyPathInfo parentInfo) private static SVNConflictVersionSVNTreeConflictUtil.readConflictVersion(SVNSkel skel) static java.lang.StringSVNFileUtil.readFile(java.io.File file) static byte[]SVNFileUtil.readFully(java.io.File file) private java.util.MapSVNDumpStreamParser.readHeaderBlock(java.io.InputStream dumpStream, java.lang.String firstHeader, java.nio.charset.CharsetDecoder decoder) static intSVNAdminHelper.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) private char[]DefaultSVNPersistentAuthenticationProvider.readPassphrase(java.lang.String realm, DefaultSVNPersistentAuthenticationProvider.IPasswordStorage passwordStorage, SVNProperties authValues) 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) private char[]DefaultSVNPersistentAuthenticationProvider.readPassword(java.lang.String realm, java.lang.String userName, DefaultSVNPersistentAuthenticationProvider.IPasswordStorage passwordStorage, SVNProperties authValues) static SVNTreeConflictDescriptionSVNTreeConflictUtil.readSingleTreeConflict(SVNSkel skel, java.io.File dirPath) private SVNPasswordAuthenticationDefaultSVNPersistentAuthenticationProvider.readSSLPassphrase(java.lang.String expectedCertificatePath, SVNWCProperties props) static java.io.InputStreamSVNFileUtil.readSymlink(java.io.File link) static java.util.MapSVNTreeConflictUtil.readTreeConflicts(java.io.File dirPath, byte[] conflictData) static java.util.MapSVNTreeConflictUtil.readTreeConflicts(java.io.File dirPath, java.lang.String conflictData) protected voidSVNMergeDriver.recordMergeInfoForAddedSubtrees(SVNMergeRange range, java.lang.String mergeInfoPath, SVNDepth depth) protected voidSVNMergeDriver.recordMergeInfoForDirectoryMerge(java.util.Map resultCatalog, SVNEntry targetEntry, SVNMergeRange range, java.lang.String mergeInfoPath, SVNDepth depth) private voidSVNMergeDriver.recordSkips(java.lang.String mergeInfoPath, SVNEntry targetEntry, boolean isRollback) protected voidSVNMergeDriver.recordTreeConflict(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) protected voidSVNMergeDriver.recordTreeConflictOnAdd(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) static voidSVNPropertiesManager.recordWCMergeInfo(java.io.File path, java.util.Map mergeInfo, SVNWCAccess wcAccess) voidDefaultDumpFilterHandler.removeNodeProperties()voidDefaultLoadHandler.removeNodeProperties()voidISVNLoadHandler.removeNodeProperties()private SVNMergeRangeListSVNMergeDriver.removeNoOpMergeRanges(SVNRepository repository, SVNMergeRangeList ranges) private voidSVNMergeDriver.removeNoOpSubtreeRanges(SVNURL url1, long revision1, SVNURL url2, long revision2, SVNRepository repository) static voidSVNAdminHelper.removePropertiesNotInSource(SVNRepository repository, long revision, SVNProperties sourceProps, SVNProperties targetProps) static voidSVNFileUtil.rename(java.io.File src, java.io.File dst) private java.util.MapDefaultLoadHandler.renumberMergeInfoRevisions(SVNPropertyValue mergeInfoProp) private voidSVNAdminDeltifier.replaceFileOrDir(FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath, SVNNodeKind tgtKind) private static voidSVNAdminHelper.replaceFileOrDir(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath, SVNNodeKind tgtKind) voidSVNStatusReporter.report(ISVNReporter reporter) private voidSVNDiffEditor.reportAddedDir(SVNDiffEditor.SVNDirectoryInfo info) private voidSVNDiffEditor.reportAddedFile(SVNDiffEditor.SVNDirectoryInfo info, java.lang.String path, SVNEntry entry) private voidSVNDiffEditor.reportModifiedFile(SVNDiffEditor.SVNDirectoryInfo dirInfo, SVNEntry entry) private static voidSVNExternal.reportParsingError(java.lang.Object owner, java.lang.String line) 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) SVNExternal.resolveURL(SVNURL rootURL, SVNURL ownerURL) private SVNAdminAreaSVNDiffEditor.retrieve(java.lang.String path) protected SVNAdminAreaSVNMergeCallback.retrieve(java.io.File path, boolean lenient) protected SVNAdminAreaSVNRemoteDiffEditor.retrieve(java.io.File path, boolean lenient) protected SVNAdminAreaSVNRemoteDiffEditor.retrieveParent(java.io.File path, boolean lenient) voidSVNUpdateEditor.SVNDirectoryInfo.runLogs()voidSVNUpdateEditor15.SVNDirectoryInfo.runLogs()protected voidSVNMergeDriver.runMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File targetWCPath, SVNDepth depth, boolean dryRun, boolean force, boolean ignoreAncestry, boolean recordOnly) protected voidSVNMergeDriver.runMergeReintegrate(SVNURL srcURL, java.io.File srcPath, SVNRevision pegRevision, java.io.File targetWCPath, boolean dryRun) protected voidSVNMergeDriver.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) voidDefaultSVNPersistentAuthenticationProvider.saveAuthentication(SVNAuthentication auth, java.lang.String kind, java.lang.String realm) voidISVNPersistentAuthenticationProvider.saveAuthentication(SVNAuthentication auth, java.lang.String kind, java.lang.String realm) booleanDefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage.savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) booleanDefaultSVNPersistentAuthenticationProvider.IPasswordStorage.savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) booleanDefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage.savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) booleanDefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage.savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) booleanDefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage.savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) booleanDefaultSVNPersistentAuthenticationProvider.IPasswordStorage.savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) booleanDefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage.savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) booleanDefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage.savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) private voidDefaultSVNPersistentAuthenticationProvider.savePasswordCredential(SVNProperties values, SVNAuthentication auth, java.lang.String realm) private voidDefaultSVNPersistentAuthenticationProvider.saveSSHCredential(SVNProperties values, SVNAuthentication auth, java.lang.String realm) private booleanDefaultSVNPersistentAuthenticationProvider.saveSSLCredential(SVNProperties values, SVNAuthentication auth, java.lang.String realm) private voidSVNUpdateEditor.scheduleExistingEntryForReAdd(SVNEntry entry, java.io.File path, SVNURL theirURL, boolean modifyCopyFrom) private voidSVNCommitter.sendPropertiesDelta(java.lang.String commitPath, SVNCommitItem item, ISVNEditor editor) voidSVNCommitter.sendTextDeltas(ISVNEditor editor) private voidSVNStatusEditor.sendUnversionedStatus(java.io.File file, java.lang.String name, SVNNodeKind fileType, boolean special, SVNAdminArea dir, java.util.Collection ignorePatterns, boolean noIgnore, ISVNStatusHandler handler) static java.lang.StringSVNAdminUtil.serializeExternalFileData(SVNEntry entry) voidDefaultDumpFilterHandler.setFullText()voidDefaultLoadHandler.setFullText()voidISVNLoadHandler.setFullText()voidDefaultDumpFilterHandler.setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) voidDefaultLoadHandler.setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) voidISVNLoadHandler.setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) voidSVNStatusReporter.setPath(java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty) voidSVNStatusReporter.setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidSVNWCProperties.setProperties(SVNProperties properties) static voidSVNWCProperties.setProperties(SVNProperties namesToValues, java.io.File target, java.io.File tmpFile, java.lang.String terminator) static voidSVNWCProperties.setProperties(SVNProperties namesToValues, java.io.OutputStream target, java.lang.String terminator) static booleanSVNPropertiesManager.setProperty(SVNWCAccess access, java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks) voidSVNWCProperties.setPropertyValue(java.lang.String name, java.io.InputStream is, int length) voidSVNWCProperties.setPropertyValue(java.lang.String name, SVNPropertyValue value) voidDefaultDumpFilterHandler.setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) voidDefaultLoadHandler.setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) voidISVNLoadHandler.setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) protected SVNCommitInfoSVNCopyDriver.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 booleanSVNPropertiesManager.setWCProperty(SVNWCAccess access, java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean write) voidSVNCommitMediator.setWorkspaceProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNImportMediator.setWorkspaceProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) private booleanDefaultSVNPersistentAuthenticationProvider.shouldSaveCredentials(java.lang.String kind, SVNProperties newValues, SVNProperties oldValues) private voidDefaultSVNSSLTrustManager.storeServerCertificate(java.lang.String realm, java.lang.String data, int failures) private static java.nio.ByteBufferSVNSubstitutor.substituteEOL(java.nio.ByteBuffer dst, byte[] eol, int eolLength, byte[] lastEOL, int[] lastEOLLength, byte[] nextEOL, int nextEOLLength, boolean repair) java.util.CollectionSVNMergeDriver.suggestMergeSources(java.io.File path, SVNRevision pegRevision) java.util.CollectionSVNMergeDriver.suggestMergeSources(SVNURL url, SVNRevision pegRevision) Deprecated.voidSVNAmbientDepthFilterEditor.targetRevision(long revision) voidSVNCancellableEditor.targetRevision(long revision) voidSVNDepthFilterEditor.targetRevision(long revision) voidSVNDiffEditor.targetRevision(long revision) voidSVNDiffStatusEditor.targetRevision(long revision) voidSVNDumpEditor.targetRevision(long revision) voidSVNExportEditor.targetRevision(long revision) voidSVNNodeEditor.targetRevision(long revision) voidSVNRemoteDiffEditor.targetRevision(long revision) voidSVNSynchronizeEditor.targetRevision(long revision) voidSVNUpdateEditor.targetRevision(long revision) voidSVNUpdateEditor15.targetRevision(long revision) java.io.OutputStreamSVNAmbientDepthFilterEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSVNCancellableEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSVNDepthFilterEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSVNDiffEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSVNDiffStatusEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSVNDumpEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSVNExportEditor.textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow) java.io.OutputStreamSVNNodeEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSVNRemoteDiffEditor.textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow) java.io.OutputStreamSVNRemoteStatusEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSVNSynchronizeEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSVNUpdateEditor.textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow) java.io.OutputStreamSVNUpdateEditor15.textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow) voidSVNAmbientDepthFilterEditor.textDeltaEnd(java.lang.String path) voidSVNCancellableEditor.textDeltaEnd(java.lang.String path) voidSVNDepthFilterEditor.textDeltaEnd(java.lang.String path) voidSVNDiffEditor.textDeltaEnd(java.lang.String path) voidSVNDiffStatusEditor.textDeltaEnd(java.lang.String path) voidSVNDumpEditor.textDeltaEnd(java.lang.String path) voidSVNExportEditor.textDeltaEnd(java.lang.String commitPath) voidSVNNodeEditor.textDeltaEnd(java.lang.String path) voidSVNRemoteDiffEditor.textDeltaEnd(java.lang.String commitPath) voidSVNRemoteStatusEditor.textDeltaEnd(java.lang.String path) voidSVNSynchronizeEditor.textDeltaEnd(java.lang.String path) voidSVNUpdateEditor.textDeltaEnd(java.lang.String commitPath) voidSVNUpdateEditor15.textDeltaEnd(java.lang.String commitPath) SVNDiffStatusEditor.SVNSummarize.toStatus()java.nio.ByteBufferSVNSubstitutor.translateChunk(java.nio.ByteBuffer src, java.nio.ByteBuffer dst) static SVNURLSVNCommitUtil.translateCommitables(SVNCommitItem[] items, java.util.Map decodedPaths) voidSVNNodeEditor.traverseChangedDirs(ISVNChangedDirectoriesHandler handler) private voidSVNNodeEditor.traverseChangedDirsImpl(SVNNodeEditor.Node node, java.lang.String path, ISVNChangedDirectoriesHandler handler) private voidSVNNodeEditor.traverseChangedTreeImpl(SVNNodeEditor.Node node, java.lang.String path, boolean includeCopyInfo, ISVNChangeEntryHandler handler) voidSVNNodeEditor.traverseTree(boolean includeCopyInfo, ISVNChangeEntryHandler handler) booleanSVNUpdateEditor.treeHasLocalModifications(SVNAdminArea adminArea, boolean[] allModsAreDeletes) private static voidSVNWCManager.tweakEntries(SVNAdminArea dir, java.lang.String baseURL, java.lang.String rootURL, long newRevision, boolean removeMissingDirs, java.util.Collection excludePaths, SVNDepth depth, boolean skipUnlocked) private voidSVNRemoteStatusEditor.tweakStatusHash(SVNRemoteStatusEditor.DirectoryInfo dirInfo, SVNRemoteStatusEditor.DirectoryInfo childDir, java.io.File path, SVNStatusType text, SVNStatusType props, SVNLock lock, SVNRevision revision) private voidSVNRemoteStatusEditor.tweakStatusHash(SVNRemoteStatusEditor.FileInfo fileInfo, java.io.File path, SVNStatusType text, SVNStatusType props, SVNLock lock) static voidSVNAdminUtil.unserializeExternalFileData(SVNEntry entry, java.lang.String rawExternalFileData) static voidSVNWCManager.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) private voidSVNMergeDriver.updateWCMergeInfo(java.util.Map resultCatalog, java.io.File targetPath, java.lang.String parentReposPath, SVNEntry entry, java.util.Map merges, boolean isRollBack) static voidSVNPropertiesManager.validateEOLProperty(java.lang.Object path, ISVNFileContentFetcher fetcher) static voidSVNPropertiesManager.validateMimeType(java.lang.String value) private static voidSVNPropertiesManager.validatePropertyName(java.lang.Object path, java.lang.String name, SVNNodeKind kind) static SVNPropertyValueSVNPropertiesManager.validatePropertyValue(java.lang.Object path, SVNNodeKind kind, java.lang.String name, SVNPropertyValue value, boolean force, ISVNOptions options, ISVNFileContentFetcher fileContentFetcher) static voidSVNPropertiesManager.validateRevisionProperties(SVNProperties revisionProperties) voidDefaultSVNAuthenticationManager.verifyHostKey(java.lang.String hostName, int port, java.lang.String keyAlgorithm, byte[] hostKey) private voidDefaultDumpFilterHandler.writeDumpData(java.io.OutputStream out, byte[] bytes) private voidDefaultDumpFilterHandler.writeDumpData(java.io.OutputStream out, java.lang.String data) static voidSVNAdminHelper.writeProperties(SVNProperties props, SVNProperties oldProps, java.io.OutputStream dumpStream) (package private) voidDefaultDumpFilterHandler.NodeBaton.writeProperty(java.lang.String propName, SVNPropertyValue propValue) private voidDefaultDumpFilterHandler.writeProperty(java.io.OutputStream out, java.lang.String propName, SVNPropertyValue propValue) static intSVNAdminHelper.writeRevisionProperties(SVNRepository toRepository, long revision, SVNProperties revProps) static voidSVNFileUtil.writeToFile(java.io.File file, byte[] contents) static voidSVNFileUtil.writeToFile(java.io.File file, java.lang.String contents, java.lang.String charSet) (package private) voidDefaultDumpFilterHandler.NodeBaton.writeToHeader(java.lang.String data) (package private) voidDefaultDumpFilterHandler.RevisionBaton.writeToHeader(java.lang.String data) (package private) voidDefaultDumpFilterHandler.NodeBaton.writeToPropertyBuffer(java.lang.String data) static voidSVNFileUtil.writeVersionFile(java.io.File file, int version) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNExceptionConstructors in org.tmatesoft.svn.core.internal.wc that throw SVNExceptionModifierConstructorDescriptionDirectoryInfo(java.lang.String path, SVNRemoteStatusEditor.DirectoryInfo parent) FileInfo(SVNRemoteStatusEditor.DirectoryInfo parent, java.lang.String path, boolean added) 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 SVNExceptionModifier and TypeMethodDescriptionvoidSVNLog.addCommand(java.lang.String name, SVNProperties attributes, boolean save) SVNAdminArea.addEntry(java.lang.String name) abstract voidSVNAdminArea.addTreeConflict(SVNTreeConflictDescription conflict) voidSVNAdminArea14.addTreeConflict(SVNTreeConflictDescription conflict) voidSVNAdminArea16.addTreeConflict(SVNTreeConflictDescription conflict) voidSVNXMLAdminArea.addTreeConflict(SVNTreeConflictDescription conflict) SVNVersionedProperties.asMap()static SVNAdminAreaSVNAdminAreaFactory.changeWCFormat(SVNAdminArea adminArea, int format) private static booleanSVNAdminAreaFactory.checkAdminAreaExists(java.io.File dir, java.lang.String url, long revision) static intSVNAdminAreaFactory.checkWC(java.io.File path, boolean useSelector) static intSVNAdminAreaFactory.checkWC(java.io.File path, boolean useSelector, java.util.logging.Level logLevel) private static voidSVNTranslator.checkWrappedException(java.io.IOException ioe, java.io.File file) voidISVNCleanupHandler.cleanup(SVNAdminArea area) voidSVNAdminArea.cleanup()voidSVNWCAccess.close()voidSVNWCAccess.closeAdminArea(java.io.File path) voidSVNAdminArea.commit(java.lang.String target, SVNCommitInfo info, SVNProperties wcPropChanges, boolean removeLock, boolean recursive, boolean removeChangelist, java.util.Collection explicitCommitPaths, ISVNCommitParameters params) private booleanSVNAdminArea.compareAndVerify(java.io.File text, java.io.File baseFile, boolean compareTextBase, boolean checksum) SVNVersionedProperties.compareTo(SVNVersionedProperties properties) booleanSVNProperties13.containsProperty(java.lang.String name) booleanSVNProperties14.containsProperty(java.lang.String name) booleanSVNSimpleVersionedPropertiesImpl.containsProperty(java.lang.String name) abstract booleanSVNVersionedProperties.containsProperty(java.lang.String name) static voidSVNTranslator.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) voidSVNVersionedProperties.copyTo(SVNVersionedProperties destination) protected voidSVNAdminArea.createFormatFile(java.io.File formatFile, boolean createMyself) protected voidSVNAdminArea16.createFormatFile(java.io.File formatFile, boolean createMyself) SVNWCAccess.createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand) abstract SVNAdminAreaSVNAdminArea.createVersionedDirectory(java.io.File dir, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, boolean createMyself, SVNDepth depth) 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 voidSVNAdminAreaFactory.createVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) static voidSVNAdminAreaFactory.createVersionedDirectory(java.io.File path, SVNURL url, SVNURL rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) 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 voidSVNLog.delete()voidSVNLogImpl.delete()voidSVNLog.deleteCommandsByName(java.lang.String name, boolean save) voidSVNLog.deleteCommandsByNameAndAttributes(java.lang.String name, SVNProperties attributes, boolean save) voidSVNAdminArea.deleteEntry(java.lang.String name) voidSVNLog.deleteLastCommand(boolean save) abstract SVNTreeConflictDescriptionSVNAdminArea.deleteTreeConflict(java.lang.String name) SVNAdminArea14.deleteTreeConflict(java.lang.String name) SVNAdminArea16.deleteTreeConflict(java.lang.String victimName) SVNXMLAdminArea.deleteTreeConflict(java.lang.String name) private voidSVNAdminArea.destroyAdminArea()static java.io.FileSVNTranslator.detranslateWorkingCopy(SVNAdminArea dir, java.lang.String name, SVNProperties propDiff, boolean force) protected SVNAdminAreaSVNAdminArea14Factory.doChangeWCFormat(SVNAdminArea adminArea) protected SVNAdminAreaSVNAdminArea15Factory.doChangeWCFormat(SVNAdminArea adminArea) protected SVNAdminAreaSVNAdminArea16Factory.doChangeWCFormat(SVNAdminArea adminArea) protected abstract SVNAdminAreaSVNAdminAreaFactory.doChangeWCFormat(SVNAdminArea area) protected SVNAdminAreaSVNXMLAdminAreaFactory.doChangeWCFormat(SVNAdminArea adminArea) protected intSVNAdminArea14Factory.doCheckWC(java.io.File path, java.util.logging.Level logLevel) protected abstract intSVNAdminAreaFactory.doCheckWC(java.io.File path, java.util.logging.Level logLevel) protected intSVNXMLAdminAreaFactory.doCheckWC(java.io.File path, java.util.logging.Level logLevel) private voidSVNWCAccess.doClose(java.util.Map adminAreas, boolean preserveLocks) private voidSVNWCAccess.doClose(SVNAdminArea adminArea, boolean preserveLocks) protected voidSVNAdminArea14Factory.doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) protected voidSVNAdminArea15Factory.doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) protected voidSVNAdminArea16Factory.doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) protected abstract voidSVNAdminAreaFactory.doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) protected voidSVNXMLAdminAreaFactory.doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) protected SVNAdminAreaSVNAdminArea14Factory.doOpen(java.io.File path, int version) protected SVNAdminAreaSVNAdminArea15Factory.doOpen(java.io.File path, int version) protected SVNAdminAreaSVNAdminArea16Factory.doOpen(java.io.File path, int version) protected abstract SVNAdminAreaSVNAdminAreaFactory.doOpen(java.io.File path, int version) private SVNAdminAreaSVNWCAccess.doOpen(java.io.File path, boolean writeLock, boolean stealLock, boolean upgradeFormat, int depth, java.util.Map tmp, java.util.logging.Level logLevel) protected SVNAdminAreaSVNXMLAdminAreaFactory.doOpen(java.io.File path, int version) java.util.IteratorSVNAdminArea.entries(boolean hidden) booleanSVNVersionedProperties.equals(SVNVersionedProperties props) voidSVNAdminArea.extendLockToTree()protected abstract java.util.MapSVNAdminArea.fetchEntries()protected java.util.MapSVNAdminArea14.fetchEntries()protected java.util.MapSVNXMLAdminArea.fetchEntries()voidSVNAdminArea.foldScheduling(java.lang.String name, java.util.Map attributes, boolean force) private byte[]SVNTranslator.SVNKeywordFormatter.format(java.lang.String format) SVNAdminArea.formatWC(SVNAdminArea adminArea) private static SVNAdminAreaFactorySVNAdminAreaFactory.getAdminAreaFactory(int wcFormat) java.io.InputStreamSVNAdminArea.getBaseFileForReading(java.lang.String name, boolean tmp) java.io.OutputStreamSVNAdminArea.getBaseFileForWriting(java.lang.String name) abstract SVNVersionedPropertiesSVNAdminArea.getBaseProperties(java.lang.String name) SVNAdminArea14.getBaseProperties(java.lang.String name) SVNXMLAdminArea.getBaseProperties(java.lang.String name) private byte[]SVNTranslator.SVNKeywordFormatter.getBaseUrl()static java.lang.StringSVNTranslator.getCharset(java.lang.String charset, java.lang.String mimeType, java.lang.Object path, ISVNOptions options) SVNEntry.getCopyFromSVNURL()java.util.CollectionISVNAdminAreaFactorySelector.getEnabledFactories(java.io.File path, java.util.Collection factories, boolean writeAccess) java.util.CollectionSVNAdminAreaFactory.DefaultSelector.getEnabledFactories(java.io.File path, java.util.Collection factories, boolean writeAccess) java.util.MapSVNAdminArea.getEntries()SVNAdminArea.getEntry(java.lang.String name, boolean hidden) SVNWCAccess.getEntry(java.io.File path, boolean showHidden) abstract SVNVersionedPropertiesSVNAdminArea.getProperties(java.lang.String name) SVNAdminArea14.getProperties(java.lang.String name) SVNXMLAdminArea.getProperties(java.lang.String name) java.util.CollectionSVNVersionedProperties.getPropertyNames(java.util.Collection target) SVNProperties13.getPropertyValue(java.lang.String name) SVNProperties14.getPropertyValue(java.lang.String name) SVNSimpleVersionedPropertiesImpl.getPropertyValue(java.lang.String name) abstract SVNPropertyValueSVNVersionedProperties.getPropertyValue(java.lang.String name) SVNEntry.getRepositoryRootURL()abstract SVNVersionedPropertiesSVNAdminArea.getRevertProperties(java.lang.String name) SVNAdminArea14.getRevertProperties(java.lang.String name) SVNXMLAdminArea.getRevertProperties(java.lang.String name) java.lang.StringSVNVersionedProperties.getStringPropertyValue(java.lang.String name) SVNEntry.getSVNURL()static java.io.FileSVNTranslator.getTranslatedFile(SVNAdminArea dir, java.lang.String name, java.io.File src, boolean forceEOLRepair, boolean useGlobalTmp, boolean forceCopy, boolean toNormalFormat) static java.io.InputStreamSVNTranslator.getTranslatedStream(SVNAdminArea adminArea, java.lang.String name, boolean translateToNormalForm, boolean repairEOL) abstract SVNTreeConflictDescriptionSVNAdminArea.getTreeConflict(java.lang.String name) SVNAdminArea14.getTreeConflict(java.lang.String name) SVNAdminArea16.getTreeConflict(java.lang.String victimName) SVNWCAccess.getTreeConflict(java.io.File path) SVNXMLAdminArea.getTreeConflict(java.lang.String name) abstract java.util.Map<java.io.File,SVNTreeConflictDescription> SVNEntry.getTreeConflicts()java.util.MapSVNEntry16.getTreeConflicts()protected intSVNAdminArea14Factory.getVersion(java.io.File path) protected abstract intSVNAdminAreaFactory.getVersion(java.io.File path) protected intSVNXMLAdminAreaFactory.getVersion(java.io.File path) SVNAdminArea.getVersionedEntry(java.lang.String name, boolean hidden) SVNWCAccess.getVersionedEntry(java.io.File path, boolean showHidden) abstract SVNVersionedPropertiesSVNAdminArea.getWCProperties(java.lang.String name) SVNAdminArea14.getWCProperties(java.lang.String entryName) SVNXMLAdminArea.getWCProperties(java.lang.String name) private voidSVNAdminArea.handleCharsetProperty(SVNAdminArea adminArea, SVNLog log, SVNEntry entry, SVNVersionedProperties baseProps) voidISVNEntryHandler.handleEntry(java.io.File path, SVNEntry entry) voidSVNWCAccess.TCEntryHandler.handleEntry(java.io.File path, SVNEntry entry) voidISVNEntryHandler.handleError(java.io.File path, SVNErrorMessage error) voidSVNWCAccess.TCEntryHandler.handleError(java.io.File path, SVNErrorMessage error) voidSVNWCAccess.handleEvent(SVNEvent event) voidSVNWCAccess.handleEvent(SVNEvent event, double progress) abstract voidSVNAdminArea.handleKillMe()voidSVNAdminArea14.handleKillMe()voidSVNXMLAdminArea.handleKillMe()private voidSVNAdminArea.handlePropTime(SVNLog log, SVNEntry entry) booleanSVNAdminArea.hasPropConflict(java.lang.String name) abstract booleanSVNAdminArea.hasProperties(java.lang.String entryName) booleanSVNAdminArea14.hasProperties(java.lang.String name) booleanSVNXMLAdminArea.hasProperties(java.lang.String entryName) abstract booleanSVNAdminArea.hasPropModifications(java.lang.String entryName) booleanSVNAdminArea14.hasPropModifications(java.lang.String name) booleanSVNXMLAdminArea.hasPropModifications(java.lang.String name) booleanSVNAdminArea.hasTextConflict(java.lang.String name) booleanSVNAdminArea.hasTextModifications(java.lang.String name, boolean forceComparision) booleanSVNAdminArea.hasTextModifications(java.lang.String name, boolean forceComparison, boolean compareTextBase, boolean compareChecksum) booleanSVNXMLAdminArea.hasTextModifications(java.lang.String name, boolean forceComparison) abstract booleanSVNAdminArea.hasTreeConflict(java.lang.String name) booleanSVNAdminArea14.hasTreeConflict(java.lang.String name) booleanSVNAdminArea16.hasTreeConflict(java.lang.String victimName) booleanSVNWCAccess.hasTreeConflict(java.io.File path) booleanSVNXMLAdminArea.hasTreeConflict(java.lang.String name) booleanSVNAdminArea.hasVersionedFileTextChanges(java.io.File file, java.io.File baseFile, boolean compareTextBase) (package private) booleanSVNXMLAdminArea.innerLock()abstract voidSVNAdminArea.installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close) voidSVNAdminArea14.installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close) voidSVNXMLAdminArea.installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close) booleanSVNVersionedProperties.isEmpty()abstract booleanSVNAdminArea.isLocked()booleanSVNAdminArea14.isLocked()booleanSVNWCAccess.isLocked(java.io.File path) booleanSVNWCAccess.isWCRoot(java.io.File path) protected java.util.MapSVNAdminArea.loadEntries()protected SVNPropertiesSVNProperties13.loadProperties()protected SVNPropertiesSVNSimpleVersionedPropertiesImpl.loadProperties()protected abstract SVNPropertiesSVNVersionedProperties.loadProperties()abstract booleanSVNAdminArea.lock(boolean stealLock) booleanSVNAdminArea14.lock()booleanSVNAdminArea14.lock(boolean stealLock) booleanSVNXMLAdminArea.lock(boolean stealLock) SVNLog.logChangedEntryProperties(java.lang.String name, SVNProperties modifiedEntryProps) voidSVNLog.logChangedWCProperties(java.lang.String name, SVNProperties modifiedWCProps) voidSVNLogRunner.logCompleted(SVNAdminArea adminArea) voidSVNLogRunner.logFailed(SVNAdminArea adminArea) voidSVNLog.logRemoveRevertFile(java.lang.String name, SVNAdminArea adminArea, boolean isProp) voidSVNLogRunner.logStarted(SVNAdminArea adminArea) voidSVNLog.logTweakEntry(java.lang.String name, java.lang.String newURL, long newRevision) private voidSVNAdminArea14.makeKillMe(boolean killAdminOnly) private static voidSVNAdminArea.markLogProcessed(java.io.File logFile) booleanSVNAdminArea.markResolved(java.lang.String name, boolean text, boolean props, SVNConflictChoice conflictChoice) static java.io.FileSVNTranslator.maybeUpdateTargetEOLs(SVNAdminArea dir, java.io.File target, SVNProperties propDiff) SVNAdminArea.mergeProperties(java.lang.String name, SVNProperties serverBaseProps, SVNProperties propDiff, java.lang.String localLabel, java.lang.String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log) 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) 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) SVNAdminArea.modifyEntry(java.lang.String name, java.util.Map attributes, boolean save, boolean force) static SVNAdminAreaSVNAdminAreaFactory.open(java.io.File path, java.util.logging.Level logLevel) SVNWCAccess.open(java.io.File path, boolean writeLock, boolean stealLock, boolean upgradeFormat, int depth, java.util.logging.Level logLevel) SVNWCAccess.open(java.io.File path, boolean writeLock, boolean stealLock, int depth) SVNWCAccess.open(java.io.File path, boolean writeLock, int depth) SVNWCAccess.openAnchor(java.io.File path, boolean writeLock, int depth) protected booleanSVNAdminArea14.parseBoolean(java.lang.String line, java.lang.String field) protected java.lang.StringSVNAdminArea14.parseString(java.lang.String line) protected java.lang.StringSVNAdminArea14.parseValue(java.lang.String line) abstract voidSVNAdminArea.postCommit(java.lang.String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode) voidSVNAdminArea14.postCommit(java.lang.String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode) voidSVNXMLAdminArea.postCommit(java.lang.String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode) voidSVNAdminArea.postUpgradeFormat(int format) voidSVNAdminArea16.postUpgradeFormat(int format) private java.io.FileSVNWCAccess.probe(java.io.File path, java.util.logging.Level logLevel) SVNWCAccess.probeOpen(java.io.File path, boolean writeLock, int depth) SVNWCAccess.probeOpen(java.io.File path, boolean writeLock, int depth, java.util.logging.Level logLevel) SVNWCAccess.probeRetrieve(java.io.File path) SVNWCAccess.probeTry(java.io.File path, boolean writeLock, int depth) protected voidSVNVersionedProperties.put(SVNProperties props) private java.util.MapSVNAdminArea14.readAllWCProperties()protected SVNPropertiesSVNAdminArea14.readBaseProperties(java.lang.String name) private SVNPropertiesSVNXMLAdminArea.readBaseProperties(java.lang.String name) protected abstract java.util.CollectionSVNLog.readCommands()java.util.CollectionSVNLogImpl.readCommands()protected SVNEntrySVNAdminArea14.readEntry(java.io.BufferedReader reader, int entryNumber) protected abstract booleanSVNAdminArea.readExtraOptions(java.io.BufferedReader reader, SVNEntry entry) protected booleanSVNAdminArea14.readExtraOptions(java.io.BufferedReader reader, SVNEntry entry) protected booleanSVNAdminArea15.readExtraOptions(java.io.BufferedReader reader, SVNEntry entry) protected booleanSVNAdminArea16.readExtraOptions(java.io.BufferedReader reader, SVNEntry entry) protected booleanSVNXMLAdminArea.readExtraOptions(java.io.BufferedReader reader, SVNEntry entryAttrs) private static intSVNAdminAreaFactory.readFormatVersion(java.io.File adminDir) protected SVNPropertiesSVNAdminArea14.readProperties(java.lang.String name) private SVNPropertiesSVNXMLAdminArea.readProperties(java.lang.String name) protected SVNPropertiesSVNAdminArea14.readRevertProperties(java.lang.String name) private SVNPropertiesSVNXMLAdminArea.readRevertProperties(java.lang.String name) private SVNPropertiesSVNXMLAdminArea.readWCProperties(java.lang.String name) voidSVNVersionedProperties.removeAll()voidSVNAdminArea.removeFromRevisionControl(java.lang.String name, boolean deleteWorkingFiles, boolean reportInstantError) voidSVNReporter.report(ISVNReporter reporter) private voidSVNReporter.reportEntries(ISVNReporter reporter, SVNAdminArea adminArea, java.lang.String dirPath, long dirRevision, boolean reportAll, SVNDepth depth) private static voidSVNAdminArea.resolveDefaults(java.util.Map entries) voidSVNAdminArea.restoreFile(java.lang.String name) private SVNAdminAreaSVNReporter.restoreFile(SVNAdminArea adminArea, java.lang.String name) SVNWCAccess.retrieve(java.io.File path) voidSVNLog.run(SVNLogRunner runner) voidSVNLogRunner.runCommand(SVNAdminArea adminArea, java.lang.String name, SVNProperties attributes, int count) voidSVNAdminArea.runLogs()voidSVNAdminArea.runLogs(boolean rerun) abstract voidSVNLog.save()voidSVNLogImpl.save()private voidSVNXMLAdminArea.saveBaseProperties(SVNLog log) abstract voidSVNAdminArea.saveEntries(boolean close) voidSVNAdminArea14.saveEntries(boolean close) voidSVNXMLAdminArea.saveEntries(boolean close) private voidSVNXMLAdminArea.saveProperties(SVNLog log) private voidSVNLogRunner.saveTreeConflicts(SVNAdminArea adminArea) abstract voidSVNAdminArea.saveVersionedProperties(SVNLog log, boolean close) voidSVNAdminArea14.saveVersionedProperties(SVNLog log, boolean close) voidSVNXMLAdminArea.saveVersionedProperties(SVNLog log, boolean close) abstract voidSVNAdminArea.saveWCProperties(boolean close) voidSVNAdminArea14.saveWCProperties(boolean close) voidSVNXMLAdminArea.saveWCProperties(boolean close) abstract voidSVNAdminArea.setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) voidSVNAdminArea14.setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) voidSVNAdminArea16.setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) voidSVNXMLAdminArea.setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) voidSVNVersionedProperties.setPropertyValue(java.lang.String name, SVNPropertyValue value) voidSVNWCAccess.setRepositoryRoot(java.io.File path, SVNURL reposRoot) voidSVNEntry.setTreeConflicts(java.util.Map treeConflicts) static voidSVNTranslator.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 voidSVNTranslator.translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, boolean expand) static voidSVNTranslator.translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, boolean safelyEncode, boolean expand) static voidSVNTranslator.translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, java.lang.String customEOLStyle, boolean expand) static voidSVNTranslator.translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, java.lang.String customEOLStyle, boolean safelyEncode, boolean expand) static voidSVNTranslator.translate(SVNAdminArea adminArea, java.lang.String name, java.lang.String srcPath, java.lang.String dstPath, boolean expand) static voidSVNTranslator.translate(SVNAdminArea adminArea, java.lang.String name, java.lang.String srcPath, java.lang.String dstPath, boolean safelyEncode, boolean expand) static voidSVNTranslator.translate(SVNAdminArea adminArea, java.lang.String name, java.lang.String srcPath, java.lang.String dstPath, java.lang.String customEOLStyle, boolean expand) static java.lang.StringSVNTranslator.translateString(java.lang.String str, byte[] eol, java.util.Map<java.lang.String, byte[]> keywords, boolean repair, boolean expand) private static voidSVNTranslator.translateToNormalForm(java.io.File source, java.io.File destination, java.lang.String charset, java.lang.String eolStyle, boolean alwaysRepairEOLs, java.lang.String keywords, boolean isSpecial) static voidSVNTranslator.translationError(java.io.File path, java.io.IOException e) booleanSVNAdminArea.tweakEntry(java.lang.String name, java.lang.String newURL, java.lang.String reposRoot, long newRevision, boolean remove) abstract booleanSVNAdminArea.unlock()booleanSVNAdminArea14.unlock()booleanSVNXMLAdminArea.unlock()voidSVNAdminArea.updateURL(java.lang.String rootURL, boolean recursive) static SVNAdminAreaSVNAdminAreaFactory.upgrade(SVNAdminArea area) SVNWCAccess.upgrade(java.io.File path) Ugrades SVNAdminArea associated with the path and cached in this SVNWCAccess instance.voidSVNWCAccess.walkEntries(java.io.File path, ISVNEntryHandler handler, boolean showHidden, boolean includeTC, SVNDepth depth) voidSVNWCAccess.walkEntries(java.io.File path, ISVNEntryHandler handler, boolean showHidden, SVNDepth depth) voidSVNAdminArea.walkThisDirectory(ISVNEntryHandler handler, boolean showHidden, SVNDepth depth) protected abstract voidSVNAdminArea.writeEntries(java.io.Writer writer) protected voidSVNAdminArea14.writeEntries(java.io.Writer writer) protected voidSVNXMLAdminArea.writeEntries(java.io.Writer writer) private voidSVNAdminArea14.writeEntry(java.io.Writer writer, java.lang.String name, SVNEntry entry, SVNEntry rootEntry) protected abstract intSVNAdminArea.writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields) protected intSVNAdminArea14.writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields) protected intSVNAdminArea15.writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields) protected intSVNAdminArea16.writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields) protected intSVNXMLAdminArea.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 SVNExceptionModifier and TypeMethodDescriptionvoidSVNPatchTarget.applyHunk(SVNPatchHunkInfo hi) Write the modified text of hunk described by HI to the patched stream of TARGET.static SVNPatchTargetSVNPatchTarget.applyPatch(SVNPatch patch, java.io.File absWCPath, int stripCount, SVNAdminArea wc) Apply a PATCH to a working copy at ABS_WC_PATH.private voidSVNPatchFileStream.checkPos(long pos) voidSVNPatchTarget.copyLinesToTarget(int line) Copy lines to the patched stream until the specified LINE has been reached.private java.io.RandomAccessFileSVNPatchFileStream.getFile()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.longSVNPatchFileStream.getSeekPosition()static SVNPatchTargetSVNPatchTarget.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.voidSVNPatchTarget.installPatchedTarget(java.io.File absWCPath, boolean dryRun, SVNAdminArea wc) Install a patched TARGET into the working copy at ABS_WC_PATH.booleanSVNPatchFileStream.isEOF()private booleanSVNPatchTarget.matchHunk(SVNPatchHunk hunk, int fuzz) Indicate in *MATCHED whether the original text of HUNK matches the patch TARGET at its current line.static SVNPatchFileStreamSVNPatchFileStream.openForWrite(java.io.File path) static SVNPatchFileStreamSVNPatchFileStream.openRangeReadOnly(java.io.File path, long start, long end) static SVNPatchFileStreamSVNPatchFileStream.openReadOnly(java.io.File path) static SVNPatchHunkSVNPatchHunk.parseNextHunk(SVNPatch patch) Return the next HUNK from a PATCH, using STREAM to read data from the patch file.static SVNPatchSVNPatch.parseNextPatch(SVNPatchFileStream patchFile) Return the next PATCH in PATCH_FILE.booleanSVNPatchFileStream.readLine(java.lang.StringBuffer lineBuf) booleanSVNPatchFileStream.readLine(java.lang.StringBuffer lineBuf, java.lang.String eolStr) private booleanSVNPatchFileStream.readLine(java.lang.StringBuffer input, java.lang.StringBuffer eolStr, boolean detectEol) voidSVNPatchTarget.readLine(java.lang.StringBuffer line) Read a *LINE from TARGET.booleanSVNPatchFileStream.readLineWithEol(java.lang.StringBuffer lineBuf, java.lang.StringBuffer eolStr) voidSVNPatchTarget.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.voidSVNPatchFileStream.reset()Reset a generic stream back to its origin.private voidSVNPatchTarget.resolveTargetPath(java.io.File pathFromPatchfile, java.io.File absWCPath, int stripCount, SVNAdminArea wc) Resolve the exact path for a patch TARGET at path PATH_FROM_PATCHFILE, which is the path of the target as it appeared in the patch file.intSVNPatchTarget.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.voidSVNPatchTarget.seekToLine(int line) Seek to the specified LINE in TARGET.voidSVNPatchTarget.sendPatchNotification(SVNAdminArea wc) Use client context CTX to send a suitable notification for a patch TARGET.voidSVNPatchFileStream.setSeekPosition(long pos) voidSVNPatchFileStream.tryWrite(java.lang.StringBuffer lineBuf) voidSVNPatchFileStream.write(java.lang.String str) voidSVNPatchFileStream.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 SVNExceptionModifier and TypeMethodDescriptionprivate voidSVNWCClient16.addDirectory(java.io.File wcRoot, java.io.File path, SVNAdminArea parentDir, boolean force, boolean noIgnore, SVNDepth depth, boolean setDepth) private voidSVNWCClient16.addFile(java.io.File path, SVNFileType type, SVNAdminArea dir) private SVNAdminAreaSVNWCClient16.addParentDirectories(SVNWCAccess wcAccess, java.io.File path) voidSVNChangelistClient16.addToChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String changelist, java.lang.String[] changelists) Deprecated.private voidSVNCommitClient16.addURLParents(java.util.List targets, SVNURL url) private voidSVNDiffClient16.applyPatches(java.io.File absPatchPath, java.io.File absWCPath, boolean dryRun, int stripCount, SVNAdminArea wc) private static booleanSVNUpdateClient16.canonicalizeEntry(SVNEntry entry, boolean omitDefaultPort) static java.lang.StringSVNUpdateClient16.canonicalizeExtenrals(java.lang.String externals, boolean omitDefaultPort) static SVNURLSVNUpdateClient16.canonicalizeURL(SVNURL url, boolean omitDefaultPort) private SVNURLSVNWCClient16.collectLockInfo(SVNWCAccess wcAccess, java.io.File[] files, java.util.Map lockInfo, java.util.Map lockPaths, boolean lock, boolean stealLock) private voidSVNUpdateClient16.copyVersionedDir(java.io.File from, java.io.File to, SVNRevision revision, java.lang.String eolStyle, boolean force, SVNDepth depth) private voidSVNUpdateClient16.copyVersionedFile(java.io.File dstPath, SVNAdminArea adminArea, java.lang.String fileName, SVNRevision revision, java.lang.String eol) private voidSVNWCClient16.crawlEntries(java.io.File path, SVNDepth depth, java.util.Collection changeLists, ISVNInfoHandler handler) protected SVNRepositorySVNBasicDelegate.createRepository(SVNURL url, java.io.File path, SVNAdminArea area, SVNRevision pegRevision, SVNRevision revision, long[] pegRev) protected SVNRepositorySVNBasicDelegate.createRepository(SVNURL url, java.io.File path, SVNWCAccess access, boolean mayReuse) protected SVNRepositorySVNBasicDelegate.createRepository(SVNURL url, java.lang.String uuid, boolean mayReuse) private voidSVNUpdateClient16.deleteExternal(java.io.File external) protected SVNURLSVNBasicDelegate.deriveLocation(java.io.File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access) protected voidSVNBasicDelegate.dispatchEvent(SVNEvent event) protected voidSVNBasicDelegate.dispatchEvent(SVNEvent event, double progress) voidSVNWCClient16.doAdd(java.io.File[] paths, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents) Schedules working copypathsfor addition to the repository.voidSVNWCClient16.doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, boolean recursive) Deprecated.voidSVNWCClient16.doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, boolean recursive, boolean includeIgnored) Deprecated.voidSVNWCClient16.doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean includeIgnored, boolean makeParents) Schedules a working copypathfor addition to the repository.voidSVNWCClient16.doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents) Schedules a working copypathfor addition to the repository.voidSVNChangelistClient16.doAddToChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String changelist, java.lang.String[] changelists) Adds each path inpaths(recursing todepthas necessary) tochangelist.voidSVNLogClient16.doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandleron each line-blame item associated with revisionendRevisionofpath, usingstartRevisionas the default source of all blame.voidSVNLogClient16.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.voidSVNLogClient16.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.private voidSVNLogClient16.doAnnotate(java.lang.String path, long startRev, java.io.File tmpFile, SVNRepository repos, long endRev, boolean ignoreMimeType, ISVNAnnotateHandler handler, java.lang.String inputEncoding, boolean includeMergedRevisions) voidSVNLogClient16.doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandleron each line-blame item associated with revisionendRevisionofurl, usingstartRevisionas the default source of all blame.voidSVNLogClient16.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.voidSVNLogClient16.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.voidSVNLogClient16.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.voidSVNUpdateClient16.doCanonicalizeURLs(java.io.File dst, boolean omitDefaultPort, boolean recursive) Canonicalizes all urls in the specified Working Copy.private voidSVNUpdateClient16.doCanonicalizeURLs(SVNAdminAreaInfo adminAreaInfo, SVNAdminArea adminArea, java.lang.String name, boolean omitDefaultPort, boolean recursive) longSVNUpdateClient16.doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive) Deprecated.longSVNUpdateClient16.doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force) Deprecated.longSVNUpdateClient16.doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions) Checks out a working copy ofurlatrevision, looked up atpegRevision, usingdstPathas the root directory of the newly checked out working copy.voidSVNWCClient16.doCleanup(java.io.File path) Cleans up a working copy.voidSVNWCClient16.doCleanup(java.io.File path, boolean deleteWCProperties) Recursively cleans up the working copy, removing locks and resuming unfinished operations.voidSVNWCClient16.doCleanupWCProperties(java.io.File directory) Recursively removes all DAV-specific "svn:wc:" properties from thedirectoryand beneath.SVNCommitClient16.doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, boolean recursive) Deprecated.SVNCommitClient16.doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, boolean recursive, boolean combinePackets) Deprecated.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 differentSVNCommitPackets.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.SVNCommitClient16.doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, boolean force, boolean recursive) 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.SVNCommitClient16.doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient16.doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, java.lang.String commitMessage) Committs local changes, made to the Working Copy items, to the repository.SVNCommitClient16.doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient16.doCommit(SVNCommitPacket commitPacket, boolean keepLocks, java.lang.String commitMessage) Committs local changes made to the Working Copy items to the repository.voidSVNCopyClient16.doCopy(java.io.File nestedWC) Converts a disjoint working copy to a copied one.voidSVNCopyClient16.doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists) Copies each source insourcestodst.private voidSVNCopyClient16.doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, java.util.Map<SvnTarget, java.util.List<SVNExternal>> externalsToPin) 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) SVNCopyClient16.doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties) Copies each source insourcestodst.Committs removing specified URL-paths from the repository.SVNCommitClient16.doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties) Deletes items from a repository.voidSVNWCClient16.doDelete(java.io.File path, boolean force, boolean dryRun) Schedules a Working Copy item for deletion.voidSVNWCClient16.doDelete(java.io.File path, boolean force, boolean deleteFiles, boolean dryRun) Schedules a Working Copy item for deletion.voidSVNDiffClient16.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 inpathscallingSVNDiffClient16.doDiff(File,SVNRevision,SVNRevision,SVNRevision,SVNDepth,boolean,OutputStream,Collection)for each one in the array.voidSVNDiffClient16.doDiff(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) voidSVNDiffClient16.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/rNandpath2/rM.voidSVNDiffClient16.doDiff(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) voidSVNDiffClient16.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/rNandurl2/rM.voidSVNDiffClient16.doDiff(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) voidSVNDiffClient16.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 betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient16.doDiff(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) voidSVNDiffClient16.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/rNandpath2/rM.voidSVNDiffClient16.doDiff(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) Deprecated.voidSVNDiffClient16.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/rNandurl2/rM.voidSVNDiffClient16.doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) Deprecated.voidSVNDiffClient16.doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result) Produces diff output which describes the delta betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient16.doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) voidSVNDiffClient16.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/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient16.doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) voidSVNDiffClient16.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/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient16.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 betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient16.doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) voidSVNDiffClient16.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/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient16.doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) voidSVNDiffClient16.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/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient16.doDiffStatus(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.private voidSVNDiffClient16.doDiffURLURL(SVNURL url1, java.io.File path1, SVNRevision revision1, SVNURL url2, java.io.File path2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, java.io.OutputStream result) private voidSVNDiffClient16.doDiffURLURL(SVNURL url1, java.io.File path1, SVNRevision revision1, SVNURL url2, java.io.File path2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) private voidSVNDiffClient16.doDiffURLWC(java.io.File path1, SVNRevision revision1, SVNRevision pegRevision, java.io.File path2, SVNRevision revision2, boolean reverse, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists) private voidSVNDiffClient16.doDiffURLWC(SVNURL url1, SVNRevision revision1, SVNRevision pegRevision, java.io.File path2, SVNRevision revision2, boolean reverse, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists) private voidSVNDiffClient16.doDiffWCWC(java.io.File path1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists) longSVNUpdateClient16.doExport(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive) longSVNUpdateClient16.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).longSVNUpdateClient16.doExport(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive) longSVNUpdateClient16.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).voidSVNChangelistClient16.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.voidSVNChangelistClient16.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.voidSVNWCClient16.doGetFileContents(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst) Outputs the content of file identified bypathandrevisionto the streamdst.voidSVNWCClient16.doGetFileContents(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst) Outputs the content of file identified byurlandrevisionto the streamdst.private voidSVNWCClient16.doGetLocalFileContents(java.io.File path, java.io.OutputStream dst, SVNRevision revision, boolean expandKeywords) private voidSVNWCClient16.doGetLocalProperty(SVNEntry entry, SVNAdminArea area, java.lang.String propName, boolean base, ISVNPropertyHandler handler, SVNDepth depth, java.util.Collection changeLists) voidSVNDiffClient16.doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcPath(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient16.doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcURL(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient16.doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcPath(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient16.doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcURL(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient16.doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions merged frommergeSrcPath(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient16.doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions merged frommergeSrcURL(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient16.doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions merged frommergeSrcPath(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient16.doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith 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 aMapwith merge source URLs (asSVNURL) mapped to range lists (SVNMergeRangeList).java.util.Map<SVNURL,SVNMergeRangeList> SVNDiffClient16.doGetMergedMergeInfo(SVNURL url, SVNRevision pegRevision) Returns mergeinfo as aMapwith merge source URLs (asSVNURL) mapped to range lists (SVNMergeRangeList).SVNWCClient16.doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropNameforpath.voidSVNWCClient16.doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) voidSVNWCClient16.doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists) Invokeshandleron paths covered bydepthstarting with the specifiedpath.SVNWCClient16.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropNameforurl.voidSVNWCClient16.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) Deprecated.voidSVNWCClient16.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler) Invokeshandleron paths covered bydepthstarting with the specifiedpath.private voidSVNWCClient16.doGetRemoteProperty(SVNURL url, java.lang.String path, SVNRepository repos, java.lang.String propName, SVNRevision rev, SVNDepth depth, ISVNPropertyHandler handler) voidSVNWCClient16.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.private voidSVNWCClient16.doGetRevisionProperty(SVNRepository repos, java.lang.String propName, long revNumber, ISVNPropertyHandler handler) longSVNWCClient16.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.StringSVNWCClient16.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.StringSVNWCClient16.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.SVNCommitClient16.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean recursive) Deprecated.SVNCommitClient16.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean useGlobalIgnores, boolean recursive) Deprecated.SVNCommitClient16.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth) Imports file or directorypathinto repository directorydstURLat HEAD revision.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 directorypathinto repository directorydstURLat HEAD revision.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 directorypathinto repository directorydstURLat HEAD revision.SVNWCClient16.doInfo(java.io.File path, SVNRevision revision) Collects and returns information on a single Working Copy item.voidSVNWCClient16.doInfo(java.io.File path, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.voidSVNWCClient16.doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.voidSVNWCClient16.doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, java.util.Collection changeLists, ISVNInfoHandler handler) Invokeshandlerto return information aboutpathinrevision.SVNWCClient16.doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision) Collects and returns information on a single item in a repository.voidSVNWCClient16.doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.voidSVNWCClient16.doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler) Invokeshandlerto return information abouturlinrevision.voidSVNLogClient16.doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler) Deprecated.voidSVNLogClient16.doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler) Deprecated.voidSVNLogClient16.doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forpathatrevision.private voidSVNLogClient16.doList(SVNRepository repos, long rev, ISVNDirEntryHandler handler, boolean fetchLocks, SVNDepth depth, int entryFields) voidSVNLogClient16.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.voidSVNLogClient16.doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler) Deprecated.voidSVNLogClient16.doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forurlatrevision.voidSVNWCClient16.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.voidLocks file items in a repository so that no other user can commit changes to them.voidSVNLogClient16.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) Invokeshandleron each log message from the givenrevisionRangesin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient16.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.voidSVNLogClient16.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) Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient16.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.voidSVNLogClient16.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) Invokeshandleron each log message from the givenin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient16.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) Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient16.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.voidSVNWCClient16.doMarkReplaced(java.io.File path) Schedulespathas being replaced.voidSVNDiffClient16.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) voidSVNDiffClient16.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/revision1topath2/revision2into the working-copy pathdstPath.voidSVNDiffClient16.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 betweenpath1in peg revisionpegRevision, as it changed between the ranges described inrangesToMerge.voidSVNDiffClient16.doMerge(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) voidSVNDiffClient16.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/revision1tourl2/revision2into the working-copy pathdstPath.voidSVNDiffClient16.doMerge(java.io.File path1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) voidSVNDiffClient16.doMerge(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) voidSVNDiffClient16.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/revision1topath2/revision2into the working-copy pathdstPath.voidSVNDiffClient16.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 betweenurl1in peg revisionpegRevision, as it changed between the ranges described inrangesToMerge.voidSVNDiffClient16.doMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) voidSVNDiffClient16.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/revision1tourl2/revision2into the working-copy pathdstPath.voidSVNDiffClient16.doMerge(SVNURL url1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) voidSVNDiffClient16.doMergeReIntegrate(java.io.File srcPath, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun) Performs a reintegration merge ofsrcPathatpegRevisionintodstPath.voidSVNDiffClient16.doMergeReIntegrate(SVNURL srcURL, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun) Performs a reintegration merge ofsrcURLatpegRevisionintodstPath.Committs a creation of a new directory/directories in the repository.SVNCommitClient16.doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents) Creates directory(ies) in a repository.voidSVNMoveClient16.doMove(java.io.File src, java.io.File dst) Moves a source item to a destination one.voidSVNDiffClient16.doPatch(java.io.File absPatchPath, java.io.File localAbsPath, boolean dryRun, int stripCount) voidSVNUpdateClient16.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.private java.util.MapSVNUpdateClient16.doRelocate(SVNAdminArea adminArea, java.lang.String name, java.lang.String from, java.lang.String to, boolean recursive, java.util.Map validatedURLs) private longSVNUpdateClient16.doRemoteExport(SVNRepository repository, long revNumber, java.io.File dstPath, java.lang.String eolStyle, boolean force, SVNDepth depth) voidSVNChangelistClient16.doRemoveFromChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String[] changelists) Removes each path inpaths(recursing todepthas necessary) from changelists to which they are currently assigned.voidSVNWCClient16.doResolve(java.io.File path, boolean recursive) Deprecated.voidSVNWCClient16.doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, boolean resolveTree, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient16.doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient16.doResolve(java.io.File path, SVNDepth depth, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient16.doRevert(java.io.File[] paths, boolean recursive) Deprecated.voidRestores the pristine version of working copypaths, effectively undoing any local mods.voidSVNWCClient16.doRevert(java.io.File path, boolean recursive) Deprecated.private booleanSVNWCClient16.doRevert(java.io.File path, SVNAdminArea parent, SVNDepth depth, boolean useCommitTimes, java.util.Collection changeLists) voidSVNWCClient16.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean force, boolean recursive, ISVNPropertyHandler handler) voidSVNWCClient16.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists) SetspropNametopropValueonpath.voidSVNWCClient16.doSetProperty(java.io.File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists) Crawls the working copy atpathand callsISVNPropertyValueProvider.providePropertyValues(java.io.File,org.tmatesoft.svn.core.SVNProperties)to get properties to be change on each path being traversedSVNWCClient16.doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropNametopropValueonpath.voidSVNWCClient16.doSetRevisionProperty(java.io.File path, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropNametopropValueon revisionrevisionin the repository represented bypath.voidSVNWCClient16.doSetRevisionProperty(SVNURL url, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropNametopropValueon revisionrevisionin the repository represented bypath.voidSVNWCClient16.doSetWCFormat(java.io.File directory, int format) Changes working copy format.SVNStatusClient16.doStatus(java.io.File path, boolean remote) Collects status information on a single Working Copy item.SVNStatusClient16.doStatus(java.io.File path, boolean remote, boolean collectParentExternals) Collects status information on a single Working Copy item.longSVNStatusClient16.doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) longSVNStatusClient16.doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, ISVNStatusHandler handler) longSVNStatusClient16.doStatus(java.io.File path, SVNRevision revision, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) longSVNStatusClient16.doStatus(java.io.File path, SVNRevision revision, SVNDepth depth, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler, java.util.Collection changeLists) Given apathto a working copy directory (or single file), callshandlerwith a set ofSVNStatusobjects 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) forpathatpegRevision.java.util.Collection<SVNURL>SVNDiffClient16.doSuggestMergeSources(SVNURL url, SVNRevision pegRevision) Returns a collection of potential merge sources (expressed as full repositoryURLs) forurlatpegRevision.longSVNUpdateClient16.doSwitch(java.io.File file, SVNURL url, SVNRevision revision, boolean recursive) Deprecated.longSVNUpdateClient16.doSwitch(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive) Deprecated.longSVNUpdateClient16.doSwitch(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force) Deprecated.longSVNUpdateClient16.doSwitch(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Switches working treepathtourl\pegRevisionatrevision.private longSVNUpdateClient16.doSwitchImpl(SVNWCAccess wcAccess, java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) voidSVNWCClient16.doUnlock(java.io.File[] paths, boolean breakLock) Unlocks file items in a Working Copy as well as in a repository.voidUnlocks file items in a repository.long[]SVNUpdateClient16.doUpdate(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Updates working treespathstorevision.longSVNUpdateClient16.doUpdate(java.io.File file, SVNRevision revision, boolean recursive) Deprecated.longSVNUpdateClient16.doUpdate(java.io.File file, SVNRevision revision, boolean recursive, boolean force) Deprecated.longSVNUpdateClient16.doUpdate(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Updates working copytorevision.voidSVNMoveClient16.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 voidSVNBasicDelegate.elideMergeInfo(SVNWCAccess access, java.io.File path, SVNEntry entry, java.io.File wcElisionLimitPath) protected SVNURLSVNBasicDelegate.ensureSessionURL(SVNRepository repository, SVNURL url) private java.util.MapSVNWCClient16.fetchLockTokens(SVNRepository repository, java.util.Map pathsTokensMap) voidSVNChangelistClient16.getChangeListPaths(java.util.Collection changeLists, java.util.Collection targets, SVNDepth depth, ISVNChangelistHandler handler) Deprecated.voidSVNChangelistClient16.getChangeLists(java.io.File path, java.util.Collection changeLists, SVNDepth depth, ISVNChangelistHandler handler) Deprecated.private longSVNMoveClient16.getCopyFromRevision(java.io.File path) private java.lang.StringSVNMoveClient16.getCopyFromURL(java.io.File path, java.lang.String urlTail) protected SVNURLSVNBasicDelegate.getEntryLocation(java.io.File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision) private java.lang.Object[]SVNDiffClient16.getLocationFromPathAndRevision(java.io.File path, SVNURL url, SVNRevision pegRevision) protected SVNBasicDelegate.SVNRepositoryLocation[]SVNBasicDelegate.getLocations(SVNURL url, java.io.File path, SVNRepository repository, SVNRevision revision, SVNRevision start, SVNRevision end) private java.util.MapSVNBasicDelegate.getLocations10(SVNRepository repos, long pegRevision, long startRevision, long endRevision) private voidSVNDiffClient16.getLogEligibleMergeInfoImpl(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) private voidSVNDiffClient16.getLogMergedMergeInfoImpl(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) protected longSVNBasicDelegate.getPathLastChangeRevision(java.lang.String relPath, long revision, SVNRepository repository) protected java.lang.StringSVNBasicDelegate.getPathRelativeToRoot(java.io.File path, SVNURL url, SVNURL reposRootURL, SVNWCAccess wcAccess, SVNRepository repos) private static java.lang.StringSVNBasicDelegate.getPreviousLogPath(java.lang.String path, SVNLogEntry logEntry, SVNNodeKind kind) protected java.util.MapSVNBasicDelegate.getReposMergeInfo(SVNRepository repository, java.lang.String path, long revision, SVNMergeInfoInheritance inheritance, boolean squelchIncapable) SVNBasicDelegate.getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access) Returns the root of the repository.protected longSVNBasicDelegate.getRevisionNumber(SVNRevision revision, long[] latestRevisionNumber, SVNRepository repository, java.io.File path) protected longSVNBasicDelegate.getRevisionNumber(SVNRevision revision, SVNRepository repository, java.io.File path) protected SVNURLSVNBasicDelegate.getURL(java.io.File path) private java.util.Map<java.lang.String,java.util.Map<java.lang.String, java.lang.String>> SVNCommitClient16.getVersionedAutoProperties(SVNURL url, SVNURL reposRoot) protected java.util.MapSVNBasicDelegate.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.MapSVNBasicDelegate.getWCOrRepositoryMergeInfo(java.io.File path, SVNEntry entry, SVNMergeInfoInheritance inherit, boolean[] indirect, boolean reposOnly, SVNRepository repository) voidSVNChangelistClient16.SVNChangeListWalker.handleEntry(java.io.File path, SVNEntry entry) voidSVNWCClient16.PropFetchHandler.handleEntry(java.io.File path, SVNEntry entry) voidSVNWCClient16.PropSetHandler.handleEntry(java.io.File path, SVNEntry entry) voidSVNWCClient16.PropSetHandlerExt.handleEntry(java.io.File path, SVNEntry entry) voidSVNChangelistClient16.SVNChangeListWalker.handleError(java.io.File path, SVNErrorMessage error) voidSVNWCClient16.PropFetchHandler.handleError(java.io.File path, SVNErrorMessage error) voidSVNWCClient16.PropSetHandler.handleError(java.io.File path, SVNErrorMessage error) voidSVNWCClient16.PropSetHandlerExt.handleError(java.io.File path, SVNErrorMessage error) voidSVNBasicDelegate.handleEvent(SVNEvent event, double progress) Dispatches events to the registered event handler (if any).private voidSVNUpdateClient16.handleExternalChange(SVNWCAccess access, java.lang.String targetDir, SVNUpdateClient16.ExternalDiff externalDiff) oldURL is null when externals is added: jsvn ps svn:externals "path URL" .private voidSVNUpdateClient16.handleExternalItemChange(SVNWCAccess access, java.lang.String targetDir, SVNUpdateClient16.ExternalDiff externalDiff) private voidSVNUpdateClient16.handleExternals(SVNWCAccess wcAccess, java.io.File root, java.util.Map oldExternals, java.util.Map newExternals, java.util.Map depths, SVNURL fromURL, SVNURL rootURL, SVNDepth requestedDepth, boolean isExport, boolean updateUnchanged) voidSVNBasicDelegate.LocationsLogEntryHandler.handleLogEntry(SVNLogEntry logEntry) voidSVNBasicDelegate.handlePathListItem(java.io.File path) Handles a next working copy path with thepath list handlerif any was provided to this object throughSVNBasicDelegate.setPathListHandler(ISVNPathListHandler).private static booleanSVNCommitClient16.hasProcessedParents(java.util.Collection paths, java.lang.String path) private booleanSVNCommitClient16.importDir(SVNDeltaGenerator deltaGenerator, java.io.File dir, java.lang.String importPath, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.lang.String>> versionedAutoProperties, ISVNFileFilter fileFilter, ISVNEditor editor) private booleanSVNCommitClient16.importFile(SVNDeltaGenerator deltaGenerator, java.io.File file, SVNFileType fileType, java.lang.String filePath, java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.lang.String>> versionedAutoProperties, ISVNEditor editor) private booleanSVNMoveClient16.isCopiedAsAChild(java.io.File path, SVNEntry entry) private static voidSVNLogClient16.list(SVNRepository repository, java.lang.String path, long rev, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) private voidSVNWCClient16.pushDirInfo(SVNRepository repos, SVNRevision rev, java.lang.String path, SVNURL root, java.lang.String uuid, SVNURL url, java.util.Map locks, SVNDepth depth, ISVNInfoHandler handler) private java.util.MapSVNUpdateClient16.relocateEntry(SVNEntry entry, java.lang.String from, java.lang.String to, java.util.Map validatedURLs) voidSVNChangelistClient16.removeFromChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String[] changelists) Deprecated.private voidSVNWCClient16.reportEntry(java.io.File path, SVNEntry entry, ISVNInfoHandler handler) private booleanSVNWCClient16.revert(SVNAdminArea dir, java.lang.String name, SVNEntry entry, boolean useCommitTime) private voidSVNChangelistClient16.setChangelist(java.io.File[] paths, java.lang.String changelistName, java.lang.String[] changelists, SVNDepth depth) private voidSVNWCClient16.setLocalProperties(java.io.File path, SVNEntry entry, SVNAdminArea adminArea, boolean force, ISVNPropertyValueProvider propertyValueProvider, ISVNPropertyHandler handler) private voidSVNWCClient16.setWCFormat(SVNAdminAreaInfo info, SVNAdminArea area, int format) private voidSVNUpdateClient16.switchFileExternal(SVNWCAccess wcAccess, java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) voidSVNMoveClient16.undoMove(java.io.File src, java.io.File dst) Reverts a previous move operation back.private longSVNUpdateClient16.update(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky, boolean sendCopyFrom) private voidSVNMoveClient16.updateCopiedDirectory(SVNAdminArea dir, java.lang.String name, java.lang.String newURL, java.lang.String reposRootURL, java.lang.String copyFromURL, long copyFromRevision) private java.util.MapSVNUpdateClient16.validateRelocateTargetURL(SVNURL targetURL, java.lang.String expectedUUID, java.util.Map validatedURLs, boolean isRoot) -
Uses of SVNException in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNExceptionModifier and TypeMethodDescriptionprivate voidSVNCommitter17.fixError(java.io.File localAbspath, java.lang.String path, SVNException e, SVNNodeKind kind) static booleanSVNWCContext.isErrorAccess(SVNException e) private static booleanSVNWCContext.isNotCurrentWc(SVNException e) Methods in org.tmatesoft.svn.core.internal.wc17 that throw SVNExceptionModifier and TypeMethodDescriptionvoidSVNAmbientDepthFilterEditor17.abortEdit()voidSVNDiffEditor17.abortEdit()voidSVNRemoteStatusEditor17.abortEdit()voidSVNUpdateEditor17.abortEdit()voidSVNStatusReporter17.abortReport()voidSVNAmbientDepthFilterEditor17.absentDir(java.lang.String path) voidSVNDiffEditor17.absentDir(java.lang.String path) voidSVNRemoteStatusEditor17.absentDir(java.lang.String path) voidSVNUpdateEditor17.absentDir(java.lang.String path) private voidSVNUpdateEditor17.absentEntry(java.lang.String path, SVNNodeKind nodeKind) voidSVNAmbientDepthFilterEditor17.absentFile(java.lang.String path) voidSVNDiffEditor17.absentFile(java.lang.String path) voidSVNRemoteStatusEditor17.absentFile(java.lang.String path) voidSVNUpdateEditor17.absentFile(java.lang.String path) SVNUpdateEditor17.accumulateLastChange(java.io.File localAbspath, SVNProperties entryProps) java.io.FileSVNWCContext.acquireWriteLock(java.io.File localAbspath, boolean lockAnchor, boolean returnLockRoot) java.io.FileSVNWCContext.acquireWriteLockForResolve(java.io.File localAbsPath) voidISVNEditor2.addAbsent(java.lang.String path, SVNNodeKind kind, long replacesRev) voidSVNTreeConflictEditor.addAbsent(java.lang.String path, SVNNodeKind kind, long replacesRev) voidISVNEditor2.addDir(java.lang.String path, java.util.List<java.lang.String> children, SVNProperties props, long replacesRev) voidSVNAmbientDepthFilterEditor17.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNDiffEditor17.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNRemoteStatusEditor17.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNTreeConflictEditor.addDir(java.lang.String path, java.util.List<java.lang.String> children, SVNProperties props, long replacesRev) voidSVNUpdateEditor17.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidISVNEditor2.addFile(java.lang.String path, SvnChecksum checksum, java.io.InputStream contents, SVNProperties props, long replacesRev) voidSVNAmbientDepthFilterEditor17.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNDiffEditor17.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNRemoteStatusEditor17.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSVNTreeConflictEditor.addFile(java.lang.String path, SvnChecksum checksum, java.io.InputStream contents, SVNProperties props, long replacesRev) voidSVNUpdateEditor17.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidISVNEditor2.addSymlink(java.lang.String path, java.lang.String target, SVNProperties props, long replacesRev) voidSVNTreeConflictEditor.addSymlink(java.lang.String path, java.lang.String target, SVNProperties props, long replacesRev) voidSVNWCContext.addTreeConflict(SVNWCConflictDescription17 conflict) static voidSVNWCUtils.admCleanupTmpArea(SVNWCContext context, java.io.File dirAbsPath) static voidSVNWCUtils.admInitTmpArea(java.io.File dirAbsPath) SVNUpdateEditor17.alreadyInATreeConflict(java.io.File localAbspath) voidISVNEditor2.alterDir(java.lang.String path, long revision, java.util.List<java.lang.String> children, SVNProperties props) voidSVNTreeConflictEditor.alterDir(java.lang.String path, long revision, java.util.List<java.lang.String> children, SVNProperties props) voidISVNEditor2.alterFile(java.lang.String path, long revision, SVNProperties props, SvnChecksum checksum, java.io.InputStream newContents) voidSVNTreeConflictEditor.alterFile(java.lang.String path, long expectedMoveDstRevision, SVNProperties newProps, SvnChecksum newChecksum, java.io.InputStream newContents) voidISVNEditor2.alterSymlink(java.lang.String path, long revision, SVNProperties props, java.lang.String target) voidSVNTreeConflictEditor.alterSymlink(java.lang.String path, long revision, SVNProperties props, java.lang.String target) SVNAmbientDepthFilterEditor17.ambientReadInfo(java.io.File localAbspath, boolean readBase) private voidSVNWCContext.appendPropConflict(java.io.OutputStream stream, SVNSkel propSkel) private SVNWCContext.MergePropStatusInfoSVNWCContext.applySingleGenericPropChange(SVNStatusType state, java.io.File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, java.lang.String propname, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue newVal, ISVNConflictHandler conflictResolver, boolean dryRun) private SVNWCContext.MergePropStatusInfoSVNWCContext.applySingleMergeinfoPropChange(SVNStatusType state, java.io.File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, java.lang.String propname, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue newVal, ISVNConflictHandler conflictResolver, boolean dryRun) private SVNWCContext.MergePropStatusInfoSVNWCContext.applySingleMergeInfoPropChange(SVNPropertyValue resultVal, boolean didMerge, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue newVal, SVNPropertyValue workingVal) (package private) SVNWCContext.MergePropStatusInfoSVNWCContext.applySinglePropAdd(SVNPropertyValue resultVal, boolean didMerge, java.lang.String propName, SVNPropertyValue pristineVal, SVNPropertyValue newVal, SVNPropertyValue workingVal) (package private) SVNWCContext.MergePropStatusInfoSVNWCContext.applySinglePropAdd(SVNStatusType state, java.io.File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, java.lang.String propname, SVNPropertyValue baseVal, SVNPropertyValue toVal, ISVNConflictHandler conflictResolver, boolean dryRun) (package private) SVNWCContext.MergePropStatusInfoSVNWCContext.applySinglePropChange(SVNPropertyValue resultVal, boolean didMerge, java.lang.String propName, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue newVal, SVNPropertyValue workingVal) (package private) SVNWCContext.MergePropStatusInfoSVNWCContext.applySinglePropChange(SVNStatusType state, java.io.File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, java.lang.String propname, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue newVal, ISVNConflictHandler conflictResolver, boolean dryRun) (package private) SVNWCContext.MergePropStatusInfoSVNWCContext.applySinglePropDelete(SVNStatusType state, java.io.File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, java.lang.String propname, SVNPropertyValue baseVal, SVNPropertyValue oldVal, ISVNConflictHandler conflictResolver, boolean dryRun) voidSVNAmbientDepthFilterEditor17.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNDiffEditor17.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNRemoteStatusEditor17.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNUpdateEditor17.applyTextDelta(java.lang.String path, java.lang.String expectedChecksum) static SvnStatusSVNStatusEditor17.assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock) static SvnStatusSVNStatusEditor17.assembleUnversioned17(java.io.File localAbspath, SVNNodeKind pathKind, boolean treeConflicted, boolean isIgnored) private booleanSVNWCContext.attemptDeletion(java.io.File parentDir, java.io.File baseName) private SVNWCContext.MergeInfoSVNWCContext.attemptTrivialMerge(SVNWCContext.MergeInfo info, java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, java.io.File detranslatedTargetAbspath, boolean dryRun) voidSVNWCContext.canonicalizeURLs(java.io.File path, SVNExternalsStore externalsStore, boolean omitDefaultPort) voidSVNAmbientDepthFilterEditor17.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNDiffEditor17.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNRemoteStatusEditor17.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNUpdateEditor17.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNAmbientDepthFilterEditor17.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSVNDiffEditor17.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNRemoteStatusEditor17.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSVNUpdateEditor17.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) SVNWCContext.checkForObstructions(java.io.File localAbsPath, boolean noWcRootCheck) private booleanSVNTreeConflictEditor.checkTreeConflict(java.io.File localRelPath, SVNNodeKind oldKind, SVNNodeKind newKind, java.io.File oldReposRelPath, SVNConflictAction action) private SVNSkelSVNUpdateEditor17.checkTreeConflict(java.io.File localAbspath, ISVNWCDb.SVNWCDbStatus workingStatus, boolean existsInRepos, SVNNodeKind expectedKind, SVNConflictAction action) intSVNWCContext.checkWC(java.io.File localAbsPath) private intSVNWCContext.checkWC(java.io.File localAbsPath, boolean check) SVNWCContext.checkWCRoot(java.io.File localAbspath, boolean fetchSwitched) voidSVNWCContext.cleanup()voidSVNWCContext.CleanupHandler.cleanup()voidSVNAmbientDepthFilterEditor17.closeDir()voidSVNDiffEditor17.closeDir()voidSVNRemoteStatusEditor17.closeDir()voidSVNUpdateEditor17.closeDir()SVNAmbientDepthFilterEditor17.closeEdit()SVNDiffEditor17.closeEdit()SVNRemoteStatusEditor17.closeEdit()SVNStatusEditor17.closeEdit()SVNUpdateEditor17.closeEdit()voidSVNAmbientDepthFilterEditor17.closeFile(java.lang.String path, java.lang.String textChecksum) voidSVNDiffEditor17.closeFile(java.lang.String commitPath, java.lang.String textChecksum) voidSVNRemoteStatusEditor17.closeFile(java.lang.String path, java.lang.String textChecksum) voidSVNUpdateEditor17.closeFile(java.lang.String path, java.lang.String expectedMd5Digest) protected voidSVNStatusEditor17.collectExternals(java.io.File path) private java.util.Collection<java.lang.String>SVNStatusEditor17.collectIgnorePatterns(SVNWCDbRoot root, java.io.File localRelPath, java.util.Collection<java.lang.String> ignores) private SVNPropertyValueSVNWCContext.combineForkedMergeInfoProps(SVNPropertyValue fromPropVal, SVNPropertyValue workingPropVal, SVNPropertyValue toPropVal) static SVNCommitInfoSVNCommitter17.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) booleanSVNWCContext.compareAndVerify(java.io.File localAbsPath, java.io.File pristineFile, boolean hasProps, boolean propMods, boolean exactComparison) voidSVNUpdateEditor17.completeConflict(SVNSkel conflict, java.io.File localAbsPath, java.io.File oldReposRelPath, long oldRevision, java.io.File newReposRelPath, SVNNodeKind localKind, SVNNodeKind targetKind) private java.lang.StringSVNRemoteStatusEditor17.DirectoryInfo.computeRepositoryRelativePath()private java.lang.StringSVNRemoteStatusEditor17.FileInfo.computeRepositoryRelativePath()SVNWCContext.conflictCreateMarker(SVNSkel conflictSkel, java.io.File localAbsPath) (package private) voidSVNWCContext.conflictSkelAddPropConflict(SVNSkel skel, java.lang.String propName, SVNPropertyValue baseVal, SVNPropertyValue mineVal, SVNPropertyValue toVal, SVNPropertyValue fromVal) voidISVNEditor2.copy(java.lang.String srcPath, long srcRevision, java.lang.String dstPath, long replacesRev) voidSVNTreeConflictEditor.copy(java.lang.String srcPath, long srcRevision, java.lang.String dstPath, long replacesRev) private SVNSkelSVNTreeConflictEditor.createConflictMarkers(java.io.File localAbsPath, java.io.File reposRelPath, SVNSkel conflictSkel, SVNOperation operation, SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion, SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion, SVNNodeKind kind) java.io.FileSVNWCContext.createPrejFile(java.io.File localAbspath, SVNSkel conflictSkel) private java.io.FileSVNDiffEditor17.createTempDirectory()private java.io.FileSVNDiffEditor17.createTempFile()private SVNTreeConflictDescriptionSVNUpdateEditor17.createTreeConflict(java.io.File localAbspath, SVNConflictReason reason, SVNConflictAction action, SVNNodeKind theirNodeKind, java.io.File theirRelpath) static ISVNUpdateEditorSVNUpdateEditor17.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 ISVNUpdateEditorSVNUpdateEditor17.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) private voidSVNWCContext.cropChildren(java.io.File localAbspath, SVNDepth depth) voidvoidISVNEditor2.delete(java.lang.String path, long revision) voidSVNTreeConflictEditor.delete(java.lang.String path, long revision) voidSVNAmbientDepthFilterEditor17.deleteEntry(java.lang.String path, long revision) voidSVNDiffEditor17.deleteEntry(java.lang.String path, long revision) voidSVNRemoteStatusEditor17.deleteEntry(java.lang.String path, long revision) voidSVNUpdateEditor17.deleteEntry(java.lang.String path, long revision) voidSVNStatusReporter17.deletePath(java.lang.String path) voidSVNWCContext.deleteTreeConflict(java.io.File victimAbsPath) private voidSVNWCContext.destroyAdm(java.io.File dirAbspath) private java.io.FileSVNDiffEditor17.detranslateFile(java.io.File fullPath) private java.io.FileSVNWCContext.detranslateWCFile(java.io.File targetAbspath, boolean forceCopy, SVNProperties oldActualProps, SVNProperties propDiff, java.io.File sourceAbspath) private voidSVNDiffEditor17.diffUnversioned(java.io.File root, SVNAdminArea dir, java.lang.String parentRelativePath, boolean anchor, java.util.Set processedFiles) private voidSVNWCContext.dispatchWorkItem(java.io.File wcRootAbspath, SVNSkel workItem) voidSVNLogClient17.doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandleron each line-blame item associated with revisionendRevisionofpath, usingstartRevisionas the default source of all blame.voidSVNLogClient17.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.voidSVNLogClient17.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.voidSVNLogClient17.doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandleron each line-blame item associated with revisionendRevisionofurl, usingstartRevisionas the default source of all blame.voidSVNLogClient17.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.voidSVNLogClient17.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.voidSVNLogClient17.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.voidSVNLogClient17.doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler) Deprecated.voidSVNLogClient17.doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler) Deprecated.voidSVNLogClient17.doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forpathatrevision.voidSVNLogClient17.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.voidSVNLogClient17.doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler) Deprecated.voidSVNLogClient17.doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forurlatrevision.voidSVNLogClient17.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) Invokeshandleron each log message from the givenrevisionRangesin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient17.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.voidSVNLogClient17.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) Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient17.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.voidSVNLogClient17.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) Invokeshandleron each log message from the givenin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient17.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) Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient17.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.private voidSVNUpdateEditor17.doNotification(java.io.File localAbspath, SVNNodeKind kind, SVNEventAction action, SVNURL url, SVNURL previousURL) private booleanSVNWCContext.doTextMerge(ISvnMerger customMerger, 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) voidSVNWCContext.ensureNoUnfinishedTransactions()private SVNWCContext.MergeInfoSVNWCContext.evalConflictResolverResult(SVNConflictChoice choice, java.io.File wriAbspath, java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, java.io.File copyfromText, java.io.File mergedFile, java.io.File detranslatedTarget, SVNDiffOptions options) SVNWCContext.evalTextConflictFuncResult(java.io.File localAbsPath, SVNConflictChoice choice, java.io.File leftAbsPath, java.io.File rightAbsPath, java.io.File mergedAbsPath, java.io.File detranslatedTarget) voidSVNWCContext.exclude(java.io.File localAbspath) private java.util.Map<java.lang.String,byte[]> SVNWCContext.expandKeywords(java.io.File localAbsPath, java.io.File wriAbspath, java.lang.String keywordsList, boolean forNormalization) java.util.Map<java.lang.String,SVNDirEntry> ISVNDirFetcher.fetchEntries(SVNURL repositoryRoot, java.io.File reposRelPath) voidSVNStatusReporter17.finishReport()private voidSVNCommitter17.fixError(java.io.File localAbspath, java.lang.String path, SVNException e, SVNNodeKind kind) private booleanSVNWCContext.generatePropConflict(java.io.File localAbsPath, SVNOperation operation, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, java.lang.String propName, SVNPropertyValue baseVal, SVNPropertyValue workingVal, SVNPropertyValue incomingOldVal, SVNPropertyValue incomingNewVal, ISVNConflictHandler conflictHandler) private SVNPropertiesSVNWCContext.getActualProperties(java.io.File localAbsPath) SVNWCContext.getActualProps(java.io.File localAbspath) java.lang.StringSVNWCContext.getActualTarget(java.io.File path) voidSVNWCContext.getAndRecordFileInfo(java.io.File localAbspath, boolean ignoreError) java.lang.StringSVNWCContext.getCharset(java.io.File path) java.util.List<java.io.File>SVNWCContext.getChildrenOfWorkingNode(java.io.File dirAbsPath, boolean showHidden) SVNWCContext.getConflicted(java.io.File localAbsPath, boolean isTextNeed, boolean isPropNeed, boolean isTreeNeed) protected voidSVNStatusEditor17.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.getEntryLocation(java.io.File localAbsPath, SVNRevision pegRevisionKind, boolean fetchRevnum) SVNWCContext.getEolStyle(java.io.File localAbsPath) java.util.Map<java.lang.String,byte[]> SVNWCContext.getKeyWords(java.io.File localAbsPath, java.lang.String forceList) SVNWCContext.getNodeBase(java.io.File localAbsPath, boolean ignoreNonExisting, boolean showHidden) longSVNWCContext.getNodeBaseRev(java.io.File local_abspath) SVNWCContext.getNodeChangedInfo(java.io.File path) java.util.List<java.io.File>SVNWCContext.getNodeChildren(java.io.File dirAbsPath, boolean showHidden) longSVNWCContext.getNodeCommitBaseRev(java.io.File local_abspath) SVNWCContext.getNodeCopyFromInfo(java.io.File localAbsPath, SVNWCContext.NodeCopyFromField... fields) java.io.FileSVNWCContext.getNodeDeletedAncestor(java.io.File localAbsPath) SVNWCContext.getNodeDepth(java.io.File localAbsPath) SVNWCContext.getNodeLock(java.io.File localAbsPath) SVNWCContext.getNodeOrigin(java.io.File localAbsPath, boolean scanDeleted, StructureFields.NodeOriginInfo... fields) SVNWCContext.getNodePresence(java.io.File localAbsPath, boolean baseOnly) SVNWCContext.getNodeReposInfo(java.io.File localAbspath) java.io.FileSVNWCContext.getNodeReposRelPath(java.io.File localAbsPath) SVNWCContext.getNodeScheduleInternal(java.io.File localAbsPath, boolean schedule, boolean copied) SVNWCContext.getNodeUrl(java.io.File path) (package private) java.io.FileSVNWCContext.getPrejfileAbspath(java.io.File localAbspath) SVNUpdateEditor17.DirectoryBaton.getPreviousURL()SVNUpdateEditor17.FileBaton.getPreviousURL()SVNWCContext.getPristineContents(java.io.File localAbspath, boolean openStream, boolean getPath) SVNWCContext.getPristineProps(java.io.File localAbspath) SVNWCContext.getPropDiffs(java.io.File localAbsPath) private SVNPropertiesSVNWCContext.getProperties(java.io.File localAbsPath, java.lang.String name) java.lang.StringSVNWCContext.getProperty(java.io.File localAbsPath, java.lang.String name) SVNWCContext.getPropertyValue(java.io.File localAbsPath, java.lang.String name) private java.io.FileSVNWCContext.getRelativePath(java.io.File localAbsPath) private static java.io.FileSVNWCContext.getRelativePath(SVNWCDb db, java.io.File localAbspath) private static ISVNWCDb.WCDbRepositoryInfoSVNStatusEditor17.getRepositoryRootUrlRelPath(SVNWCContext context, ISVNWCDb.WCDbRepositoryInfo parentRelPath, ISVNWCDb.SVNWCDbInfo info, java.io.File localAbsPath) longSVNWCContext.getRevisionNumber(SVNRevision revision, long[] latestRevisionNumber, SVNRepository repository, java.io.File path) private java.io.FileSVNDiffEditor17.getTempDirectory()java.io.FileSVNWCContext.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.InputStreamSVNWCContext.getTranslatedStream(java.io.File localAbspath, java.io.File versionedAbspath, boolean translateToNormalForm, boolean repairEOL) SVNWCContext.getTranslateInfo(java.io.File localAbspath, boolean fetchEolStyle, boolean fetchCharset, boolean fetchKeywords, boolean fetchSpecial) SVNWCContext.getTranslateInfo(java.io.File localAbspath, SVNProperties props, boolean forNormalization, boolean fetchEolStyle, boolean fetchCharset, boolean fetchKeywords, boolean fetchSpecial) SVNWCContext.getTreeConflict(java.io.File victimAbspath) java.util.MapSVNEntry17.getTreeConflicts()SVNUpdateEditor17.DirectoryBaton.getURL()SVNUpdateEditor17.FileBaton.getURL()SVNWCContext.getUrlFromPath(java.io.File localAbsPath) private java.io.FileSVNUpdateEditor17.getWCRootAbsPath()SVNCommitMediator17.getWorkspaceProperty(java.lang.String path, java.lang.String name) booleanSVNCommitter17.handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor) private voidSVNRemoteStatusEditor17.handleStatii(ISVNWCDb.WCDbRepositoryInfo reposInfo, java.util.Map<java.io.File, SvnStatus> statii, boolean dirWasDeleted, SVNDepth depth) SVNWCContext.hasLocalMods(java.io.File localAbspath, java.io.File anchorAbspath) private voidSVNUpdateEditor17.initExcludedDirectoryEntries(ISVNDirFetcher dirFetcher) voidSVNWCContext.initializeWC(java.io.File localAbspath, SVNURL url, SVNURL repositoryRoot, java.lang.String uuid, long revision, SVNDepth depth, int targetWorkingCopyFormat) private voidSVNWCContext.initWC(java.io.File localAbspath, java.io.File reposRelpath, SVNURL repositoryRoot, java.lang.String uuid, long revNumber, SVNDepth depth, int workingCopyFormat) static SvnStatusSVNStatusEditor17.internalStatus(SVNWCContext context, java.io.File localAbsPath) voidSVNWCContext.invokeConflictResolver(java.io.File localAbsPath, SVNSkel conflictSkel, ISVNConflictHandler conflictHandler, ISVNCanceller canceller) private booleanSVNWCContext.isChildDisjoint(java.io.File localAbspath) booleanSVNWCContext.isFileExternal(java.io.File path) private booleanSVNWCContext.isMarkedAsBinary(java.io.File localAbsPath) booleanSVNWCContext.isNodeAdded(java.io.File path) SVNUpdateEditor17.isNodeAlreadyConflicted(java.io.File localAbspath) booleanSVNWCContext.isNodeReplaced(java.io.File path) Equivalent to the old notion of "entry->schedule == schedule_replace"booleanSVNWCContext.isNodeStatusDeleted(java.io.File localAbsPath) booleanSVNWCContext.isPropsModified(java.io.File localAbspath) private booleanSVNWCContext.isSameContents(java.io.File file1, java.io.File file2) private booleanSVNWCContext.isSameContents(java.io.InputStream stream1, java.io.InputStream stream2) booleanSVNWCContext.isSpecial(java.io.File path) booleanSVNWCContext.isTextModified(java.io.File localAbsPath, boolean exactComparison) static SVNURLvoidSVNStatusReporter17.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty) voidSVNStatusReporter17.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) private voidSVNDiffEditor17.localDirectoryDiff(SVNDiffEditor17.SVNDirectoryInfo info) SVNAmbientDepthFilterEditor17.makeDirBaton(java.lang.String path, SVNAmbientDepthFilterEditor17.DirBaton parentBaton) private SVNUpdateEditor17.DirectoryBatonSVNUpdateEditor17.makeDirectoryBaton(java.lang.String path, SVNUpdateEditor17.DirectoryBaton parent, boolean adding) SVNAmbientDepthFilterEditor17.makeFileBaton(SVNAmbientDepthFilterEditor17.DirBaton parentBaton, java.lang.String path) private SVNUpdateEditor17.FileBatonSVNUpdateEditor17.makeFileBaton(SVNUpdateEditor17.DirectoryBaton parent, java.lang.String path, boolean adding) voidSVNUpdateEditor17.DirectoryBaton.markEdited()voidSVNUpdateEditor17.FileBaton.markEdited()private voidSVNTreeConflictEditor.markTreeConflict(java.io.File localRelPath, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, java.io.File moveRootDstRelPath, SVNOperation operation, SVNNodeKind oldKind, SVNNodeKind newKind, java.io.File oldReposRelPath, SVNConflictReason reason, SVNConflictAction action, java.io.File moveSrcOpRootRelPath) private voidSVNUpdateEditor17.maybeBumpDirInfo(SVNUpdateEditor17.BumpDirectoryInfo bdi) private booleanSVNWCContext.maybeGeneratePropConflict(java.io.File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, java.lang.String propname, SVNProperties workingProps, SVNPropertyValue oldVal, SVNPropertyValue newVal, SVNPropertyValue baseVal, SVNPropertyValue workingVal, ISVNConflictHandler conflictResolver, boolean dryRun) private SVNPropertyValueSVNWCContext.maybePropValue(java.lang.String propname, SVNSkel child) private SVNWCContext.MergeInfoSVNWCContext.maybeResolveConflicts(java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, java.io.File copyfromText, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, java.io.File resultTarget, java.io.File detranslatedTarget, SVNPropertyValue mimeprop, SVNDiffOptions options, ISVNConflictHandler conflictResolver) private booleanSVNWCContext.maybeSetExecutable(java.io.File localAbspath) private booleanSVNWCContext.maybeSetReadOnly(java.io.File localAbspath) private java.io.FileSVNWCContext.maybeUpdateTargetEols(java.io.File oldTargetAbspath, SVNProperties propDiff) 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) private SVNWCContext.MergeInfoSVNWCContext.mergeBinaryFile(SVNWCContext.MergeInfo info, java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, java.io.File detranslatedTargetAbspath, boolean dryRun) private SVNUpdateEditor17.MergeFileInfoSVNUpdateEditor17.mergeFile(SVNUpdateEditor17.FileBaton fb, SVNUpdateEditor17.MergeFileInfo mergeFileInfo, SVNProperties actualProps, SVNDate lastChangedDate) DefaultSvnMerger.mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun) 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.mergeProperties(java.io.File localAbsPath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties baseProperties, SVNProperties propChanges, boolean dryRun, ISVNConflictHandler conflictResolver) 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.mergeProperties3(SVNWCContext.MergePropertiesInfo mergePropertiesInfo, java.io.File localAbsPath, SVNProperties serverBaseProps, SVNProperties pristineProps, SVNProperties actualProps, SVNProperties propChanges) DefaultSvnMerger.mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options) 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.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) private SVNWCContext.MergeInfoSVNWCContext.mergeTextFile(SVNWCContext.MergeInfo info, ISvnMerger customMerger, 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, boolean dryRun, SVNDiffOptions options, java.io.File copyfromText, java.io.File detranslatedTargetAbspath, SVNPropertyValue mimeprop) private java.lang.StringSVNWCContext.messageFromSkel(SVNSkel skel) voidISVNEditor2.move(java.lang.String srcPath, long srcRevision, java.lang.String dstPath, long replacesRev) voidSVNTreeConflictEditor.move(java.lang.String srcPath, long srcRevision, java.lang.String dstPath, long replacesRev) voidSVNWCContext.ISVNWCNodeHandler.nodeFound(java.io.File localAbspath, ISVNWCDb.SVNWCDbKind kind) voidSVNWCContext.nodeWalkChildren(java.io.File localAbspath, SVNWCContext.ISVNWCNodeHandler nodeHandler, boolean showHidden, SVNDepth walkDepth, java.util.Collection<java.lang.String> changelists) SVNWCContext.nodeWasMovedAway(java.io.File localAbsPath) SVNWCContext.nodeWasMovedHere(java.io.File localAbsPath) java.io.FileSVNWCContext.obtainAnchorPath(java.io.File localAbspath, boolean lockAnchor, boolean returnLockRoot) voidSVNAmbientDepthFilterEditor17.openDir(java.lang.String path, long revision) voidSVNDiffEditor17.openDir(java.lang.String path, long revision) voidSVNRemoteStatusEditor17.openDir(java.lang.String path, long revision) voidSVNUpdateEditor17.openDir(java.lang.String path, long revision) voidSVNAmbientDepthFilterEditor17.openFile(java.lang.String path, long revision) voidSVNDiffEditor17.openFile(java.lang.String path, long revision) voidSVNRemoteStatusEditor17.openFile(java.lang.String path, long revision) voidSVNUpdateEditor17.openFile(java.lang.String path, long revision) voidSVNAmbientDepthFilterEditor17.openRoot(long revision) voidSVNDiffEditor17.openRoot(long revision) voidSVNRemoteStatusEditor17.openRoot(long revision) voidSVNUpdateEditor17.openRoot(long revision) static SVNWCContext.UniqueFileInfoSVNWCContext.openUniqueFile(java.io.File dirPath, boolean openStream) SVNWCContext.openWritableBase(java.io.File localAbspath, boolean md5Checksum, boolean sha1Checksum) static longSVNWCUtils.parseLong(java.lang.String value) static SVNWCContext.MergeInfoSVNUpdateEditor17.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) SVNWCContext.preservePreMergeFiles(java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, java.io.File detranslatedTargetAbspath) private static ISVNWCDb.SVNWCDbInfoSVNStatusEditor17.readInfo(SVNWCContext context, java.io.File localAbsPath) SVNWCContext.readKind(java.io.File localAbsPath, boolean showHidden) private voidSVNCommitter17.readRemainingStream(SVNChecksumInputStream verifyChecksumStream, java.io.File sourceFile) static java.io.InputStreamSVNWCContext.readSpecialFile(java.io.File localAbsPath) voidvoidvoidprivate voidSVNWCContext.recursiveResolveConflict(java.io.File localAbsPath, SVNDepth depth, boolean resolveText, java.lang.String resolveProps, boolean resolveTree, SVNConflictChoice conflictChoice, ISVNConflictHandler conflictHandler) voidSVNWCContext.releaseWriteLock(java.io.File localAbspath) private voidSVNUpdateEditor17.rememberSkippedTree(java.io.File localAbspath) private SVNWCContext.RemoveArtifactInfoSVNWCContext.removeArtifactFileIfExists(java.io.File wriAbsPath, java.io.File artifactFileAbsPath) voidSVNWCContext.removeBaseNode(java.io.File localAbspath) voidSVNWCContext.removeFromRevisionControl(java.io.File localAbspath, boolean destroyWf, boolean instantError) voidSVNReporter17.report(ISVNReporter reporter) voidSVNStatusReporter17.report(ISVNReporter reporter) private voidSVNDiffEditor17.reportAddedDir(SVNDiffEditor17.SVNDirectoryInfo info) private voidSVNDiffEditor17.reportAddedFile(SVNDiffEditor17.SVNDirectoryInfo info, java.io.File entryPath) private voidSVNDiffEditor17.reportModifiedFile(SVNDiffEditor17.SVNDirectoryInfo dirInfo, java.io.File entryPath) private voidSVNReporter17.reportRevisionsAndDepths(SVNWCDbRoot root, java.io.File dirPath, java.io.File dirLocalRelPath, java.io.File reportRelPath, long dirRev, java.io.File dirReposRelPath, SVNURL dirReposRoot, SVNDepth dirDepth, ISVNReporter reporter, boolean restoreFiles, SVNDepth depth, boolean reportEverything) booleanSVNWCContext.resolveConflictOnNode(java.io.File localAbsPath, boolean resolveText, boolean resolveProps, SVNConflictChoice conflictChoice) voidSVNWCContext.resolvedConflict(java.io.File localAbsPath, SVNDepth depth, boolean resolveText, java.lang.String resolveProps, boolean resolveTree, SVNConflictChoice conflictChoice) private voidSVNWCContext.resolveOneConflict(java.io.File localAbsPath, boolean resolveText, java.lang.String resolveProps, boolean resolveTree, SVNConflictChoice conflictChoice) private booleanSVNWCContext.resolvePropConflictOnNode(java.io.File localAbsPath, java.lang.String conflictedPropName, SVNConflictChoice conflictChoice, java.io.File mergedFile) private static voidSVNReporter17.resolveTextConflict(SVNWCContext context, java.io.File localAbsPath) 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) private booleanSVNWCContext.resolveTextConflictOnNode(java.io.File localAbsPath, SVNConflictChoice conflictChoice, java.io.File mergedFile) private booleanSVNWCContext.resolveTreeConflictOnNode(java.io.File localAbsPath, SVNConflictChoice conflictChoice) private static voidSVNReporter17.restoreFile(SVNWCContext context, java.io.File localAbsPath, boolean useCommitTimes, boolean removeTextConflicts) static booleanSVNReporter17.restoreNode(SVNWCContext context, java.io.File local_abspath, ISVNWCDb.SVNWCDbKind kind, long target_rev, boolean useCommitTimes) voidISVNEditor2.rotate(java.util.List<java.lang.String> relPaths, java.util.List<java.lang.String> revisions) voidSVNTreeConflictEditor.rotate(java.util.List<java.lang.String> relPaths, java.util.List<java.lang.String> revisions) voidSVNWCContext.RunBaseRemove.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunDirInstall.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunDirRemove.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunFileCommit.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunFileInstall.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunFileMove.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunFileRemove.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunFileTranslate.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunPostUpgrade.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunPrejInstall.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunRecordFileInfo.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunSetPropertyConflictMarkerTemp.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunSetTextConflictMarkersTemp.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunSyncFileFlags.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) voidSVNWCContext.RunWorkQueueOperation.runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) private SVNSkelSVNWCContext.saveMergeResult(java.io.File versionedAbspath, java.io.File source) private static SVNSkelSVNWCContext.saveMergeResult(ISVNWCDb db, java.io.File localAbsPath, java.io.File sourceAbsPath) private voidSVNCommitter17.sendPropertiesDelta(java.io.File localAbspath, java.lang.String commitPath, SvnCommitItem item, ISVNEditor commitEditor) private voidSVNStatusEditor17.sendStatusStructure(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, ISvnObjectReceiver<SvnStatus> handler) voidSVNCommitter17.sendTextDeltas(ISVNEditor editor) private voidSVNStatusEditor17.sendUnversionedItem(java.io.File nodeAbsPath, SVNNodeKind pathKind, boolean treeConflicted, java.util.Collection<java.lang.String> patterns, boolean noIgnore, int workingCopyFormat, ISvnObjectReceiver<SvnStatus> handler) static java.lang.StringSVNWCUtils.serializeFileExternal(java.lang.String path, SVNRevision pegRevision, SVNRevision revision) voidSVNStatusReporter17.setPath(java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty) voidSVNStatusReporter17.setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidSVNCommitMediator17.setWorkspaceProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNWCContext.syncFileFlags(java.io.File localAbspath) voidSVNAmbientDepthFilterEditor17.targetRevision(long revision) voidSVNDiffEditor17.targetRevision(long revision) voidSVNUpdateEditor17.targetRevision(long revision) java.io.OutputStreamSVNAmbientDepthFilterEditor17.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSVNDiffEditor17.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSVNRemoteStatusEditor17.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSVNUpdateEditor17.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) voidSVNAmbientDepthFilterEditor17.textDeltaEnd(java.lang.String path) voidSVNDiffEditor17.textDeltaEnd(java.lang.String path) voidSVNRemoteStatusEditor17.textDeltaEnd(java.lang.String path) voidSVNUpdateEditor17.textDeltaEnd(java.lang.String path) SVNCommitter17.transmitTextDeltas(java.lang.String path, java.io.File localAbspath, boolean fulltext, ISVNEditor editor) private voidSVNRemoteStatusEditor17.tweakStatusHash(SVNRemoteStatusEditor17.DirectoryInfo dirInfo, SVNRemoteStatusEditor17.DirectoryInfo childDir, java.io.File localAbsPath, SVNStatusType reposNodeStatus, SVNStatusType reposTextStatus, SVNStatusType reposPropStatus, SVNRevision deletedRev, SVNLock reposLock) private voidSVNRemoteStatusEditor17.tweakStatusHash(SVNRemoteStatusEditor17.FileInfo fileInfo, java.io.File localAbsPath, SVNStatusType reposNodeStatus, SVNStatusType reposTextStatus, SVNStatusType reposPropStatus, long revnum, SVNLock reposLock) SVNWCUtils.unserializeFileExternal(java.lang.String str) private voidSVNTreeConflictEditor.updateWorkingFile(java.io.File localRelPath, java.io.File reposRelPath, SVNOperation operation, SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion, SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion) SVNTreeConflictEditor.updateWorkingProps(SVNSkel conflictSkel, java.io.File localAbsPath, SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion, SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion) private voidSVNWCContext.walkerHelper(java.io.File dirAbspath, SVNWCContext.ISVNWCNodeHandler nodeHandler, boolean showHidden, SVNDepth depth, java.util.Collection<java.lang.String> changelists) voidSVNStatusEditor17.walkStatus(java.io.File localAbsPath, SVNDepth depth, boolean getAll, boolean noIgnore, boolean ignoreTextMods, java.util.Collection<java.lang.String> ignorePatterns) SVNWCContext.wqBuildBaseRemove(java.io.File localAbspath, boolean keepNotPresent) SVNWCContext.wqBuildBaseRemove(java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind) static SVNSkelSVNWCContext.wqBuildBaseRemove(SVNWCDb db, java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind) SVNWCContext.wqBuildDirInstall(java.io.File localAbsPath) static SVNSkelSVNWCContext.wqBuildDirInstall(SVNWCDb db, java.io.File localAbsPath) static SVNSkelSVNWCContext.wqBuildDirRemove(SVNWCDb db, java.io.File wriAbspath, java.io.File localAbspath, boolean recursive) SVNWCContext.wqBuildFileCommit(java.io.File localAbspath, boolean propsMods) SVNWCContext.wqBuildFileCopyTranslated(java.io.File localAbspath, java.io.File srcAbspath, java.io.File dstAbspath) static SVNSkelSVNWCContext.wqBuildFileCopyTranslated(SVNWCDb db, java.io.File localAbspath, java.io.File srcAbspath, java.io.File dstAbspath) SVNWCContext.wqBuildFileInstall(java.io.File localAbspath, java.io.File sourceAbspath, boolean useCommitTimes, boolean recordFileinfo) static SVNSkelSVNWCContext.wqBuildFileInstall(SVNWCDb db, java.io.File localAbspath, java.io.File sourceAbspath, boolean useCommitTimes, boolean recordFileinfo) SVNWCContext.wqBuildFileMove(java.io.File srcAbspath, java.io.File dstAbspath) SVNWCContext.wqBuildFileMove(java.io.File anchorPath, java.io.File srcAbspath, java.io.File dstAbspath) SVNWCContext.wqBuildFileRemove(java.io.File wriAbsPath, java.io.File localAbspath) static SVNSkelSVNWCContext.wqBuildFileRemove(SVNWCDb db, java.io.File wriAbspath, java.io.File localAbspath) SVNWCContext.wqBuildPostUpgrade()SVNWCContext.wqBuildPrejInstall(java.io.File localAbspath, SVNSkel conflictSkel) static SVNSkelSVNWCContext.wqBuildPrejInstall(ISVNWCDb db, java.io.File localAbspath, SVNSkel conflictSkel) SVNWCContext.wqBuildRecordFileinfo(java.io.File localAbspath, SVNDate setTime) SVNWCContext.wqBuildSetPropertyConflictMarkerTemp(java.io.File localAbspath, java.io.File prejFile) SVNWCContext.wqBuildSetTextConflictMarkersTmp(java.io.File localAbspath, java.io.File old, java.io.File neo, java.io.File wrk) SVNWCContext.wqBuildSyncFileFlags(java.io.File localAbspath) static SVNSkelSVNWCContext.wqBuildSyncFileFlags(SVNWCDb db, java.io.File localAbspath) static SVNSkelvoidSVNWCContext.wqRun(java.io.File dirAbspath) voidSVNWCContext.writeCheck(java.io.File localAbspath) static voidSVNWCContext.writeCheck(ISVNWCDb db, java.io.File localAbspath) private java.io.FileSVNWCContext.writeUnique(java.io.File path, byte[] value) Constructors in org.tmatesoft.svn.core.internal.wc17 that throw SVNExceptionModifierConstructorDescriptionDirectoryInfo(java.lang.String path, SVNRemoteStatusEditor17.DirectoryInfo parent) 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 SVNExceptionModifier and TypeMethodDescriptionvoidSvnExternalUpdateEditor.abortEdit()voidSvnExternalUpdateEditor.absentDir(java.lang.String path) voidSvnExternalUpdateEditor.absentFile(java.lang.String path) voidISVNWCDb.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.voidSVNWCDb.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) voidISVNWCDb.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.voidSVNWCDb.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) voidISVNWCDb.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.voidSVNWCDb.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) voidISVNWCDb.addBaseNotPresentNode(java.io.File localAbspath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, SVNSkel conflict, SVNSkel workItems) voidSVNWCDb.addBaseNotPresentNode(java.io.File localAbspath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, SVNSkel conflict, SVNSkel workItems) voidISVNWCDb.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.voidSVNWCDb.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) private voidSVNWCDb.addChildren(java.util.Set<java.lang.String> children, SVNSqlJetStatement stmt) voidSvnExternalUpdateEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) private voidSVNWCDb.addExcludedOrNotPresentNode(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) static voidSvnWcDbExternals.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 voidSvnWcDbExternals.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) voidSvnExternalUpdateEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidISVNWCDb.addLock(java.io.File localAbsPath, ISVNWCDb.SVNWCDbLock lock) Add or replace LOCK for LOCAL_ABSPATH to DB.voidSVNWCDb.addLock(java.io.File localAbsPath, ISVNWCDb.SVNWCDbLock lock) private static voidSvnWcDbConflicts.addPropConflict(SVNSkel skel, java.lang.String propReject) static voidSvnWcDbConflicts.addPropConflict(SVNSkel skel, java.lang.String propName, SVNPropertyValue originalVal, SVNPropertyValue mineVal, SVNPropertyValue incomingVal, SVNPropertyValue incomingBaseVal) static voidSvnWcDbConflicts.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) private static voidSVNWCDb.addSingleWorkItem(SVNSqlJetDb sDb, SVNSkel workItem) private static voidSvnWcDbConflicts.addTextConflict(SVNSkel skel, java.lang.String mineRelPath, java.lang.String theirOldRelPath, java.lang.String theirRelPath) static voidSvnWcDbConflicts.addTextConflict(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, java.io.File mineAbsPath, java.io.File theirOldAbsPath, java.io.File theirAbsPath) static voidSvnWcDbConflicts.addTreeConflict(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, SVNConflictReason localChange, SVNConflictAction incomingChange, java.io.File moveSrcOpRootAbsPath) private static voidSvnWcDbConflicts.addTreeConflict(SVNSkel skel, SVNConflictReason localChange, SVNConflictAction incomingChange) static voidSVNWCDb.addWorkItems(SVNSqlJetDb sDb, SVNSkel skel) voidISVNWCDb.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.voidSVNWCDb.addWorkQueue(java.io.File wcRootAbsPath, SVNSkel workItem) voidSvnExternalUpdateEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksumDigest) ISVNWCDb.baseMovedTo(java.io.File localAbsPath) SVNWCDb.baseMovedTo(java.io.File localAbsPath) static voidSvnWcDbShared.begingReadTransaction(SVNWCDbRoot root) static voidSvnWcDbShared.begingWriteTransaction(SVNWCDbRoot root) static SVNSqlJetStatementSvnWcDbStatementUtil.bindf(SVNSqlJetStatement stmt, java.lang.String format, java.lang.Object... binds) ISVNWCDb.borrowDbTemp(java.io.File dirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode) SVNWCDb.borrowDbTemp(java.io.File localDirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode) private voidSVNWCDb.BumpRevisionPostUpdate.bumpMarkTreeConflict(SVNWCDbRoot wcRoot, java.io.File moveSrcRootRelPath, java.io.File moveSrcOpRootRelPath, java.io.File moveDstOpRootRelPath) private voidSVNWCDb.BumpRevisionPostUpdate.bumpMovedAway(SVNWCDbRoot wcRoot, java.io.File localRelPath, int opDepth, java.util.Set<java.io.File> srcDone, SVNDepth depth, ISVNWCDb db) private voidSVNWCDb.BumpRevisionPostUpdate.bumpMovedAway(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNDepth depth, SVNWCDb db) private voidSVNWCDb.BumpRevisionPostUpdate.bumpNodeRevision(SVNWCDbRoot root, java.io.File wcRoot, java.io.File localRelPath, long reposId, java.io.File newReposRelPath, long newRevision, SVNDepth depth, java.util.Collection<java.io.File> exludedRelPaths, boolean isRoot, boolean skipWhenDir) private static java.util.Collection<SvnWcDbProperties.Properties>SvnWcDbProperties.cacheProperties(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists) private static java.util.Map<SvnChecksum,java.lang.Integer> SvnWcDbPristines.calculateCorrectChecksumRefcounts(SVNWCDbRoot root) static voidSvnWcDbShared.canonicalizeURLs(SVNWCDbRoot wcRoot, boolean updateExternalProperties, SVNExternalsStore store, boolean omitDefaultPort) private voidSVNWCDb.catchCopyOfAbsent(SVNWCDbDir pdh, java.io.File localRelPath) private voidSVNWCDb.catchCopyOfServerExcluded(SVNWCDbRoot wcRoot, java.io.File localRelpath) voidSvnExternalUpdateEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSvnExternalUpdateEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) booleanISVNWCDb.checkPristine(java.io.File wcRootAbsPath, SvnChecksum checksum) Check for presence, according to the given mode (on how hard we should examine things)booleanSVNWCDb.checkPristine(java.io.File wcRootAbsPath, SvnChecksum checksum) static booleanSvnWcDbPristines.checkPristine(SVNWCDbRoot root, SvnChecksum sha1Checksum) static voidSvnWcDbPristines.checkPristineChecksumRefcounts(SVNWCDbRoot root) voidISVNWCDb.cleanupPristine(java.io.File wcRootAbsPath) Remove all unreferenced pristines belonging to WRI_ABSPATH in DB.voidSVNWCDb.cleanupPristine(java.io.File localAbsPath) static voidSvnWcDbChangelist.cleanupPristine(SVNWCDbRoot root, java.io.File localAbsPath) static voidSvnWcDbPristines.cleanupPristine(SVNWCDbRoot root, java.io.File localAbsPath) voidISVNWCDb.clearDavCacheRecursive(java.io.File localAbsPath) voidSVNWCDb.clearDavCacheRecursive(java.io.File localAbsPath) private voidSVNWCDb.BaseRemove.clearMovedHere(java.io.File srcRelpath, SVNWCDbRoot wcRoot) private static voidSvnWcDbRevert.clearMovedTo(SVNWCDbRoot root, java.io.File localRelPath, SvnRevertNodesTrigger nodesTableTrigger) voidSVNWCDbRoot.close()voidSvnExternalUpdateEditor.closeDir()SvnExternalUpdateEditor.closeEdit()voidSvnExternalUpdateEditor.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) private voidSVNWCDb.Commit.commitDescendant(java.io.File parentLocalRelPath, java.io.File parentReposRelPath, long opDepth, long revision) 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 voidSvnWcDbShared.commitTransaction(SVNWCDbRoot root) voidISVNWCDb.completedWorkQueue(java.io.File wcRootAbsPath, long id) In the WCROOT associated with DB and WRI_ABSPATH, mark work item ID as completed.voidSVNWCDb.completedWorkQueue(java.io.File wcRootAbsPath, long id) static voidSvnWcDbConflicts.conflictSkelOpMerge(SVNSkel conflictSkel, SVNConflictVersion original, SVNConflictVersion target) static voidSvnWcDbConflicts.conflictSkelOpSwitch(SVNSkel conflictSkel, SVNConflictVersion original, SVNConflictVersion target) static voidSvnWcDbConflicts.conflictSkelOpUpdate(SVNSkel conflictSkel, SVNConflictVersion original, SVNConflictVersion target) static booleanSvnWcDbConflicts.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 SVNSkelSvnWcDbConflicts.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 SVNSkelSvnWcDbConflicts.convertToConflictSkel(java.lang.String conflictOld, java.lang.String conflictWorking, java.lang.String conflictNew, java.lang.String propReject, byte[] treeConflictData) static voidSvnWcDbCopy.copy(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, java.io.File dstOpRootRelPath, boolean isMove, SVNSkel workItems) private static voidSvnWcDbCopy.copyActual(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath) static voidSvnWcDbCopy.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 voidSvnWcDbCopy.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) private static voidSvnWcDbCopy.copyShadowedLayer(SVNWCDbDir srcPdh, java.io.File srcRelpath, long srcOpDepth, SVNWCDbDir dstPdh, java.io.File dstRelpath, long dstOpDepth, long delOpDepth, long reposId, java.io.File reposRelPath, long revision, int moveOpDepth) static voidSvnWcDbCopy.copyShadowedLayer(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, boolean isMove) static SVNSkelSvnWcDbConflicts.createConflictMarkers(ISVNWCDb db, java.io.File localAbsPath, SVNSkel conflictSkel) static SVNSkelSvnWcDbConflicts.createConflictSkel()private SVNWCDb.CreateDbInfoSVNWCDb.createDb(java.io.File dirAbsPath, SVNURL reposRootUrl, java.lang.String reposUuid, java.lang.String sdbFileName, int workingCopyFormat, boolean isUpgrade) longSVNWCDb.createReposId(SVNSqlJetDb sDb, SVNURL reposRootUrl, java.lang.String reposUuid) For a given REPOS_ROOT_URL/REPOS_UUID pair, return the existing REPOS_ID value.private static voidSvnWcDbCopy.crossDbCopy(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, ISVNWCDb.SVNWCDbStatus dstPresence, long dstOpDepth, long dstNpOpDepth, ISVNWCDb.SVNWCDbKind kind, java.util.List<java.lang.String> children, long copyFromId, java.io.File copyFromRelpath, long copyFromRev) voidSvnExternalUpdateEditor.deleteEntry(java.lang.String path, long revision) private voidSVNWCDb.deleteUpdateMovedTo(SVNWCDbRoot wcRoot, java.io.File childMovedFromRelPath, int opDepth, java.io.File newMovedToRelPath) private booleanSVNWCDb.BumpRevisionPostUpdate.depthSufficientToBump(java.io.File localRelPath, SVNWCDbRoot wcRoot, SVNDepth depth) private SVNWCDb.ReposInfo2SVNWCDb.determineReposInfo(SVNWCDbDir pdh, java.io.File localRelpath) private static voidSvnWcDbCopy.doCopy(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, java.io.File dstOpRootRelPath, boolean isMove, SVNSkel workItems) protected static booleanSvnWcDbShared.doesNodeExists(SVNWCDbRoot wcDbRoot, java.io.File relpath) private voidSVNWCDb.driveTreeConflictEditor(SVNTreeConflictEditor treeConflictEditor, java.io.File srcRelPath, java.io.File dstRelPath, int srcOpDepth, SVNOperation operation, SVNConflictReason localChange, SVNConflictAction incomingChange, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, SVNWCDbRoot wcRoot) static voidSvnWcDbRevert.dropRevertList(SVNWCContext context, java.io.File localAbsPath) voidISVNWCDb.dropRoot(java.io.File localAbsPath) voidSVNWCDb.dropRoot(java.io.File localAbsPath) voidSVNWCDb.ensureNoUnfinishedTransactions()voidSVNWCDbRoot.ensureNoUnfinishedTransactions()voidSVNWCDb.extendParentDelete(SVNSqlJetDb db, long wcId, java.io.File localRelPath, SVNNodeKind kind, int opDepth) longSVNWCDb.fetchReposId(SVNSqlJetDb db, SVNURL reposRootUrl, java.lang.String reposUuid) SVNWCDb.fetchReposInfo(SVNSqlJetDb sDb, long repos_id) private static voidSVNWCDb.fetchReposInfo(ISVNWCDb.WCDbRepositoryInfo reposInfo, SVNSqlJetDb sdb, long reposId) SVNWCDb.fetchRepositoryInfo(SVNSqlJetDb sDb, long repos_id) private longSVNWCDb.fetchWCId(SVNSqlJetDb sDb) ISVNWCDb.fetchWorkQueue(java.io.File wcRootAbsPath) In the WCROOT associated with DB and WRI_ABSPATH, fetch a work item that needs to be completed.SVNWCDb.fetchWorkQueue(java.io.File wcRootAbsPath) static voidSvnWcDbPristines.fixPristinesRefCount(SVNWCDbRoot root) voidSVNWCDbDir.flushEntries(java.io.File localAbspath) voidISVNWCDb.forgetDirectoryTemp(java.io.File dirAbspath) voidSVNWCDb.forgetDirectoryTemp(java.io.File localDirAbspath) java.io.FileISVNWCDb.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.FileSVNWCDb.fromRelPath(java.io.File wriAbsPath, java.io.File localRelPath) private java.util.Set<java.lang.String>SVNWCDb.gatherChildren(java.io.File localAbsPath, boolean baseOnly, boolean workOnly) voidISVNWCDb.gatherExternalDefinitions(java.io.File localAbsPath, SVNExternalsStore externals) voidSVNWCDb.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) ISVNWCDb.getBaseDavCache(java.io.File localAbsPath) Retrieve the dav cache for LOCAL_ABSPATH.SVNWCDb.getBaseDavCache(java.io.File localAbsPath) ISVNWCDb.getBaseInfo(java.io.File localAbsPath, ISVNWCDb.WCDbBaseInfo.BaseInfoField... fields) Retrieve information about a node in the BASE tree.SVNWCDb.getBaseInfo(java.io.File localAbsPath, ISVNWCDb.WCDbBaseInfo.BaseInfoField... fields) 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) ISVNWCDb.getBaseProps(java.io.File localAbsPath) Return the properties of the node LOCAL_ABSPATH in the BASE tree.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 booleanSvnWcDbStatementUtil.getColumnBoolean(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static SvnChecksumSvnWcDbStatementUtil.getColumnChecksum(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static SVNDateSvnWcDbStatementUtil.getColumnDate(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static SVNDepthSvnWcDbStatementUtil.getColumnDepth(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static SVNEventActionSvnWcDbStatementUtil.getColumnEventAction(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static java.util.List<Structure<StructureFields.InheritedProperties>>SvnWcDbStatementUtil.getColumnInheritedProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static longSvnWcDbStatementUtil.getColumnInt64(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static ISVNWCDb.SVNWCDbKindSvnWcDbStatementUtil.getColumnKind(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static SVNNodeKindSvnWcDbStatementUtil.getColumnNodeKind(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static java.io.FileSvnWcDbStatementUtil.getColumnPath(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static ISVNWCDb.SVNWCDbStatusSvnWcDbStatementUtil.getColumnPresence(SVNSqlJetStatement stmt) static ISVNWCDb.SVNWCDbStatusSvnWcDbStatementUtil.getColumnPresence(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static SVNPropertiesSvnWcDbStatementUtil.getColumnProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static longSvnWcDbStatementUtil.getColumnRevNum(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static SVNStatusTypeSvnWcDbStatementUtil.getColumnStatusType(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static java.lang.StringSvnWcDbStatementUtil.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) private static Structure<SvnWcDbConflicts.ConflictStatus>SvnWcDbConflicts.getConflictStatus(SVNWCDb db, java.io.File localAbsPath) SvnWcDbConflicts.getConflictStatusForUpdate(SVNWCDb db, java.io.File localAbsPath, boolean treeConflictOnly) private static Structure<SvnWcDbCopy.CopyInfo>SvnWcDbCopy.getCopyInfo(SVNWCDbRoot wcRoot, java.io.File localRelPath) 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.StringISVNWCDb.getFileExternalTemp(java.io.File path) Return the serialized file external info (from BASE) for LOCAL_ABSPATH.java.lang.StringSVNWCDb.getFileExternalTemp(java.io.File path) intISVNWCDb.getFormatTemp(java.io.File localDirAbsPath) temp function.intSVNWCDb.getFormatTemp(java.io.File localDirAbsPath) private SVNWCDb.UpdateMovedAwayNodeInfoSVNWCDb.getInfo(SVNWCDbRoot wcRoot, java.io.File localRelPath, int opDepth) static java.util.Map<java.io.File,java.io.File> SvnWcDbProperties.getInheritedPropertiesNodes(SVNWCDbRoot root, java.io.File localRelPath, SVNDepth depth) protected java.util.Map<java.lang.String,java.lang.Object> SvnWcDbCopy.InsertWorkingNodeCopy.getInsertValues()protected java.util.Map<java.lang.String,java.lang.Object> SvnWcDbExternals.InsertExternalStatement.getInsertValues()static ISVNWCDb.SVNWCDbLockSvnWcDbStatementUtil.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) private long[]SVNWCDb.getMinMaxRevisions(SVNWCDbRoot wcRoot, java.io.File localRelPath, boolean committed) SvnWcDbShared.getMovedFromInfo(SVNWCDbRoot root, java.io.File movedToOpRootRelPath, java.io.File localRelPath) SVNWCDb.getMovedTo(boolean scan, SVNWCDbSelectDeletionInfo stmt, java.io.File currentRelPath, SVNWCDbRoot wcRoot, java.io.File localRelPath) private java.lang.StringSvnWcDbCopy.InsertWorkingNodeCopy.getMovedTo(SVNSqlJetDb sDb) 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) private static long[]SvnWcDbCopy.getOpDepthForCopy(SVNWCDbRoot wcRoot, java.io.File localRelpath, long copyFromReposId, java.io.File copyFromRelpath, long copyFromRevision) private static longSvnWcDbCopy.getOpDepthOf(SVNWCDbRoot wcRoot, java.io.File localRelpath) private static SVNSkelSvnWcDbConflicts.getOperation(SVNSkel conflictSkel) 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.SVNWCDb.getPristineMD5(java.io.File wcRootAbsPath, SvnChecksum sha1Checksum) java.io.FileISVNWCDb.getPristinePath(java.io.File wcRootAbsPath, SvnChecksum checksum) Get the path to the pristine text file identified by SHA1_CHECKSUM.java.io.FileSVNWCDb.getPristinePath(java.io.File wcRootAbsPath, SvnChecksum checksum) static java.io.FileSvnWcDbPristines.getPristinePath(SVNWCDbRoot root, SvnChecksum sha1Checksum) 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.SVNWCDb.getPristineSHA1(java.io.File wcRootAbsPath, SvnChecksum md5Checksum) static SvnChecksumSvnWcDbPristines.getPristineSHA1(SVNWCDbRoot root, SvnChecksum md5Checksum) java.io.FileISVNWCDb.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.FileSVNWCDb.getPristineTempDir(java.io.File wcRootAbsPath) static java.io.FileSvnWcDbPristines.getPristineTempDir(SVNWCDbRoot root, java.io.File wcRootAbsPath) ISVNWCDb.getSDb(java.io.File dirAbsPath) SVNWCDb.getSDb(java.io.File localAbsPath) static java.util.Collection<java.io.File>SvnWcDbReader.getServerExcludedNodes(SVNWCDb db, java.io.File path) private SVNSqlJetStatementSVNWCDb.getStatementForPath(java.io.File localAbsPath, SVNWCDbStatements statementIndex) private SVNWCDb.TcInfoSVNWCDb.getTcInfo(java.io.File srcAbsPath) static longSvnWcDbStatementUtil.getTranslatedSize(SVNSqlJetStatement stmt, java.lang.Enum<?> f) java.util.Map<java.lang.String,java.lang.Object> SvnWcDbRelocate.RecursiveUpdateNodeRepo.getUpdateValues()java.util.Map<java.lang.String,java.lang.Object> SvnWcDbRelocate.UpdateLockReposId.getUpdateValues()java.io.FileISVNWCDb.getWCRoot(java.io.File dirAbspath) java.io.FileSVNWCDb.getWCRoot(java.io.File wcRootAbspath) java.io.FileISVNWCDb.getWCRootTempDir(java.io.File localAbspath) java.io.FileSVNWCDb.getWCRootTempDir(java.io.File localAbspath) protected java.lang.Object[]SvnWcDbCopy.SelectNodeToCopy.getWhere()protected java.lang.Object[]SvnWcDbRelocate.RecursiveUpdateNodeRepo.getWhere()protected java.lang.Object[]SvnWcDbRelocate.UpdateLockReposId.getWhere()java.util.Set<java.lang.String>SVNWCDb.getWorkingChildren(java.io.File localAbsPath) voidISVNWCDb.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.voidSVNWCDb.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) voidISVNWCDb.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.voidSVNWCDb.globalRecordFileinfo(java.io.File localAbspath, long translatedSize, long lastModTime) static booleanSvnWcDbStatementUtil.hasColumnProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static booleanSvnWcDbReader.hasLocalModifications(SVNWCContext context, java.io.File localAbspath) static booleanSvnWcDbReader.hasSwitchedSubtrees(SVNWCDb db, java.io.File localAbspath) voidISVNWCDb.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.voidSVNWCDb.init(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long initialRev, SVNDepth depth, int workingCopyFormat) static voidSvnWcDbExternals.insertExternalNode(SVNWCDbRoot root, java.io.File localRelpath, Structure<StructureFields.ExternalNodeInfo> info) voidSVNWCDb.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) voidISVNWCDb.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.voidSVNWCDb.installPristine(java.io.File tempfileAbspath, SvnChecksum sha1Checksum, SvnChecksum md5Checksum) static voidSvnWcDbPristines.installPristine(SVNWCDbRoot root, java.io.File tempfileAbspath, SvnChecksum sha1Checksum, SvnChecksum md5Checksum) static booleanSvnWcDbStatementUtil.isColumnNull(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static booleanSvnWcDbConflicts.isConflictSkelComplete(SVNSkel skel) protected booleanSvnWcDbCopy.SelectNodeToCopy.isFilterPassed()protected booleanSvnWcDbProperties.SelectRowWithMaxOpDepth.isFilterPassed()protected booleanSvnWcDbRelocate.RecursiveUpdateNodeRepo.isFilterPassed()protected booleanSvnWcDbRelocate.UpdateLockReposId.isFilterPassed()booleanISVNWCDb.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."booleanSVNWCDb.isNodeHidden(java.io.File localAbsPath) static booleanSvnWcDbReader.isSparseCheckout(SVNWCDb db, java.io.File localAbspath) ISVNWCDb.isSwitched(java.io.File localAbsPath) SVNWCDb.isSwitched(java.io.File localAbsPath) booleanISVNWCDb.isWCLocked(java.io.File localAbspath) booleanSVNWCDb.isWCLocked(java.io.File localAbspath) private booleanSVNWCDb.isWCLocked(java.io.File localAbspath, long recurseDepth) private booleanSVNWCDb.isWCLocked(SVNWCDbRoot root, java.io.File localRelpath, long recurseDepth) booleanISVNWCDb.isWCLockOwns(java.io.File localAbspath, boolean exact) booleanSVNWCDb.isWCLockOwns(java.io.File localAbspath, boolean exact) booleanISVNWCDb.isWCRoot(java.io.File localAbspath) booleanISVNWCDb.isWCRoot(java.io.File localAbspath, boolean isAdditionMode) booleanSVNWCDb.isWCRoot(java.io.File localAbspath) booleanSVNWCDb.isWCRoot(java.io.File localAbspath, boolean isAdditionMode) private static java.util.Map<SvnChecksum,java.lang.Integer> SvnWcDbPristines.loadChecksumsRefcountsFromTable(SVNWCDbRoot root) voidSVNWCDb.markConflictInternal(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNSkel conflictSkel) private voidSVNWCDb.markConflictInternal17(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNSkel conflictSkel) private voidSVNWCDb.markTreeConflict(java.io.File localRelPath, SVNWCDbRoot wcRoot, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, java.io.File moveRootDstRelPath, SVNOperation operation, SVNNodeKind oldKind, SVNNodeKind newKind, java.io.File oldReposRelPath, SVNConflictReason reason, SVNConflictAction action, java.io.File moveSrcOpRootRelPath) private static voidSvnWcDbPristines.maybeTransferOnePristine(SVNWCDbRoot srcWcRoot, SVNWCDbRoot dstWcRoot, SvnChecksum checksum, SvnChecksum md5Checksum, long size) long[]ISVNWCDb.minMaxRevisions(java.io.File localAbsPath, boolean committed) long[]SVNWCDb.minMaxRevisions(java.io.File localAbsPath, boolean committed) SVNWCDb.navigateToParent(SVNWCDbDir childPdh, SVNSqlJetDb.Mode sMode) ISVNWCDb.nodeCheckReplace(java.io.File localAbspath) SVNWCDb.nodeCheckReplace(java.io.File localAbspath) protected static voidSvnWcDbShared.nodeIsNotInstallable(java.io.File absolutePath) protected static voidSvnWcDbShared.nodeNotFound(java.io.File absolutePath) protected static voidSvnWcDbShared.nodeNotFound(SVNWCDbRoot root, java.io.File relPath) voidSvnWcDbChangelist.Changelist.notifyChangelist()static voidSvnWcDbRevert.notifyRevert(SVNWCContext context, java.io.File localAbsPath, ISVNEventHandler eventHandler) voidISVNWCDb.obtainWCLock(java.io.File localAbspath, int i, boolean b) voidSVNWCDb.obtainWCLock(java.io.File localAbspath, int levelsToLock, boolean stealLock) SVNWCDb.obtainWcRoot(java.io.File localAbspath) SVNWCDb.obtainWcRoot(java.io.File localAbspath, boolean isAdditionMode) voidISVNWCDb.opAddDirectory(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems) Add a new versioned directory.voidSVNWCDb.opAddDirectory(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems) voidISVNWCDb.opAddFile(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems) As a new file, there are no properties.voidSVNWCDb.opAddFile(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems) voidISVNWCDb.opAddSymlink(java.io.File localAbsPath, java.io.File target, SVNProperties props, SVNSkel workItems) voidSVNWCDb.opAddSymlink(java.io.File localAbsPath, java.io.File target, SVNProperties props, SVNSkel workItems) voidISVNWCDb.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) voidSVNWCDb.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) voidISVNWCDb.opCopy(java.io.File srcAbsPath, java.io.File dstAbsPath, java.io.File dstOpRootAbsPath, boolean isMove, SVNSkel workItems) svn cp WCPATH WCPATH ...voidSVNWCDb.opCopy(java.io.File srcAbsPath, java.io.File dstAbsPath, java.io.File dstOpRootAbsPath, boolean isMove, SVNSkel workItems) voidISVNWCDb.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.voidSVNWCDb.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) voidISVNWCDb.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.voidSVNWCDb.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) voidISVNWCDb.opCopyShadowedLayer(java.io.File srcAbsPath, java.io.File dstAbsPath, boolean isMove) voidSVNWCDb.opCopyShadowedLayer(java.io.File srcAbsPath, java.io.File dstAbsPath, boolean isMove) voidISVNWCDb.opDelete(java.io.File localAbsPath, java.io.File movedToAbsPath, boolean deleteDirExternals, SVNSkel conflict, SVNSkel workItems, ISVNEventHandler handler) voidSVNWCDb.opDelete(java.io.File localAbsPath, java.io.File movedToAbsPath, boolean deleteDirExternals, SVNSkel conflict, SVNSkel workItems, ISVNEventHandler eventHandler) SVNWCDb.opDepthMovedTo(long opDepth, SVNWCDbRoot wcRoot, java.io.File localRelPath) private static intSVNWCDb.opDepthOf(SVNWCDbRoot wcRoot, java.io.File localRelPath) protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSvnWcDbCopy.SelectNodeToCopy.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSvnWcDbProperties.SelectRowWithMaxOpDepth.openCursor()private static SVNSqlJetDbSVNWCDb.openDb(java.io.File dirAbsPath, java.lang.String sdbFileName, SVNSqlJetDb.Mode sMode, org.tmatesoft.sqljet.core.internal.SqlJetPagerJournalMode journalMode, boolean temporaryDbInMemory) voidSvnExternalUpdateEditor.openDir(java.lang.String path, long revision) voidSvnExternalUpdateEditor.openFile(java.lang.String path, long revision) voidSvnExternalUpdateEditor.openRoot(long revision) booleanISVNWCDb.opHandleMoveBack(java.io.File localAbsPath, java.io.File movedFromAbsPath, SVNSkel workItems) booleanSVNWCDb.opHandleMoveBack(java.io.File localAbsPath, java.io.File movedFromAbsPath, SVNSkel workItems) voidSVNWCDb.opMakeCopy(java.io.File localAbspath, SVNSkel conflicts, SVNSkel workItems) voidISVNWCDb.opMakeCopyTemp(java.io.File localAbspath, boolean removeBase) voidSVNWCDb.opMakeCopyTemp(java.io.File localAbspath, boolean removeBase) voidISVNWCDb.opMarkConflict(java.io.File localAbspath, SVNSkel conflictSkel, SVNSkel workItems) voidSVNWCDb.opMarkConflict(java.io.File localAbspath, SVNSkel conflictSkel, SVNSkel workItems) voidISVNWCDb.opMarkResolved(java.io.File localAbspath, boolean resolvedText, boolean resolvedProps, boolean resolvedTree, SVNSkel workItems) caller maintains ACTUAL, and how the resolution occurred.voidSVNWCDb.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) ISVNWCDb.opReadTreeConflict(java.io.File localAbspath) Get any tree conflict associated with localAbspath in DB.SVNWCDb.opReadTreeConflict(java.io.File localAbsPath) voidISVNWCDb.opRemoveEntryTemp(java.io.File localAbspath) voidSVNWCDb.opRemoveEntryTemp(java.io.File localAbspath) voidISVNWCDb.opRemoveNode(java.io.File localAbspath, long revision, ISVNWCDb.SVNWCDbKind kind) voidSVNWCDb.opRemoveNode(java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind) voidISVNWCDb.opRemoveWorkingTemp(java.io.File localAbspath) voidSVNWCDb.opRemoveWorkingTemp(java.io.File localAbspath) voidvoidvoidISVNWCDb.opSetBaseIncompleteTemp(java.io.File localDirAbspath, boolean incomplete) voidSVNWCDb.opSetBaseIncompleteTemp(java.io.File localDirAbspath, boolean incomplete) voidISVNWCDb.opSetChangelist(java.io.File localAbsPath, java.lang.String changelistName, java.lang.String[] changeLists, SVNDepth depth, ISVNEventHandler handler) use NULL to remove from a changelist.voidSVNWCDb.opSetChangelist(java.io.File localAbspath, java.lang.String changelistName, java.lang.String[] changeLists, SVNDepth depth, ISVNEventHandler eventHandler) voidISVNWCDb.opSetDirDepthTemp(java.io.File localAbspath, SVNDepth requestedDepth) voidSVNWCDb.opSetDirDepthTemp(java.io.File localAbspath, SVNDepth depth) voidISVNWCDb.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) voidSVNWCDb.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) voidISVNWCDb.opSetPropertyConflictMarkerFileTemp(java.io.File localAbspath, java.lang.String prejBasename) voidSVNWCDb.opSetPropertyConflictMarkerFileTemp(java.io.File localAbspath, java.lang.String prejBasename) voidISVNWCDb.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.voidSVNWCDb.opSetProps(java.io.File localAbsPath, SVNProperties props, SVNSkel conflict, boolean clearRecordedInfo, SVNSkel workItems) private voidSVNWCDb.opSetRevAndReposRelpath(SVNWCDbRoot wcRoot, java.io.File localRelpath, java.util.Map<java.lang.String, SVNProperties> nodeIprops, long revision, boolean setReposRelpath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid) voidISVNWCDb.opSetRevAndReposRelpathTemp(java.io.File localAbspath, long newRevision, boolean setReposRelpath, java.io.File newReposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid) voidSVNWCDb.opSetRevAndReposRelpathTemp(java.io.File localAbspath, long revision, boolean setReposRelpath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid) voidISVNWCDb.opSetTextConflictMarkerFilesTemp(java.io.File localAbspath, java.io.File oldBasename, java.io.File newBasename, java.io.File wrkBasename) voidSVNWCDb.opSetTextConflictMarkerFilesTemp(java.io.File localAbspath, java.io.File oldBasename, java.io.File newBasename, java.io.File wrkBasename) voidISVNWCDb.opSetTreeConflict(java.io.File localAbspath, SVNTreeConflictDescription treeConflict) Set the tree conflict on LOCAL_ABSPATH in DB to TREE_CONFLICT.voidSVNWCDb.opSetTreeConflict(java.io.File localAbspath, SVNTreeConflictDescription treeConflict) voidISVNWCDb.opStartDirectoryUpdateTemp(java.io.File localAbspath, java.io.File newRelpath, long targetRevision) voidSVNWCDb.opStartDirectoryUpdateTemp(java.io.File localAbspath, java.io.File newReposRelpath, long newRevision) SVNWCDb.parseDir(java.io.File localAbsPath, SVNSqlJetDb.Mode sMode) SVNWCDb.parseDir(java.io.File localAbspath, SVNSqlJetDb.Mode sMode, boolean isDetectWCGeneration, boolean isAdditionMode) voidSvnWcDbChangelist.Changelist.populateTargetsTree()static voidSvnWcDbConflicts.prependLocation(SVNSkel skel, SVNConflictVersion location) static voidSvnWcDbConflicts.prependPropValue(SVNPropertyValue fromVal, SVNSkel skel) private static voidSvnWcDbPristines.pristineRemove(SVNWCDbRoot root, SvnChecksum sha1Checksum) private voidSvnWcDbPristines.RemoveUnreferencedPristine.pristineRemoveFile(boolean ignoreEnoent) private java.util.Map<java.lang.String,SVNTreeConflictDescription> SVNWCDb.readAllTreeConflicts(SVNWCDbDir pdh, java.io.File localRelpath) private java.util.Map<java.lang.String,SVNTreeConflictDescription> SVNWCDb.readAllTreeConflicts17(SVNWCDbDir pdh, java.io.File localRelpath) static SVNPropertiesSvnWcDbProperties.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.voidISVNWCDb.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) voidSVNWCDb.readChildren(java.io.File localAbsPath, java.util.Map<java.lang.String, ISVNWCDb.SVNWCDbInfo> children, java.util.Set<java.lang.String> conflicts) voidSVNWCDb.readChildren(SVNWCDbRoot root, java.io.File localRelPath, java.util.Map<java.lang.String, ISVNWCDb.SVNWCDbInfo> children, java.util.Set<java.lang.String> conflicts) ISVNWCDb.readConflict(java.io.File localAbsPath) SVNWCDb.readConflict(java.io.File localAbsPath) static SVNSkelSvnWcDbConflicts.readConflict(SVNWCDb db, java.io.File localAbspath) SvnWcDbConflicts.readConflictInfo(SVNSkel conflictSkel) SVNWCDb.readConflictInternal(SVNWCDbRoot wcRoot, java.io.File localRelPath) static SVNSkelSvnWcDbConflicts.readConflictInternal(SVNWCDbRoot wcRoot, java.io.File localRelPath) private SVNSkelSVNWCDb.readConflictInternal17(SVNWCDbRoot wcRoot, java.io.File localRelPath) private static SVNConflictVersionSvnWcDbConflicts.readConflictLocation(SVNSkel locationSkel) 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) private java.util.List<SVNWCConflictDescription17>SVNWCDb.readConflicts17(SVNWCDbRoot wcRoot, java.io.File localRelPath, 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) SvnWcDbExternals.readExternal(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, StructureFields.ExternalNodeInfo... fields) private intSVNWCDb.readFormatVersion(java.io.File path) ISVNWCDb.readInfo(java.io.File localAbsPath, boolean isAdditionMode, StructureFields.NodeInfo... fields) ISVNWCDb.readInfo(java.io.File localAbsPath, ISVNWCDb.WCDbInfo.InfoField... fields) Retrieve information about a node.ISVNWCDb.readInfo(java.io.File localAbsPath, StructureFields.NodeInfo... fields) SVNWCDb.readInfo(java.io.File localAbsPath, boolean isAdditionMode, StructureFields.NodeInfo... fields) SVNWCDb.readInfo(java.io.File localAbsPath, ISVNWCDb.WCDbInfo.InfoField... fields) SVNWCDb.readInfo(java.io.File localAbsPath, StructureFields.NodeInfo... fields) 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.readInfoBelowWorking(java.io.File localAbsPath) SVNWCDb.readInfoBelowWorking(java.io.File localAbsPath) 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.readKind(java.io.File localAbsPath, boolean allowMissing) Return the kind of the node in DB at LOCAL_ABSPATH.ISVNWCDb.readKind(java.io.File localAbsPath, boolean allowMissing, boolean showDeleted, boolean showHidden) SVNWCDb.readKind(java.io.File localAbsPath, boolean allowMissing) SVNWCDb.readKind(java.io.File localAbsPath, boolean allowMissing, boolean showDeleted, boolean showHidden) static SVNNodeKindISVNWCDb.readNodeInstallInfo(java.io.File localAbsPath, java.io.File wriAbsPath) 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) longSVNWCDb.readOpDepth(SVNWCDbRoot root, java.io.File localRelPath) java.io.InputStreamISVNWCDb.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.InputStreamSVNWCDb.readPristine(java.io.File wcRootAbsPath, SvnChecksum checksum) static java.io.InputStreamSvnWcDbPristines.readPristine(SVNWCDbRoot root, java.io.File wcRootAbsPath, SvnChecksum sha1Checksum) ISVNWCDb.readPristineInfo(java.io.File localAbspath) SVNWCDb.readPristineInfo(java.io.File localAbspath) 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).SVNWCDb.readPristineProperties(java.io.File localAbsPath) static SVNPropertiesSvnWcDbProperties.readPristineProperties(SVNWCDbRoot root, java.io.File relpath) 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).SVNWCDb.readProperties(java.io.File localAbsPath) static SVNPropertiesSvnWcDbProperties.readProperties(SVNWCDbRoot root, java.io.File relpath) voidSVNWCDb.readPropertiesRecursively(java.io.File localAbsPath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver) static voidSvnWcDbProperties.readPropertiesRecursively(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver) SvnWcDbConflicts.readPropertyConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) static voidSvnWcDbConflicts.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) SvnWcDbConflicts.readTextConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) 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) voidISVNWCDb.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) voidSVNWCDb.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) voidISVNWCDb.releaseWCLock(java.io.File localAbspath) voidSVNWCDb.releaseWCLock(java.io.File localAbspath) private static voidprivate static voidSvnWcDbRelocate.relocate(SVNWCDbRoot root, java.io.File localRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, boolean haveBaseNode, long oldReposId) static voidSvnWcDbRelocate.relocate(SVNWCContext context, java.io.File localAbspath, SVNURL from, SVNURL to, SvnWcDbRelocate.ISvnRelocateValidator validator) voidISVNWCDb.removeBase(java.io.File localAbsPath) Remove a node from the BASE tree.voidISVNWCDb.removeBase(java.io.File localAbsPath, boolean keepAsWorking, boolean queueDeletes, boolean removeLocks, long notPresentRevision, SVNSkel conflict, SVNSkel workItems) voidSVNWCDb.removeBase(java.io.File localAbsPath) voidSVNWCDb.removeBase(java.io.File localAbsPath, boolean keepAsWorking, boolean queueDeletes, boolean removeLocks, long notPresentRevision, SVNSkel conflict, SVNSkel workItems) static voidSvnWcDbExternals.removeExternal(SVNWCContext context, java.io.File wriAbsPath, java.io.File localAbsPath) static voidSvnWcDbExternals.removeExternalNode(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, SVNSkel workItems) voidISVNWCDb.removeLock(java.io.File localAbsPath) Remove any lock for LOCAL_ABSPATH in DB.voidSVNWCDb.removeLock(java.io.File localAbsPath) voidISVNWCDb.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.voidSVNWCDb.removePristine(java.io.File wcRootAbsPath, SvnChecksum checksum) static voidSvnWcDbPristines.removePristine(SVNWCDbRoot root, SvnChecksum sha1Checksum) private static voidSvnWcDbPristines.removePristineIfUnreferenced(SVNWCDbRoot root, java.io.File localAbsPath, SvnChecksum sha1_checksum) private voidSVNWCDb.replaceMovedLayer(SVNWCDbRoot wcRoot, java.io.File srcRelPath, java.io.File dstRelPath, int srcOpDepth) voidSvnExternalFileReporter.report(ISVNReporter reporter) java.io.FileISVNWCDb.requiredLockForResolve(java.io.File localAbsPath) java.io.FileSVNWCDb.requiredLockForResolve(java.io.File localAbsPath) static voidSvnWcDbStatementUtil.reset(SVNSqlJetStatement stmt) voidISVNWCDb.resolveBreakMovedAway(java.io.File localAbsPath, ISVNEventHandler eventHandler) voidSVNWCDb.resolveBreakMovedAway(java.io.File localAbsPath, ISVNEventHandler eventHandler) voidISVNWCDb.resolveDeleteRaiseMovedAway(java.io.File localAbsPath, ISVNEventHandler eventHandler) voidSVNWCDb.resolveDeleteRaiseMovedAway(java.io.File localAbsPath, ISVNEventHandler eventHandler) private SVNWCDb.ResolveMovedFromSVNWCDb.resolveMovedFrom(SVNWCDbRoot root, java.io.File rootRelPath, java.io.File localRelPath, int opDepth) private voidSVNWCDb.BaseRemove.retractParentDelete(SVNSqlJetDb db) voidSVNWCDb.retractParentDelete(SVNSqlJetDb db, long wcId, java.io.File localRelPath, int opDepth) static voidSvnWcDbRevert.revert(SVNWCDbRoot root, java.io.File localRelPath) static voidSvnWcDbRevert.revertRecursive(SVNWCDbRoot root, java.io.File localRelPath) static voidSvnWcDbShared.rollbackTransaction(SVNWCDbRoot root) ISVNWCDb.scanAddition(java.io.File localAbsPath, ISVNWCDb.WCDbAdditionInfo.AdditionInfoField... fields) Scan upwards for information about a known addition to the WORKING tree.SVNWCDb.scanAddition(java.io.File localAbsPath, ISVNWCDb.WCDbAdditionInfo.AdditionInfoField... fields) 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.scanBaseRepository(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo.RepositoryInfoField... fields) Scan for a BASE node's repository information.SVNWCDb.scanBaseRepository(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo.RepositoryInfoField... fields) ISVNWCDb.scanDeletion(java.io.File localAbsPath, ISVNWCDb.WCDbDeletionInfo.DeletionInfoField... fields) Scan upwards for additional information about a deleted node.SVNWCDb.scanDeletion(java.io.File localAbsPath, ISVNWCDb.WCDbDeletionInfo.DeletionInfoField... fields) SvnWcDbShared.scanDeletion(SVNWCDb db, java.io.File localAbsPath) protected static Structure<StructureFields.DeletionInfo>SvnWcDbShared.scanDeletion(SVNWCDbRoot root, java.io.File localRelpath) ISVNWCDb.scanMoved(java.io.File localAbsPath) SVNWCDb.scanMoved(java.io.File localAbsPath) static Structure<StructureFields.MovedInfo>private static longSVNWCDb.scanUpwardsForRepos(ISVNWCDb.WCDbRepositoryInfo reposInfo, SVNWCDbRoot wcroot, java.io.File localRelPath) Scan from LOCAL_RELPATH upwards through parent nodes until we find a parent that has values in the 'repos_id' and 'repos_relpath' columns.voidSVNWCDb.setActualProperties(SVNSqlJetDb db, long wcId, java.io.File localRelpath, SVNProperties props) private static voidSvnWcDbProperties.setActualProps(SVNWCDbRoot root, java.io.File localRelPath, SVNProperties properties) voidISVNWCDb.setBaseDavCache(java.io.File localAbsPath, SVNProperties props) Set the dav cache for LOCAL_ABSPATH to PROPS.voidSVNWCDb.setBaseDavCache(java.io.File localAbsPath, SVNProperties props) voidSvnWcDbChangelist.Changelist.setChangelist()static voidSvnWcDbChangelist.setChangelist(SVNWCDbRoot root, java.io.File localRelPath, java.lang.String changelistName, java.lang.String[] changeLists, SVNDepth depth, ISVNEventHandler eventHandler) static voidSvnWcDbConflicts.setConflictOperation(SVNSkel skel, SVNOperation operation, SVNConflictVersion original, SVNConflictVersion target) protected static voidSvnWcDbShared.sqliteError(org.tmatesoft.sqljet.core.SqlJetException e) private voidSVNWCDb.stealWCLock(SVNWCDbRoot wcroot, java.io.File localRelpath) private voidSVNWCDb.suitableForMove(SVNWCDbRoot wcRoot, java.io.File localRelPath) voidSvnExternalUpdateEditor.targetRevision(long revision) java.io.OutputStreamSvnExternalUpdateEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) voidSvnExternalUpdateEditor.textDeltaEnd(java.lang.String path) ISVNWCDb.SVNWCDbKind.toNodeKind()ISVNWCDb.SVNWCDbKind.toNodeKind(ISVNWCDb.SVNWCDbStatus status, boolean showHidden) java.io.FileISVNWCDb.toRelPath(java.io.File localAbsPath) Compute the LOCAL_RELPATH for the given LOCAL_ABSPATH.java.io.FileISVNWCDb.toRelPath(java.io.File wriAbsPath, java.io.File localAbsPath) java.io.FileSVNWCDb.toRelPath(java.io.File localAbsPath) java.io.FileSVNWCDb.toRelPath(java.io.File wriAbsPath, java.io.File localAbsPath) voidSVNWCDb.BaseMovedTo.transaction(SVNSqlJetDb db) voidSVNWCDb.BaseRemove.transaction(SVNSqlJetDb db) voidSVNWCDb.BreakMove.transaction(SVNSqlJetDb db) voidSVNWCDb.BumpRevisionPostUpdate.transaction(SVNSqlJetDb db) voidSVNWCDb.CheckReplace.transaction(SVNSqlJetDb db) voidSVNWCDb.Commit.transaction(SVNSqlJetDb db) voidSVNWCDb.Delete.transaction(SVNSqlJetDb db) voidSVNWCDb.GatherChildren.transaction(SVNSqlJetDb db) voidSVNWCDb.GetConflictMarkerFiles.transaction(SVNSqlJetDb db) voidSVNWCDb.GetConflictMarkerFiles17.transaction(SVNSqlJetDb db) voidSVNWCDb.HandleMoveBack.transaction(SVNSqlJetDb db) voidSVNWCDb.InsertBase.transaction(SVNSqlJetDb db) voidSVNWCDb.InsertLock.transaction(SVNSqlJetDb db) voidSVNWCDb.InsertWorking.transaction(SVNSqlJetDb db) voidSVNWCDb.IsSwitched.transaction(SVNSqlJetDb db) voidSVNWCDb.MakeCopy.transaction(SVNSqlJetDb db) voidSVNWCDb.RecordFileinfo.transaction(SVNSqlJetDb db) voidSVNWCDb.RequiredLockForResolve.transaction(SVNSqlJetDb db) voidSVNWCDb.ResolveBreakMovedAway.transaction(SVNSqlJetDb db) voidSVNWCDb.ResolveDeleteRaiseMovedAway.transaction(SVNSqlJetDb db) voidSVNWCDb.SetProperties.transaction(SVNSqlJetDb db) voidSVNWCDb.SetRevRelpath.transaction(SVNSqlJetDb db) voidSVNWCDb.SetTreeConflict.transaction(SVNSqlJetDb db) voidSVNWCDb.StartDirectoryUpdate.transaction(SVNSqlJetDb db) voidSVNWCDb.UpdateMovedAwayConflictVictim.transaction(SVNSqlJetDb db) voidSVNWCDb.WCLockObtain.transaction(SVNSqlJetDb db) voidSvnWcDbPristines.PristineTransfer.transaction(SVNSqlJetDb db) voidSvnWcDbPristines.RemoveUnreferencedPristine.transaction(SVNSqlJetDb db) static voidSvnWcDbPristines.transferPristine(SVNWCDb db, java.io.File srcLocalAbsPath, java.io.File dstWriAbsPath) static SVNSkelSvnWcDbConflicts.treeConflictDescriptionToSkel(ISVNWCDb db, java.io.File wriAbsPath, SVNTreeConflictDescription conflictDescription) private longSVNWCDb.updateActualConflict17(SVNWCDbRoot wcRoot, java.io.File localRelpath, SVNSkel conflicts, boolean resolvedAll) private voidSVNWCDb.updateDepthValues(java.io.File localAbspath, SVNWCDbDir pdh, java.io.File localRelpath, SVNDepth depth) voidISVNWCDb.updateMovedAwayConflictVictim(java.io.File victimAbsPath, ISVNEventHandler eventHandler) voidSVNWCDb.updateMovedAwayConflictVictim(java.io.File victimAbsPath, ISVNEventHandler eventHandler) private voidSVNWCDb.updateMovedAwayNode(SVNTreeConflictEditor treeConflictEditor, java.io.File srcRelPath, java.io.File dstRelPath, int srcOpDepth, java.io.File moveRootDstRelPath, long moveRootDstRevision, SVNWCDbRoot wcRoot) static voidSVNWCDb.updateMoveListAdd(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNEventAction eventAction, SVNNodeKind kind, SVNStatusType contentState, SVNStatusType propState) voidSVNWCDb.updateMoveListNotify(SVNWCDbRoot wcRoot, long oldRevision, long newRevision, ISVNEventHandler eventHandler) static voidSvnWcDbProperties.upgradeApplyDavCache(SVNWCDbRoot root, java.io.File dirRelPath, java.util.Map<java.lang.String, SVNProperties> cacheValues) static voidSvnWcDbProperties.upgradeApplyProperties(SVNWCDbRoot root, java.io.File dirAbsPath, java.io.File localRelPath, SVNProperties baseProps, SVNProperties workingProps, SVNProperties revertProps, int originalFormat) voidISVNWCDb.upgradeBegin(java.io.File localAbspath, ISVNWCDb.SVNWCDbUpgradeData upgradeData, SVNURL repositoryRootUrl, java.lang.String repositoryUUID, int targetWorkingCopyFormat) voidSVNWCDb.upgradeBegin(java.io.File localAbspath, ISVNWCDb.SVNWCDbUpgradeData upgradeData, SVNURL repositoryRootUrl, java.lang.String repositoryUUID, int targetWorkingCopyFormat) static SVNSkelSvnWcDbConflicts.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) voidISVNWCDb.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) voidSVNWCDb.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) voidSvnWcDbRelocate.ISvnRelocateValidator.validateRelocation(java.lang.String uuid, SVNURL newUrl, SVNURL newRepositoryRoot) protected static voidSVNWCDb.verifyDirUsable(SVNWCDbDir pdh) voidConstructors in org.tmatesoft.svn.core.internal.wc17.db that throw SVNExceptionModifierConstructorDescriptionInsertWorkingNodeCopy(SVNSqlJetDb sDb, boolean base) InsertWorkingNodeCopy(SVNSqlJetDb sDb, long depth) SelectNodeToCopy(SVNSqlJetDb sDb, long depth) SelectRowWithMaxOpDepth(SVNSqlJetDb sDb, long opDepth) 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 SVNExceptionModifier and TypeMethodDescriptionprotected booleanSVNWCDbSelectCommittableExternalsBelow.checkForImmediate()protected booleanSVNWCDbSelectCommittableExternalsImmediatelyBelow.checkForImmediate()longSVNWCDbCopyMoveNode.exec()longSVNWCDbCreateSchema.exec()longSVNWCDbInsertActualEmpties.exec()longSVNWCDbInsertDeleteFromBase.exec()longSVNWCDbInsertDeleteFromNodeRecursive.exec()longSVNWCDbInsertDeleteList.exec()longSVNWCDbInsertExternalUpgrade.exec()longSVNWCDbInsertLock.exec()longSVNWCDbInsertTarget.exec()longSVNWCDbInsertTarget2.exec()longSVNWCDbInsertTargetDepthFiles.exec()longSVNWCDbInsertTargetDepthFilesWithChangelist.exec()longSVNWCDbInsertTargetDepthImmediates.exec()longSVNWCDbInsertTargetDepthImmediatesWithChangelist.exec()longSVNWCDbInsertTargetDepthInfinity.exec()longSVNWCDbInsertTargetDepthInfinityWithChangelist.exec()longSVNWCDbInsertTargetWithChangelist.exec()longSVNWCDbInsertWCLock.exec()longSVNWCDbInsertWorkingNodeFromBase.exec()longSVNWCDbInsertWorkingNodeFromBaseCopy.exec()longSVNWCDbInsertWorkingNodeNormalFromBase.exec()longSVNWCDbInsertWorkingNodeNotPresentFromBase.exec()longSVNWCDbInsertWorkItem.exec()longSVNWCDbInstallWorkingNodeForDelete.exec()longSVNWCDbMarkSkippedChangelistDirs.exec()longSVNWCDbReplaceWithBaseDeleted.exec()booleanSVNWCDbDeleteActualForBaseRecursive.SelectFromNodesForPresence.existsOpDepth(java.lang.Long wcId, java.lang.String localRelpath) booleanSVNWCDbNodesStrictOpDepth.existsOpDepth(java.lang.Long wcId, java.lang.String localRelpath) 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.getInternalStatement()SVNWCDbSelectCommittableExternalsImmediatelyBelow.getInternalStatement2()SVNWCDbSelectCommittableExternalsImmediatelyBelow.InternalStatement2.getInternalStatement3()SVNWCDbSelectBaseNodeLockTokensRecursive.getJoinedStatement(java.lang.Enum<?> joinedTable) SVNWCDbSelectBaseNodeWithLock.getJoinedStatement(java.lang.String joinedTable) SVNWCDbSelectCopyPristines.getJoinedStatement(java.lang.String joinedTable) SVNWCDbSelectDeletionInfoScan.getJoinedStatement(java.lang.Enum<?> joinedTable) SVNWCDbSelectMovedBack.getJoinedStatement(java.lang.Enum<?> joinedTable) SVNWCDbSelectNodeChildrenInfo.getJoinedStatement(java.lang.String joinedTable) SVNWCDbSelectNodeInfoWithLock.getJoinedStatement(java.lang.String joinedTable) private longSVNWCDbInsertWorkingNodeCopyFrom.InternalStatement1.getMaxOpDepth()java.lang.LongSVNWCDbNodesMaxOpDepth.getMaxOpDepth(java.lang.Long wcId, java.lang.String localRelpath) private longSVNWCDbSelectCopyPristines.getMaxOpDepth()java.lang.LongSVNWCDbNodesMinOpDepth.getMinOpDepth(java.lang.Long wcId, java.lang.String localRelpath) intSVNWCDbSelectMovedForDelete.getMovedHereDepth()intSVNWCDbSelectMovedFromForDelete.getMovedHereOpDepth()private java.lang.StringSVNWCDbSelectWCRootNodes.getNodeReposRelpath(long wcId, java.lang.String path) protected java.lang.StringSVNWCDbClearMovedToDescendants.getRowPath()protected java.lang.StringSVNWCDbDeleteLockRecursively.getRowPath()protected java.lang.StringSVNWCDbFindWCLock.getRowPath()protected java.lang.StringSVNWCDbSelectMovedHereChildren.getRowPath()protected java.lang.StringSVNWCDbUpdateMovedToDescendants.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[]SVNWCDbCopyMoveNode.InternalSelectStatement.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[]SVNWCDbInsertWorkingNodeCopyFrom.InternalStatement1.getWhere()protected java.lang.Object[]SVNWCDbReplaceWithBaseDeleted.InternalSelectStatement.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[]SVNWCDbSelectCommittableExternalsImmediatelyBelow.InternalStatement2.getWhere()protected java.lang.Object[]SVNWCDbSelectConflictVictims.getWhere()protected java.lang.Object[]SVNWCDbSelectCopyPristines.getWhere()protected java.lang.Object[]SVNWCDbSelectDeletionInfo.getWhere()protected java.lang.Object[]SVNWCDbSelectDeletionInfoScan.JoinedStatement.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[]SVNWCDbSelectMovedBack.JoinedStatement.getWhere()protected java.lang.Object[]SVNWCDbSelectMovedForDelete.getWhere()protected java.lang.Object[]SVNWCDbSelectMovedForDelete.InternalStatement.getWhere()protected java.lang.Object[]SVNWCDbSelectMovedFromForDelete.getWhere()protected java.lang.Object[]SVNWCDbSelectMovedFromForDelete.InternalStatement.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()private booleanSVNWCDBSelectExternalProperties.hasMaxOpDepth()booleanSVNWCDbSelectBaseNodeWithLock.LockStatement.isColumnNull(java.lang.String f) protected booleanSVNWCDbClearActualNodeLeavingChangelistRecursive.isFilterPassed()protected booleanSVNWCDbClearActualNodeLeavingConflict.isFilterPassed()protected booleanSVNWCDbClearDavCacheRecursive.isFilterPassed()protected booleanSVNWCDbClearMovedHereRecursive.isFilterPassed()protected booleanSVNWCDbClearMovedToFromDest.isFilterPassed()protected booleanSVNWCDbCollectTargets.isFilterPassed()protected booleanSVNWCDbDeleteActualEmpties.isFilterPassed()protected booleanSVNWCDbDeleteActualEmpty.isFilterPassed()protected booleanSVNWCDbDeleteActualForBaseRecursive.isFilterPassed()protected booleanSVNWCDbDeleteActualForBaseRecursive.SelectFromNodesForPresence.isFilterPassed()protected booleanSVNWCDbDeleteActualNodeLeavingChangelistRecursive.isFilterPassed()protected booleanSVNWCDbDeleteActualNodeRecursive.isFilterPassed()protected booleanSVNWCDbDeleteActualNodeWithoutConflict.isFilterPassed()protected booleanSVNWCDbDeleteAllWorkingNodes.isFilterPassed()protected booleanSVNWCDbDeleteBaseNode.isFilterPassed()protected booleanSVNWCDbDeleteBaseRecursive.isFilterPassed()protected booleanSVNWCDbDeleteFileExternalRegistrations.isFilterPassed()protected booleanSVNWCDbDeleteFileExternals.isFilterPassed()protected booleanSVNWCDbDeleteLockOrphanRecursive.isFilterPassed()protected booleanSVNWCDbDeleteLowestWorkingNode.isFilterPassed()protected booleanSVNWCDbDeleteMovedBack.isFilterPassed()protected booleanSVNWCDbDeleteNodesAboveDepthRecursive.isFilterPassed()protected booleanSVNWCDbDeleteNodesRecursive.isFilterPassed()protected booleanSVNWCDbDeleteNoLowerLayer.isFilterPassed()protected booleanSVNWCDbDeletePristine.isFilterPassed()protected booleanSVNWCDbDeletePristineIfUnreferenced.isFilterPassed()protected booleanSVNWCDbDeleteShadowedRecursive.isFilterPassed()protected booleanSVNWCDbDeleteWorkingBaseDelete.isFilterPassed()protected booleanSVNWCDbDeleteWorkingOpDepth.isFilterPassed()protected booleanSVNWCDbDeleteWorkingOpDepthAbove.isFilterPassed()protected booleanSVNWCDbDeleteWorkingRecursive.isFilterPassed()protected booleanSVNWCDbHasLayerBetween.isFilterPassed()protected booleanSVNWCDbHasServerExcludedDescendants.isFilterPassed()protected booleanSVNWCDbHasServerExcludedNodes.isFilterPassed()protected booleanSVNWCDbInsertWorkingNodeCopyFrom.InternalStatement1.isFilterPassed()protected booleanSVNWCDbNodesBase.isFilterPassed()protected booleanSVNWCDbNodesCurrent.isFilterPassed()protected booleanSVNWCDbNodesMaxOpDepth.isFilterPassed()protected booleanSVNWCDbNodesMinOpDepth.isFilterPassed()protected booleanSVNWCDbReplaceWithBaseDeleted.InternalSelectStatement.isFilterPassed()protected booleanSVNWCDbSelectActualChildrenConflict.isFilterPassed()protected booleanSVNWCDbSelectActualConflictVictims.isFilterPassed()protected booleanSVNWCDbSelectActualTreeConflict.isFilterPassed()protected booleanSVNWCDbSelectAllFiles.isFilterPassed()protected booleanSVNWCDbSelectAllServerExcludedNodes.isFilterPassed()protected booleanSVNWCDbSelectBaseChildrenInfo.isFilterPassed()protected booleanSVNWCDbSelectBaseNodeChildren.isFilterPassed()protected booleanSVNWCDbSelectBaseNodeLockTokensRecursive.isFilterPassed()protected booleanSVNWCDbSelectBasePresent.isFilterPassed()protected booleanSVNWCDbSelectChildrenOpDepth.isFilterPassed()protected booleanSVNWCDbSelectCommittableExternalsImmediatelyBelow.InternalStatement2.isFilterPassed()protected booleanSVNWCDbSelectCommittableExternalsImmediatelyBelow.isFilterPassed()protected booleanSVNWCDbSelectConflictVictims.isFilterPassed()protected booleanSVNWCDbSelectCopyPristines.isFilterPassed()protected booleanSVNWCDbSelectDeletionInfo.isFilterPassed()protected booleanSVNWCDbSelectDeletionInfoScan.JoinedStatement.isFilterPassed()protected booleanSVNWCDBSelectExternalProperties.isFilterPassed()protected booleanSVNWCDBSelectExternalsDefined.isFilterPassed()protected booleanSVNWCDbSelectGeOpDepthChildren.isFilterPassed()protected booleanSVNWCDbSelectHasGrandChildren.isFilterPassed()protected booleanSVNWCDbSelectHasNonFileChildren.isFilterPassed()protected booleanSVNWCDbSelectHighestWorkingNode.isFilterPassed()protected booleanSVNWCDbSelectIPropsNode.isFilterPassed()protected booleanSVNWCDbSelectLocalRelPathOpDepth.isFilterPassed()protected booleanSVNWCDbSelectLowestWorkingNode.isFilterPassed()protected booleanSVNWCDbSelectMinMaxRevisions.isFilterPassed()protected booleanSVNWCDbSelectMovedBack.isFilterPassed()protected booleanSVNWCDbSelectMovedForDelete.InternalStatement.isFilterPassed()protected booleanSVNWCDbSelectMovedForDelete.isFilterPassed()protected booleanSVNWCDbSelectMovedFromForDelete.InternalStatement.isFilterPassed()protected booleanSVNWCDbSelectMovedFromForDelete.isFilterPassed()protected booleanSVNWCDbSelectMovedFromRelPath.isFilterPassed()protected booleanSVNWCDbSelectMovedHereChildren.isFilterPassed()protected booleanSVNWCDbSelectMovedOutside.isFilterPassed()protected booleanSVNWCDbSelectMovedPair3.isFilterPassed()protected booleanSVNWCDbSelectNotPresent.isFilterPassed()protected booleanSVNWCDbSelectOpDepthChildren.isFilterPassed()protected booleanSVNWCDbSelectOpDepthMovedPair.isFilterPassed()protected booleanSVNWCDbSelectReposPathRevision.isFilterPassed()protected booleanSVNWCDbSelectRevertListCopiedChildren.isFilterPassed()protected booleanSVNWCDbSelectSHA1Checksum.isFilterPassed()protected booleanSVNWCDbSelectTargetslist.isFilterPassed()protected booleanSVNWCDbSelectUnreferencedPristines.isFilterPassed()protected booleanSVNWCDbSelectWCRootNodes.isFilterPassed()protected booleanSVNWCDbSelectWorkingChildren.isFilterPassed()protected booleanSVNWCDbSelectWorkingNode.isFilterPassed()protected booleanSVNWCDbSelectWorkingNodeChildren.isFilterPassed()protected booleanSVNWCDbUpdateActualConflictData.isFilterPassed()protected booleanSVNWCDbUpdateActualTreeConflicts.isFilterPassed()protected booleanSVNWCDbUpdateOpDepthIncreaseRecursive.isFilterPassed()protected booleanSVNWCDbUpdateOpDepthRecursive.isFilterPassed()private booleanSVNWCDbCollectTargets.matchesChangelist()booleanSVNWCDbSelectBaseNodeLockTokensRecursive.next()booleanSVNWCDbSelectBaseNodeWithLock.next()booleanSVNWCDbSelectCommittableExternalsImmediatelyBelow.InternalStatement2.next()booleanSVNWCDbSelectCommittableExternalsImmediatelyBelow.next()booleanSVNWCDbSelectCopyPristines.next()booleanSVNWCDbSelectMinMaxRevisions.next()booleanSVNWCDbSelectMovedBack.next()booleanSVNWCDbSelectNodeChildrenInfo.next()booleanSVNWCDbSelectNodeInfoWithLock.next()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDBDoesNodeExists.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbHasServerExcludedDescendants.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbNodesCurrent.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectAncestorWCLocks.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectBasePresent.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectChildrenOpDepth.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectDeletionInfo.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectHighestWorkingNode.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectLowestWorkingNode.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectMovedForDelete.InternalStatement.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectMovedFromForDelete.InternalStatement.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectNodeChildrenWalkerInfo.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectNodeInfo.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectNodeProps.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectWorkingChildren.openCursor()protected org.tmatesoft.sqljet.core.table.ISqlJetCursorSVNWCDbSelectWorkingNode.openCursor()private java.lang.ObjectSVNWCDbUpdateMovedToDescendants.relPathSkipJoin()voidSVNWCDbDeleteLowestWorkingNode.reset()voidSVNWCDbDeleteWorkingBaseDelete.reset()voidSVNWCDbInsertWorkingNodeCopyFrom.reset()voidSVNWCDbSelectBaseNodeLockTokensRecursive.reset()voidSVNWCDbSelectBaseNodeWithLock.reset()voidSVNWCDbSelectCommittableExternalsImmediatelyBelow.InternalStatement2.reset()voidSVNWCDbSelectCommittableExternalsImmediatelyBelow.reset()voidSVNWCDbSelectCopyPristines.reset()voidSVNWCDbSelectDeletionInfo.reset()voidSVNWCDbSelectDeletionInfoScan.reset()voidSVNWCDbSelectMinMaxRevisions.reset()voidSVNWCDbSelectMovedBack.reset()voidSVNWCDbSelectMovedForDelete.reset()voidSVNWCDbSelectMovedFromForDelete.reset()voidSVNWCDbSelectNodeInfoWithLock.reset()private voidSVNWCDbSelectCopyPristines.resetCursor()private voidSVNWCDbSelectMovedBack.resetCursor()private static SVNSqlJetStatementSVNWCDbSelectAnyPristineReference.selectActual(SVNSqlJetDb sDb) private static SVNSqlJetStatementSVNWCDbSelectAnyPristineReference.selectNodes(SVNSqlJetDb sDb) Constructors in org.tmatesoft.svn.core.internal.wc17.db.statement that throw SVNExceptionModifierConstructorDescriptionLockStatement(SVNSqlJetDb sDb) LockStatement(SVNSqlJetDb sDb) LockStatement(SVNSqlJetDb sDb) SelectFromNodesForPresence(SVNSqlJetDb sDb, long minOpDepth, java.util.EnumSet<ISVNWCDb.SVNWCDbStatus> presence) SVNWCDbCollectTargets(SVNSqlJetDb sDb, long wcId, java.io.File target, SVNDepth depth, java.util.Collection<java.lang.String> changelists) SVNWCDbInsertTarget(SVNSqlJetDb sDb, SVNSqlJetSelectStatement select) SVNWCDbNodesMaxOpDepth(SVNSqlJetDb sDb, long minDepth) SVNWCDbNodesMinOpDepth(SVNSqlJetDb sDb, long minDepth) SVNWCDbNodesStrictOpDepth(SVNSqlJetDb sDb, long depth) SVNWCDbSelectHasNonFileChildren(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable) -
Uses of SVNException in org.tmatesoft.svn.core.internal.wc17.db.statement17
Methods in org.tmatesoft.svn.core.internal.wc17.db.statement17 that throw SVNExceptionModifier and TypeMethodDescriptionprivate SVNSkelSvnRevertActualNodesTrigger17.getConflictSkel(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor) 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 booleanSVNWCDbSelectActualChildrenConflict17.isFilterPassed()protected booleanSVNWCDbSelectActualChildrenInfo17.isFilterPassed()protected booleanSVNWCDbSelectActualConflictVictims17.isFilterPassed()protected booleanSVNWCDbSelectConflictVictims17.isFilterPassed()protected booleanSVNWCDbSelectMovedFromRelPath17.isFilterPassed()Constructors in org.tmatesoft.svn.core.internal.wc17.db.statement17 that throw SVNExceptionModifierConstructorDescription -
Uses of SVNException in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that throw SVNExceptionModifier and TypeMethodDescriptionISvnCommitRunner.collectCommitItems(SvnCommit operation) abstract SvnCopySourceSvnRepositoryAccess.createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource) 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) voidISvnCommitRunner.disposeCommitPacket(java.lang.Object lockingContext, boolean disposeParentContext) SvnRepositoryAccess.getCopySource(SvnTarget target, SVNRevision revision) java.util.Map<java.lang.String,SVNMergeRangeList> SvnRepositoryAccess.getHistoryAsMergeInfo(SVNRepository repos, SvnTarget target, long youngest, long oldest) private java.util.Map<java.lang.String,SVNMergeRangeList> SvnRepositoryAccess.getHistoryAsMergeInfo(SVNURL url, SVNRevision pegRevision, long rangeYoungest, long rangeOldest, boolean[] hasZero, SVNRepository repos) SvnRepositoryAccess.getLocations(SVNRepository repository, SvnTarget path, SVNRevision revision, SVNRevision start, SVNRevision end) protected java.lang.StringSvnRepositoryAccess.getPathRelativeToRoot(SVNURL url, SVNURL reposRootURL, SVNRepository repos) protected SvnRepositoryAccessSvnRemoteOperationRunner.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) SvnRepositoryAccess.getYoungestCommonAncestor(SVNURL url1, long rev1, SVNURL url2, long rev2) protected voidSvnOperationRunner.handleEvent(SVNEvent event) voidSvnOperationRunner.handleEvent(SVNEvent event, double progress) booleanSvnLocalOperationRunner.isApplicable(T operation, SvnWcGeneration wcGeneration) booleanSvnRemoteOperationRunner.isApplicable(T operation, SvnWcGeneration wcGeneration) protected abstract VSvnOperationRunner.run()Constructors in org.tmatesoft.svn.core.internal.wc2 that throw SVNExceptionModifierConstructorDescriptionprotectedSvnRepositoryAccess(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 SVNExceptionModifier and TypeMethodDescriptionvoidSvnRepositoryCopyRevisionPropertiesImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryDumpImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryFilterImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryInitializeImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryListLocksImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryListTransactionsImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryLoadImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryPackImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryRecoverImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryRemoveLocksImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryRemoveTransactionsImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositorySynchronizeImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryUpgradeImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryVerifyImpl.handleAdminEvent(SVNAdminEvent event, double progress) voidSvnRepositoryGetChangedDirectoriesImpl.handleDir(java.lang.String path) voidSvnRepositoryGetChangedImpl.handleEntry(SVNChangeEntry entry) voidSvnRepositoryGetHistoryImpl.handlePath(SVNAdminPath path) voidSvnRepositoryGetTreeImpl.handlePath(SVNAdminPath path) booleanSvnRepositoryOperationRunner.isApplicable(T operation, SvnWcGeneration wcGeneration) protected java.lang.LongSvnRepositoryCatImpl.run()protected SVNAdminEventSvnRepositoryCopyRevisionPropertiesImpl.run()protected SVNURLSvnRepositoryCreateImpl.run()protected SVNAdminEventSvnRepositoryDumpImpl.run()protected SVNAdminEventSvnRepositoryFilterImpl.run()protected java.lang.StringSvnRepositoryGetAuthorImpl.run()protected java.lang.StringSvnRepositoryGetChangedDirectoriesImpl.run()protected SVNChangeEntrySvnRepositoryGetChangedImpl.run()protected java.util.DateSvnRepositoryGetDateImpl.run()protected java.lang.LongSvnRepositoryGetDiffImpl.run()protected java.lang.LongSvnRepositoryGetFileSizeImpl.run()protected SVNAdminPathSvnRepositoryGetHistoryImpl.run()protected SVNLogEntrySvnRepositoryGetInfoImpl.run()protected SVNLockSvnRepositoryGetLockImpl.run()protected java.lang.StringSvnRepositoryGetLogImpl.run()protected SVNPropertiesSvnRepositoryGetPropertiesImpl.run()protected SVNPropertyValueSvnRepositoryGetPropertyImpl.run()protected SVNPropertiesSvnRepositoryGetRevisionPropertiesImpl.run()protected SVNPropertyValueSvnRepositoryGetRevisionPropertyImpl.run()protected SVNAdminPathSvnRepositoryGetTreeImpl.run()protected java.lang.StringSvnRepositoryGetUUIDImpl.run()protected java.lang.LongSvnRepositoryGetYoungestImpl.run()protected java.lang.LongSvnRepositoryHotCopyImpl.run()protected SVNAdminEventSvnRepositoryInitializeImpl.run()protected SVNAdminEventSvnRepositoryListLocksImpl.run()protected SVNAdminEventSvnRepositoryListTransactionsImpl.run()protected SVNAdminEventSvnRepositoryLoadImpl.run()protected SVNAdminEventSvnRepositoryPackImpl.run()protected SVNAdminEventSvnRepositoryRecoverImpl.run()protected SVNAdminEventSvnRepositoryRemoveLocksImpl.run()protected SVNAdminEventSvnRepositoryRemoveTransactionsImpl.run()protected java.lang.LongSvnRepositorySetUUIDImpl.run()protected SVNAdminEventSvnRepositorySynchronizeImpl.run()protected java.lang.LongSvnRepositorySyncInfoImpl.run()protected SVNAdminEventSvnRepositoryUpgradeImpl.run()protected SVNAdminEventSvnRepositoryVerifyImpl.run() -
Uses of SVNException in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that throw SVNExceptionModifier and TypeMethodDescriptionbooleanSvnCodec.SVNCommitHandler.accept(java.io.File file) booleanSvnCodec.SvnCommitHandlerWithFilter.accept(java.io.File file) voidSvnCodec.SVNCommitPacketWrapper.dispose()private static voidSvnCodec.fetchStatusRevision(SVNWCContext context, SvnStatus source, SVNStatus result) java.lang.StringSvnCodec.SVNCommitHandler.getCommitMessage(java.lang.String message, SVNCommitItem[] commitables) java.lang.StringSvnCodec.SvnCommitHandlerWithFilter.getCommitMessage(java.lang.String message, SvnCommitItem[] commitables) SvnCodec.SVNCommitHandler.getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) SvnCodec.SvnCommitHandlerWithFilter.getRevisionProperties(java.lang.String message, SvnCommitItem[] commitables, SVNProperties revisionProperties) static SVNStatusSvnCodec.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 SVNExceptionModifier and TypeMethodDescriptionvoidSvnDiffEditor.abortEdit()voidSvnNgRemoteDiffEditor.abortEdit()voidSvnNgRemoteDiffEditor2.abortEdit()voidSvnNgRemoteMergeEditor.abortEdit()voidSvnNgReposToWcCopy.SVNCopyForeignEditor.abortEdit()voidSvnDiffEditor.absentDir(java.lang.String path) voidSvnNgRemoteDiffEditor.absentDir(java.lang.String path) voidSvnNgRemoteDiffEditor2.absentDir(java.lang.String path) voidSvnNgRemoteMergeEditor.absentDir(java.lang.String path) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.absentDir(java.lang.String path) voidSvnDiffEditor.absentFile(java.lang.String path) voidSvnNgRemoteDiffEditor.absentFile(java.lang.String path) voidSvnNgRemoteDiffEditor2.absentFile(java.lang.String path) voidSvnNgRemoteMergeEditor.absentFile(java.lang.String path) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.absentFile(java.lang.String path) private voidSvnNgAdd.add(java.io.File path, java.io.File parentPath, java.io.File existingParentPath) protected voidSvnNgAdd.add(java.io.File localAbsPath, SVNDepth depth, SVNURL copyFromUrl, long copyFromRevision, boolean fireEvent) private voidvoidSvnDiffEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSvnNgRemoteDiffEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSvnNgRemoteDiffEditor2.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSvnNgRemoteMergeEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) private voidSvnNgAdd.addDirectory(java.io.File path, SVNDepth depth, boolean refreshIgnores) voidSvnDiffEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) private voidSvnNgAdd.addFile(java.io.File path) voidSvnNgRemoteDiffEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSvnNgRemoteDiffEditor2.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSvnNgRemoteMergeEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) static voidSvnNgReposToWcCopy.addFileToWc(SVNWCContext context, java.io.File path, java.io.InputStream newBaseContents, java.io.InputStream newContents, SVNProperties newBaseProps, SVNProperties newProps, SVNURL copyFromURL, long copyFromRev) voidSvnNgAdd.addFromDisk(java.io.File path, SVNProperties props, boolean fireEvent) private voidSvnNgMergeDriver.adjustDeletedSubTreeRanges(SvnNgMergeDriver.MergePath child, SvnNgMergeDriver.MergePath parent, long revision1, long revision2, SVNURL primaryURL, SVNRepository repository) private voidSvnNgCommit.appendExternalsAsExplicitTargets(java.util.Collection<java.lang.String> targets, java.io.File baseAbsPath, boolean includeFileExternals, boolean includeDirectoryExternals, SVNDepth depth, SVNWCContext context) private voidSvnNgPatch.applyPatches(java.io.File patchFile, java.io.File workingCopyDirectory, boolean dryRun, int stripCount, boolean reverse, boolean ignoreWhitespace, boolean removeTempFiles, SVNWCContext context) voidSvnDiffEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSvnNgRemoteDiffEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSvnNgRemoteDiffEditor2.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSvnNgRemoteMergeEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) private static voidSvnNgDiffUtil.arbitraryDiffThisDir(SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, java.io.File localAbsPath, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private booleanSvnNgMergeCallback2.areFilesSame(java.io.File olderAbsPath, SVNProperties originalProps, java.io.File mineAbsPath) private static voidSvnNgCommitUtil.bailOnTreeConflictedAncestor(SVNWCContext context, java.io.File firstAbspath) private static voidSvnNgCommitUtil.bailOnTreeConflictedChildren(SVNWCContext context, java.io.File localAbsPath, SVNNodeKind kind, SVNDepth depth, java.util.Collection<java.lang.String> changelistsSet) private SvnInfoSvnNgGetInfo.buildInfo(java.io.File localAbspath, ISVNWCDb.SVNWCDbKind kind) private SvnInfoSvnNgGetInfo.buildUnversionedInfo(java.io.File localAbspath) voidSvnNgUpgradeSDb.Bumpable.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgUpgradeSDb.bumpTo20.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgUpgradeSDb.bumpTo21.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgUpgradeSDb.bumpTo22.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgUpgradeSDb.bumpTo23.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgUpgradeSDb.bumpTo24.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgUpgradeSDb.bumpTo25.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgUpgradeSDb.bumpTo26.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgUpgradeSDb.bumpTo27.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgUpgradeSDb.bumpTo28.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgUpgradeSDb.bumpTo29.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgUpgradeSDb.bumpTo30.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgUpgradeSDb.bumpTo31.bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath) java.util.MapSvnNgMergeDriver.calculateImplicitMergeInfo(SVNRepository repos, SVNURL url, long[] targetRev, long start, long end) private SvnTargetSvnNgMergeReintegrate.calculateLeftHandSide(SVNWCContext context, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> mergedToSourceCatalog, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> unmergedToSourceCatalog, java.io.File targetAbsPath, java.io.File targetReposRelPath, java.util.Map<java.io.File, java.lang.String> subtreesWithMergeInfo, long targetRev, java.io.File sourceReposRelPath, SVNURL sourceReposRoot, SVNURL targetReposRoot, long sourceRev, SVNRepository sourceRepository, SVNRepository targetRepository) private booleanSvnNgMergeDriver.calculateMergeInheritance(SVNMergeRangeList rangeList, java.io.File localAbsPath, boolean wcPathIsMergeTarget, boolean wcPathHasMissingChild, SVNDepth depth) voidSvnNgMergeDriver.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) private java.util.Map<java.lang.String,SVNMergeRangeList> SvnNgReposToWcCopy.calculateTargetMergeInfo(SVNURL srcURL, long srcRevision, SVNRepository repository) private java.util.Map<java.lang.String,SVNMergeRangeList> SvnNgWcToReposCopy.calculateTargetMergeInfo(java.io.File srcFile, long srcRevision, SVNRepository repository) private intSvnNgCleanup.canBeCleaned(SVNWCContext wcContext, java.io.File localAbsPath) voidSvnDiffEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSvnNgRemoteDiffEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSvnNgRemoteDiffEditor2.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSvnNgRemoteMergeEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSvnDiffEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSvnNgRemoteDiffEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSvnNgRemoteDiffEditor2.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSvnNgRemoteMergeEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) private voidSvnNgPatch.checkAncestorDelete(java.io.File deletedTarget, java.util.List<SVNPatchTargetInfo> targetsInfo, java.io.File applyRoot, SVNWCContext context, boolean dryRun) private SVNNodeKindSvnNgAdd.checkCanAddNode(java.io.File path) private SvnNgAdd.CheckCanAddNodeSvnNgAdd.checkCanAddNode(java.io.File localAbsPath, SVNURL copyFromUrl, long copyFromRevision) private SvnNgAdd.CheckCanAddToParentSvnNgAdd.checkCanAddtoParent(java.io.File localAbsPath) static voidSvnNgRemove.checkCanDelete(SvnOperationFactory opFactory, SVNWCContext context, java.io.File path) private voidSvnNgDiff.checkDiffTargetExists(SVNURL url, long revision, long otherRevision, SVNRepository repository) private voidSvnNgDiffSummarize.checkDiffTargetExists(SVNURL url, long revision, long otherRevision, SVNRepository repository) private voidSvnNgWcToWcCopy.checkForDisjointCopyPossibility(SVNWCContext context, java.io.File nestedWC, java.io.File nestedWCParent) protected longSvnNgAbstractUpdate.checkout(SVNURL url, java.io.File localAbspath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean sleepForTimestamp, int targetWorkingCopyFormat) static voidSvnNgPropertiesManager.checkPropertyName(java.lang.String propertyName, SVNPropertyValue propertyValue) private voidSvnNgMergeCallback.checkReposMatch(java.io.File path, SVNURL url) private voidSvnNgMergeCallback2.checkReposMatch(SVNURL reposRootUrl, java.io.File localAbsPath, SVNURL url) private voidSvnNgMergeDriver.checkWcForObstruction(SvnNgMergeDriver.ObstructionState result, java.io.File localAbsPath, boolean noWcRootCheck) private voidSvnNgCleanup.cleanup(SVNWCContext wcContext, java.io.File localAbsPath) private voidSvnNgCleanup.cleanupInternal(SVNWCContext wcContext, java.io.File localAbsPath) voidSvnDiffEditor.closeDir()voidSvnNgRemoteDiffEditor.closeDir()voidSvnNgRemoteDiffEditor2.closeDir()voidSvnNgRemoteMergeEditor.closeDir()voidSvnNgReposToWcCopy.SVNCopyForeignEditor.closeDir()SvnDiffEditor.closeEdit()SvnNgRemoteDiffEditor.closeEdit()SvnNgRemoteDiffEditor2.closeEdit()SvnNgRemoteMergeEditor.closeEdit()SvnNgReposToWcCopy.SVNCopyForeignEditor.closeEdit()voidSvnDiffEditor.closeFile(java.lang.String path, java.lang.String textChecksum) voidSvnNgRemoteDiffEditor.closeFile(java.lang.String path, java.lang.String textChecksum) voidSvnNgRemoteDiffEditor2.closeFile(java.lang.String path, java.lang.String textChecksum) voidSvnNgRemoteMergeEditor.closeFile(java.lang.String path, java.lang.String expectedChecksum) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.closeFile(java.lang.String path, java.lang.String textChecksum) SvnNgCommit.collectCommitItems(SvnCommit operation) private voidSvnNgDowngrade.collectConflicts18(SVNSqlJetDb sDb, java.util.List<java.lang.Long> wcIds, java.util.List<java.io.File> paths) static SVNURLSvnNgLockUtil.collectLockInfo(SvnNgOperationRunner opRunner, SVNWCContext context, SvnNgRepositoryAccess wcAccess, java.util.Collection<SvnTarget> targets, java.util.Map lockInfo, java.util.Map lockPaths, boolean lock, boolean stealLock) private static voidSvnNgCommitUtil.collectLocks(SVNWCContext context, java.io.File path, java.util.Map<SVNURL, java.lang.String> lockTokens) private java.util.List<SvnNgMergeDriver.MergeSource>SvnNgMergeDriver.combineRangeWithSegments(SVNMergeRange range, SVNLocationSegment[] segments, SVNURL sourceRootURL) private booleanSvnNgMergeCallback.compareFiles(java.io.File oldPath, SVNProperties oldProps, java.io.File minePath) private booleanSvnNgMergeCallback.compareProps(SVNProperties p1, SVNProperties p2) private voidSvnNgMergeCallback2.completeDirectoryAdd(java.io.File localAbsPath, SVNProperties newOriginalProps, SVNURL copyFromUrl, long copyFromRevision) private java.lang.VoidSvnNgReposToWcCopy.copy(java.util.Collection<SvnNgReposToWcCopy.SvnCopyPair> copyPairs, boolean makeParents, boolean ignoreExternals) private java.lang.VoidSvnNgReposToWcCopy.copy(java.util.Collection<SvnNgReposToWcCopy.SvnCopyPair> copyPairs, java.io.File topDst, boolean ignoreExternals, SVNRepository repository) private longSvnNgReposToWcCopy.copy(SvnNgReposToWcCopy.SvnCopyPair pair, boolean sameRepositories, boolean ignoreExternals, SVNRepository repository) private SVNCommitInfoSvnNgWcToReposCopy.copy(java.util.Collection<SvnNgWcToReposCopy.SvnCopyPair> copyPairs, boolean makeParents, SVNProperties revisionProperties, java.lang.String commitMessage, ISvnCommitHandler commitHandler) protected booleanSvnNgWcToWcCopy.copy(SVNWCContext context, java.io.File source, java.io.File dst, boolean metadataOnly) private booleanSvnNgWcToWcCopy.copy(SVNWCContext context, java.util.Collection<SvnCopySource> sources, java.io.File target) private voidSvnNgWcToWcCopy.copyBaseDataOfFile(SVNWCContext context, java.io.File source, java.io.File dst) private voidSvnNgReposToWcCopy.copyForeign(SVNURL url, java.io.File dstAbsPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean makeParents, boolean alreadyLocked) private voidSvnNgReposToWcCopy.copyForeignDir(SVNRepository repository, long locRev, java.io.File dstAbsPath, SVNDepth depth) private voidSvnNgWcToWcCopy.copyPristineFiles(java.io.File sourceWc, java.io.File targetWc, boolean move) private SvnNgWcToWcCopy.CopyToTmpDirSvnNgWcToWcCopy.copyToTmpDir(java.io.File srcAbsPath, java.io.File dstAbsPath, java.io.File tmpDirAbsPath, boolean fileCopy, boolean unversioned) private voidSvnNgExport.copyVersionedDir(java.io.File from, java.io.File to, SVNRevision revision, java.lang.String eolStyle, boolean ignoreKeywords, boolean force, SVNDepth depth) private voidSvnNgWcToWcCopy.copyVersionedDirectory(SVNWCContext wcContext, java.io.File srcAbsPath, java.io.File dstAbsPath, java.io.File dstOpRootAbsPath, java.io.File tmpDirAbsPath, boolean metadataOnly, boolean isMove, boolean notify) private voidSvnNgExport.copyVersionedFile(java.io.File from, java.io.File to, SVNRevision revision, java.lang.String eolStyle, boolean ignoreKeywords) private voidSvnNgWcToWcCopy.copyVersionedFile(SVNWCContext wcContext, java.io.File srcAbsPath, java.io.File dstAbsPath, java.io.File dstOpRootAbsPath, java.io.File tmpDirAbsPath, boolean metadataOnly, boolean conflicted, boolean isMove, boolean notify) SvnNgRepositoryAccess.createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource) protected SVNRepositorySvnNgDiffSummarize.createRepository(SVNURL url, java.io.File path, boolean mayReuse) SvnNgRepositoryAccess.createRepository(SVNURL url, java.io.File baseDirectory) SvnNgRepositoryAccess.createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory) java.io.FileSvnNewDiffGenerator.createTempDirectory()private java.io.FileSvnDiffEditor.createTempFile(java.io.File tempDir) private java.io.FileSvnNgRemoteMergeEditor.createUniqueFile(java.lang.String name) static voidSvnNgRemove.delete(SVNWCContext context, java.io.File path, java.io.File movedToAbsPath, boolean keepLocal, boolean deleteUnversioned, ISVNEventHandler handler) voidSvnDiffEditor.deleteEntry(java.lang.String path, long revision) voidSvnNgRemoteDiffEditor.deleteEntry(java.lang.String path, long revision) voidSvnNgRemoteDiffEditor2.deleteEntry(java.lang.String path, long revision) voidSvnNgRemoteMergeEditor.deleteEntry(java.lang.String path, long revision) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.deleteEntry(java.lang.String path, long revision) private java.util.Collection<java.io.File>SvnNgCommit.determineLockTargets(java.io.File baseDirectory, java.util.Collection<java.lang.String> targets) protected static voidSvnNgDiffUtil.diffBaseOnlyDirectory(java.io.File localAbsPath, java.io.File relPath, long revision, SVNDepth depth, ISVNWCDb db, ISvnDiffCallback2 callback) protected static voidSvnNgDiffUtil.diffBaseOnlyFile(java.io.File localAbsPath, java.io.File relPath, long revision, ISVNWCDb db, ISvnDiffCallback2 callback) protected static voidSvnNgDiffUtil.diffBaseWorkingDiff(java.io.File localAbsPath, java.io.File relPath, long revision, java.util.Collection<java.lang.String> changeists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback) private voidSvnNgRemoteDiffEditor.diffDeletedDir(java.lang.String path, long revision, SVNRepository repository) private voidSvnNgRemoteDiffEditor2.diffDeletedDirectory(java.lang.String path) private voidSvnNgRemoteMergeEditor.diffDeletedDirectory(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton) private voidSvnNgRemoteDiffEditor2.diffDeletedFile(java.lang.String path) private voidSvnNgRemoteMergeEditor.diffDeletedFile(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton db) protected static voidSvnNgDiffUtil.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 voidSvnNgDiffUtil.diffLocalOnlyFile(java.io.File localAbsPath, java.io.File relPath, java.util.Collection<java.lang.String> changelists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback) voidISvnDiffCallback.dirAdded(SvnDiffCallbackResult result, java.io.File path, long revision, java.lang.String copyFromPath, long copyFromRevision) voidISvnDiffCallback2.dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton) voidSvnCopyAsChangedDiffCallback.dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton) voidSvnDiffCallback.dirAdded(SvnDiffCallbackResult result, java.io.File path, long revision, java.lang.String copyFromPath, long copyFromRevision) voidSvnDiffCallbackWrapper.dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton) voidSvnDiffSummarizeCallback.dirAdded(SvnDiffCallbackResult result, java.io.File path, long revision, java.lang.String copyFromPath, long copyFromRevision) voidSvnFilterDiffCallback.dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton) voidSvnNgMergeCallback.dirAdded(SvnDiffCallbackResult result, java.io.File path, long revision, java.lang.String copyFromPath, long copyFromRevision) voidSvnNgMergeCallback2.dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton) voidSvnReverseOrderDiffCallback.dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton) voidISvnDiffCallback2.dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton) voidSvnCopyAsChangedDiffCallback.dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton) voidSvnDiffCallbackWrapper.dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton) voidSvnFilterDiffCallback.dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton) voidSvnNgMergeCallback2.dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton) voidSvnReverseOrderDiffCallback.dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton) voidISvnDiffCallback.dirClosed(SvnDiffCallbackResult result, java.io.File path, boolean isAdded) voidISvnDiffCallback2.dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton) voidSvnCopyAsChangedDiffCallback.dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton) voidSvnDiffCallback.dirClosed(SvnDiffCallbackResult result, java.io.File path, boolean dirWasAdded) voidSvnDiffCallbackWrapper.dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton) voidSvnDiffSummarizeCallback.dirClosed(SvnDiffCallbackResult result, java.io.File path, boolean isAdded) voidSvnFilterDiffCallback.dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton) voidSvnNgMergeCallback.dirClosed(SvnDiffCallbackResult result, java.io.File path, boolean isAdded) voidSvnNgMergeCallback2.dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton) voidSvnReverseOrderDiffCallback.dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton) voidISvnDiffCallback.dirDeleted(SvnDiffCallbackResult result, java.io.File path) voidISvnDiffCallback2.dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton) voidSvnCopyAsChangedDiffCallback.dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton) voidSvnDiffCallback.dirDeleted(SvnDiffCallbackResult result, java.io.File path) voidSvnDiffCallbackWrapper.dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton) voidSvnDiffSummarizeCallback.dirDeleted(SvnDiffCallbackResult result, java.io.File path) voidSvnFilterDiffCallback.dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton) voidSvnNgMergeCallback.dirDeleted(SvnDiffCallbackResult result, java.io.File path) voidSvnNgMergeCallback2.dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton) voidSvnReverseOrderDiffCallback.dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton) voidISvnDiffCallback.dirOpened(SvnDiffCallbackResult result, java.io.File path, long revision) voidISvnDiffCallback2.dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton) voidSvnCopyAsChangedDiffCallback.dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton) voidSvnDiffCallback.dirOpened(SvnDiffCallbackResult result, java.io.File path, long revision) voidSvnDiffCallbackWrapper.dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton) voidSvnDiffSummarizeCallback.dirOpened(SvnDiffCallbackResult result, java.io.File path, long revision) voidSvnFilterDiffCallback.dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton) voidSvnNgMergeCallback.dirOpened(SvnDiffCallbackResult result, java.io.File path, long revision) voidSvnNgMergeCallback2.dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton) voidSvnReverseOrderDiffCallback.dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton) voidISvnDiffCallback.dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties) voidSvnDiffCallback.dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean dirWasAdded, SVNProperties propChanges, SVNProperties originalProperties) voidSvnDiffSummarizeCallback.dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties) voidSvnNgMergeCallback.dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties) voidSvnNgMergeCallback2.dirPropsChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges) private booleanSvnNgWcToWcCopy.disjointCopy(SVNWCContext context, java.io.File nestedWC) The method performs "disjoint" copy (see SVNCopyClient#doCopy(File)) The algorithm is: 1.voidISvnDiffGenerator.displayAddedDirectory(SvnTarget target, java.lang.String revision1, java.lang.String revision2, java.io.OutputStream outputStream) voidSvnDiffGenerator.displayAddedDirectory(SvnTarget target, java.lang.String revision1, java.lang.String revision2, java.io.OutputStream outputStream) voidSvnNewDiffGenerator.displayAddedDirectory(java.lang.String path, java.lang.String rev1, java.lang.String rev2) voidSvnOldDiffGenerator.displayAddedDirectory(SvnTarget displayPath, java.lang.String revision1, java.lang.String revision2, java.io.OutputStream outputStream) private voidSvnDiffGenerator.displayBinary(java.lang.String mimeType1, java.lang.String mimeType2, java.io.OutputStream outputStream, boolean leftIsBinary, boolean rightIsBinary) private voidSvnDiffGenerator.displayCannotDisplayFileMarkedBinary(java.io.OutputStream outputStream) voidISvnDiffGenerator.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) private voidSvnDiffCallback.displayContentChanged(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, SvnDiffCallback.OperationKind operation, java.io.File copyFromPath) voidSvnDiffGenerator.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) voidSvnOldDiffGenerator.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) voidISvnDiffGenerator.displayDeletedDirectory(SvnTarget target, java.lang.String revision1, java.lang.String revision2, java.io.OutputStream outputStream) voidSvnDiffGenerator.displayDeletedDirectory(SvnTarget target, java.lang.String revision1, java.lang.String revision2, java.io.OutputStream outputStream) voidSvnNewDiffGenerator.displayDeletedDirectory(java.lang.String path, java.lang.String rev1, java.lang.String rev2) voidSvnOldDiffGenerator.displayDeletedDirectory(SvnTarget displayPath, java.lang.String revision1, java.lang.String revision2, java.io.OutputStream outputStream) voidSvnNewDiffGenerator.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) private voidSvnDiffGenerator.displayGitDiffHeader(java.io.OutputStream outputStream, SvnDiffCallback.OperationKind operationKind, java.lang.String path1, java.lang.String path2, java.lang.String copyFromPath) private voidSvnDiffGenerator.displayGitDiffHeaderAdded(java.io.OutputStream outputStream, java.lang.String path1, java.lang.String path2, java.lang.String copyFromPath) private voidSvnDiffGenerator.displayGitDiffHeaderCopied(java.io.OutputStream outputStream, java.lang.String path1, java.lang.String path2, java.lang.String copyFromPath) private voidSvnDiffGenerator.displayGitDiffHeaderDeleted(java.io.OutputStream outputStream, java.lang.String path1, java.lang.String path2, java.lang.String copyFromPath) private voidSvnDiffGenerator.displayGitDiffHeaderModified(java.io.OutputStream outputStream, java.lang.String path1, java.lang.String path2, java.lang.String copyFromPath) private voidSvnDiffGenerator.displayGitDiffHeaderRenamed(java.io.OutputStream outputStream, java.lang.String path1, java.lang.String path2, java.lang.String copyFromPath) private voidSvnDiffGenerator.displayGitHeaderFields(java.io.OutputStream outputStream, SvnTarget target, java.lang.String revision1, java.lang.String revision2, SvnDiffCallback.OperationKind operation, java.lang.String copyFromPath) protected booleanSvnDiffGenerator.displayHeader(java.io.OutputStream os, java.lang.String path, boolean deleted, boolean added, SvnDiffCallback.OperationKind operation) protected voidSvnDiffGenerator.displayHeaderFields(java.io.OutputStream os, java.lang.String label1, java.lang.String label2) private voidSvnDiffGenerator.displayMergeInfoDiff(java.io.OutputStream outputStream, java.lang.String oldValue, java.lang.String newValue) private voidSvnDiffGenerator.displayMimeType(java.io.OutputStream outputStream, java.lang.String mimeType) private voidSvnDiffGenerator.displayMimeTypes(java.io.OutputStream outputStream, java.lang.String mimeType1, java.lang.String mimeType2) voidSvnNewDiffGenerator.displayPropDiff(java.lang.String path, SVNProperties baseProps, SVNProperties diff, java.io.OutputStream result) private voidSvnDiffGenerator.displayPropDiffValues(java.io.OutputStream outputStream, SVNProperties diff, SVNProperties baseProps) private voidSvnDiffGenerator.displayPropertyChangesOn(java.lang.String path, java.io.OutputStream outputStream) voidISvnDiffGenerator.displayPropsChanged(SvnTarget target, java.lang.String revision1, java.lang.String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, java.io.OutputStream outputStream) voidSvnDiffGenerator.displayPropsChanged(SvnTarget target, java.lang.String revision1, java.lang.String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, java.io.OutputStream outputStream) voidSvnOldDiffGenerator.displayPropsChanged(SvnTarget displayPath, java.lang.String revision1, java.lang.String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, java.io.OutputStream outputStream) voidSvnNgCommit.disposeCommitPacket(java.lang.Object lockingContext, boolean disposeParentContext) private static voidSvnNgDiffUtil.doArbitraryDirsDiff(java.io.File localAbsPath1, java.io.File localAbsPath2, java.io.File rootAbsPath1, java.io.File rootAbsPath2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private static voidSvnNgDiffUtil.doArbitraryFilesDiff(java.io.File localAbsPath1, java.io.File localAbsPath2, java.io.File path, boolean file1IsEmpty, boolean file2IsEmpty, SVNProperties originalPropertiesOverride, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) static voidSvnNgDiffUtil.doArbitraryNodesDiff(SvnTarget target1, SvnTarget target2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private voidSvnNgCleanup.doCleanup(java.io.File localAbsPath, SVNWCContext wcContext, java.util.List<java.lang.String> ignores) private voidSvnNgDiff.doDiff(SvnTarget target1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget target2, SVNRevision revision2) private voidSvnNgDiffSummarize.doDiff(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) private voidSvnNgDiff.doDiffReposRepos(SvnTarget svnTarget1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget svnTarget2, SVNRevision revision2) private voidSvnNgDiffSummarize.doDiffReposRepos(SVNURL url1, java.io.File path1, SVNRevision revision1, SVNURL url2, java.io.File path2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) private voidSvnNgDiff.doDiffReposWC(SvnTarget target1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget target2, SVNRevision revision2, boolean reverse) private voidSvnNgDiffSummarize.doDiffReposWC(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNRevision pegRevision, boolean reverse, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) static voidSvnNgDiffUtil.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) private voidSvnNgDiffSummarize.doDiffURL(SVNURL url, java.io.File path, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) private voidSvnNgDiff.doDiffWC(java.io.File localAbspath, ISvnDiffCallback callback) private voidSvnNgDiff.doDiffWCWC(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2) private voidSvnNgDiffSummarize.doDiffWCWC(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) static voidSvnNgDiffUtil.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 SvnSingleRangeConflictReportSvnNgMergeDriver.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) private voidSvnNgGetStatus.doExternalStatus(java.util.Map<java.io.File, java.io.File> externalsNew) private SvnSingleRangeConflictReportSvnNgMergeDriver.doFileMerge(java.io.File targetAbsPath, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> resultCatalog, SvnNgMergeDriver.MergeSource source, ISvnDiffCallback2 mergeProcessor, boolean sourcesRelated, boolean squelcheMergeInfoNotifications) voidSvnNgGetChangelistPaths.doGetChangeLists(java.io.File file) protected SvnNgMergeDriver.MergeDataSvnNgMergeDriver.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 SvnSingleRangeConflictReportSvnNgMergeDriver.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 SvnSingleRangeConflictReportSvnNgMergeDriver.doMergeInfoUnawareDirectoryMerge(SvnNgMergeDriver.MergeSource source, java.io.File targetPath, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SVNDepth depth) private voidprotected SVNCommitInfoSvnNgCommit.doRun(SVNWCContext context, SvnCommitPacket packet) protected SVNCommitInfoSvnNgWcToReposCopy.doRun(SVNWCContext context, SVNURL target) protected longSvnNgAbstractUpdate.doSwitch(java.io.File localAbsPath, SVNURL switchUrl, SVNRevision revision, SVNRevision pegRevision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean ignoreAncestry, boolean sleepForTimestamp) voidSvnNgDowngrade.downgrade(SVNWCContext context, java.io.File localAbsPath) private voidSvnNgDowngrade.downgradeConflict(SVNSqlJetDb sDb, long wcId, java.io.File localAbsPath, java.io.File conflictOldRelPath, java.io.File conflictNewRelPath, java.io.File conflictWorkingRelPath, java.io.File prejRelPath, byte[] treeConflictData) private voidSvnNgMergeDriver.driveMergeReportEditor(java.io.File targetAbsPath, SvnNgMergeDriver.MergeSource source, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, ISvnDiffCallback2 processor, SVNDepth depth) 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) private static voidSvnNgMergeinfoUtil.elideMergeInfo(SVNWCContext context, java.util.Map<java.lang.String, SVNMergeRangeList> parent, java.util.Map<java.lang.String, SVNMergeRangeList> child, java.io.File targetAbsPath) static voidSvnNgMergeinfoUtil.elideMergeInfo(SVNWCContext context, SVNRepository repos, java.io.File targetAbsPath, java.io.File limitAbsPath) private voidSvnNgReposToWcCopy.SVNCopyForeignEditor.ensureAdded(SvnNgReposToWcCopy.SVNCopyForeignEditor.DirectoryBaton currentDirectory) private voidSvnNgMergeDriver.ensureImplicitMergeinfo(SvnNgMergeDriver.MergePath parent, SvnNgMergeDriver.MergePath child, boolean childInheritsParent, long revision1, long revision2, SVNRepository repository) voidSvnDiffEditor.Entry.ensureLocalInfo()private voidSvnNgAbstractUpdate.ensureNodesMovedToIndex(SVNSqlJetDb sDb) protected SVNRepositorySvnNgMergeDriver.ensureRepository(SVNRepository repository, SVNURL url) protected static SVNURLSvnNgMergeDriver.ensureSessionURL(SVNRepository repository, SVNURL url) private voidSvnNgDiffUtil.DiffStatusCallback.ensureState(java.io.File localAbsPath, boolean recursiveSkip) voidSvnNgMergeDriver.ensureWcIsSuitableForMerge(java.io.File targetAbsPath, boolean allowMixedRevs, boolean allowLocalMods, boolean allowSwitchedSubtrees) protected java.util.Collection<SvnCopySource>SvnNgReposToWcCopy.expandCopySources(java.util.Collection<SvnCopySource> sources) SvnNgUpgrade.fetchReposInfo(SVNURL url, SVNURL lastRepos, java.lang.String lastUuid) voidISvnDiffCallback.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) voidISvnDiffCallback2.fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) voidSvnCopyAsChangedDiffCallback.fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) voidSvnDiffCallback.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) voidSvnDiffCallbackWrapper.fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) voidSvnDiffSummarizeCallback.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) voidSvnFilterDiffCallback.fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) voidSvnNgMergeCallback.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) voidSvnNgMergeCallback2.fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) voidSvnReverseOrderDiffCallback.fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) voidISvnDiffCallback.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) voidISvnDiffCallback2.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) voidSvnCopyAsChangedDiffCallback.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) voidSvnDiffCallback.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) voidSvnDiffCallbackWrapper.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) voidSvnDiffSummarizeCallback.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) voidSvnFilterDiffCallback.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) voidSvnNgMergeCallback.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) voidSvnNgMergeCallback2.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) voidSvnReverseOrderDiffCallback.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) voidISvnDiffCallback2.fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource) voidSvnCopyAsChangedDiffCallback.fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource) voidSvnDiffCallbackWrapper.fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource) voidSvnFilterDiffCallback.fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource) voidSvnNgMergeCallback2.fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource) voidSvnReverseOrderDiffCallback.fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource) voidISvnDiffCallback.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) voidISvnDiffCallback2.fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps) voidSvnCopyAsChangedDiffCallback.fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps) voidSvnDiffCallback.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) voidSvnDiffCallbackWrapper.fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps) voidSvnDiffSummarizeCallback.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) voidSvnFilterDiffCallback.fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps) voidSvnNgMergeCallback.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) voidSvnNgMergeCallback2.fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps) voidSvnReverseOrderDiffCallback.fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps) private voidSvnDiffStatusReceiver.fileDiff(java.io.File localAbspath, java.lang.String path) voidISvnDiffCallback.fileOpened(SvnDiffCallbackResult result, java.io.File path, long revision) voidISvnDiffCallback2.fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton) voidSvnCopyAsChangedDiffCallback.fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton) voidSvnDiffCallback.fileOpened(SvnDiffCallbackResult result, java.io.File path, long revision) voidSvnDiffCallbackWrapper.fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton) voidSvnDiffSummarizeCallback.fileOpened(SvnDiffCallbackResult result, java.io.File path, long revision) voidSvnFilterDiffCallback.fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton) voidSvnNgMergeCallback.fileOpened(SvnDiffCallbackResult result, java.io.File path, long revision) voidSvnNgMergeCallback2.fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton) voidSvnReverseOrderDiffCallback.fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton) private SvnCommitPacketSvnNgWcToReposCopy.filterLocalModifications(SvnCommitPacket packet) private voidSvnNgMergeDriver.filterMergedRevisions(SvnNgMergeDriver.MergePath parent, SvnNgMergeDriver.MergePath child, SVNRepository repository, java.lang.String mergeInfoPath, java.util.Map targetMergeInfo, long rev1, long rev2, boolean childInheritsImplicit) private SVNPropertiesSvnNgMergeCallback.filterSelfReferentialMergeInfo(SVNProperties props, java.io.File localAbsPath, boolean honorMergeInfo, boolean sameRepos, boolean reintegrateMerge, SVNRepository repos) private SVNPropertiesSvnNgMergeCallback2.filterSelfReferentialMergeInfo(SVNProperties props, java.io.File targetAbsPath, SVNRepository svnRepository) private java.io.FileSvnNgAdd.findExistingParent(java.io.File parentPath) protected voidSvnNgMergeDriver.findGapsInMergeSourceHistory(long[] gap, java.lang.String mergeSrcCanonPath, SVNURL url1, long rev1, SVNURL url2, long rev2, SVNRepository repos) private java.util.Collection<SVNURL>SvnNgWcToReposCopy.findMissingParents(SVNURL targetURL, SVNRepository repository) SvnNgMergeReintegrate.findUnmergedMergeInfo(long ycAncestorRev, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> sourceCatalog, java.util.Map<java.io.File, java.util.List<SVNLocationSegment>> targetSegments, java.io.File sourceReposRelPath, java.io.File targetReposRelPath, long targetRev, long sourceRev, SVNRepository sourceRepos, SVNRepository targetRepos) private voidSvnNgMergeReintegrate.findUnsyncedRanges(java.io.File sourceReposRelPath, java.io.File targetReposRelPath, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> unmergedToSourceCatalog, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> mergedToSourceCatalog, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> finalUnmergedCatalog, SVNRepository repos) private voidSvnNgMergeDriver.fixDeletedSubtreeRanges(SVNURL url1, long revision1, SVNURL url2, long revision2, SVNRepository repository, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo) private voidSvnNgMergeDriver.flagSubTreesNeedingMergeInfo(boolean operativeMerge, SVNMergeRange mergeRange, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, java.io.File mergeInfoPath, SVNDepth depth) private java.util.MapSvnNgAdd.getAllAutoProperties(ISVNOptions options, java.io.File file) private java.io.FileSvnDiffStatusReceiver.getEmptyFile()private java.io.FileSvnNgRemoteDiffEditor.getEmptyFile()private java.io.FileSvnNgRemoteDiffEditor2.getEmptyFile()private java.io.FileSvnNgRemoteMergeEditor.getEmptyFile()private voidSvnNgRemoteDiffEditor2.getFileFromRa(SvnNgRemoteDiffEditor2.FileBaton fb, boolean propsOnly) private voidSvnNgRemoteMergeEditor.getFileFromRepository(SvnNgRemoteMergeEditor.FileBaton fileBaton, boolean propsOnly) 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.FileSvnNgRemoteDiffEditor.getGlobalTmpDir()java.io.FileSvnNgRemoteMergeEditor.getGlobalTmpDir()private java.lang.StringSvnDiffGenerator.getHeaderFieldsString(SvnTarget target, java.lang.String displayPath, java.lang.String label1, java.lang.String label2, java.lang.String revision1, java.lang.String revision2, SvnDiffCallback.OperationKind operation, java.lang.String copyFromPath) private java.lang.StringSvnDiffGenerator.getHeaderString(SvnTarget target, java.lang.String displayPath, boolean deleted, boolean added, SvnDiffCallback.OperationKind operation, java.lang.String copyFromPath) 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) private java.util.Map<java.io.File,java.lang.String> SvnNgMergeDriver.getInoperativeImmediateChildrent(java.lang.String mergeSourceReposAbsPath, long oldestRev, long youngestRev, java.io.File targetAbsPath, SVNRepository repos, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo) private ISVNWCDb.SVNWCDbKindprivate voidSvnNgGetProperties.getLocaliProps(SVNWCContext context, java.io.File target) private java.io.FileSvnNgMerge.getLockPath(java.io.File firstTarget) private java.io.FileSvnNgMergePegged.getLockPath(java.io.File firstTarget) private java.io.FileSvnNgMergeReintegrate.getLockPath(java.io.File firstTarget) 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) private java.util.Map<java.io.File,SvnNgMergeDriver.MergePath> SvnNgMergeDriver.getMergeInfoPaths(java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, java.io.File targetAbsPath, SVNDepth depth, boolean dryRun, boolean sameRepos) private static Structure<SvnNgCommitUtil.NodeCommitStatus>SvnNgCommitUtil.getNodeCommitStatus(SVNWCContext context, java.io.File localAbsPath) private java.util.Map<java.io.File,java.lang.String> SvnNgMergeDriver.getOperativeImmediateChildren(java.io.File mergeSourceFsPath, long oldestRevision, long youngestRevision, java.io.File mergeTargetAbsPath, SVNDepth depth, SVNRepository repository) protected java.lang.StringSvnNgMergeDriver.getPathRelativeToRoot(SVNURL url, SVNURL reposRootURL, SVNRepository repos) protected SvnNgRepositoryAccessSvnNgDiffSummarize.getRepositoryAccess()protected SvnNgRepositoryAccessSvnNgOperationRunner.getRepositoryAccess()private static SvnNgMergeinfoUtil.SvnMergeInfoCatalogInfoSvnNgMergeinfoUtil.getReposMergeInfoCatalog(SVNRepository repository, java.lang.String relativePath, long revision, SVNMergeInfoInheritance inheritance, boolean squelchIncapable, boolean includeDescendats) private longSvnNgDiff.getRevisionNumber(SVNRevision revision, SVNRepository repository, SvnTarget target) private longSvnNgDiffSummarize.getRevisionNumber(SVNRevision revision1, SVNRepository repository1, SVNURL url1) SvnNgRepositoryAccess.getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision) private SvnStatusSvnNgWcToWcCopy.getStatus(java.io.File interestingFile) protected SVNURLSvnNgRepositoryAccess.getTargetURL(SvnTarget target) java.util.Map<java.lang.String,java.lang.Object> SvnNgDowngrade.DowngradeConflictStatement.getUpdateValues()private SVNURLSvnNgDiff.getURL(java.io.File path1) private SVNURLSvnNgDiffSummarize.getURL(java.io.File path1) SvnNgRepositoryAccess.getURLFromPath(SvnTarget path, SVNRevision revision, SVNRepository repository) SvnNgCommit.getUrlKind(SVNURL url, long revision) SvnNgCommitUtil.ISvnUrlKindCallback.getUrlKind(SVNURL url, long revision) SvnNgWcToReposCopy.getUrlKind(SVNURL url, long revision) private java.util.TreeMap<java.io.File,java.util.Map<java.lang.String, SVNMergeRangeList>> SvnNgMergeDriver.getWcExplicitMergeInfoCatalog(java.io.File targetAbsPath, SVNDepth depth) SvnNgMergeinfoUtil.getWCMergeInfo(SVNWCContext context, java.io.File localAbsPath, java.io.File limitAbsPath, SVNMergeInfoInheritance inheritance, boolean ignoreInvalidMergeInfo) private static SvnNgMergeinfoUtil.SvnMergeInfoCatalogInfoSvnNgMergeinfoUtil.getWcMergeInfoCatalog(SVNWCContext context, boolean includeDescendants, SVNMergeInfoInheritance inheritance, java.io.File localAbsPath, java.io.File limitAbsPath, boolean ignoreInvalidMergeInfo) static java.util.Map<java.lang.String,SVNMergeRangeList> SvnNgMergeinfoUtil.getWCOrReposMergeInfo(SVNWCContext context, java.io.File wcPath, SVNRepository repository, boolean reposOnly, SVNMergeInfoInheritance inheritance) (package private) static SvnNgMergeinfoUtil.SvnMergeInfoCatalogInfoSvnNgMergeinfoUtil.getWcOrReposMergeInfoCatalog(SVNWCContext context, SVNRepository repository, java.io.File wcPath, boolean includeDescendants, boolean reposOnly, boolean ignoreInvalidMergeInfo, SVNMergeInfoInheritance inheritance) private SVNWCDbRootSvnDiffEditor.getWcRoot()protected java.lang.Object[]SvnNgDowngrade.DowngradeConflictStatement.getWhere()protected java.lang.Object[]SvnNgDowngrade.SelectConflictsStatement.getWhere()SvnNgAbstractUpdate.RecordConflictsResolver.handleConflict(SVNConflictDescription conflictDescription) private static voidSvnNgCommitUtil.handleDescendants(SVNWCContext context, SvnCommitPacket packet, SVNURL rootUrl, java.util.Collection<SvnCommitItem> items, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISVNEventHandler eventHandler) private voidSvnNgRemoteDiffEditor.handleEvent(SVNEvent event) private voidSvnNgAbstractUpdate.handleExternalItemChange(SVNURL rootUrl, java.io.File parentPath, SVNURL parentUrl, java.io.File localAbsPath, java.io.File oldDefiningPath, SVNExternal newItem) private voidSvnNgAbstractUpdate.handleExternalItemRemoval(java.io.File definingAbsPath, java.io.File localAbsPath) protected voidSvnNgAbstractUpdate.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) private voidSvnNgAbstractUpdate.handleExternalsChange(SVNURL reposRoot, java.io.File externalPath, java.lang.String externalDefinition, java.util.Map<java.io.File, java.io.File> oldExternals, SVNDepth ambientDepth, SVNDepth requestedDepth) private voidSvnDiffEditor.handleLocalOnly(SvnDiffEditor.Entry pb, java.lang.String name) voidSvnNgSetLock.handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error) voidSvnNgMergeDriver.FindOperativeSubtreeRevisions.handleLogEntry(SVNLogEntry logEntry) voidSvnNgMergeDriver.NoopLogHandler.handleLogEntry(SVNLogEntry logEntry) private voidSvnNgMergeCallback2.handlePendingNotifications(SvnNgMergeCallback2.DirectoryBaton db) voidSvnNgSetLock.handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error) static voidSvnNgCommitUtil.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, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File, java.lang.String> externalsStorage, ISVNEventHandler eventHandler) static SvnCommitPacketSvnNgCommitUtil.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, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File, java.lang.String> externalsStorage) static SvnCommitPacketSvnNgCommitUtil.harvestCopyCommitables(SVNWCContext context, java.io.File path, SVNURL dst, SvnCommitPacket packet, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File, java.lang.String> externalsStorage) private static voidSvnNgCommitUtil.harvestNotPresentForCopy(SVNWCContext context, java.io.File localAbsPath, SvnCommitPacket committables, SVNURL reposRootUrl, java.io.File commitRelPath, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback) private booleanSvnNgWcToWcCopy.hasMetadataInParentWc(SVNWCDb wcdb, java.io.File nestedWC, java.io.File nestedWCParent) private voidSvnNgWcToReposCopy.includeExternalsChanges(SVNRepository repos, SvnCommitPacket packet, java.util.Map<java.io.File, java.lang.String> externalsStorage, SvnNgWcToReposCopy.SvnCopyPair svnCopyPair) private voidSvnNgMergeDriver.inheritImplicitMergeinfoFromParent(SvnNgMergeDriver.MergePath parent, SvnNgMergeDriver.MergePath child, long revision1, long revision2, SVNRepository repository) private voidSvnNgMergeDriver.insertParentAndSiblingsOfAbsentDelSubtree(java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SvnNgMergeDriver.MergePath child, SVNDepth depth) private voidSvnNgAdd.integrateNestedWcAsCopy(java.io.File localAbsPath) private voidSvnDiffGenerator.internalDiff(SvnTarget target, java.io.OutputStream outputStream, java.lang.String displayPath, java.io.File file1, java.io.File file2, java.lang.String label1, java.lang.String label2, SvnDiffCallback.OperationKind operation, java.lang.String copyFromPath, java.lang.String revision1, java.lang.String revision2) booleanSvnNgCheckout.isApplicable(SvnCheckout operation, SvnWcGeneration wcGeneration) booleanSvnNgDiff.isApplicable(SvnDiff operation, SvnWcGeneration wcGeneration) booleanSvnNgDiffSummarize.isApplicable(SvnDiffSummarize operation, SvnWcGeneration wcGeneration) booleanSvnNgGetMergeInfo.isApplicable(SvnGetMergeInfo operation, SvnWcGeneration wcGeneration) booleanSvnNgGetProperties.isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration) booleanSvnNgLogMergeInfo.isApplicable(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration) booleanSvnNgMerge.isApplicable(SvnMerge operation, SvnWcGeneration wcGeneration) booleanSvnNgMergePegged.isApplicable(SvnMerge operation, SvnWcGeneration wcGeneration) booleanSvnNgMergeReintegrate.isApplicable(SvnMerge operation, SvnWcGeneration wcGeneration) booleanSvnNgReposToWcCopy.isApplicable(SvnCopy operation, SvnWcGeneration wcGeneration) booleanSvnNgSetProperty.isApplicable(SvnSetProperty operation, SvnWcGeneration wcGeneration) booleanSvnNgSuggestMergeSources.isApplicable(SvnSuggestMergeSources operation, SvnWcGeneration wcGeneration) booleanSvnNgWcToReposCopy.isApplicable(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) booleanSvnNgWcToWcCopy.isApplicable(SvnCopy operation, SvnWcGeneration wcGeneration) protected booleanSvnNgDowngrade.SelectConflictsStatement.isFilterPassed()private booleanSvnNgMergeReintegrate.isMergeinfoInCatalog(java.io.File sourceRelpath, java.io.File[] catPath, java.util.Map<java.lang.String, SVNMergeRangeList> mergeinfo, long revision, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> catalog) voidSvnNgRemoteDiffEditor.FileBaton.loadFile(SVNWCContext context, SVNRepository repos, boolean propsOnly, java.util.Collection<java.io.File> tmpFiles) voidSvnNgRemoteDiffEditor.DirBaton.loadProperties(SVNRepository repos, java.lang.String path, long revision) private voidSvnNgLogMergeInfo.logForMergeInfoRangeList(SVNURL sourceURL, java.util.List<java.lang.String> mergeSourcePaths, boolean filteringMerged, SVNMergeRangeList rangelist, boolean oldestRevsFirst, java.util.Map<java.lang.String, java.util.Map<java.lang.String, SVNMergeRangeList>> targetCatalog, java.lang.String absReposTargetPath, boolean discoverChangedPaths, java.lang.String[] revprops, ISvnObjectReceiver<SVNLogEntry> receiver) private SVNConflictVersion[]SvnNgMergeCallback.makeConflictVersions(java.io.File target, SVNNodeKind kind) static voidSvnNgMergeDriver.makeMergeConflictError(SvnConflictReport report) private SVNTreeConflictDescriptionSvnNgMergeCallback.makeTreeConflict(java.io.File path, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) private voidprivate java.util.List<java.io.File>SvnNgMarkReplaced.markDeletedRecursively(ISVNWCDb db, java.io.File path) voidSvnNgMergeCallback2.DirectoryBaton.markDirectoryEdited(java.io.File localAbsPath) voidSvnNgMergeCallback2.FileBaton.markFileEdited(java.io.File localAbsPath) private SvnConflictReportSvnNgMerge.merge(java.io.File target) private SvnNgMergeCallback2.MergeOutcomeSvnNgMergeCallback2.merge(java.io.File leftAbsPath, java.io.File rightAbsPath, java.io.File targetAbsPath, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean dryRun, java.lang.String diff3Cmd, SVNDiffOptions mergeOptions, SVNProperties originalProps, SVNProperties propChanges, boolean mergeContentNeeded, boolean mergePropsNeeded, ISVNConflictHandler conflictResolver) private SvnNgMergeDriver.MergeDataSvnNgMergePegged.merge(java.io.File target) private voidSvnNgMergeReintegrate.merge(SVNWCContext context, SvnTarget mergeSource, java.io.File mergeTarget, boolean dryRun) 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) private SVNWCContext.MergePropertiesInfoSvnNgMergeCallback.mergePropChanges(java.io.File localAbsPath, SVNProperties propChanges, SVNProperties originalProperties) private static voidSvnNgUpgradeSDb.migrateSingleTreeConflictData(SVNSqlJetDb sDb, java.lang.String treeConflictData, long wcId, java.io.File localRelPath) private static voidSvnNgUpgradeSDb.migrateTreeConflictData(SVNSqlJetDb sDb) private booleanSvnNgWcToWcCopy.move(java.util.Collection<SvnNgWcToWcCopy.SvnCopyPair> pairs) voidSvnNgWcToWcCopy.move(SVNWCContext context, java.io.File source, java.io.File dst, boolean metadataOnly) private voidSvnNgWcToWcCopy.moveWcDb(java.io.File sourceWc, java.io.File targetWc) private static booleanSvnNgInheritableProperties.needsCachedIProps(SVNWCContext context, java.io.File localAbsPath, SVNRepository repository) voidISvnDiffCallback2.nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton) voidSvnCopyAsChangedDiffCallback.nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton) voidSvnDiffCallbackWrapper.nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton) voidSvnFilterDiffCallback.nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton) voidSvnNgMergeCallback2.nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton) voidSvnReverseOrderDiffCallback.nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton) voidSvnNgGetChangelistPaths.nodeFound(java.io.File localAbsPath, ISVNWCDb.SVNWCDbKind kind) voidSvnNgGetInfo.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) private voidSvnNgMergeCallback2.notifyMergeBegin(java.io.File localAbsPath, boolean deleteAction) private voidSvnNgSetProperty.notifyNonExistentPath(java.io.File localAbsPath) voidSvnDiffEditor.openDir(java.lang.String path, long revision) voidSvnNgRemoteDiffEditor.openDir(java.lang.String path, long revision) voidSvnNgRemoteDiffEditor2.openDir(java.lang.String path, long revision) voidSvnNgRemoteMergeEditor.openDir(java.lang.String path, long revision) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.openDir(java.lang.String path, long revision) voidSvnDiffEditor.openFile(java.lang.String path, long revision) voidSvnNgRemoteDiffEditor.openFile(java.lang.String path, long revision) voidSvnNgRemoteDiffEditor2.openFile(java.lang.String path, long revision) voidSvnNgRemoteMergeEditor.openFile(java.lang.String path, long revision) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.openFile(java.lang.String path, long revision) voidSvnDiffEditor.openRoot(long revision) voidSvnNgRemoteDiffEditor.openRoot(long revision) voidSvnNgRemoteDiffEditor2.openRoot(long revision) voidSvnNgRemoteMergeEditor.openRoot(long revision) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.openRoot(long revision) private static java.util.Map<java.lang.String,SVNMergeRangeList> SvnNgMergeinfoUtil.parseMergeInfo(SVNWCContext context, java.io.File localAbsPath) private SVNWCContext.ObstructionDataSvnNgMergeCallback2.performObstructionCheck(java.io.File localAbsPath) SvnNgMergeDriver.performObstructionCheck(java.io.File localAbsPath, SVNNodeKind expectedKind) private voidSvnNgRevert.populateModifiedCopiesThatShouldBePreserved(java.io.File localAbsPath, java.io.File wcRoot, java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved) private voidSvnNgMergeDriver.populateRemainingRanges(java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SVNURL sourceRootURL, SVNURL url1, long revision1, SVNURL url2, long revision2, boolean honorMergeInfo, SVNRepository repository, java.lang.String parentMergeSrcCanonPath) private voidSvnNgCommit.postProcessCommitItem(SvnNgCommit.SvnCommittedQueue queue, SvnCommitItem item, boolean keepChangelists, boolean keepLocks, SvnChecksum sha1Checksum) private SVNPropertiesSvnNgMergeCallback2.prepareMergePropsChanged(java.io.File localAbsPath, SVNProperties propChanges) private voidSvnNgMergeDriver.processChildrenWithNewMergeInfo(java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo) private voidSvnNgCommit.processCommittedInternal(java.io.File localAbspath, boolean recurse, boolean topOfRecurse, long newRevision, SVNDate revDate, java.lang.String revAuthor, SVNProperties newDavCache, boolean unlockOnly, boolean noUnlock, boolean keepChangelist, SvnChecksum sha1Checksum, SvnNgCommit.SvnCommittedQueue queue) private voidSvnNgCommit.processCommittedLeaf(java.io.File localAbspath, boolean viaRecurse, long newRevnum, SVNDate newChangedDate, java.lang.String newChangedAuthor, SVNProperties newDavCache, boolean unlockOnly, boolean noUnlock, boolean keepChangelist, SvnChecksum checksum) private voidSvnNgCommit.processCommittedQueue(SvnNgCommit.SvnCommittedQueue queue, long newRevision, java.util.Date revDate, java.lang.String revAuthor) voidSvnDiffCallback.propertiesChanged(java.io.File path, long revision1, long revision2, boolean dirWasAdded, SVNProperties diff, SVNProperties originalProperties) voidvoidvoidvoidvoidvoidSvnNgLogMergeInfo.LogEntryReceiver.receive(SvnTarget target, SVNLogEntry logEntry) voidvoidprivate voidSvnNgMergeDriver.recordMergeinfo(java.io.File localAbsPath, java.util.Map<java.lang.String, SVNMergeRangeList> mergeinfo, boolean notify) private voidSvnNgMergeDriver.recordMergeInfoForAddedSubtrees(SVNMergeRange range, java.lang.String mergeInfoPath, SVNDepth depth, boolean squelchMergeinfoNotifications, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo) protected voidSvnNgMergeDriver.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) private voidSvnNgMergeCallback2.recordSkip(java.io.File localAbsPath, SVNNodeKind kind, SVNEventAction action, SVNStatusType state) private voidSvnNgMergeDriver.recordSkips(java.lang.String mergeInfoPath, SVNMergeRangeList childMergeRangelist, boolean isRollBack) private voidSvnNgMergeCallback2.recordTreeConflict(java.io.File localAbsPath, SvnNgMergeCallback2.DirectoryBaton parentBaton, SVNNodeKind nodeKind, SVNConflictAction action, SVNConflictReason reason, SVNWCConflictDescription17 existingConflict, boolean notifyTreeConflict) private voidSvnNgMergeCallback2.recordUpdateAdd(java.io.File localAbsPath, SVNNodeKind kind, boolean notifyReplaced) private voidSvnNgMergeCallback2.recordUpdateDelete(java.io.File localAbsPath, SVNNodeKind kind, SvnNgMergeCallback2.DirectoryBaton parentBaton) private voidSvnNgMergeCallback2.recordUpdateUpdate(java.io.File localAbsPath, SVNNodeKind kind, SVNStatusType contentState, SVNStatusType propState) private voidSvnNgAbstractUpdate.relegateExternal(java.io.File localAbsPath, SVNURL url, SVNRevision revision, SVNRevision pegRevision, java.io.File definingPath, SVNFileType fileKind, int targetWorkingCopyFormat) private voidSvnNgAbstractUpdate.relegateExternalDir(java.io.File wriAbsPath, java.io.File localAbsPath) private voidSvnNgRelocate.relocateExternals(java.io.File localAbsPath, SVNExternal[] externals, SVNURL oldReposRootUrl, SVNURL newReposRootUrl) private voidSvnNgWcToWcCopy.removeAllConflictMarkers(ISVNWCDb db, java.io.File srcDirAbsPath, java.io.File wcDirAbsPath) private voidSvnNgWcToWcCopy.removeNodeConflictMarkers(ISVNWCDb db, java.io.File srcAbsPath, java.io.File nodeAbsPath) private SVNMergeRangeListSvnNgMergeDriver.removeNoOpMergeRanges(SVNRepository repository, SVNMergeRangeList ranges) private voidSvnNgMergeDriver.removeNoOpSubtreeRanges(SVNURL url1, long revision1, SVNURL url2, long revision2, java.io.File targetAbsPath, SVNRepository repository, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo) static voidSvnNgCleanup.repairTimestamps(SVNWCContext wcContext, java.io.File localAbsPath) private SVNURLSvnNgMergeCallback2.reposLocations(SVNURL url, long pegRevision, SVNURL reposRootUrl, java.lang.String reposUuid, long opRevision, SVNRepository svnRepository) private booleanSvnNgMergeDriver.resolveConflicts(java.util.Collection<java.io.File> conflictedPaths) private SVNURLSvnNgDiff.resolvePeggedDiffTargetUrl(SVNURL url, java.io.File path, SVNRevision pegRevision, SVNRevision revision) private SVNURLSvnNgDiffSummarize.resolvePeggedDiffTargetUrl(SVNURL url, java.io.File path, SVNRevision pegRevision, SVNRevision revision) private java.util.Map<java.lang.String,SVNPropertyValue> SvnNgWcToWcCopy.resolvePinnedExternals(java.util.Map<SvnTarget, java.util.List<SVNExternal>> externalsToPin, SvnNgWcToWcCopy.SvnCopyPair copyPair, SVNRepository svnRepository, SVNURL reposRootUrl) static voidSvnNgRevert.restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier) static voidSvnNgRevert.restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier, java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved) private static booleanSvnNgRevert.restoreCopiedDirectory(SVNWCContext context, java.io.File localAbsPath, boolean removeSelf, java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved) private voidprivate voidSvnNgRevert.revert(java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, java.util.Collection<java.lang.String> changelists) private voidSvnNgRevert.revertChangelist(java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, java.util.Collection<java.lang.String> changelists) protected java.lang.VoidSvnNgAdd.run(SVNWCContext context) protected java.lang.VoidSvnNgCanonicalizeUrls.run(SVNWCContext context) protected java.lang.VoidSvnNgCat.run(SVNWCContext context) protected java.lang.LongSvnNgCheckout.run(SVNWCContext context) protected java.lang.VoidSvnNgCleanup.run(SVNWCContext context) protected SVNCommitInfoSvnNgCommit.run(SVNWCContext context) protected java.lang.VoidSvnNgDiff.run(SVNWCContext context) protected SvnDiffStatusSvnNgDiffSummarize.run(SVNWCContext context) protected SvnWcGenerationSvnNgDowngrade.run(SVNWCContext context) protected java.lang.LongSvnNgExport.run(SVNWCContext context) protected java.lang.StringSvnNgGetChangelistPaths.run(SVNWCContext context) protected SvnInfoSvnNgGetInfo.run(SVNWCContext context) protected java.util.Map<SVNURL,SVNMergeRangeList> SvnNgGetMergeInfo.run(SVNWCContext context) protected SVNPropertiesSvnNgGetProperties.run(SVNWCContext context) protected SVNPropertiesSvnNgGetProperties.run(SVNWCContext context, java.io.File target) protected SvnStatusSvnNgGetStatus.run(SVNWCContext context) protected SvnStatusSummarySvnNgGetStatusSummary.run(SVNWCContext context) protected SVNLogEntrySvnNgLogMergeInfo.run(SVNWCContext context) protected java.lang.VoidSvnNgMarkReplaced.run(SVNWCContext context) protected java.lang.VoidSvnNgMerge.run(SVNWCContext context) protected java.lang.VoidSvnNgMergePegged.run(SVNWCContext context) protected java.lang.VoidSvnNgMergeReintegrate.run(SVNWCContext context) protected VSvnNgOperationRunner.run()protected abstract VSvnNgOperationRunner.run(SVNWCContext context) protected java.lang.VoidSvnNgPatch.run(SVNWCContext context) protected SVNURLSvnNgRelocate.run(SVNWCContext context) protected java.lang.VoidSvnNgRemove.run(SVNWCContext context) protected java.lang.VoidSvnNgReposToWcCopy.run(SVNWCContext context) protected java.lang.VoidSvnNgResolve.run(SVNWCContext context) protected java.lang.VoidSvnNgRevert.run(SVNWCContext context) protected java.lang.VoidSvnNgSetChangelist.run(SVNWCContext context) protected SVNLockSvnNgSetLock.run(SVNWCContext context) protected SVNPropertyDataSvnNgSetProperty.run(SVNWCContext context) protected java.util.Collection<SVNURL>SvnNgSuggestMergeSources.run(SVNWCContext context) protected java.lang.LongSvnNgSwitch.run(SVNWCContext context) protected SVNLockSvnNgUnlock.run(SVNWCContext context) protected long[]SvnNgUpdate.run(SVNWCContext context) protected SvnWcGenerationSvnNgUpgrade.run(SVNWCContext context) voidSvnNgUpgradeSDb.UpdateChecksum.run()protected SVNCommitInfoSvnNgWcToReposCopy.run(SVNWCContext context) protected java.lang.VoidSvnNgWcToWcCopy.run(SVNWCContext context) private static voidSvnNgUpgradeSDb.runBump(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath, SvnNgUpgradeSDb.Bumpable bump) private voidSvnDiffGenerator.runExternalDiffCommand(java.io.OutputStream outputStream, java.lang.String diffCommand, java.io.File file1, java.io.File file2, java.lang.String label1, java.lang.String label2) private voidSvnDiffSummarizeCallback.sendSummary(java.io.File path, SVNStatusType summarizeKind, boolean propChanged, SVNNodeKind nodeKind) static voidSvnNgPropertiesManager.setAutoProperties(SVNWCContext context, java.io.File path, SVNProperties properties, ISvnAddParameters addParameters, java.lang.Runnable onValidationError) static voidSvnNgPropertiesManager.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 voidSvnNgPropertiesManager.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 voidSvnNgPropertiesManager.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 voidSvnNgPropertiesManager.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 voidSvnNgUpgradeSDb.setVersion(SVNSqlJetDb sDb, int version) private booleanSvnNgWcToWcCopy.shouldCopyBaseData(SVNWCContext context, java.io.File source, boolean metadataOnly, ISVNWCDb.SVNWCDbStatus srcStatus) SvnNgMergeDriver.singleFileMergeGetFile(SVNRepository repository, SVNURL url, long revision, java.io.File wcTarget) private voidSvnNgAbstractUpdate.switchDirExternal(java.io.File localAbsPath, SVNURL url, SVNRevision revision, SVNRevision pegRevision, java.io.File definingPath) private voidSvnNgAbstractUpdate.switchFileExternal(java.io.File localAbsPath, SVNURL url, SVNRevision pegRevision, SVNRevision revision, java.io.File defDirAbspath, SVNRepository repository, long repositoryRevision, SVNURL reposRootUrl) protected longSvnNgAbstractUpdate.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) voidSvnDiffEditor.targetRevision(long revision) voidSvnNgRemoteDiffEditor.targetRevision(long revision) voidSvnNgRemoteDiffEditor2.targetRevision(long revision) voidSvnNgRemoteMergeEditor.targetRevision(long revision) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.targetRevision(long revision) java.io.OutputStreamSvnDiffEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSvnNgRemoteDiffEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSvnNgRemoteDiffEditor2.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSvnNgRemoteMergeEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) java.io.OutputStreamSvnNgReposToWcCopy.SVNCopyForeignEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) voidSvnDiffEditor.textDeltaEnd(java.lang.String path) voidSvnNgRemoteDiffEditor.textDeltaEnd(java.lang.String path) voidSvnNgRemoteDiffEditor2.textDeltaEnd(java.lang.String path) voidSvnNgRemoteMergeEditor.textDeltaEnd(java.lang.String path) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.textDeltaEnd(java.lang.String path) private voidSvnDiffGenerator.throwBadRelativePathException(java.lang.String displayPath, java.lang.String relativeToPath) static SVNURLSvnNgCommitUtil.translateCommitables(java.util.Collection<SvnCommitItem> items, java.util.Map<java.lang.String, SvnCommitItem> decodedPaths) private voidSvnNgMergeCallback.treeConflict(java.io.File path, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) private voidSvnNgMergeCallback.treeConflictOnAdd(java.io.File path, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) protected booleanSvnNgWcToWcCopy.tryRun(SVNWCContext context, java.util.Collection<SvnCopySource> sources, java.io.File target) protected longSvnNgAbstractUpdate.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 longSvnNgAbstractUpdate.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) private voidSvnNgMergeDriver.updateWCMergeInfo(java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> resultCatalog, java.io.File targetAbsPath, java.lang.String reposRelPath, java.util.Map<java.io.File, SVNMergeRangeList> merges, boolean isRollBack) static intSvnNgUpgradeSDb.upgrade(java.io.File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler) voidSvnNgUpgrade.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) private static voidSvnNgUpgradeSDb.upgradeExternals(SVNSqlJetDb sDb, java.io.File wcRootAbsPath) voidSvnNgRelocate.validateRelocation(java.lang.String uuid, SVNURL url, SVNURL rootUrl) private voidSvnNgWcToWcCopy.verifyPaths(java.util.Collection<SvnNgWcToWcCopy.SvnCopyPair> copyPairs, boolean makeParents, boolean move) private booleanSvnNgWcToWcCopy.verifyPaths(SVNFileType srcType, SVNFileType dstType, SvnNgWcToWcCopy.SvnCopyPair copyPair, int copyPairsCount, boolean move) private voidSvnNgWcToWcCopy.verifyPathsExistenceForVirtualCopy(java.io.File source, java.io.File dst, SVNFileType srcType, SVNFileType dstType, SvnNgWcToWcCopy.SvnCopyPair copyPair, boolean move) private static voidSvnNgDiffUtil.visit(java.io.File localAbsPath, SVNFileType type, SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private static voidSvnNgDiffUtil.walkDirectory(java.io.File localAbsPath, SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private voidSvnDiffEditor.walkLocalNodesDiff(java.io.File localAbspath, java.lang.String path, SVNDepth depth, java.util.Set<java.lang.String> compared) private voidSvnDiffGenerator.wrapException(java.io.IOException e) Constructors in org.tmatesoft.svn.core.internal.wc2.ng that throw SVNExceptionModifierConstructorDescriptionSvnNgRepositoryAccess(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 SVNExceptionModifier and TypeMethodDescriptionprivate voidSvnOldUpgrade.checkIsOldWCRoot(java.io.File localAbsPath) SvnOldCommit.collectCommitItems(SvnCommit operation) private java.lang.VoidSvnOldCopy.copy()private voidSvnOldUpgrade.createPhysicalLock(java.io.File absPath) SvnOldRepositoryAccess.createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource) SvnOldRepositoryAccess.createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory) protected SVNURLSvnOldRepositoryAccess.deriveLocation(java.io.File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access) private java.lang.VoidSvnOldCopy.disjointCopy()voidSvnOldCommit.disposeCommitPacket(java.lang.Object lockingContext, boolean disposeParentContext) private voidSvnOldUpgrade.ensureReposInfo(SVNEntry entry, java.io.File localAbsPath, SvnOldUpgrade.RepositoryInfo lastRepositoryInfo, java.util.Map<SVNURL, java.lang.String> reposCache) private voidSvnOldUpgrade.fetchReposInfo(SVNEntry entry, SvnOldUpgrade.RepositoryInfo lastRepositoryInfo) private static SVNURLSvnOldUpgrade.getCanonicalURL(SVNURL original) static SVNURLSvnOldUpgrade.getEntryCopyFromURL(SVNEntry entry) protected SVNURLSvnOldRepositoryAccess.getEntryLocation(java.io.File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision) static SVNURLSvnOldUpgrade.getEntryRepositoryRootURL(SVNEntry entry) static SVNURLSvnOldUpgrade.getEntryURL(SVNEntry entry) SvnOldRepositoryAccess.getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision) protected SVNURLSvnOldRepositoryAccess.getURLFromPath(SvnTarget path, SVNRevision revision, SVNRepository repository) private java.util.Set<java.io.File>SvnOldUpgrade.getVersionedFiles(java.io.File parentRelPath, SVNSqlJetDb sDb, long wcId) static booleanSvnOldUpgrade.getVersionedSubdirs(SVNWCAccess access, java.io.File localAbsPath, java.util.ArrayList<java.io.File> children, boolean isCalculateDoDeleteDir, boolean isSkipMissing) voidSvnOldList.handleDirEntry(SVNDirEntry dirEntry) voidSvnOldGetInfo.handleInfo(SVNInfo info) voidSvnOldAnnotate.handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line) voidSvnOldAnnotate.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) voidSvnOldLogMergeInfo.handleLogEntry(SVNLogEntry logEntry) voidSvnOldGetProperties.handleProperty(long revision, SVNPropertyData property) voidSvnOldGetProperties.handleProperty(java.io.File path, SVNPropertyData property) voidSvnOldGetProperties.handleProperty(SVNURL url, SVNPropertyData property) voidSvnOldSetProperty.handleProperty(long revision, SVNPropertyData property) voidSvnOldSetProperty.handleProperty(java.io.File path, SVNPropertyData property) voidSvnOldSetProperty.handleProperty(SVNURL url, SVNPropertyData property) booleanSvnOldAnnotate.handleRevision(java.util.Date date, long revision, java.lang.String author, java.io.File contents) voidSvnOldGetStatus.handleStatus(SVNStatus status) private static voidSvnOldUpgradeEntries.insertActualNode(SVNSqlJetDb sDb, ISVNWCDb db, java.io.File wriAbsPath, SvnOldUpgradeEntries.DbActualNode actualNode, int targetWorkingCopyFormat) private static voidSvnOldUpgradeEntries.insertNode(SVNSqlJetDb sDb, SvnOldUpgradeEntries.DbNode node) booleanSvnOldCheckout.isApplicable(SvnCheckout operation, SvnWcGeneration wcGeneration) booleanSvnOldDiff.isApplicable(SvnDiff operation, SvnWcGeneration wcGeneration) booleanSvnOldGetMergeInfo.isApplicable(SvnGetMergeInfo operation, SvnWcGeneration wcGeneration) booleanSvnOldGetProperties.isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration) booleanSvnOldImport.isApplicable(SvnImport operation, SvnWcGeneration wcGeneration) booleanSvnOldLogMergeInfo.isApplicable(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration) booleanSvnOldRemoteCopy.isApplicable(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) booleanSvnOldSetProperty.isApplicable(SvnSetProperty operation, SvnWcGeneration wcGeneration) booleanSvnOldSuggestMergeSources.isApplicable(SvnSuggestMergeSources operation, SvnWcGeneration wcGeneration) private voidSvnOldUpgrade.migrateNodeProps(java.io.File dirAbsPath, ISVNWCDb.SVNWCDbUpgradeData data, java.lang.String name, int originalFormat, SVNAdminArea area) private voidSvnOldUpgrade.migrateProps(java.io.File dirAbsPath, ISVNWCDb.SVNWCDbUpgradeData data, int originalFormat, SVNAdminArea area) private SVNHashMapSvnOldUpgrade.migrateTextBases(java.io.File dirAbsPath, java.io.File newWcRootAbsPath, SVNWCDbRoot root) private static java.util.Map<java.lang.String,SVNEntry> SvnOldUpgrade.readEntries(SVNWCAccess access, java.io.File localAbsPath) private intSvnOldUpgrade.readWorkingCopyFormat(java.io.File firstTarget) protected java.lang.VoidSvnOldAdd.run()protected SvnAnnotateItemSvnOldAnnotate.run()protected java.lang.VoidSvnOldCanonicalizeUrls.run()protected java.lang.VoidSvnOldCat.run()protected java.lang.LongSvnOldCheckout.run()protected java.lang.VoidSvnOldCleanup.run()protected SVNCommitInfoSvnOldCommit.run()protected java.lang.VoidSvnOldCopy.run()protected java.lang.VoidSvnOldDiff.run()protected java.lang.LongSvnOldExport.run()protected java.lang.StringSvnOldGetChangelistPaths.run()protected SvnInfoSvnOldGetInfo.run()protected java.util.Map<SVNURL,SVNMergeRangeList> SvnOldGetMergeInfo.run()protected SVNPropertiesSvnOldGetProperties.run()protected SvnStatusSvnOldGetStatus.run()protected SvnStatusSummarySvnOldGetStatusSummary.run()protected SVNCommitInfoSvnOldImport.run()protected SVNDirEntrySvnOldList.run()protected SVNLogEntrySvnOldLogMergeInfo.run()protected java.lang.VoidSvnOldMarkReplaced.run()protected java.lang.VoidSvnOldMerge.run()protected SVNURLSvnOldRelocate.run()protected SVNCommitInfoSvnOldRemoteCopy.run()protected java.lang.VoidSvnOldRemove.run()protected java.lang.VoidSvnOldResolve.run()protected java.lang.VoidSvnOldRevert.run()protected java.lang.VoidSvnOldSetChangelist.run()protected SVNLockSvnOldSetLock.run()protected SVNPropertyDataSvnOldSetProperty.run()protected java.util.Collection<SVNURL>SvnOldSuggestMergeSources.run()protected java.lang.LongSvnOldSwitch.run()protected SVNLockSvnOldUnlock.run()protected long[]SvnOldUpdate.run()protected SvnWcGenerationSvnOldUpgrade.run()private voidSvnOldCopy.throwCannotPerformOnUrl(SvnTarget target, java.lang.String kind, java.lang.String operation) private SvnOldUpgradeEntries.WriteBatonSvnOldUpgrade.upgradeToWcng(SvnOldUpgradeEntries.WriteBaton parentDirBaton, SVNWCDb db, java.io.File dirAbsPath, int oldFormat, ISVNWCDb.SVNWCDbUpgradeData data, java.util.Map<SVNURL, java.lang.String> reposCache, SvnOldUpgrade.RepositoryInfo reposInfo) private voidSvnOldUpgrade.upgradeWorkingCopy(SvnOldUpgradeEntries.WriteBaton parentDirBaton, SVNWCDb db, java.io.File dirAbsPath, ISVNWCDb.SVNWCDbUpgradeData data, java.util.Map<SVNURL, java.lang.String> reposCache, SvnOldUpgrade.RepositoryInfo reposInfo) private java.lang.VoidSvnOldCopy.virtualCopy()private voidSvnOldUpgrade.wcUpgrade(java.io.File localAbsPath, SvnOldUpgrade.RepositoryInfo reposInfo) static voidSvnOldUpgrade.wipeObsoleteFiles(java.io.File dirAbsPath) static voidSvnOldUpgrade.wipePostUpgrade(SVNWCContext ctx, java.io.File dirAbsPath, boolean isWholeAdmin) private static voidSvnOldUpgradeEntries.writeActualOnlyEntries(java.util.Map<java.lang.String, java.lang.String> treeConflicts, SVNSqlJetDb sDb, ISVNWCDb db, java.io.File wriAbsPath, long wcId, java.lang.String dirRelPath, int targetWorkingCopyFormat) private static SvnOldUpgradeEntries.WriteBatonSvnOldUpgradeEntries.writeEntry(boolean isCalculateEntryNode, SvnOldUpgradeEntries.WriteBaton parentNode, SVNWCDb db, ISVNWCDb.SVNWCDbUpgradeData upgradeData, SVNEntry entry, SvnOldUpgrade.TextBaseInfo textBaseInfo, java.io.File localRelPath, java.io.File tmpEntryAbsPath, java.io.File rootAbsPath, SVNEntry thisDir, boolean isCreateLocks, int targetWorkingCopyFormat) SvnOldUpgradeEntries.writeUpgradedEntries(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 SVNExceptionModifierConstructorDescriptionSvnOldRepositoryAccess(ISvnOperationOptionsProvider operationOptionsProvider) -
Uses of SVNException in org.tmatesoft.svn.core.internal.wc2.patch
Methods in org.tmatesoft.svn.core.internal.wc2.patch that throw SVNExceptionModifier and TypeMethodDescriptionprivate static voidSvnPatchTarget.applyHunk(SvnPatchTarget target, SvnTargetContent targetContent, SvnHunkInfo hunkInfo, java.lang.String propName) static SvnPatchTargetSvnPatchTarget.applyPatch(SvnPatch patch, java.io.File workingCopyDirectory, int stripCount, SVNWCContext context, boolean ignoreWhitespace, boolean removeTempFiles) private static voidSvnPatchTarget.copyLinesToTarget(SvnTargetContent target, int line) private voidSvnPatchTarget.createMissingParents(java.io.File workingCopyDirectory, SVNWCContext context, boolean dryRun) private static java.io.FileSvnPatchTarget.createTempFile(java.io.File workingCopyDirectory, SVNWCContext context) private SvnHunkInfoSvnPatchTarget.getHunkInfo(SvnDiffHunk hunk, SvnTargetContent targetContent, int fuzz, boolean ignoreWhitespace, boolean isPropHunk) private static SvnPatchTargetSvnPatchTarget.initPatchTarget(SvnPatch patch, java.io.File workingCopyDirectory, int stripCount, boolean removeTempFiles, SVNWCContext context) static SvnPropertiesPatchTargetSvnPropertiesPatchTarget.initPropTarget(java.lang.String propName, SvnDiffCallback.OperationKind operation, SVNWCContext context, java.io.File absPath) voidSvnPatchTarget.installPatchedPropTarget(boolean dryRun, SVNWCContext context) voidSvnPatchTarget.installPatchedTarget(java.io.File workingCopyDirectory, boolean dryRun, SVNWCContext context) private static booleanSvnPatchTarget.isUnderRoot(java.io.File workingCopyDirectory, java.io.File relPath) protected booleanSvnTargetContent.matchExistingTarget(SvnDiffHunk hunk) private booleanSvnTargetContent.matchHunk(SvnDiffHunk hunk, int fuzz, boolean ignoreWhitespace, boolean matchModified) private static voidSvnPatchTarget.obtainEolAndKeywordsForFile(java.util.Map<java.lang.String, byte[]> keywords, SVNWCContext.SVNEolStyle[] eolStyle, java.lang.String[] eolStr, SVNWCContext context, java.io.File localAbsPath) static SvnPatchFileSvnPatchFile.openReadOnly(java.io.File patchFile) private voidSvnPatch.parseHunks(SVNPatchFileStream patchFileStream, boolean ignoreWhitespace) private booleanSvnPatch.parseMergeInfo(java.lang.String line, SvnDiffHunk hunk) SvnPatch.parseNextHunk(boolean[] isProperty, java.lang.String[] propName, SvnDiffCallback.OperationKind[] propOperation, SVNPatchFileStream patchStream, boolean ignoreWhitespace) static SvnPatchSvnPatch.parseNextPatch(SvnPatchFile patchFile, boolean reverse, boolean ignoreWhitespace) private java.lang.StringSvnPatch.parsePropName(java.lang.String header, java.lang.String indicator) private java.lang.StringSvnDiffHunk.readLine(SVNPatchFileStream patchFileStream, java.lang.String[] eolStr, boolean[] eof) java.lang.StringSvnPatchTarget.RegularCallbacks.readLine(java.lang.Object baton, java.lang.String[] eolStr, boolean[] eof) java.lang.StringSvnPatchTarget.SymlinkCallbacks.readLine(java.lang.Object baton, java.lang.String[] eolStr, boolean[] eof) java.lang.StringSvnPropertiesPatchTarget.PropReadCallbacks.readLine(java.lang.Object baton, java.lang.String[] eolStr, boolean[] eof) java.lang.StringSvnTargetContent.IRealLineCallback.readLine(java.lang.Object baton, java.lang.String[] eolStr, boolean[] eof) java.lang.StringSvnTargetContent.readLine()java.lang.StringSvnDiffHunk.readLineDiffText(java.lang.String[] eolStr, boolean[] eof) java.lang.StringSvnDiffHunk.readLineModifiedText(java.lang.String[] eolStr, boolean[] eof) private java.lang.StringSvnDiffHunk.readLineOriginalOrModified(SvnDiffHunk.Range range, java.lang.String[] eolStr, boolean[] eof, char forbidden) java.lang.StringSvnDiffHunk.readLineOriginalText(java.lang.String[] eolStr, boolean[] eof) private static voidSvnPatchTarget.rejectHunk(SvnPatchTarget target, SvnDiffHunk hunk, java.lang.String propName) private voidSvnPatchTarget.resolveTargetPath(java.io.File pathFromPatchFile, java.io.File workingCopyDirectory, int stripCount, boolean propChangesOnly, SVNWCContext context) protected intSvnTargetContent.scanForMatch(SvnDiffHunk hunk, boolean matchFirst, int upperLine, int fuzz, boolean ignoreWhitespace, boolean matchModified, ISVNCanceller canceller) voidSvnPatchTarget.RegularCallbacks.seek(java.lang.Object baton, long offset) voidSvnTargetContent.ISeekCallback.seek(java.lang.Object object, long offset) protected voidSvnTargetContent.seekToLine(int line) private voidSvnPatchTarget.sendHunkNotification(SvnHunkInfo hunkInfo, java.lang.String propName, SVNWCContext context) voidSvnPatchTarget.sendPatchNotification(SVNWCContext context) longSvnPatchTarget.RegularCallbacks.tell(java.lang.Object baton) longSvnTargetContent.ITellCallback.tell(java.lang.Object readBaton) voidSvnPatchTarget.RegularWriteCallback.write(java.lang.Object writeBaton, java.lang.String s) voidSvnPatchTarget.SymlinkCallbacks.write(java.lang.Object writeBaton, java.lang.String s) voidSvnTargetContent.IWriteCallback.write(java.lang.Object writeBaton, java.lang.String s) voidSvnPatchTarget.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 SVNExceptionModifier and TypeMethodDescriptionprivate voidSvnRemoteRemoteMkDir.addURLParents(java.util.List<SVNURL> targets, SVNURL url) private voidSvnRemoteList.doList(SVNRepository repos, long rev, ISVNDirEntryHandler handler, boolean fetchLocks, SVNDepth depth, int entryFields, SVNURL externalParentUrl, java.lang.String externalTarget) protected SVNCommitInfoSvnRemoteRemoteMkDir.doRun()private java.util.Map<java.lang.String,java.lang.String> SvnRemoteUnlock.fetchLockTokens(SVNRepository repository, java.util.Map<java.lang.String, java.lang.String> pathsTokensMap) voidSvnRemoteList.handleDirEntry(SVNDirEntry dirEntry) private voidSvnRemoteExport.handleExternals(java.util.Map<java.lang.String, java.lang.String> externals, SVNURL fromUrl, java.io.File toPath, SVNURL reposRootUrl) voidSvnRemoteAnnotate.handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line) voidSvnRemoteAnnotate.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) voidSvnRemoteSetLock.handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error) voidSvnRemoteUnlock.handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error) voidSvnRemoteLog.handleLogEntry(SVNLogEntry logEntry) voidSvnRemoteSetPropertyImpl.handleProperty(long revision, SVNPropertyData property) voidSvnRemoteSetPropertyImpl.handleProperty(java.io.File path, SVNPropertyData property) voidSvnRemoteSetPropertyImpl.handleProperty(SVNURL url, SVNPropertyData property) booleanSvnRemoteAnnotate.handleRevision(java.util.Date date, long revision, java.lang.String author, java.io.File contents) voidSvnRemoteSetLock.handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error) voidSvnRemoteUnlock.handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error) booleanSvnNgReposToReposCopy.isApplicable(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) booleanSvnRemoteAnnotate.isApplicable(SvnAnnotate operation, SvnWcGeneration wcGeneration) booleanSvnRemoteDiff.isApplicable(SvnDiff operation, SvnWcGeneration wcGeneration) booleanSvnRemoteExport.isApplicable(SvnExport operation, SvnWcGeneration wcGeneration) booleanSvnRemoteGetInfo.isApplicable(SvnGetInfo operation, SvnWcGeneration wcGeneration) booleanSvnRemoteGetProperties.isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration) booleanSvnRemoteGetRevisionProperties.isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration) booleanSvnRemoteList.isApplicable(SvnList operation, SvnWcGeneration wcGeneration) booleanSvnRemoteLog.isApplicable(SvnCat operation, SvnWcGeneration wcGeneration) booleanSvnRemoteSetLock.isApplicable(SvnSetLock operation, SvnWcGeneration wcGeneration) booleanSvnRemoteSetPropertyImpl.isApplicable(SvnRemoteSetProperty operation, SvnWcGeneration wcGeneration) booleanSvnRemoteSetRevisionProperty.isApplicable(SvnSetProperty operation, SvnWcGeneration wcGeneration) booleanSvnRemoteUnlock.isApplicable(SvnUnlock operation, SvnWcGeneration wcGeneration) private static voidSvnRemoteList.list(SVNRepository repository, java.lang.String path, long rev, SVNDepth depth, int entryFields, java.util.Map<SVNURL, SVNPropertyValue> externals, SVNURL externalParentUrl, java.lang.String externalTarget, ISVNDirEntryHandler handler) private voidSvnRemoteList.listExternalItems(SVNRepository repository, SVNExternal[] externalItems, SVNURL externalParentUrl, SVNDepth depth, int entryFields, boolean fetchLocks, ISVNDirEntryHandler handler) private voidSvnRemoteList.listExternals(SVNRepository repository, java.util.Map<SVNURL, SVNPropertyValue> externals, SVNDepth depth, int entryFields, boolean fetchLocks, ISVNDirEntryHandler handler) private voidSvnRemoteGetInfo.pushDirInfo(SVNRepository repos, SVNRevision rev, java.lang.String dir, SVNURL root, java.lang.String uuid, SVNURL url, java.util.Map<java.lang.String, SVNLock> locks, SVNDepth depth) static voidSvnRemoteGetProperties.remotePropertyGet(SVNURL url, SVNNodeKind kind, java.lang.String path, SVNRepository repos, long revNumber, SVNDepth depth, ISvnObjectReceiver<SVNProperties> receiver) protected SVNCommitInfoSvnNgReposToReposCopy.run()protected SvnAnnotateItemSvnRemoteAnnotate.run()protected java.lang.VoidSvnRemoteCat.run()protected java.lang.VoidSvnRemoteDiff.run()protected java.lang.LongSvnRemoteExport.run()protected SvnInfoSvnRemoteGetInfo.run()protected SVNPropertiesSvnRemoteGetProperties.run()protected SVNPropertiesSvnRemoteGetRevisionProperties.run()protected SVNDirEntrySvnRemoteList.run()protected SVNLogEntrySvnRemoteLog.run()protected SVNCommitInfoSvnRemoteRemoteDelete.run()protected SVNCommitInfoSvnRemoteRemoteMkDir.run()protected SVNLockSvnRemoteSetLock.run()protected SVNCommitInfoSvnRemoteSetPropertyImpl.run()protected SVNPropertyDataSvnRemoteSetRevisionProperty.run()protected SVNLockSvnRemoteUnlock.run()private SVNCommitInfoSvnRemoteRemoteDelete.singleRepositoryDelete(SVNRepository repository, SVNURL rootURL, java.util.List<java.lang.String> paths) -
Uses of SVNException in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that throw SVNExceptionModifier and TypeMethodDescriptionvoidISVNEditor.abortEdit()Aborts the current running editor due to errors occured.voidSVNFileCheckoutEditor.abortEdit()voidISVNReporter.abortReport()Aborts the current running report due to errors occured.voidISVNEditor.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).voidSVNFileCheckoutEditor.absentDir(java.lang.String path) voidISVNEditor.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).voidSVNFileCheckoutEditor.absentFile(java.lang.String path) voidISVNEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) Adds a directory.voidSVNFileCheckoutEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidISVNEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) Adds a file.voidSVNFileCheckoutEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) voidISVNDeltaConsumer.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) Starts applying text delta(s) to an opened file.voidSVNFileCheckoutEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) voidSVNRepository.assertServerIsMergeInfoCapable(java.lang.String pathOrURL) Checks that this object is connected to a mergeinfo capable repository.protected static voidSVNRepository.assertValidRevision(long revision) voidISVNEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) Changes the value of a property of the currently opened/added directory.voidSVNFileCheckoutEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidISVNEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) Changes the value of a property of the currently opened/added file.voidSVNFileCheckoutEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNRepository.checkout(long revision, java.lang.String target, boolean recursive, ISVNEditor editor) Checks out a directory from a repository.voidSVNRepository.checkout(long revision, java.lang.String target, SVNDepth depth, ISVNEditor editor) Checks out a directory from a repository to definedepth.voidSVNRepository.checkoutFiles(long revision, java.lang.String[] paths, ISVNFileCheckoutTarget fileCheckoutHandler) Recursively checks out only files from the repository atrevisioninvokingfileCheckoutHandleron every file received.abstract SVNNodeKindSVNRepository.checkPath(java.lang.String path, long revision) Returns the kind of an item located at the specified path in a particular revision.voidISVNEditor.closeDir()Closes the currently opened directory fixing all changes of its properties and/or entries.voidSVNFileCheckoutEditor.closeDir()ISVNEditor.closeEdit()Closes this editor finalizing the whole operation the editor was used for.SVNFileCheckoutEditor.closeEdit()voidISVNEditor.closeFile(java.lang.String path, java.lang.String textChecksum) Closes the opened file fixing all properties and/or contents changes.voidSVNFileCheckoutEditor.closeFile(java.lang.String path, java.lang.String textChecksum) voidISVNFileRevisionHandler.closeRevision(java.lang.String token) Performs final handling for the processed file revision (when all deltas are applied and fulltext is got).private static voidSVNRepositoryFactory.copyToFile(java.io.InputStream is, java.io.File dstFile) static SVNRepositoryCreates an SVNRepository driver according to the protocol that is to be used to access a repository.static SVNRepositorySVNRepositoryFactory.create(SVNURL url, ISVNSession options) Creates an SVNRepository driver according to the protocol that is to be used to access a repository.static SVNURLSVNRepositoryFactory.createLocalRepository(java.io.File path, boolean enableRevisionProperties, boolean force) Creates a local blank FSFS-type repository.static SVNURLSVNRepositoryFactory.createLocalRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force) Creates a local blank FSFS-type repository.static SVNURLSVNRepositoryFactory.createLocalRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible) Creates a local blank FSFS-type repository.static SVNURLSVNRepositoryFactory.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 SVNURLSVNRepositoryFactory.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 SVNURLSVNRepositoryFactory.createLocalRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible, boolean pre15Compatible, boolean pre16Compatible, boolean pre17Compatible, boolean with17Compatible) voidISVNEditor.deleteEntry(java.lang.String path, long revision) Deletes an entry.voidSVNFileCheckoutEditor.deleteEntry(java.lang.String path, long revision) voidISVNReporter.deletePath(java.lang.String path) Describes a working copypathas deleted or missing.voidSVNRepository.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, boolean recursive, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) voidSVNRepository.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) abstract voidSVNRepository.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.voidSVNRepository.diff(SVNURL url, long revision, java.lang.String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) private static voidSVNRepositoryFactory.extract(java.io.File srcFile, java.io.File dst) voidISVNFileCheckoutTarget.filePropertyChanged(java.lang.String path, java.lang.String name, SVNPropertyValue value) Receives and handles a next file property.voidISVNReporter.finishReport()Finalizes the report.abstract ISVNEditorSVNRepository.getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator) Gets an editor for committing changes to a repository.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 fromrevisionPropertiestable.SVNRepository.getCommitEditor(java.lang.String logMessage, ISVNWorkspaceMediator mediator) Gets an editor for committing changes to a repository.protected abstract ISVNEditorSVNRepository.getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator) abstract longSVNRepository.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.longSVNRepository.getDeletedRevision(java.lang.String path, long pegRevision, long endRevision) Returns the revision where the path was first deleted within the inclusive revision range defined bypegRevisionandendRevision.private longSVNRepository.getDeletedRevisionFromLog(java.lang.String path, long pegRevision, long endRevision) protected abstract longSVNRepository.getDeletedRevisionImpl(java.lang.String path, long pegRevision, long endRevision) abstract SVNDirEntrySVNRepository.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 longSVNRepository.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.CollectionSVNRepository.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 longSVNRepository.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 longSVNRepository.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.intSVNRepository.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.intSVNRepository.getFileRevisions(java.lang.String path, long startRevision, long endRevision, ISVNFileRevisionHandler handler) Retrieves interesting file revisions for the specified file.java.util.CollectionSVNRepository.getFileRevisions(java.lang.String path, java.util.Collection revisions, long sRevision, long eRevision) Retrieves and returns interesting file revisions for the specified file.private intSVNRepository.getFileRevisionsFromLog(java.lang.String path, long startRevision, long endRevision, ISVNFileRevisionHandler handler) protected abstract intSVNRepository.getFileRevisionsImpl(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler) java.lang.StringSVNRepository.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) voidSVNRepository.getInheritedProperties(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler) protected abstract voidSVNRepository.getInheritedPropertiesImpl(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler) abstract longSVNRepository.getLatestRevision()Returns the number of the latest revision of the repository this driver is working with.protected java.lang.StringSVNRepository.getLocationRelativePath(java.lang.String relativeOrAbsolutePath) intSVNRepository.getLocations(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) Gets entry locations in time.java.util.CollectionSVNRepository.getLocations(java.lang.String path, java.util.Collection entries, long pegRevision, long[] revisions) Gets entry locations in time.java.util.MapSVNRepository.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) Callshandlerfor each segment in the location history ofpathinpegRevision, working backwards in time fromstartRevisiontoendRevision.longSVNRepository.getLocationSegments(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) Callshandlerfor each segment in the location history ofpathinpegRevision, working backwards in time fromstartRevisiontoendRevision.private longSVNRepository.getLocationSegmentsFromLog(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) protected abstract longSVNRepository.getLocationSegmentsImpl(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler) private intSVNRepository.getLocationsFromLog(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) protected abstract intSVNRepository.getLocationsImpl(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) abstract SVNLockSVNRepository.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 inpathsfor paricularrevision, if the repository supports merge-tracking informationprotected abstract java.util.MapSVNRepository.getMergeInfoImpl(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants) java.io.OutputStreamISVNFileCheckoutTarget.getOutputStream(java.lang.String path) Returns an output stream that will receive file contents ofpath.private static java.lang.StringSVNRepository.getPreviousLogPath(char[] action, long[] copyFromRevision, java.util.Map changedPaths, java.lang.String path, SVNNodeKind kind, long revision) java.lang.StringSVNRepository.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.SVNRepository.getRepositoryRoot(boolean forceConnection) Gets a repository's root directory location.java.lang.StringSVNRepository.getRepositoryUUID(boolean forceConnection) Gets the Universal Unique IDentifier (UUID) of the repository this driver is created for.abstract SVNPropertiesSVNRepository.getRevisionProperties(long revision, SVNProperties properties) Returns unversioned revision properties for a particular revision.abstract SVNPropertyValueSVNRepository.getRevisionPropertyValue(long revision, java.lang.String propertyName) Gets the value of an unversioned property.ISVNWorkspaceMediator.getWorkspaceProperty(java.lang.String path, java.lang.String name) Retrieves an item's WC property from a".svn/wcprops"administrative subdirectory.voidISVNReplayHandler.handleEndRevision(long revision, SVNProperties revisionProperties, ISVNEditor editor) Handles the end of replaying a next revision.voidISVNInheritedPropertiesHandler.handleInheritedProperites(java.lang.String inheritedFromPath, SVNProperties properties) voidISVNLocationEntryHandler.handleLocationEntry(SVNLocationEntry locationEntry) To be implemented for location entries handling.voidISVNLocationSegmentHandler.handleLocationSegment(SVNLocationSegment locationSegment) Handles a next location segment.voidISVNLockHandler.handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error) Handles the path locked.voidSVNRepository.DeletedRevisionLogHandler.handleLogEntry(SVNLogEntry logEntry) voidSVNRepository.FileRevisionsLogHandler.handleLogEntry(SVNLogEntry logEntry) voidSVNRepository.LocationSegmentsLogHandler.handleLogEntry(SVNLogEntry logEntry) voidSVNRepository.LocationsLogHandler.handleLogEntry(SVNLogEntry logEntry) 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.voidISVNLockHandler.handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error) Handles the path unlocked.abstract booleanSVNRepository.hasCapability(SVNCapability capability) Returnstrueif the repository has specifiedcapability.abstract SVNDirEntrySVNRepository.info(java.lang.String path, long revision) Gives information about an entry located at the specified path in a particular revision.voidISVNReporter.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty) Deprecated.voidISVNReporter.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 voidSVNRepository.lock(java.util.Map pathsToRevisions, java.lang.String comment, boolean force, ISVNLockHandler handler) Locks path(s) at definite revision(s).longSVNRepository.log(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean discoverChangedPaths, boolean strictNodeHistory, long limit, boolean includeMergedRevisions, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Invokeshandleron each log message fromstartRevisiontoendRevision.longSVNRepository.log(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, long limit, ISVNLogEntryHandler handler) Traverses revisions history.longSVNRepository.log(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, ISVNLogEntryHandler handler) Traverses revisions history.java.util.CollectionSVNRepository.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 longSVNRepository.logImpl(java.lang.String[] targetPaths, long startRevision, long endRevision, boolean changedPath, boolean strictNode, long limit, boolean includeMergedRevisions, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) voidSVNRepository.LocationSegmentsLogHandler.maybeCropAndSendSegment(java.lang.String path, long startRevision, long rangeStart, long rangeEnd, ISVNLocationSegmentHandler handler) voidISVNEditor.openDir(java.lang.String path, long revision) Opens a directory.voidSVNFileCheckoutEditor.openDir(java.lang.String path, long revision) voidISVNEditor.openFile(java.lang.String path, long revision) Opens a file.voidSVNFileCheckoutEditor.openFile(java.lang.String path, long revision) voidISVNFileRevisionHandler.openRevision(SVNFileRevision fileRevision) Handles a file revision info.voidISVNEditor.openRoot(long revision) Opens the root directory on which the operation was invoked.voidSVNFileCheckoutEditor.openRoot(long revision) abstract voidSVNRepository.replay(long lowRevision, long revision, boolean sendDeltas, ISVNEditor editor) Replays the changes from the specified revision through the given editor.voidSVNRepository.replayRange(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler) Replays the changes from a range of revisions betweenstartRevisionandendRevision.protected abstract voidSVNRepository.replayRangeImpl(long startRevision, long endRevision, long lowRevision, boolean sendDeltas, ISVNReplayHandler handler) voidISVNReporterBaton.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.voidSVNRepository.setLocation(SVNURL url, boolean forceReconnect) Sets a new repository location for this object.voidISVNReporter.setPath(java.lang.String path, java.lang.String lockToken, long revision, boolean startEmpty) Deprecated.voidISVNReporter.setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) Describes a working copypathas being at a particularrevisionand having depthdepth.abstract voidSVNRepository.setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue) Sets a revision property with the specified name to a new value.voidISVNWorkspaceMediator.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.voidSVNRepository.status(long revision, java.lang.String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) Gets status of a path.abstract voidSVNRepository.status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) Gets status of a path to the particulardepthas a scope.voidISVNEditor.targetRevision(long revision) Sets the target revision the operation is running for.voidSVNFileCheckoutEditor.targetRevision(long revision) abstract voidSVNRepository.testConnection()Tries to access a repository.java.io.OutputStreamISVNDeltaConsumer.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) Collects a next delta chunk.java.io.OutputStreamSVNFileCheckoutEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) voidISVNDeltaConsumer.textDeltaEnd(java.lang.String path) Finalizes collecting text delta(s).voidSVNFileCheckoutEditor.textDeltaEnd(java.lang.String path) private static voidSVNRepositoryFactory.translateFiles(java.io.File directory) abstract voidSVNRepository.unlock(java.util.Map pathToTokens, boolean force, ISVNLockHandler handler) Removes lock(s) from the file(s).voidSVNRepository.update(long revision, java.lang.String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) Updates a path receiving changes from a repository.abstract voidSVNRepository.update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) Updates a path receiving changes from a repository.voidSVNRepository.update(SVNURL url, long revision, java.lang.String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor) Deprecated.abstract voidSVNRepository.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 SVNExceptionModifier and TypeMethodDescriptionvoidSVNDiffWindow.apply(SVNDiffWindowApplyBaton applyBaton) Applies this window's instructions.voidSVNDeltaProcessor.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.voidSVNDeltaProcessor.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 SVNDiffWindowApplyBatonSVNDiffWindowApplyBaton.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.voidSVNDeltaGenerator.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 comparingtargetLengthof target bytes (read fromtargetstream) againstsourceLengthof source bytes (read fromsourcestream at offsetsourceOffset), and sends produced windows to the providedconsumer.voidSVNDeltaGenerator.sendDelta(java.lang.String path, byte[] target, int targetLength, ISVNDeltaConsumer consumer) Generates a series of diff windows of fixed size comparing target bytes (read fromtargetstream) against an empty file, and sends produced windows to the provided consumer.private voidSVNDeltaGenerator.sendDelta(java.lang.String path, long sourceOffset, byte[] source, int sourceLength, byte[] target, int targetLength, ISVNDeltaConsumer consumer) java.lang.StringSVNDeltaGenerator.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 fromtargetstream) against source bytes (read fromsourcestream), and sends produced windows to the provided consumer.java.lang.StringSVNDeltaGenerator.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 (fromtargetstream) against an empty file and sends produced windows to the provided consumer.java.io.OutputStreamSVNDeltaProcessor.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 SVNExceptionMethods in org.tmatesoft.svn.core.javahl that throw SVNExceptionModifier and TypeMethodDescriptionvoidJavaHLDebugLog.enableLogging(int logLevel, java.io.File logPath, java.util.logging.Formatter formatter) private static java.io.FileSVNClientImpl.getDiffBasePath(java.lang.String relativePath) voidJavaHLPropertyHandler.handleProperty(long revision, SVNPropertyData property) voidJavaHLPropertyHandler.handleProperty(java.io.File path, SVNPropertyData property) voidJavaHLPropertyHandler.handleProperty(SVNURL url, SVNPropertyData property) private voidSVNClientImpl.info2(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, ISVNInfoHandler handler) -
Uses of SVNException in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNExceptionModifier and TypeMethodDescriptionstatic voidSVNReposImpl.throwException(SVNException e, SVNClientImpl svnClient) Methods in org.tmatesoft.svn.core.javahl17 that throw SVNExceptionModifier and TypeMethodDescriptionprivate Statusprivate static voidSVNReposImpl.setRevisionProperty(java.io.File path, Revision rev, java.lang.String propName, java.lang.String propValue, boolean bypassPreRevPropChangeHook, boolean bypassPostRevPropChangeHook) private voidSVNClientImpl.throwSvnException(java.lang.Exception e) -
Uses of SVNException in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator that throw SVNExceptionModifier and TypeMethodDescriptionvoidSVNReplicationEditor.abortEdit()Aborts the transaction.voidSVNReplicationEditor.absentDir(java.lang.String path) Does nothing.voidSVNReplicationEditor.absentFile(java.lang.String path) Does nothing.voidSVNReplicationEditor.addDir(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) Adds a new directory under the specifiedpathto the target repository.voidSVNReplicationEditor.addFile(java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) Adds a new file.voidSVNReplicationEditor.applyTextDelta(java.lang.String path, java.lang.String baseChecksum) Starts applying text delta.private booleanSVNReplicationEditor.areFileContentsEqual(java.lang.String path1, long rev1, java.lang.String path2, long rev2, SVNProperties props2) voidSVNReplicationEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) Changes a property of the current directory.voidSVNReplicationEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) Changes file property.voidSVNReplicationEditor.closeDir()Closes the current opened dir.SVNReplicationEditor.closeEdit()Commits the transaction.voidSVNReplicationEditor.closeFile(java.lang.String path, java.lang.String textChecksum) Closes the current opened file.private voidSVNReplicationEditor.completeDeletion(java.lang.String dirPath) voidSVNReplicationEditor.deleteEntry(java.lang.String path, long revision) Removespathfrom the paths to be committed.protected voidSVNRepositoryReplicator.fireReplicatedEvent(SVNCommitInfo commitInfo) Fires a replicating iteration finished event to the registered handler.protected voidSVNRepositoryReplicator.fireReplicatingEvent(SVNLogEntry revision) Fires a replicating iteration started event to the registered handler.private SVNLogEntryPathSVNReplicationEditor.getFileCopyOrigin(java.lang.String path) private SVNRepositorySVNReplicationEditor.getSourceRepository()voidSVNRepositoryReplicator.handleEvent(SVNEvent event, double progress) Does nothing.voidSVNReplicationEditor.openDir(java.lang.String path, long revision) Opens a correspondingpathin the target repository.voidSVNReplicationEditor.openFile(java.lang.String path, long revision) Opens a file.voidSVNReplicationEditor.openRoot(long revision) Starts a next replication transaction.longSVNRepositoryReplicator.replicateRepository(SVNRepository src, SVNRepository dst, boolean incremental) Replicates a repository either incrementally or totally.longSVNRepositoryReplicator.replicateRepository(SVNRepository src, SVNRepository dst, long fromRevision, long toRevision) Replicates a range of repository revisions.voidISVNReplicationHandler.revisionReplicated(SVNRepositoryReplicator source, SVNCommitInfo commitInfo) Notifies this handler that the replicator has just finished replicating the current revision copying operation.voidISVNReplicationHandler.revisionReplicating(SVNRepositoryReplicator source, SVNLogEntry logEntry) Notifies this handler that the replicator is about to start a next revision copying operation.voidSVNReplicationEditor.targetRevision(long revision) Saves the targetrevision.java.io.OutputStreamSVNReplicationEditor.textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow) Applies a next chunk of delta.voidSVNReplicationEditor.textDeltaEnd(java.lang.String path) Handles text delta end.private voidSVNRepositoryReplicator.updateRevisionProperties(SVNRepository repository, long revision, SVNProperties properties) -
Uses of SVNException in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that throw SVNExceptionModifier and TypeMethodDescriptionbooleanISVNFileFilter.accept(java.io.File file) This method is called to add extra filtering of files.voidSVNChangelistClient.addToChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String changelist, java.lang.String[] changelists) Deprecated.private voidDefaultSVNDiffGenerator.createBadRelativePathError(java.lang.String path) static SVNInfoSVNInfo.createInfo(java.io.File file, SVNEntry entry) DefaultSVNRepositoryPool.createRepository(SVNURL url, boolean mayReuse) Creates a new SVNRepository driver object.ISVNRepositoryPool.createRepository(SVNURL url, boolean mayReuse) Creates a low-level SVN protocol driver to access a repository.SVNClientManager.createRepository(SVNURL url, boolean mayReuse) Creates a low-level SVN protocol driver to directly work with a repository.java.io.FileDefaultSVNDiffGenerator.createTempDirectory()Creates a temporary directory for diff files.java.io.FileISVNDiffGenerator.createTempDirectory()Creates a temporary directory (when necessary) where temporary files will be created.voidDefaultSVNDiffGenerator.displayAddedDirectory(java.lang.String path, java.lang.String rev1, java.lang.String rev2) Does nothing.voidISVNDiffGenerator.displayAddedDirectory(java.lang.String path, java.lang.String rev1, java.lang.String rev2) Notifies this generator that the directory was added in revisionrev2.voidDefaultSVNDiffGenerator.displayDeletedDirectory(java.lang.String path, java.lang.String rev1, java.lang.String rev2) Does nothing.voidISVNDiffGenerator.displayDeletedDirectory(java.lang.String path, java.lang.String rev1, java.lang.String rev2) Notifies this generator that the directory was deleted in revisionrev2.voidDefaultSVNDiffGenerator.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 betweenfile1andfile2as they are seen inrev1andrev2toresult.voidISVNDiffGenerator.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.private voidDefaultSVNDiffGenerator.displayMergeInfoDiff(java.io.ByteArrayOutputStream baos, java.lang.String oldValue, java.lang.String newValue) voidDefaultSVNDiffGenerator.displayPropDiff(java.lang.String path, SVNProperties baseProps, SVNProperties diff, java.io.OutputStream result) Produces properties difference and writes it toresult.voidISVNDiffGenerator.displayPropDiff(java.lang.String path, SVNProperties baseProps, SVNProperties diff, java.io.OutputStream result) Writes the differences in file properties to the specified output stream.voidSVNCommitPacket.dispose()Disposes the current object.voidSVNMergeFileSet.dispose()Disposes this object.voidSVNWCClient.doAdd(java.io.File[] paths, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents) Schedules working copypathsfor addition to the repository.voidSVNWCClient.doAdd(java.io.File[] paths, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents, boolean applyAutoProperties) Schedules working copypathsfor addition to the repository.voidSVNWCClient.doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, boolean recursive) Deprecated.voidSVNWCClient.doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, boolean recursive, boolean includeIgnored) Deprecated.voidSVNWCClient.doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean includeIgnored, boolean makeParents) Schedules a working copypathfor addition to the repository.voidSVNWCClient.doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents) Schedules a working copypathfor addition to the repository.voidSVNChangelistClient.doAddToChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String changelist, java.lang.String[] changelists) Adds each path inpaths(recursing todepthas necessary) tochangelist.voidSVNLogClient.doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandleron each line-blame item associated with revisionendRevisionofpath, usingstartRevisionas the default source of all blame.voidSVNLogClient.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.voidSVNLogClient.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.voidSVNLogClient.doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandleron each line-blame item associated with revisionendRevisionofurl, usingstartRevisionas the default source of all blame.voidSVNLogClient.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.voidSVNLogClient.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.voidSVNLogClient.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.voidSVNUpdateClient.doCanonicalizeURLs(java.io.File dst, boolean omitDefaultPort, boolean recursive) Canonicalizes all urls in the specified Working Copy.longSVNUpdateClient.doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive) Deprecated.longSVNUpdateClient.doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force) Deprecated.longSVNUpdateClient.doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions) Checks out a working copy ofurlatrevision, looked up atpegRevision, usingdstPathas the root directory of the newly checked out working copy.voidSVNWCClient.doCleanup(java.io.File path) Cleans up a working copy.voidSVNWCClient.doCleanup(java.io.File path, boolean deleteWCProperties) Recursively cleans up the working copy, removing locks and resuming unfinished operations.voidSVNWCClient.doCleanup(java.io.File path, boolean deleteWCProperties, boolean breakLocks, boolean vacuumPristines, boolean removeUnversionedItems, boolean removeIgnoredItems, boolean includeExternals) voidSVNWCClient.doCleanupWCProperties(java.io.File directory) Recursively removes all DAV-specific "svn:wc:" properties from thedirectoryand beneath.SVNCommitClient.doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, boolean recursive) Deprecated.SVNCommitClient.doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, boolean recursive, boolean combinePackets) Deprecated.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 differentSVNCommitPackets.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.SVNCommitClient.doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, boolean force, boolean recursive) 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.SVNCommitClient.doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient.doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, java.lang.String commitMessage) Committs local changes, made to the Working Copy items, to the repository.SVNCommitClient.doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient.doCommit(SVNCommitPacket commitPacket, boolean keepLocks, java.lang.String commitMessage) Committs local changes made to the Working Copy items to the repository.voidSVNCopyClient.doCopy(java.io.File nestedWC) Converts a disjoint working copy to a copied one.voidSVNCopyClient.doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists) Copies each source insourcestodst.voidSVNCopyClient.doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean allowMixedRevisions, boolean metadataOnly) Copies each source insourcestodst.voidSVNCopyClient.doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, java.util.Map<SvnTarget, java.util.List<SVNExternal>> externalsToPin) SVNCopyClient.doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties) Copies each source insourcestodst.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) Committs removing specified URL-paths from the repository.SVNCommitClient.doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties) Deletes items from a repository.voidSVNWCClient.doDelete(java.io.File path, boolean force, boolean dryRun) Schedules a Working Copy item for deletion.voidSVNWCClient.doDelete(java.io.File path, boolean force, boolean deleteFiles, boolean dryRun) Schedules a Working Copy item for deletion.voidSVNDiffClient.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 inpathscallingSVNDiffClient.doDiff(File, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream, Collection)for each one in the array.voidSVNDiffClient.doDiff(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) voidSVNDiffClient.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/rNandpath2/rM.voidSVNDiffClient.doDiff(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) voidSVNDiffClient.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/rNandurl2/rM.voidSVNDiffClient.doDiff(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) voidSVNDiffClient.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 betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient.doDiff(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) voidSVNDiffClient.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/rNandpath2/rM.voidSVNDiffClient.doDiff(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) Deprecated.voidSVNDiffClient.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/rNandurl2/rM.voidSVNDiffClient.doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) voidSVNDiffClient.doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result) Produces diff output which describes the delta betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient.doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) voidSVNDiffClient.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/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient.doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) voidSVNDiffClient.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/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient.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 betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient.doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) voidSVNDiffClient.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/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient.doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) voidSVNDiffClient.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/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient.doDiffStatus(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.private voidSVNDiffClient.doDiffStatus(SvnTarget source, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) private voidSVNDiffClient.doDiffStatus(SvnTarget source1, SvnTarget source2, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) longSVNUpdateClient.doExport(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive) longSVNUpdateClient.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).longSVNUpdateClient.doExport(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive) longSVNUpdateClient.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).voidSVNChangelistClient.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.voidSVNChangelistClient.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.voidSVNWCClient.doGetFileContents(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst) Outputs the content of file identified bypathandrevisionto the streamdst.voidSVNWCClient.doGetFileContents(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst) Outputs the content of file identified byurlandrevisionto the streamdst.voidSVNDiffClient.doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcPath(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient.doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcURL(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient.doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcPath(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient.doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcURL(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient.doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions merged frommergeSrcPath(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient.doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions merged frommergeSrcURL(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient.doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith the revisions merged frommergeSrcPath(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient.doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandlerwith 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 aMapwith merge source URLs (asSVNURL) mapped to range lists (SVNMergeRangeList).java.util.Map<SVNURL,SVNMergeRangeList> SVNDiffClient.doGetMergedMergeInfo(SVNURL url, SVNRevision pegRevision) Returns mergeinfo as aMapwith merge source URLs (asSVNURL) mapped to range lists (SVNMergeRangeList).SVNWCClient.doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropNameforpath.voidSVNWCClient.doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) voidSVNWCClient.doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists) Invokeshandleron paths covered bydepthstarting with the specifiedpath.SVNWCClient.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropNameforurl.voidSVNWCClient.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) voidSVNWCClient.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler) Invokeshandleron paths covered bydepthstarting with the specifiedpath.longSVNWCClient.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.longSVNWCClient.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.StringSVNWCClient.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.StringSVNWCClient.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.SVNCommitClient.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean recursive) Deprecated.SVNCommitClient.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean useGlobalIgnores, boolean recursive) Deprecated.SVNCommitClient.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth) Imports file or directorypathinto repository directorydstURLat HEAD revision.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 directorypathinto repository directorydstURLat HEAD revision.SVNWCClient.doInfo(java.io.File path, SVNRevision revision) Collects and returns information on a single Working Copy item.voidSVNWCClient.doInfo(java.io.File path, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.voidSVNWCClient.doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.voidSVNWCClient.doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, java.util.Collection<java.lang.String> changeLists, ISVNInfoHandler handler) Invokeshandlerto return information aboutpathinrevision.SVNWCClient.doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision) Collects and returns information on a single item in a repository.voidSVNWCClient.doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.voidSVNWCClient.doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler) Invokeshandlerto return information abouturlinrevision.voidSVNLogClient.doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler) Deprecated.voidSVNLogClient.doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler) Deprecated.voidSVNLogClient.doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forpathatrevision.voidSVNLogClient.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.voidSVNLogClient.doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler) voidSVNLogClient.doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forurlatrevision.voidSVNWCClient.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.voidLocks file items in a repository so that no other user can commit changes to them.voidSVNLogClient.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) Invokeshandleron each log message from the givenrevisionRangesin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient.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.voidSVNLogClient.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) Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient.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.voidSVNLogClient.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) Invokeshandleron each log message from the givenin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient.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) Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient.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.voidSVNWCClient.doMarkReplaced(java.io.File path) Schedulespathas being replaced.voidSVNDiffClient.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) voidSVNDiffClient.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/revision1topath2/revision2into the working-copy pathdstPath.voidSVNDiffClient.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 betweenpath1in peg revisionpegRevision, as it changed between the ranges described inrangesToMerge.voidSVNDiffClient.doMerge(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) voidSVNDiffClient.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/revision1tourl2/revision2into the working-copy pathdstPath.voidSVNDiffClient.doMerge(java.io.File path1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) voidSVNDiffClient.doMerge(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) voidSVNDiffClient.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/revision1topath2/revision2into the working-copy pathdstPath.voidSVNDiffClient.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 betweenurl1in peg revisionpegRevision, as it changed between the ranges described inrangesToMerge.voidSVNDiffClient.doMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) voidSVNDiffClient.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/revision1tourl2/revision2into the working-copy pathdstPath.voidSVNDiffClient.doMerge(SVNURL url1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) voidSVNDiffClient.doMergeReIntegrate(java.io.File srcPath, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun) Performs a reintegration merge ofsrcPathatpegRevisionintodstPath.voidSVNDiffClient.doMergeReIntegrate(SVNURL srcURL, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun) Performs a reintegration merge ofsrcURLatpegRevisionintodstPath.Committs a creation of a new directory/directories in the repository.SVNCommitClient.doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents) Creates directory(ies) in a repository.voidSVNMoveClient.doMove(java.io.File src, java.io.File dst) Moves a source item to a destination one.protected static SVNBasicDelegateSVNBasicClient.dontWC17Support()voidSVNDiffClient.doPatch(java.io.File absPatchPath, java.io.File localAbsPath, boolean dryRun, int stripCount) voidSVNDiffClient.doPatch(java.io.File absPatchPath, java.io.File localAbsPath, boolean dryRun, int stripCount, boolean ignoreWhitespace, boolean removeTempFiles, boolean reverse) voidSVNUpdateClient.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.voidSVNChangelistClient.doRemoveFromChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String[] changelists) Removes each path inpaths(recursing todepthas necessary) from changelists to which they are currently assigned.voidSVNWCClient.doResolve(java.io.File path, boolean recursive) Deprecated.voidSVNWCClient.doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, boolean resolveTree, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient.doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient.doResolve(java.io.File path, SVNDepth depth, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient.doRevert(java.io.File[] paths, boolean recursive) Deprecated.voidSVNWCClient.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.voidSVNWCClient.doRevert(java.io.File path, boolean recursive) Deprecated.voidSVNWCClient.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean force, boolean recursive, ISVNPropertyHandler handler) voidSVNWCClient.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists) SetspropNametopropValueonpath.voidSVNWCClient.doSetProperty(java.io.File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists) Crawls the working copy atpathand callsISVNPropertyValueProvider.providePropertyValues(java.io.File, org.tmatesoft.svn.core.SVNProperties)to get properties to be change on each path being traversedSVNWCClient.doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropNametopropValueonpath.voidSVNWCClient.doSetRevisionProperty(java.io.File path, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropNametopropValueon revisionrevisionin the repository represented bypath.voidSVNWCClient.doSetRevisionProperty(SVNURL url, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropNametopropValueon revisionrevisionin the repository represented bypath.voidSVNWCClient.doSetWCFormat(java.io.File directory, int format) Changes working copy format.SVNStatusClient.doStatus(java.io.File path, boolean remote) Collects status information on a single Working Copy item.SVNStatusClient.doStatus(java.io.File path, boolean remote, boolean collectParentExternals) Collects status information on a single Working Copy item.longSVNStatusClient.doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) longSVNStatusClient.doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, ISVNStatusHandler handler) longSVNStatusClient.doStatus(java.io.File path, SVNRevision revision, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) longSVNStatusClient.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 apathto a working copy directory (or single file), callshandlerwith a set ofSVNStatusobjects 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) forpathatpegRevision.java.util.Collection<SVNURL>SVNDiffClient.doSuggestMergeSources(SVNURL url, SVNRevision pegRevision) Returns a collection of potential merge sources (expressed as full repositoryURLs) forurlatpegRevision.longSVNUpdateClient.doSwitch(java.io.File file, SVNURL url, SVNRevision revision, boolean recursive) Deprecated.longSVNUpdateClient.doSwitch(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive) Deprecated.longSVNUpdateClient.doSwitch(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force) Deprecated.longSVNUpdateClient.doSwitch(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Switches working treepathtourl\pegRevisionatrevision.longSVNUpdateClient.doSwitch(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky, boolean ignoreAncestry) voidSVNWCClient.doUnlock(java.io.File[] paths, boolean breakLock) Unlocks file items in a Working Copy as well as in a repository.voidUnlocks file items in a repository.long[]SVNUpdateClient.doUpdate(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Updates working treespathstorevision.long[]SVNUpdateClient.doUpdate(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky, boolean makeParents) longSVNUpdateClient.doUpdate(java.io.File file, SVNRevision revision, boolean recursive) Deprecated.longSVNUpdateClient.doUpdate(java.io.File file, SVNRevision revision, boolean recursive, boolean force) Deprecated.longSVNUpdateClient.doUpdate(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Updates working copytorevision.voidSVNMoveClient.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.StringSVNMergeFileSet.getBasePath()Returns the base file path.voidSVNChangelistClient.getChangeListPaths(java.util.Collection<java.lang.String> changeLists, java.util.Collection<java.io.File> targets, SVNDepth depth, ISVNChangelistHandler handler) voidSVNChangelistClient.getChangeLists(java.io.File path, java.util.Collection<java.lang.String> changeLists, SVNDepth depth, ISVNChangelistHandler handler) Deprecated.java.lang.StringDefaultSVNCommitHandler.getCommitMessage(java.lang.String message, SVNCommitItem[] commitables) Returns themessageitself without any modifications to it or""if themessageis null.java.lang.StringISVNCommitHandler.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.StringDefaultSVNDiffGenerator.getDisplayPath(java.lang.String path) java.lang.StringSVNMergeFileSet.getRepositoryPath()Returns the path to the file containing the contents of the repository version of the file.SVNBasicClient.getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision) Returns the root of the repository.SVNBasicClient.getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access) Deprecated.DefaultSVNCommitHandler.getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) ReturnsrevisionPropertiesas is if it's not null, or an emptySVNPropertiesobject ifrevisionPropertiesis null.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.FileSVNWCUtil.getWorkingCopyRoot(java.io.File versionedDir, boolean stopOnExternals) Returns the Working Copy root directory given a versioned directory that belongs to the Working Copy.ISVNConflictHandler.handleConflict(SVNConflictDescription conflictDescription) Handles the conflict given the conflict descriptionconflictDescriptionand returnsvoidISVNDiffStatusHandler.handleDiffStatus(SVNDiffStatus diffStatus) Receives a diff status object to handle.voidISVNAnnotateHandler.handleEOF()Handles the EOF met after the document contents.voidISVNEventHandler.handleEvent(SVNEvent event, double progress) Handles the current event.voidSVNEventAdapter.handleEvent(SVNEvent event, double progress) Does nothing.voidISVNInfoHandler.handleInfo(SVNInfo info) Handles item's information using an SVNInfo object.voidISVNAnnotateHandler.handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line) Deprecated.voidISVNAnnotateHandler.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.voidISVNPathListHandler.handlePathListItem(java.io.File path) Hadles a working copy path.voidISVNPropertyHandler.handleProperty(long revision, SVNPropertyData property) Handles a revision property.voidISVNPropertyHandler.handleProperty(java.io.File path, SVNPropertyData property) Handles local item's properties (located in a Working Copy).voidISVNPropertyHandler.handleProperty(SVNURL url, SVNPropertyData property) Handles remote item's properies (located in a repository).booleanISVNAnnotateHandler.handleRevision(java.util.Date date, long revision, java.lang.String author, java.io.File contents) Handles file information for a next revision.voidISVNStatusHandler.handleStatus(SVNStatus status) Handles WC item's status information using an SVNStatus object.static booleanSVNWCUtil.isWorkingCopyRoot(java.io.File versionedDir) Determines if a directory is the root of the Working Copy.static booleanSVNWCUtil.isWorkingCopyRoot(java.io.File versionedDir, boolean externalIsRoot) Deprecated.useSVNWCUtil.isWorkingCopyRoot(File)} insteadISVNMerger.mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun) GivenadminArea/localPathand property changes (propDiff) based onserverBaseProps, merges the changes into the working copy.ISVNMerger.mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options) Performs a text merge.ISVNPropertyValueProvider.providePropertyValues(java.io.File path, SVNProperties properties) Defines local item's properties to be installed.voidSVNChangelistClient.removeFromChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String[] changelists) Deprecated.voidSVNMoveClient.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 SVNExceptionModifier and TypeMethodDescriptionprivate voidprivate voidSVNAdminClient.checkIfRepositoryIsAtRoot(SVNRepository repos, SVNURL url) private SVNPropertiesSVNAdminClient.copyRevisionProperties(SVNRepository fromRepository, SVNRepository toRepository, long revision, boolean sync) protected SVNRepositorySVNAdminBasicClient.createRepository(SVNURL url, java.lang.String uuid, boolean mayReuse) protected voidSVNAdminBasicClient.dispatchEvent(SVNEvent event, double progress) voidISVNGNUDiffGenerator.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.voidSVNLookClient.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.voidSVNLookClient.doCat(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision, java.io.OutputStream out) Fetches file contents for the specified revision and path.voidSVNAdminClient.doCompleteSynchronize(SVNURL fromURL, SVNURL toURL) Completely synchronizes two repositories.voidSVNAdminClient.doCopyRevisionProperties(SVNURL toURL, long startRevision, long endRevision) Copies revision properties from the source repository starting atstartRevisionand up toendRevisionto corresponding revisions of the destination repository represented bytoURL.SVNAdminClient.doCreateRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force) Creates an FSFS-type repository.SVNAdminClient.doCreateRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible) Creates an FSFS-type repository.SVNAdminClient.doCreateRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible, boolean pre15Compatible) Creates an FSFS-type repository.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.SVNAdminClient.doCreateRepository(java.io.File path, java.lang.String uuid, boolean enableRevisionProperties, boolean force, boolean pre14Compatible, boolean pre15Compatible, boolean pre16Compatible, boolean pre17Compatible, boolean with17Compatible) voidSVNAdminClient.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.voidSVNAdminClient.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 givenprefixesfromdumpStreamtoresultDumpStream.java.lang.StringSVNLookClient.doGetAuthor(java.io.File repositoryRoot, java.lang.String transactionName) Returns author information for the given transaction.java.lang.StringSVNLookClient.doGetAuthor(java.io.File repositoryRoot, SVNRevision revision) Returns author information for the given revision.voidSVNLookClient.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.voidSVNLookClient.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.voidSVNLookClient.doGetChangedDirectories(java.io.File repositoryRoot, java.lang.String transactionName, ISVNChangedDirectoriesHandler handler) Passes paths of directories changed in the given transaction to the provided handler.voidSVNLookClient.doGetChangedDirectories(java.io.File repositoryRoot, SVNRevision revision, ISVNChangedDirectoriesHandler handler) Passes paths of directories changed in the given revision to the provided handler.java.util.DateSVNLookClient.doGetDate(java.io.File repositoryRoot, java.lang.String transactionName) Returns datestamp information for the given transaction.java.util.DateSVNLookClient.doGetDate(java.io.File repositoryRoot, SVNRevision revision) Returns datestamp information for the given revision.voidSVNLookClient.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.voidSVNLookClient.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.longSVNLookClient.doGetFileSize(java.io.File repositoryRoot, java.lang.String path, java.lang.String transactionName) Returns the size in bytes for the specified path in given transactionlongSVNLookClient.doGetFileSize(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision) Returns the size in bytes for the specified path in given revisionvoidSVNLookClient.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.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.SVNLookClient.doGetInfo(java.io.File repositoryRoot, SVNRevision revision) Retrieves author, timestamp and log message information from the repository for the given revision.SVNLookClient.doGetLock(java.io.File repositoryRoot, java.lang.String path) Retrieves lock information for the specified path.java.lang.StringSVNLookClient.doGetLog(java.io.File repositoryRoot, java.lang.String transactionName) Returns log information for the given transaction.java.lang.StringSVNLookClient.doGetLog(java.io.File repositoryRoot, SVNRevision revision) Returns log information for the given revision.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.SVNLookClient.doGetProperties(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision) Returns versioned properties for the specified path in the given revision.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.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.SVNLookClient.doGetRevisionProperties(java.io.File repositoryRoot, java.lang.String transactionName) Returns revision properties for the given transaction.SVNLookClient.doGetRevisionProperties(java.io.File repositoryRoot, SVNRevision revision) Returns revision properties in the given revision.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.SVNLookClient.doGetRevisionProperty(java.io.File repositoryRoot, java.lang.String propName, SVNRevision revision) Returns the value of a revision property in the given revision.voidSVNLookClient.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.voidSVNLookClient.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.StringSVNLookClient.doGetUUID(java.io.File repositoryRoot) Returns the uuid of the repository.longSVNLookClient.doGetYoungestRevision(java.io.File repositoryRoot) Returns the latest revision of the repository.voidSVNAdminClient.doHotCopy(java.io.File srcRepositoryRoot, java.io.File newRepositoryRoot) Makes a hot copy of a repository located atsrcRepositoryRootto one located atnewRepositoryRoot.Returns information about the synchronization repository located attoURL.voidSVNAdminClient.doInitialize(SVNURL fromURL, SVNURL toURL) Initializes synchronization between source and target repositories.voidSVNAdminClient.doListLocks(java.io.File repositoryRoot) Walks through the repository tree found underrepositoryRootand reports all found locks via calls to the caller'sISVNAdminEventHandlerhandler implementation.voidSVNAdminClient.doListTransactions(java.io.File repositoryRoot) Lists all uncommitted transactions.voidSVNAdminClient.doLoad(java.io.File repositoryRoot, java.io.InputStream dumpStream) Reads the provided dump stream committing new revisions to a repository.voidSVNAdminClient.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.voidSVNAdminClient.doPack(java.io.File repositoryRoot) Compacts a repository into a more efficient storage model.voidSVNAdminClient.doRecover(java.io.File repositoryRoot) Recovers the repository found underrepositoryRoot.voidSVNAdminClient.doRemoveLocks(java.io.File repositoryRoot, java.lang.String[] paths) Removes locks from the specifiedpathsin the repository found underrepositoryRoot.voidSVNAdminClient.doRemoveTransactions(java.io.File repositoryRoot, java.lang.String[] transactions) Removes the specified outstanding transactions from a repository.voidSVNAdminClient.doSetUUID(java.io.File repositoryRoot, java.lang.String uuid) Resets the repository UUID with the provideduuidfor the repository located atrepositoryRoot.voidSVNAdminClient.doSynchronize(SVNURL toURL) Synchronizes the repository at the given url.voidSVNAdminClient.doUpgrade(java.io.File repositoryRoot) Upgrades the repository located atrepositoryRootto the latest supported schema version.voidSVNAdminClient.doVerify(java.io.File repositoryRoot) Verifies the data stored in the repository.voidSVNAdminClient.doVerify(java.io.File repositoryRoot, SVNRevision startRevision, SVNRevision endRevision) Verifies repository contents found underrepositoryRootstarting atstartRevisionand up toendRevision.private voidSVNAdminClient.dump(FSFS fsfs, java.io.OutputStream dumpStream, long start, long end, boolean isIncremental, boolean useDeltas) private SVNNodeEditorSVNLookClient.generateDeltaTree(FSFS fsfs, FSRoot root, long baseRevision) private longSVNLookClient.getFileSize(FSRoot root, java.lang.String path) private voidSVNLookClient.getHistory(FSFS fsfs, java.lang.String path, long start, long end, long limit, boolean crossCopies, boolean includeIDs, ISVNHistoryHandler handler) private SVNPropertiesSVNLookClient.getProperties(java.io.File repositoryRoot, java.lang.String propName, java.lang.String path, SVNRevision revision, java.lang.String txnName, boolean singleProp, boolean revProps) private voidSVNLookClient.getTree(FSFS fsfs, FSRoot root, java.lang.String path, SVNNodeKind kind, FSID id, boolean includeIDs, int depth, boolean recursive, ISVNTreeHandler handler) longSVNAdminClient.getYoungestRevision(java.io.File repositoryRoot) Returns the HEAD revision of the repository located atrepositoryRoot.voidISVNAdminEventHandler.handleAdminEvent(SVNAdminEvent event, double progress) Handles the current admin event.voidSVNAdminEventAdapter.handleAdminEvent(SVNAdminEvent event, double progress) Does nothing.voidISVNChangedDirectoriesHandler.handleDir(java.lang.String path) Handles changed directory path.voidSVNReplayHandler.handleEndRevision(long revision, SVNProperties revisionProperties, ISVNEditor editor) voidISVNChangeEntryHandler.handleEntry(SVNChangeEntry entry) Handles information on a changed path.voidSVNAdminBasicClient.handleEvent(SVNEvent event, double progress) Dispatches events to the registered event handler (if any).voidSVNAdminEventAdapter.handleEvent(SVNEvent event, double progress) Does nothing.protected voidSVNAdminClient.handleNormalizedProperties(int normalizedRevPropsCount, int normalizedNodePropsCount) voidISVNHistoryHandler.handlePath(SVNAdminPath path) Handles path information.voidISVNTreeHandler.handlePath(SVNAdminPath path) Handles path information.protected voidSVNAdminClient.handlePropertesCopied(boolean foundSyncProps, long revision) SVNReplayHandler.handleStartRevision(long revision, SVNProperties revisionProperties) private voidSVNAdminClient.lock(SVNRepository repos) static SVNPropertiesSVNAdminClient.normalizeRevisionProperties(SVNProperties revProps) static java.lang.StringSVNAdminClient.normalizeString(java.lang.String string) private FSFSSVNLookClient.open(java.io.File repositoryRoot, java.lang.String transactionName) private FSFSSVNLookClient.open(java.io.File repositoryRoot, SVNRevision revision) private SVNAdminClient.SessionInfoSVNAdminClient.openSourceRepository(SVNRepository targetRepos) private voidSVNAdminClient.unlock(SVNRepository repos) private voidprivate SVNNodeKindSVNLookClient.verifyPath(FSRoot root, java.lang.String path) private voidSVNAdminClient.writeDumpData(java.io.OutputStream out, java.lang.String data) private voidSVNAdminClient.writeRevisionRecord(java.io.OutputStream dumpStream, FSFS fsfs, long revision) -
Uses of SVNException in org.tmatesoft.svn.core.wc.xml
Methods in org.tmatesoft.svn.core.wc.xml that throw SVNExceptionModifier and TypeMethodDescriptionvoidSVNXMLDirEntryHandler.handleDirEntry(SVNDirEntry entry) Handles a next direntry.voidSVNXMLInfoHandler.handleInfo(SVNInfo info) Handles info producing corresponding xml.voidSVNXMLAnnotateHandler.handleLine(java.util.Date date, long revision, java.lang.String author, java.lang.String line) Handles line annotation producing corresponding xml tags.voidSVNXMLAnnotateHandler.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.voidSVNXMLLogHandler.handleLogEntry(SVNLogEntry logEntry) Handles a next log entry producing corresponding xml.booleanSVNXMLAnnotateHandler.handleRevision(java.util.Date date, long revision, java.lang.String author, java.io.File contents) Just returns false.voidSVNXMLStatusHandler.handleStatus(SVNStatus status) Handles a nextstatusobject producing corresponding xml. -
Uses of SVNException in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that throw SVNExceptionModifier and TypeMethodDescriptionSvnCommitPacket.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.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.voidISvnOperationHandler.afterOperationSuccess(SvnOperation<?> operation) A callback that is called after each successful operation runsprivate voidSvnOperationFactory.assertRefCount(SvnOperation<?> operation, SVNWCContext wcContext) voidISvnOperationHandler.beforeOperation(SvnOperation<?> operation) A callback that is called before each operation runsSvnCommit.collectCommitItems()Returns operation's commit packet.(package private) SvnCommitPacketSvnOperationFactory.collectCommitItems(SvnCommit operation) static SvnWcGenerationSvnOperationFactory.detectWcGeneration(java.io.File path, boolean climbUp) Detects working copy generation (1.6 or 1.7 format) by the working copy path.static SvnWcGenerationSvnOperationFactory.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.voidSvnCommitPacket.dispose()Disposes the commit packet, if commit runner is set method callsISvnCommitRunner#disposeCommitPacket(Object)with the commit packetprotected voidSvnCat.ensureArgumentsAreValid()protected voidSvnCheckout.ensureArgumentsAreValid()protected voidSvnCommit.ensureArgumentsAreValid()protected voidSvnDiff.ensureArgumentsAreValid()protected voidSvnDiffSummarize.ensureArgumentsAreValid()private voidSvnDiffSummarize.ensureArgumentsAreValid(SVNURL url1, java.io.File path1, SVNRevision revision1, SVNURL url2, java.io.File path2, SVNRevision revision2, SVNRevision pegRevision) protected voidSvnExport.ensureArgumentsAreValid()protected voidSvnGetInfo.ensureArgumentsAreValid()protected voidSvnGetProperties.ensureArgumentsAreValid()protected voidSvnGetStatus.ensureArgumentsAreValid()protected voidSvnImport.ensureArgumentsAreValid()protected voidSvnLog.ensureArgumentsAreValid()protected voidSvnLogMergeInfo.ensureArgumentsAreValid()protected voidSvnOperation.ensureArgumentsAreValid()protected voidSvnRemoteSetProperty.ensureArgumentsAreValid()protected voidSvnRevert.ensureArgumentsAreValid()protected voidSvnSetChangelist.ensureArgumentsAreValid()protected voidSvnSetProperty.ensureArgumentsAreValid()protected voidSvnSetWCDbVersion.ensureArgumentsAreValid()protected voidSvnSwitch.ensureArgumentsAreValid()protected voidSvnUpdate.ensureArgumentsAreValid()protected voidSvnOperation.ensureEnoughTargets()protected voidSvnOperation.ensureHomohenousTargets()private voidSvnDiffSummarize.ensureRevisionIsValid(SVNRevision revision) static SvnChecksumSvnChecksum.fromString(java.lang.String checksum) Creates checksum object fromString.protected ISvnOperationRunner<?,SvnOperation<?>> SvnOperationFactory.getImplementation(SvnOperation<?> operation) private java.lang.StringSvnCommitPacket.getItemKey(SvnCommitItem item, SVNURL rootURL, boolean combinePackets) static java.io.FileSvnOperationFactory.getWorkingCopyRoot(java.io.File versionedDir, boolean stopOnExternals) Searches working copy root path by the versioned directory.private static java.io.FileSvnOperationFactory.getWorkingCopyRootNg(java.io.File versionedDir, boolean stopOnExternals) private static java.io.FileSvnOperationFactory.getWorkingCopyRootOld(java.io.File versionedDir, boolean stopOnExternals) booleanISvnOperationRunner.isApplicable(T operation, SvnWcGeneration wcGeneration) Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)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 changespropChangesbased onserverBasePropertiesinto the working copylocalAbsPathISvnMerger.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.voidReceives object with is target.voidReceives the object, adds it to objects list and calls client's receiver if exists.private voidSvnOperationFactory.releaseWcContext(SVNWCContext wcContext) Implementation of operation'srunmethod for concrete working copy generationSvnCommit.run()If commit packet isnull, callsSvnCommit.collectCommitItems()to create the commit packet, then executes the operation.SvnOperation.run()Executes the operation.protected java.lang.ObjectSvnOperationFactory.run(SvnOperation<?> operation) java.util.Collection<T>Initializes list for received objects withobjectsor creates an empty list, calls the operation'sSvnOperation.run()method.SvnRemoteCopy.run()Runs copy operation.java.lang.VoidSvnSetWCDbVersion.run()(package private) SvnCommitPacket[]SvnCommitPacket.split(boolean combinePackets) 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 -
Uses of SVNException in org.tmatesoft.svn.core.wc2.hooks
Methods in org.tmatesoft.svn.core.wc2.hooks that throw SVNExceptionModifier and TypeMethodDescriptionbooleanISvnFileFilter.accept(java.io.File file) java.lang.StringISvnCommitHandler.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.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.ISvnPropertyValueProvider.providePropertyValues(java.io.File path, SVNProperties properties) Defines local item's properties to be installed.
SVNCommitInfo.getErrorMessage()instead