Uses of Class
org.tigris.subversion.javahl.ClientException
Packages that use ClientException
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
-
Uses of ClientException in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return ClientExceptionModifier and TypeMethodDescription(package private) static ClientException
ClientException.fromException
(java.lang.Throwable t) A conversion routine for maintaining backwards compatibility.Methods in org.tigris.subversion.javahl that throw ClientExceptionModifier and TypeMethodDescriptionvoid
SVNClient.add
(java.lang.String path, boolean recurse) void
SVNClient.add
(java.lang.String path, boolean recurse, boolean force) void
SVNClient.add
(java.lang.String path, int depth, boolean force, boolean noIgnores, boolean addParents) void
SVNClientInterface.add
(java.lang.String path, boolean recurse) Deprecated.void
SVNClientInterface.add
(java.lang.String path, boolean recurse, boolean force) Deprecated.void
SVNClientInterface.add
(java.lang.String path, int depth, boolean force, boolean noIgnores, boolean addParents) Adds a file to the repository.void
SVNClientSynchronized.add
(java.lang.String path, boolean recurse) Deprecated.void
SVNClientSynchronized.add
(java.lang.String path, boolean recurse, boolean force) Deprecated.void
SVNClientSynchronized.add
(java.lang.String path, int depth, boolean force, boolean noIgnores, boolean addParents) void
SVNClient.addToChangelist
(java.lang.String[] paths, java.lang.String changelist, int depth, java.lang.String[] changelists) void
SVNClientInterface.addToChangelist
(java.lang.String[] paths, java.lang.String changelist, int depth, java.lang.String[] changelists) Add paths to a changelistvoid
SVNClientSynchronized.addToChangelist
(java.lang.String[] paths, java.lang.String changelist, int depth, java.lang.String[] changelists) byte[]
void
SVNClient.blame
(java.lang.String path, Revision revisionStart, Revision revisionEnd, BlameCallback callback) void
SVNClient.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback2 callback) void
SVNClient.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback3 callback) void
SVNClient.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, BlameCallback callback) byte[]
Deprecated.void
SVNClientInterface.blame
(java.lang.String path, Revision revisionStart, Revision revisionEnd, BlameCallback callback) Deprecated.void
SVNClientInterface.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback2 callback) Deprecated.void
SVNClientInterface.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback3 callback) Retrieve the content together with the author, the revision and the date of the last change of each linevoid
SVNClientInterface.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, BlameCallback callback) Deprecated.byte[]
Deprecated.void
SVNClientSynchronized.blame
(java.lang.String path, Revision revisionStart, Revision revisionEnd, BlameCallback callback) Deprecated.void
SVNClientSynchronized.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback2 callback) Deprecated.void
SVNClientSynchronized.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback3 callback) void
SVNClientSynchronized.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, BlameCallback callback) Deprecated.void
SVNClient.cancelOperation()
void
SVNClientInterface.cancelOperation()
cancel the active operationvoid
SVNClientSynchronized.cancelOperation()
long
SVNClient.checkout
(java.lang.String moduleName, java.lang.String destPath, Revision revision, boolean recurse) long
SVNClient.checkout
(java.lang.String moduleName, java.lang.String destPath, Revision revision, Revision pegRevision, boolean recurse, boolean ignoreExternals) long
SVNClient.checkout
(java.lang.String moduleName, java.lang.String destPath, Revision revision, Revision pegRevision, int depth, boolean ignoreExternals, boolean allowUnverObstructions) long
SVNClientInterface.checkout
(java.lang.String moduleName, java.lang.String destPath, Revision revision, boolean recurse) Deprecated.long
SVNClientInterface.checkout
(java.lang.String moduleName, java.lang.String destPath, Revision revision, Revision pegRevision, boolean recurse, boolean ignoreExternals) Deprecated.long
SVNClientInterface.checkout
(java.lang.String moduleName, java.lang.String destPath, Revision revision, Revision pegRevision, int depth, boolean ignoreExternals, boolean allowUnverObstructions) Executes a revision checkout.long
SVNClientSynchronized.checkout
(java.lang.String moduleName, java.lang.String destPath, Revision revision, boolean recurse) Deprecated.long
SVNClientSynchronized.checkout
(java.lang.String moduleName, java.lang.String destPath, Revision revision, Revision pegRevision, boolean recurse, boolean ignoreExternals) Deprecated.long
SVNClientSynchronized.checkout
(java.lang.String moduleName, java.lang.String destPath, Revision revision, Revision pegRevision, int depth, boolean ignoreExternals, boolean allowUnverObstructions) void
SVNClient.cleanup
(java.lang.String path) void
SVNClientInterface.cleanup
(java.lang.String path) Recursively cleans up a local directory, finishing any incomplete operations, removing lockfiles, etc.void
SVNClientSynchronized.cleanup
(java.lang.String path) long
SVNClient.commit
(java.lang.String[] path, java.lang.String message, boolean recurse) long
SVNClient.commit
(java.lang.String[] path, java.lang.String message, boolean recurse, boolean noUnlock) long
SVNClient.commit
(java.lang.String[] path, java.lang.String message, int depth, boolean noUnlock, boolean keepChangelist, java.lang.String[] changelists, java.util.Map revpropTable) long
SVNClientInterface.commit
(java.lang.String[] path, java.lang.String message, boolean recurse) Deprecated.Use#commit(String[], String, int, boolean, boolean, String[])
instead.long
SVNClientInterface.commit
(java.lang.String[] path, java.lang.String message, boolean recurse, boolean noUnlock) Deprecated.Use#commit(String[], String, int, boolean, boolean, String[])
instead.long
SVNClientInterface.commit
(java.lang.String[] path, java.lang.String message, int depth, boolean noUnlock, boolean keepChangelist, java.lang.String[] changelists, java.util.Map revpropTable) Commits changes to the repository.long
SVNClientSynchronized.commit
(java.lang.String[] path, java.lang.String message, boolean recurse) Deprecated.Use#commit(String[], String, int, boolean, boolean, String[])
instead.long
SVNClientSynchronized.commit
(java.lang.String[] path, java.lang.String message, boolean recurse, boolean noUnlock) Deprecated.Use#commit(String[], String, int, boolean, boolean, String[])
instead.long
SVNClientSynchronized.commit
(java.lang.String[] path, java.lang.String message, int depth, boolean noUnlock, boolean keepChangelist, java.lang.String[] changelists, java.util.Map revpropTable) void
SVNClient.copy
(java.lang.String srcPath, java.lang.String destPath, java.lang.String message, Revision revision) void
SVNClient.copy
(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, java.util.Map revpropTable) void
SVNClient.copy
(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, java.util.Map revpropTable) void
SVNClientInterface.copy
(java.lang.String srcPath, java.lang.String destPath, java.lang.String message, Revision revision) Deprecated.void
SVNClientInterface.copy
(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, java.util.Map revpropTable) Copy versioned paths with the history preserved.void
SVNClientInterface.copy
(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, java.util.Map revpropTable) Deprecated.void
SVNClientSynchronized.copy
(java.lang.String srcPath, java.lang.String destPath, java.lang.String message, Revision revision) Deprecated.void
SVNClientSynchronized.copy
(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, java.util.Map revpropTable) void
SVNClientSynchronized.copy
(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, java.util.Map revpropTable) Deprecated.void
SVNAdmin.create
(java.lang.String path, boolean disableFsyncCommit, boolean keepLog, java.lang.String configPath, java.lang.String fstype) create a subversion repository.void
deltify the revisions in the repositoryvoid
SVNClient.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String outFileName, boolean recurse) void
SVNClient.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String outFileName, boolean recurse, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) void
SVNClient.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) void
SVNClient.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) void
SVNClient.diff
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, java.lang.String outFileName, boolean recurse, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) void
SVNClient.diff
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) void
SVNClient.diff
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) void
SVNClientInterface.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String outFileName, boolean recurse) Deprecated.Use#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean)
instead.void
SVNClientInterface.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String outFileName, boolean recurse, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) Deprecated.Use#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean)
instead.void
SVNClientInterface.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) Deprecated.Use#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean, boolean)
instead.void
SVNClientInterface.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) Display the differences between two pathsvoid
SVNClientInterface.diff
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, java.lang.String outFileName, boolean recurse, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) Deprecated.Use#diff(String, Revision, Revision, Revision, String, String, int, boolean, boolean, boolean)
instead.void
SVNClientInterface.diff
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) Deprecated.Use#diff(String, Revision, Revision, Revision, String, String, int, boolean, boolean, boolean, boolean)
instead.void
SVNClientInterface.diff
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) Display the differences between two paths.void
SVNClientSynchronized.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String outFileName, boolean recurse) Deprecated.Use#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean)
instead.void
SVNClientSynchronized.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String outFileName, boolean recurse, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) Deprecated.Use#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean)
instead.void
SVNClientSynchronized.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) Deprecated.Use#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean, boolean)
instead.void
SVNClientSynchronized.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) void
SVNClientSynchronized.diff
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, java.lang.String outFileName, boolean recurse, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) Deprecated.Use#diff(String, Revision, Revision, Revision, String, String, int, boolean, boolean, boolean)
instead.void
SVNClientSynchronized.diff
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) Deprecated.Use#diff(String, Revision, Revision, Revision, String, String, int, boolean, boolean, boolean, boolean)
instead.void
SVNClientSynchronized.diff
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) void
SVNClient.diffSummarize
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, int depth, java.lang.String[] changelists, boolean ignoreAncestry, DiffSummaryReceiver receiver) void
SVNClient.diffSummarize
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, int depth, java.lang.String[] changelists, boolean ignoreAncestry, DiffSummaryReceiver receiver) void
SVNClientInterface.diffSummarize
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, int depth, java.lang.String[] changelists, boolean ignoreAncestry, DiffSummaryReceiver receiver) Produce a diff summary which lists the items changed between path and revision pairs.void
SVNClientInterface.diffSummarize
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, int depth, java.lang.String[] changelists, boolean ignoreAncestry, DiffSummaryReceiver receiver) Produce a diff summary which lists the items changed between path and revision pairs.void
SVNClientSynchronized.diffSummarize
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, int depth, java.lang.String[] changelists, boolean ignoreAncestry, DiffSummaryReceiver receiver) void
SVNClientSynchronized.diffSummarize
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, int depth, java.lang.String[] changelists, boolean ignoreAncestry, DiffSummaryReceiver receiver) long
SVNClient.doExport
(java.lang.String srcPath, java.lang.String destPath, Revision revision, boolean force) long
SVNClient.doExport
(java.lang.String srcPath, java.lang.String destPath, Revision revision, Revision pegRevision, boolean force, boolean ignoreExternals, boolean recurse, java.lang.String nativeEOL) long
SVNClient.doExport
(java.lang.String srcPath, java.lang.String destPath, Revision revision, Revision pegRevision, boolean force, boolean ignoreExternals, int depth, java.lang.String nativeEOL) long
SVNClientInterface.doExport
(java.lang.String srcPath, java.lang.String destPath, Revision revision, boolean force) Deprecated.long
SVNClientInterface.doExport
(java.lang.String srcPath, java.lang.String destPath, Revision revision, Revision pegRevision, boolean force, boolean ignoreExternals, boolean recurse, java.lang.String nativeEOL) Deprecated.long
SVNClientInterface.doExport
(java.lang.String srcPath, java.lang.String destPath, Revision revision, Revision pegRevision, boolean force, boolean ignoreExternals, int depth, java.lang.String nativeEOL) Exports the contents of either a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).long
SVNClientSynchronized.doExport
(java.lang.String srcPath, java.lang.String destPath, Revision revision, boolean force) Deprecated.long
SVNClientSynchronized.doExport
(java.lang.String srcPath, java.lang.String destPath, Revision revision, Revision pegRevision, boolean force, boolean ignoreExternals, boolean recurse, java.lang.String nativeEOL) Deprecated.long
SVNClientSynchronized.doExport
(java.lang.String srcPath, java.lang.String destPath, Revision revision, Revision pegRevision, boolean force, boolean ignoreExternals, int depth, java.lang.String nativeEOL) void
SVNClient.doImport
(java.lang.String path, java.lang.String url, java.lang.String message, boolean recurse) void
SVNClient.doImport
(java.lang.String path, java.lang.String url, java.lang.String message, int depth, boolean noIgnore, boolean ignoreUnknownNodeTypes, java.util.Map revpropTable) void
SVNClientInterface.doImport
(java.lang.String path, java.lang.String url, java.lang.String message, boolean recurse) Deprecated.Use#doImport(String, String, String, int, boolean, boolean)
instead.void
SVNClientInterface.doImport
(java.lang.String path, java.lang.String url, java.lang.String message, int depth, boolean noIgnore, boolean ignoreUnknownNodeTypes, java.util.Map revpropTable) Import a file or directory into a repository directory at head.void
SVNClientSynchronized.doImport
(java.lang.String path, java.lang.String url, java.lang.String message, boolean recurse) Deprecated.Use#doImport(String, String, String, int, boolean, boolean)
instead.void
SVNClientSynchronized.doImport
(java.lang.String path, java.lang.String url, java.lang.String message, int depth, boolean noIgnore, boolean ignoreUnknownNodeTypes, java.util.Map revpropTable) long
long
SVNClient.doSwitch
(java.lang.String path, java.lang.String url, Revision revision, Revision pegRevision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) long
SVNClientInterface.doSwitch
(java.lang.String path, java.lang.String url, Revision revision, boolean recurse) Deprecated.long
SVNClientInterface.doSwitch
(java.lang.String path, java.lang.String url, Revision revision, Revision pegRevision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) Update local copy to mirror a new url.long
SVNClientSynchronized.doSwitch
(java.lang.String path, java.lang.String url, Revision revision, boolean recurse) Deprecated.long
SVNClientSynchronized.doSwitch
(java.lang.String path, java.lang.String url, Revision revision, Revision pegRevision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) void
SVNAdmin.dump
(java.lang.String path, OutputInterface dataOut, OutputInterface errorOut, Revision start, Revision end, boolean incremental) dump the data in a repositoryvoid
SVNAdmin.dump
(java.lang.String path, OutputInterface dataOut, OutputInterface errorOut, Revision start, Revision end, boolean incremental, boolean useDeltas) dump the data in a repositorybyte[]
SVNClient.fileContent
(java.lang.String path, Revision revision) byte[]
SVNClient.fileContent
(java.lang.String path, Revision revision, Revision pegRevision) byte[]
SVNClientInterface.fileContent
(java.lang.String path, Revision revision) Deprecated.byte[]
SVNClientInterface.fileContent
(java.lang.String path, Revision revision, Revision pegRevision) Retrieve the content of a filebyte[]
SVNClientSynchronized.fileContent
(java.lang.String path, Revision revision) Deprecated.byte[]
SVNClientSynchronized.fileContent
(java.lang.String path, Revision revision, Revision pegRevision) void
SVNClient.getChangelists
(java.lang.String rootPath, java.lang.String[] changelists, int depth, ChangelistCallback callback) void
SVNClientInterface.getChangelists
(java.lang.String rootPath, java.lang.String[] changelists, int depth, ChangelistCallback callback) Recursively get the paths which belong to a changelistvoid
SVNClientSynchronized.getChangelists
(java.lang.String rootPath, java.lang.String[] changelists, int depth, ChangelistCallback callback) java.lang.String
SVNClient.getConfigDirectory()
java.lang.String
SVNClientInterface.getConfigDirectory()
Get the configuration directoryjava.lang.String
SVNClientSynchronized.getConfigDirectory()
void
SVNClient.getMergeinfoLog
(int kind, java.lang.String pathOrUrl, Revision pegRevision, java.lang.String mergeSourceUrl, Revision srcPegRevision, boolean discoverChangedPaths, int depth, java.lang.String[] revProps, LogMessageCallback callback) void
SVNClient.getMergeinfoLog
(int kind, java.lang.String pathOrUrl, Revision pegRevision, java.lang.String mergeSourceUrl, Revision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revprops, LogMessageCallback callback) void
SVNClientInterface.getMergeinfoLog
(int kind, java.lang.String pathOrUrl, Revision pegRevision, java.lang.String mergeSourceUrl, Revision srcPegRevision, boolean discoverChangedPaths, int depth, java.lang.String[] revProps, LogMessageCallback callback) Retrieve either merged or eligible-to-be-merged revisions.void
SVNClientInterface.getMergeinfoLog
(int kind, java.lang.String pathOrUrl, Revision pegRevision, java.lang.String mergeSourceUrl, Revision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revProps, LogMessageCallback callback) void
SVNClientSynchronized.getMergeinfoLog
(int kind, java.lang.String pathOrUrl, Revision pegRevision, java.lang.String mergeSourceUrl, Revision srcPegRevision, boolean discoverChangedPaths, int depth, java.lang.String[] revprops, LogMessageCallback callback) void
SVNClientSynchronized.getMergeinfoLog
(int kind, java.lang.String pathOrUrl, Revision pegRevision, java.lang.String mergeSourceUrl, Revision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revprops, LogMessageCallback callback) java.lang.String
SVNClient.getVersionInfo
(java.lang.String path, java.lang.String trailUrl, boolean lastChanged) java.lang.String
SVNClientInterface.getVersionInfo
(java.lang.String path, java.lang.String trailUrl, boolean lastChanged) Produce a compact "version number" for a working copyjava.lang.String
SVNClientSynchronized.getVersionInfo
(java.lang.String path, java.lang.String trailUrl, boolean lastChanged) void
SVNAdmin.hotcopy
(java.lang.String path, java.lang.String targetPath, boolean cleanLogs) make a hot copy of the repositorySVNClient.info
(java.lang.String path) SVNClientInterface.info
(java.lang.String path) Deprecated.Use#info2(String, Revision, Revision, int, InfoCallback)
instead.SVNClientSynchronized.info
(java.lang.String path) Deprecated.Use#info2(String, Revision, Revision, int, InfoCallback)
instead.Info2[]
SVNClient.info2
(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, boolean recurse) void
SVNClient.info2
(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, InfoCallback callback) Info2[]
SVNClientInterface.info2
(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, boolean recurse) Deprecated.Use#info2(String, Revision, Revision, int, InfoCallback)
instead.void
SVNClientInterface.info2
(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, InfoCallback callback) Retrieve information about repository or working copy items.Info2[]
SVNClientSynchronized.info2
(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, boolean recurse) Deprecated.Use#info2(String, Revision, Revision, int, InfoCallback)
instead.void
SVNClientSynchronized.info2
(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, InfoCallback callback) DirEntry[]
DirEntry[]
void
SVNClient.list
(java.lang.String url, Revision revision, Revision pegRevision, int depth, int direntFields, boolean fetchLocks, ListCallback callback) DirEntry[]
Deprecated.DirEntry[]
SVNClientInterface.list
(java.lang.String url, Revision revision, Revision pegRevision, boolean recurse) Deprecated.void
SVNClientInterface.list
(java.lang.String url, Revision revision, Revision pegRevision, int depth, int direntFields, boolean fetchLocks, ListCallback callback) Lists the directory entries of a url on the server.DirEntry[]
Deprecated.DirEntry[]
SVNClientSynchronized.list
(java.lang.String url, Revision revision, Revision pegRevision, boolean recurse) Deprecated.void
SVNClientSynchronized.list
(java.lang.String url, Revision revision, Revision pegRevision, int depth, int direntFields, boolean fetchLocks, ListCallback callback) void
SVNAdmin.listDBLogs
(java.lang.String path, SVNAdmin.MessageReceiver receiver) list all logfiles (BDB) in use or not)void
SVNAdmin.listUnusedDBLogs
(java.lang.String path, SVNAdmin.MessageReceiver receiver) list unused logfilesvoid
SVNAdmin.load
(java.lang.String path, InputInterface dataInput, OutputInterface messageOutput, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, java.lang.String relativePath) void
SVNAdmin.load
(java.lang.String path, InputInterface dataInput, OutputInterface messageOutput, boolean ignoreUUID, boolean forceUUID, java.lang.String relativePath) load the data of a dump into a repository,void
SVNClient.lock
(java.lang.String[] path, java.lang.String comment, boolean force) void
SVNClientInterface.lock
(java.lang.String[] path, java.lang.String comment, boolean force) Lock a working copy itemvoid
SVNClientSynchronized.lock
(java.lang.String[] path, java.lang.String comment, boolean force) SVNClient.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd) SVNClient.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy) SVNClient.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath) SVNClient.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath, long limit) void
SVNClient.logMessages
(java.lang.String path, Revision pegRevision, RevisionRange[] ranges, boolean stopOnCopy, boolean discoverPath, boolean includeMergedRevisions, java.lang.String[] revProps, long limit, LogMessageCallback callback) void
SVNClient.logMessages
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath, boolean includeMergedRevisions, java.lang.String[] revProps, long limit, LogMessageCallback callback) SVNClientInterface.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd) SVNClientInterface.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy) SVNClientInterface.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath) SVNClientInterface.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath, long limit) void
SVNClientInterface.logMessages
(java.lang.String path, Revision pegRevision, RevisionRange[] ranges, boolean stopOnCopy, boolean discoverPath, boolean includeMergedRevisions, java.lang.String[] revProps, long limit, LogMessageCallback callback) Retrieve the log messages for an item.void
SVNClientInterface.logMessages
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath, boolean includeMergedRevisions, java.lang.String[] revProps, long limit, LogMessageCallback callback) SVNClientSynchronized.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd) SVNClientSynchronized.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy) SVNClientSynchronized.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath) SVNClientSynchronized.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath, long limit) void
SVNClientSynchronized.logMessages
(java.lang.String path, Revision pegRevision, RevisionRange[] revisionRanges, boolean stopOnCopy, boolean discoverPath, boolean includeMergedRevisions, java.lang.String[] revProps, long limit, LogMessageCallback callback) void
SVNClientSynchronized.logMessages
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath, boolean includeMergedRevisions, java.lang.String[] revProps, long limit, LogMessageCallback callback) Lock[]
SVNAdmin.lslocks
(java.lang.String path) list all locks in the repositoryvoid
SVNAdmin.lstxns
(java.lang.String path, SVNAdmin.MessageReceiver receiver) list all open transactions in a repositoryvoid
SVNClient.merge
(java.lang.String path1, Revision revision1, java.lang.String path2, Revision revision2, java.lang.String localPath, boolean force, boolean recurse) void
SVNClient.merge
(java.lang.String path1, Revision revision1, java.lang.String path2, Revision revision2, java.lang.String localPath, boolean force, boolean recurse, boolean ignoreAncestry, boolean dryRun) void
SVNClient.merge
(java.lang.String path1, Revision revision1, java.lang.String path2, Revision revision2, java.lang.String localPath, boolean force, int depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClient.merge
(java.lang.String path, Revision pegRevision, RevisionRange[] revisions, java.lang.String localPath, boolean force, int depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClient.merge
(java.lang.String path, Revision pegRevision, Revision revision1, Revision revision2, java.lang.String localPath, boolean force, boolean recurse, boolean ignoreAncestry, boolean dryRun) void
SVNClientInterface.merge
(java.lang.String path1, Revision revision1, java.lang.String path2, Revision revision2, java.lang.String localPath, boolean force, boolean recurse) void
SVNClientInterface.merge
(java.lang.String path1, Revision revision1, java.lang.String path2, Revision revision2, java.lang.String localPath, boolean force, boolean recurse, boolean ignoreAncestry, boolean dryRun) void
SVNClientInterface.merge
(java.lang.String path1, Revision revision1, java.lang.String path2, Revision revision2, java.lang.String localPath, boolean force, int depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) Merge changes from two paths into a new local path.void
SVNClientInterface.merge
(java.lang.String path, Revision pegRevision, RevisionRange[] revisions, java.lang.String localPath, boolean force, int depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) Merge set of revisions into a new local path.void
SVNClientInterface.merge
(java.lang.String path, Revision pegRevision, Revision revision1, Revision revision2, java.lang.String localPath, boolean force, boolean recurse, boolean ignoreAncestry, boolean dryRun) void
SVNClientSynchronized.merge
(java.lang.String path1, Revision revision1, java.lang.String path2, Revision revision2, java.lang.String localPath, boolean force, boolean recurse) void
SVNClientSynchronized.merge
(java.lang.String path1, Revision revision1, java.lang.String path2, Revision revision2, java.lang.String localPath, boolean force, boolean recurse, boolean ignoreAncestry, boolean dryRun) void
SVNClientSynchronized.merge
(java.lang.String path1, Revision revision1, java.lang.String path2, Revision revision2, java.lang.String localPath, boolean force, int depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClientSynchronized.merge
(java.lang.String path, Revision pegRevision, RevisionRange[] revisions, java.lang.String localPath, boolean force, int depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClientSynchronized.merge
(java.lang.String path, Revision pegRevision, Revision revision1, Revision revision2, java.lang.String localPath, boolean force, boolean recurse, boolean ignoreAncestry, boolean dryRun) void
SVNClient.mergeReintegrate
(java.lang.String path, Revision pegRevision, java.lang.String localPath, boolean dryRun) void
SVNClientInterface.mergeReintegrate
(java.lang.String path, Revision pegRevision, java.lang.String localPath, boolean dryRun) Perform a reintegration merge of path into localPath.void
SVNClientSynchronized.mergeReintegrate
(java.lang.String path, Revision pegRevision, java.lang.String localPath, boolean dryRun) void
SVNClient.mkdir
(java.lang.String[] path, java.lang.String message) void
SVNClient.mkdir
(java.lang.String[] path, java.lang.String message, boolean makeParents, java.util.Map revpropTable) void
SVNClientInterface.mkdir
(java.lang.String[] path, java.lang.String message) Creates a directory directly in a repository or creates a directory on disk and schedules it for addition.void
SVNClientInterface.mkdir
(java.lang.String[] path, java.lang.String message, boolean makeParents, java.util.Map revpropTable) Creates a directory directly in a repository or creates a directory on disk and schedules it for addition.void
SVNClientSynchronized.mkdir
(java.lang.String[] path, java.lang.String message) Deprecated.Use#mkdir(String[], String, boolean)
instead.void
SVNClientSynchronized.mkdir
(java.lang.String[] path, java.lang.String message, boolean makeParents, java.util.Map revpropTable) void
SVNClient.move
(java.lang.String[] srcPaths, java.lang.String destPath, java.lang.String message, boolean force, boolean moveAsChild, boolean makeParents, java.util.Map revpropTable) void
SVNClient.move
(java.lang.String srcPath, java.lang.String destPath, java.lang.String message, boolean force) void
SVNClient.move
(java.lang.String srcPath, java.lang.String destPath, java.lang.String message, Revision revision, boolean force) void
SVNClientInterface.move
(java.lang.String[] srcPaths, java.lang.String destPath, java.lang.String message, boolean force, boolean moveAsChild, boolean makeParents, java.util.Map revpropTable) Move or rename versioned paths.void
SVNClientInterface.move
(java.lang.String srcPath, java.lang.String destPath, java.lang.String message, boolean force) Deprecated.Use#move(String[], String, String, boolean, boolean, boolean)
instead.void
SVNClientInterface.move
(java.lang.String srcPath, java.lang.String destPath, java.lang.String message, Revision ignored, boolean force) Deprecated.Use#move(String[], String, String, boolean, boolean, boolean)
instead.void
SVNClientSynchronized.move
(java.lang.String[] srcPaths, java.lang.String destPath, java.lang.String message, boolean force, boolean moveAsChild, boolean makeParents, java.util.Map revpropTable) void
SVNClientSynchronized.move
(java.lang.String srcPath, java.lang.String destPath, java.lang.String message, boolean force) Deprecated.Use#move(String[], String, String, boolean, boolean, boolean)
instead.void
SVNClientSynchronized.move
(java.lang.String srcPath, java.lang.String destPath, java.lang.String message, Revision revision, boolean force) Deprecated.Use#move(String[], String, String, boolean, boolean, boolean)
instead.private void
SVNAdmin.notImplementedYet()
private void
SVNAdmin.notImplementedYet
(java.lang.String message) SVNClient.properties
(java.lang.String path) SVNClient.properties
(java.lang.String path, Revision revision) SVNClient.properties
(java.lang.String path, Revision revision, Revision pegRevision) void
SVNClient.properties
(java.lang.String path, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, ProplistCallback callback) SVNClientInterface.properties
(java.lang.String path) Deprecated.Use#properties(String, Revision, Revision, int, ProplistCallback)
instead.SVNClientInterface.properties
(java.lang.String path, Revision revision) Deprecated.Use#properties(String, Revision, Revision, int, ProplistCallback)
instead.SVNClientInterface.properties
(java.lang.String path, Revision revision, Revision pegRevision) Deprecated.Use#properties(String, Revision, Revision, int, ProplistCallback)
instead.void
SVNClientInterface.properties
(java.lang.String path, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, ProplistCallback callback) Retrieves the properties of an itemSVNClientSynchronized.properties
(java.lang.String path) Deprecated.Use#properties(String, Revision, Revision, int, ProplistCallback)
instead.SVNClientSynchronized.properties
(java.lang.String path, Revision revision) Deprecated.Use#properties(String, Revision, Revision, int, ProplistCallback)
instead.SVNClientSynchronized.properties
(java.lang.String path, Revision revision, Revision pegRevision) Deprecated.Use#properties(String, Revision, Revision, int, ProplistCallback)
instead.void
SVNClientSynchronized.properties
(java.lang.String path, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, ProplistCallback callback) void
SVNClient.propertyCreate
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse) void
SVNClient.propertyCreate
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse, boolean force) void
SVNClient.propertyCreate
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse) void
SVNClient.propertyCreate
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse, boolean force) void
SVNClient.propertyCreate
(java.lang.String path, java.lang.String name, java.lang.String value, int depth, java.lang.String[] changelists, boolean force) void
SVNClientInterface.propertyCreate
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse) Deprecated.Use#propertyCreate(String, String, String, int, boolean)
instead.void
SVNClientInterface.propertyCreate
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse, boolean force) Deprecated.Use#propertyCreate(String, String, String, int, boolean)
instead.void
SVNClientInterface.propertyCreate
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse) Deprecated.Use#propertyCreate(String, String, String, int, boolean)
instead.void
SVNClientInterface.propertyCreate
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse, boolean force) Deprecated.Use#propertyCreate(String, String, String, int, boolean)
instead.void
SVNClientInterface.propertyCreate
(java.lang.String path, java.lang.String name, java.lang.String value, int depth, java.lang.String[] changelists, boolean force) Create and sets one property of an item with a byte array valuevoid
SVNClientSynchronized.propertyCreate
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse) Deprecated.Use#propertyCreate(String, String, String, int, boolean)
instead.void
SVNClientSynchronized.propertyCreate
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse, boolean force) Deprecated.Use#propertyCreate(String, String, String, int, boolean)
instead.void
SVNClientSynchronized.propertyCreate
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse) Deprecated.Use#propertyCreate(String, String, String, int, boolean)
instead.void
SVNClientSynchronized.propertyCreate
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse, boolean force) Deprecated.Use#propertyCreate(String, String, String, int, boolean)
instead.void
SVNClientSynchronized.propertyCreate
(java.lang.String path, java.lang.String name, java.lang.String value, int depth, java.lang.String[] changelists, boolean force) SVNClient.propertyGet
(java.lang.String path, java.lang.String name) SVNClient.propertyGet
(java.lang.String path, java.lang.String name, Revision revision) SVNClient.propertyGet
(java.lang.String path, java.lang.String name, Revision revision, Revision pegRevision) SVNClientInterface.propertyGet
(java.lang.String path, java.lang.String name) Deprecated.SVNClientInterface.propertyGet
(java.lang.String path, java.lang.String name, Revision revision) Retrieve one property of one itemSVNClientInterface.propertyGet
(java.lang.String path, java.lang.String name, Revision revision, Revision pegRevision) Retrieve one property of one itemSVNClientSynchronized.propertyGet
(java.lang.String path, java.lang.String name) Deprecated.SVNClientSynchronized.propertyGet
(java.lang.String path, java.lang.String name, Revision revision) SVNClientSynchronized.propertyGet
(java.lang.String path, java.lang.String name, Revision revision, Revision pegRevision) void
SVNClient.propertyRemove
(java.lang.String path, java.lang.String name, boolean recurse) void
SVNClient.propertyRemove
(java.lang.String path, java.lang.String name, int depth, java.lang.String[] changelists) void
SVNClientInterface.propertyRemove
(java.lang.String path, java.lang.String name, boolean recurse) Deprecated.Use#propertyRemove(String, String, int)
instead.void
SVNClientInterface.propertyRemove
(java.lang.String path, java.lang.String name, int depth, java.lang.String[] changelists) Remove one property of an item.void
SVNClientSynchronized.propertyRemove
(java.lang.String path, java.lang.String name, boolean recurse) Deprecated.Use#propertyRemove(String, String, int)
instead.void
SVNClientSynchronized.propertyRemove
(java.lang.String path, java.lang.String name, int depth, java.lang.String[] changelists) void
SVNClient.propertySet
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse) void
SVNClient.propertySet
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse, boolean force) void
SVNClient.propertySet
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse) void
SVNClient.propertySet
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse, boolean force) void
SVNClient.propertySet
(java.lang.String path, java.lang.String name, java.lang.String value, int depth, java.lang.String[] changelists, boolean force, java.util.Map revpropTable) void
SVNClientInterface.propertySet
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse) Deprecated.Use#propertySet(String, String, String, int, boolean)
instead.void
SVNClientInterface.propertySet
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse, boolean force) Deprecated.Use#propertySet(String, String, String, int, boolean)
instead.void
SVNClientInterface.propertySet
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse) Deprecated.Use#propertySet(String, String, String, int, boolean)
instead.void
SVNClientInterface.propertySet
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse, boolean force) Deprecated.Use#propertySet(String, String, String, int, boolean)
instead.void
SVNClientInterface.propertySet
(java.lang.String path, java.lang.String name, java.lang.String value, int depth, java.lang.String[] changelists, boolean force, java.util.Map revpropTable) Sets one property of an item with a String valuevoid
SVNClientSynchronized.propertySet
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse) Deprecated.Use#propertySet(String, String, String, int, boolean)
instead.void
SVNClientSynchronized.propertySet
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse, boolean force) Deprecated.Use#propertySet(String, String, String, int, boolean)
instead.void
SVNClientSynchronized.propertySet
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse) Deprecated.Use#propertySet(String, String, String, int, boolean)
instead.void
SVNClientSynchronized.propertySet
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse, boolean force) Deprecated.Use#propertySet(String, String, String, int, boolean)
instead.void
SVNClientSynchronized.propertySet
(java.lang.String path, java.lang.String name, java.lang.String value, int depth, java.lang.String[] changelists, boolean force, java.util.Map revpropTable) long
SVNAdmin.recover
(java.lang.String path) recover the berkeley db of a repository, returns youngest revisionvoid
SVNClient.relocate
(java.lang.String from, java.lang.String to, java.lang.String path, boolean recurse) void
SVNClientInterface.relocate
(java.lang.String from, java.lang.String to, java.lang.String path, boolean recurse) Rewrite the url's in the working copyvoid
SVNClientSynchronized.relocate
(java.lang.String from, java.lang.String to, java.lang.String path, boolean recurse) void
JavaHLPropertyData.remove
(boolean recurse) void
PropertyData.remove
(boolean recurse) remove this property from subversionvoid
SVNClient.remove
(java.lang.String[] path, java.lang.String message, boolean force) void
SVNClient.remove
(java.lang.String[] path, java.lang.String message, boolean force, boolean keepLocal) void
SVNClient.remove
(java.lang.String[] path, java.lang.String message, boolean force, boolean keepLocal, java.util.Map revpropTable) void
SVNClientInterface.remove
(java.lang.String[] path, java.lang.String message, boolean force) Deprecated.Use#remove(String[], String, boolean, boolean)
instead.void
SVNClientInterface.remove
(java.lang.String[] path, java.lang.String message, boolean force, boolean keepLocal, java.util.Map revpropTable) Sets a file for deletion.void
SVNClientSynchronized.remove
(java.lang.String[] path, java.lang.String message, boolean force) Deprecated.Use#remove(String[], String, boolean, boolean)
instead.void
SVNClientSynchronized.remove
(java.lang.String[] path, java.lang.String message, boolean force, boolean keepLocal, java.util.Map revpropTable) void
SVNClient.removeFromChangelists
(java.lang.String[] paths, int depth, java.lang.String[] changelist) void
SVNClientInterface.removeFromChangelists
(java.lang.String[] paths, int depth, java.lang.String[] changelists) Remove paths from a changelistvoid
SVNClientSynchronized.removeFromChangelists
(java.lang.String[] paths, int depth, java.lang.String[] changelists) void
SVNClient.resolved
(java.lang.String path, boolean recurse) void
SVNClientInterface.resolved
(java.lang.String path, boolean recurse) Deprecated.Use#resolved(String, int, int)
instead.void
SVNClientSynchronized.resolved
(java.lang.String path, boolean recurse) Deprecated.UseSVNClientSynchronized.resolve(String, int, int)
instead.void
SVNClient.revert
(java.lang.String path, boolean recurse) void
SVNClient.revert
(java.lang.String path, int depth, java.lang.String[] changelists) void
SVNClientInterface.revert
(java.lang.String path, boolean recurse) Deprecated.Use#revert(String, int)
instead.void
SVNClientInterface.revert
(java.lang.String path, int depth, java.lang.String[] changelists) Reverts a file to a pristine state.void
SVNClientSynchronized.revert
(java.lang.String path, boolean recurse) Deprecated.Use#revert(String, int)
instead.void
SVNClientSynchronized.revert
(java.lang.String path, int depth, java.lang.String[] changelists) SVNClient.revProperties
(java.lang.String path, Revision rev) SVNClientInterface.revProperties
(java.lang.String path, Revision rev) Retrieve all revsision properties of one itemSVNClientSynchronized.revProperties
(java.lang.String path, Revision rev) SVNClient.revProperty
(java.lang.String path, java.lang.String name, Revision rev) SVNClientInterface.revProperty
(java.lang.String path, java.lang.String name, Revision rev) Retrieve one revsision property of one itemSVNClientSynchronized.revProperty
(java.lang.String path, java.lang.String name, Revision rev) void
SVNAdmin.rmlocks
(java.lang.String path, java.lang.String[] locks) remove multiple locks from the repositoryvoid
SVNAdmin.rmtxns
(java.lang.String path, java.lang.String[] transactions) remove open transaction in a repositoryvoid
SVNClient.setConfigDirectory
(java.lang.String configDir) void
SVNClientInterface.setConfigDirectory
(java.lang.String configDir) Set directory for the configuration information, taking the usual steps to ensure that Subversion's config file templates exist in the specified location..void
SVNClientSynchronized.setConfigDirectory
(java.lang.String configDir) void
Deprecated.Use setRevProp() instead.void
SVNClient.setRevProperty
(java.lang.String path, java.lang.String name, Revision rev, java.lang.String value, boolean force) void
SVNClient.setRevProperty
(java.lang.String path, java.lang.String name, Revision rev, java.lang.String value, java.lang.String originalValue, boolean force) void
SVNClientInterface.setRevProperty
(java.lang.String path, java.lang.String name, Revision rev, java.lang.String value, boolean force) set one revsision property of one itemvoid
SVNClientInterface.setRevProperty
(java.lang.String path, java.lang.String name, Revision rev, java.lang.String value, java.lang.String originalValue, boolean force) set one revsision property of one itemvoid
SVNClientSynchronized.setRevProperty
(java.lang.String path, java.lang.String name, Revision rev, java.lang.String value, boolean force) void
SVNClientSynchronized.setRevProperty
(java.lang.String path, java.lang.String name, Revision rev, java.lang.String value, java.lang.String originalValue, boolean force) void
JavaHLPropertyData.setValue
(byte[] newValue, boolean recurse) void
JavaHLPropertyData.setValue
(java.lang.String newValue, boolean recurse) void
PropertyData.setValue
(byte[] newValue, boolean recurse) modify the byte array value of a property The string array value is clearedvoid
PropertyData.setValue
(java.lang.String newValue, boolean recurse) modify the string value of a property The byte array value is clearedvoid
BlameCallback3.singleLine
(long lineNum, long revision, java.util.Map revProps, long mergedRevision, java.util.Map mergedRevProps, java.lang.String mergedPath, java.lang.String line, boolean localChange) the method will be called for every line in a file.SVNClient.singleStatus
(java.lang.String path, boolean onServer) SVNClientInterface.singleStatus
(java.lang.String path, boolean onServer) Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.SVNClientSynchronized.singleStatus
(java.lang.String path, boolean onServer) Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Status[]
SVNClient.status
(java.lang.String path, boolean descend, boolean onServer, boolean getAll) Status[]
SVNClient.status
(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore) Status[]
SVNClient.status
(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals) void
SVNClient.status
(java.lang.String path, int depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.lang.String[] changelists, StatusCallback callback) Status[]
SVNClientInterface.status
(java.lang.String path, boolean descend, boolean onServer, boolean getAll) Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Status[]
SVNClientInterface.status
(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore) Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Status[]
SVNClientInterface.status
(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals) Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.void
SVNClientInterface.status
(java.lang.String path, int depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.lang.String[] changelists, StatusCallback callback) List a directory or file of the working copy.Status[]
SVNClientSynchronized.status
(java.lang.String path, boolean descend, boolean onServer, boolean getAll) Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Status[]
SVNClientSynchronized.status
(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore) Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Status[]
SVNClientSynchronized.status
(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals) Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.void
SVNClientSynchronized.status
(java.lang.String path, int depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.lang.String[] changelists, StatusCallback callback) void
SVNClient.streamFileContent
(java.lang.String path, Revision revision, Revision pegRevision, int bufferSize, java.io.OutputStream stream) void
SVNClientInterface.streamFileContent
(java.lang.String path, Revision revision, Revision pegRevision, int bufferSize, java.io.OutputStream stream) Write the file's content to the specified output stream.void
SVNClientSynchronized.streamFileContent
(java.lang.String path, Revision revision, Revision pegRevision, int bufferSize, java.io.OutputStream stream) static void
JavaHLObjectFactory.throwException
(SVNException e, SVNClientImpl svnClient) void
SVNClient.unlock
(java.lang.String[] path, boolean force) void
SVNClientInterface.unlock
(java.lang.String[] path, boolean force) Unlock a working copy itemvoid
SVNClientSynchronized.unlock
(java.lang.String[] path, boolean force) long[]
SVNClient.update
(java.lang.String[] path, Revision revision, boolean recurse, boolean ignoreExternals) long[]
SVNClient.update
(java.lang.String[] path, Revision revision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) long
long
SVNClient.update
(java.lang.String path, Revision revision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) long[]
SVNClientInterface.update
(java.lang.String[] path, Revision revision, boolean recurse, boolean ignoreExternals) Deprecated.long[]
SVNClientInterface.update
(java.lang.String[] path, Revision revision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) Updates the directories or files from repositorylong
Deprecated.long
SVNClientInterface.update
(java.lang.String path, Revision revision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) Updates the directory or file from repositorylong[]
SVNClientSynchronized.update
(java.lang.String[] path, Revision revision, boolean recurse, boolean ignoreExternals) Deprecated.long[]
SVNClientSynchronized.update
(java.lang.String[] path, Revision revision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) long
Deprecated.long
SVNClientSynchronized.update
(java.lang.String path, Revision revision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) void
SVNClient.upgrade
(java.lang.String path) void
SVNClientInterface.upgrade
(java.lang.String path) Recursively upgrade a working copy to a new metadata storage format.void
SVNClientSynchronized.upgrade
(java.lang.String path) void
SVNAdmin.verify
(java.lang.String path, OutputInterface messageOut, Revision start, Revision end) verify the repository -
Uses of ClientException in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that throw ClientExceptionModifier and TypeMethodDescriptionvoid
SVNClientImpl.add
(java.lang.String path, boolean recurse) void
SVNClientImpl.add
(java.lang.String path, boolean recurse, boolean force) void
SVNClientImpl.add
(java.lang.String path, int depth, boolean force, boolean noIgnores, boolean addParents) void
SVNClientImpl.addToChangelist
(java.lang.String[] paths, java.lang.String changelist, int depth, java.lang.String[] changelists) byte[]
void
SVNClientImpl.blame
(java.lang.String path, Revision revisionStart, Revision revisionEnd, BlameCallback callback) void
SVNClientImpl.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback2 callback) void
SVNClientImpl.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback3 callback) private void
SVNClientImpl.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler) void
SVNClientImpl.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, BlameCallback callback) void
SVNClientImpl.cancelOperation()
long
SVNClientImpl.checkout
(java.lang.String moduleName, java.lang.String destPath, Revision revision, boolean recurse) long
SVNClientImpl.checkout
(java.lang.String moduleName, java.lang.String destPath, Revision revision, Revision pegRevision, boolean recurse, boolean ignoreExternals) long
SVNClientImpl.checkout
(java.lang.String moduleName, java.lang.String destPath, Revision revision, Revision pegRevision, int depth, boolean ignoreExternals, boolean allowUnverObstructions) void
SVNClientImpl.cleanup
(java.lang.String path) long
SVNClientImpl.commit
(java.lang.String[] path, java.lang.String message, boolean recurse) long
SVNClientImpl.commit
(java.lang.String[] path, java.lang.String message, boolean recurse, boolean noUnlock) long[]
SVNClientImpl.commit
(java.lang.String[] path, java.lang.String message, boolean recurse, boolean noUnlock, boolean atomicCommit) long
SVNClientImpl.commit
(java.lang.String[] path, java.lang.String message, int depth, boolean noUnlock, boolean keepChangelist, java.lang.String[] changelists, java.util.Map revprops) long[]
SVNClientImpl.commit
(java.lang.String[] path, java.lang.String message, int depth, boolean noUnlock, boolean keepChangelist, java.lang.String[] changlelists, java.util.Map revprops, boolean atomicCommit) void
SVNClientImpl.copy
(java.lang.String srcPath, java.lang.String destPath, java.lang.String message, Revision revision) void
SVNClientImpl.copy
(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, java.util.Map revpropTable) void
SVNClientImpl.copy
(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, java.util.Map revprops) private void
SVNClientImpl.copyOrMove
(SVNCopySource[] sources, java.lang.String destPath, boolean isMove, java.lang.String message, boolean copyAsChild, boolean makeParents, java.util.Map revprops) void
SVNClientImpl.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String outFileName, boolean recurse) void
SVNClientImpl.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String outFileName, boolean recurse, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) void
SVNClientImpl.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) void
SVNClientImpl.diff
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) void
SVNClientImpl.diff
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, java.lang.String outFileName, boolean recurse, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) void
SVNClientImpl.diff
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force) void
SVNClientImpl.diff
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, java.lang.String relativeToDir, java.lang.String outFileName, int depth, java.lang.String[] changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) void
SVNClientImpl.diffSummarize
(java.lang.String target1, Revision revision1, java.lang.String target2, Revision revision2, int depth, java.lang.String[] changelists, boolean ignoreAncestry, DiffSummaryReceiver receiver) void
SVNClientImpl.diffSummarize
(java.lang.String target, Revision pegRevision, Revision startRevision, Revision endRevision, int depth, java.lang.String[] changelists, boolean ignoreAncestry, DiffSummaryReceiver receiver) long
SVNClientImpl.doExport
(java.lang.String srcPath, java.lang.String destPath, Revision revision, boolean force) long
SVNClientImpl.doExport
(java.lang.String srcPath, java.lang.String destPath, Revision revision, Revision pegRevision, boolean force, boolean ignoreExternals, boolean recurse, java.lang.String nativeEOL) long
SVNClientImpl.doExport
(java.lang.String srcPath, java.lang.String destPath, Revision revision, Revision pegRevision, boolean force, boolean ignoreExternals, int depth, java.lang.String nativeEOL) void
SVNClientImpl.doImport
(java.lang.String path, java.lang.String url, java.lang.String message, boolean recurse) void
SVNClientImpl.doImport
(java.lang.String path, java.lang.String url, java.lang.String message, int depth, boolean noIgnore, boolean ignoreUnknownNodeTypes, java.util.Map revprops) long
SVNClientImpl.doSwitch
(java.lang.String path, java.lang.String url, Revision revision, boolean recurse) long
SVNClientImpl.doSwitch
(java.lang.String path, java.lang.String url, Revision revision, Revision pegRevision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) byte[]
SVNClientImpl.fileContent
(java.lang.String path, Revision revision) byte[]
SVNClientImpl.fileContent
(java.lang.String path, Revision revision, Revision pegRevision) void
SVNClientImpl.getChangelists
(java.lang.String rootPath, java.lang.String[] changelists, int depth, ChangelistCallback callback) java.lang.String
SVNClientImpl.getConfigDirectory()
private SVNCopySource[]
SVNClientImpl.getCopySources
(java.lang.String[] srcPaths, boolean copyAsChild) private SVNCopySource[]
SVNClientImpl.getCopySources
(CopySource[] srcs, boolean copyAsChild) void
SVNClientImpl.getMergeinfoLog
(int kind, java.lang.String pathOrUrl, Revision pegRevision, java.lang.String mergeSourceUrl, Revision srcPegRevision, boolean discoverChangedPaths, int depth, java.lang.String[] revProps, LogMessageCallback callback) void
SVNClientImpl.getMergeinfoLog
(int kind, java.lang.String pathOrUrl, Revision pegRevision, java.lang.String mergeSourceUrl, Revision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revprops, LogMessageCallback callback) java.lang.String
SVNClientImpl.getVersionInfo
(java.lang.String path, java.lang.String trailUrl, boolean lastChanged) SVNClientImpl.info
(java.lang.String path) Info2[]
SVNClientImpl.info2
(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, boolean recurse) void
SVNClientImpl.info2
(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, InfoCallback callback) DirEntry[]
DirEntry[]
void
SVNClientImpl.list
(java.lang.String url, Revision revision, Revision pegRevision, int depth, int direntFields, boolean fetchLocks, ListCallback callback) private void
SVNClientImpl.list
(java.lang.String url, Revision revision, Revision pegRevision, int depth, int direntFields, boolean fetchLocks, ISVNDirEntryHandler handler) void
SVNClientImpl.lock
(java.lang.String[] path, java.lang.String comment, boolean force) SVNClientImpl.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd) SVNClientImpl.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy) SVNClientImpl.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath) SVNClientImpl.logMessages
(java.lang.String path, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath, long limit) void
SVNClientImpl.logMessages
(java.lang.String path, Revision pegRevision, RevisionRange[] ranges, boolean stopOnCopy, boolean discoverPath, boolean includeMergedRevisions, java.lang.String[] revProps, long limit, LogMessageCallback callback) void
SVNClientImpl.logMessages
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath, boolean includeMergedRevisions, java.lang.String[] revProps, long limit, LogMessageCallback callback) private void
SVNClientImpl.logMessages
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean stopOnCopy, boolean discoverPath, boolean includeMergeInfo, java.lang.String[] revisionProperties, long limit, ISVNLogEntryHandler logEntryHandler) void
SVNClientImpl.merge
(java.lang.String path1, Revision revision1, java.lang.String path2, Revision revision2, java.lang.String localPath, boolean force, boolean recurse) void
SVNClientImpl.merge
(java.lang.String path1, Revision revision1, java.lang.String path2, Revision revision2, java.lang.String localPath, boolean force, boolean recurse, boolean ignoreAncestry, boolean dryRun) void
SVNClientImpl.merge
(java.lang.String path1, Revision revision1, java.lang.String path2, Revision revision2, java.lang.String localPath, boolean force, int depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) private void
SVNClientImpl.merge
(java.lang.String path, Revision pegRevision, java.util.List rangesToMerge, java.lang.String localPath, boolean force, int depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClientImpl.merge
(java.lang.String path, Revision pegRevision, RevisionRange[] revisions, java.lang.String localPath, boolean force, int depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClientImpl.merge
(java.lang.String path, Revision pegRevision, Revision revision1, Revision revision2, java.lang.String localPath, boolean force, boolean recurse, boolean ignoreAncestry, boolean dryRun) void
SVNClientImpl.mergeReintegrate
(java.lang.String path, Revision pegRevision, java.lang.String localPath, boolean dryRun) void
SVNClientImpl.mkdir
(java.lang.String[] path, java.lang.String message) void
SVNClientImpl.mkdir
(java.lang.String[] path, java.lang.String message, boolean makeParents, java.util.Map revprops) void
SVNClientImpl.move
(java.lang.String[] srcPaths, java.lang.String destPath, java.lang.String message, boolean force, boolean moveAsChild, boolean makeParents, java.util.Map revprops) void
SVNClientImpl.move
(java.lang.String srcPath, java.lang.String destPath, java.lang.String message, boolean force) void
SVNClientImpl.move
(java.lang.String srcPath, java.lang.String destPath, java.lang.String message, Revision revision, boolean force) SVNClientImpl.properties
(java.lang.String path) SVNClientImpl.properties
(java.lang.String path, Revision revision) SVNClientImpl.properties
(java.lang.String path, Revision revision, Revision pegRevision) void
SVNClientImpl.properties
(java.lang.String path, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, ProplistCallback callback) private PropertyData[]
SVNClientImpl.properties
(java.lang.String path, Revision revision, Revision pegRevision, SVNDepth depth, java.lang.String[] changelists) void
SVNClientImpl.propertyCreate
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse) void
SVNClientImpl.propertyCreate
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse, boolean force) void
SVNClientImpl.propertyCreate
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse) void
SVNClientImpl.propertyCreate
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse, boolean force) void
SVNClientImpl.propertyCreate
(java.lang.String path, java.lang.String name, java.lang.String value, int depth, java.lang.String[] changelists, boolean force) private void
SVNClientImpl.propertyCreate
(java.lang.String path, java.lang.String name, SVNPropertyValue value, int depth, java.lang.String[] changelists, boolean force) SVNClientImpl.propertyGet
(java.lang.String path, java.lang.String name) SVNClientImpl.propertyGet
(java.lang.String path, java.lang.String name, Revision revision) SVNClientImpl.propertyGet
(java.lang.String path, java.lang.String name, Revision revision, Revision pegRevision) void
SVNClientImpl.propertyRemove
(java.lang.String path, java.lang.String name, boolean recurse) void
SVNClientImpl.propertyRemove
(java.lang.String path, java.lang.String name, int depth, java.lang.String[] changelists) void
SVNClientImpl.propertySet
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse) void
SVNClientImpl.propertySet
(java.lang.String path, java.lang.String name, byte[] value, boolean recurse, boolean force) void
SVNClientImpl.propertySet
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse) void
SVNClientImpl.propertySet
(java.lang.String path, java.lang.String name, java.lang.String value, boolean recurse, boolean force) void
SVNClientImpl.propertySet
(java.lang.String path, java.lang.String name, java.lang.String value, int depth, java.lang.String[] changelists, boolean force, java.util.Map revprops) private void
SVNClientImpl.propertySet
(java.lang.String path, java.lang.String name, SVNPropertyValue value, int depth, boolean force, java.lang.String[] changelists, java.util.Map revprops) void
SVNClientImpl.relocate
(java.lang.String from, java.lang.String to, java.lang.String path, boolean recurse) void
SVNClientImpl.remove
(java.lang.String[] path, java.lang.String message, boolean force) void
SVNClientImpl.remove
(java.lang.String[] path, java.lang.String message, boolean force, boolean keepLocal, java.util.Map revprops) void
SVNClientImpl.removeFromChangelists
(java.lang.String[] paths, int depth, java.lang.String[] changelists) void
SVNClientImpl.resolve
(java.lang.String path, int depth, int conflictResult) void
SVNClientImpl.resolved
(java.lang.String path, boolean recurse) void
SVNClientImpl.revert
(java.lang.String path, boolean recurse) void
SVNClientImpl.revert
(java.lang.String path, int depth, java.lang.String[] changelists) SVNClientImpl.revProperties
(java.lang.String path, Revision rev) SVNClientImpl.revProperty
(java.lang.String path, java.lang.String name, Revision rev) void
SVNClientImpl.setConfigDirectory
(java.lang.String configDir) void
SVNClientImpl.setRevProperty
(java.lang.String path, java.lang.String name, Revision rev, java.lang.String value, boolean force) void
SVNClientImpl.setRevProperty
(java.lang.String path, java.lang.String name, Revision rev, java.lang.String value, java.lang.String originalValue, boolean force) SVNClientImpl.singleStatus
(java.lang.String path, boolean onServer) Status[]
SVNClientImpl.status
(java.lang.String path, boolean descend, boolean onServer, boolean getAll) Status[]
SVNClientImpl.status
(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore) Status[]
SVNClientImpl.status
(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals) void
SVNClientImpl.status
(java.lang.String path, int depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.lang.String[] changelists, StatusCallback callback) private void
SVNClientImpl.status
(java.lang.String path, int depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.lang.String[] changelists, ISVNStatusHandler handler) void
SVNClientImpl.streamFileContent
(java.lang.String path, Revision revision, Revision pegRevision, int bufferSize, java.io.OutputStream stream) protected void
SVNClientImpl.throwException
(SVNException e) void
SVNClientImpl.unlock
(java.lang.String[] path, boolean force) long[]
SVNClientImpl.update
(java.lang.String[] path, Revision revision, boolean recurse, boolean ignoreExternals) long[]
SVNClientImpl.update
(java.lang.String[] path, Revision revision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) long
long
SVNClientImpl.update
(java.lang.String path, Revision revision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) void
SVNClientImpl.upgrade
(java.lang.String path)
SVNClientInterface.add(String, int, boolean, boolean, boolean)
instead.