Package | Description |
---|---|
org.apache.subversion.javahl | |
org.apache.subversion.javahl.callback | |
org.tmatesoft.svn.core.javahl17 |
Modifier and Type | Method and Description |
---|---|
static ClientException |
ClientException.fromException(Throwable t)
A conversion routine for maintaining backwards compatibility.
|
Modifier and Type | Method and Description |
---|---|
void |
ISVNClient.add(String path,
Depth depth,
boolean force,
boolean noIgnores,
boolean addParents)
Adds a file to the repository.
|
void |
SVNClient.add(String path,
Depth depth,
boolean force,
boolean noIgnores,
boolean addParents) |
void |
ISVNClient.add(String path,
Depth depth,
boolean force,
boolean noIgnores,
boolean noAutoProps,
boolean addParents)
Adds a file to the repository.
|
void |
SVNClient.add(String path,
Depth depth,
boolean force,
boolean noIgnores,
boolean noAutoProps,
boolean addParents) |
void |
ISVNClient.addToChangelist(Set<String> paths,
String changelist,
Depth depth,
Collection<String> changelists)
Add paths to a changelist
|
void |
SVNClient.addToChangelist(Set<String> paths,
String changelist,
Depth depth,
Collection<String> changelists) |
void |
ISVNClient.blame(String path,
Revision pegRevision,
Revision revisionStart,
Revision revisionEnd,
boolean ignoreMimeType,
boolean includeMergedRevisions,
BlameCallback callback)
Retrieve the content together with the author, the revision and the date
of the last change of each line
|
void |
SVNClient.blame(String path,
Revision pegRevision,
Revision revisionStart,
Revision revisionEnd,
boolean ignoreMimeType,
boolean includeMergedRevisions,
BlameCallback callback) |
void |
ISVNClient.cancelOperation()
cancel the active operation
|
void |
SVNClient.cancelOperation() |
void |
SVNRepos.cancelOperation() |
void |
ISVNRepos.cancelOperation()
cancel the active operation
|
long |
ISVNClient.checkout(String moduleName,
String destPath,
Revision revision,
Revision pegRevision,
Depth depth,
boolean ignoreExternals,
boolean allowUnverObstructions)
Executes a revision checkout.
|
long |
SVNClient.checkout(String moduleName,
String destPath,
Revision revision,
Revision pegRevision,
Depth depth,
boolean ignoreExternals,
boolean allowUnverObstructions) |
void |
ISVNClient.cleanup(String path)
Recursively cleans up a local directory, finishing any
incomplete operations, removing lockfiles, etc.
|
void |
SVNClient.cleanup(String path) |
void |
ISVNClient.commit(Set<String> path,
Depth depth,
boolean noUnlock,
boolean keepChangelist,
Collection<String> changelists,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback)
Commits changes to the repository.
|
void |
SVNClient.commit(Set<String> path,
Depth depth,
boolean noUnlock,
boolean keepChangelist,
Collection<String> changelists,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
ISVNClient.copy(List<CopySource> sources,
String destPath,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback)
Copy versioned paths with the history preserved.
|
void |
SVNClient.copy(List<CopySource> sources,
String destPath,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
SVNRepos.create(File path,
boolean disableFsyncCommit,
boolean keepLog,
File configPath,
String fstype) |
void |
ISVNRepos.create(File path,
boolean disableFsyncCommit,
boolean keepLog,
File configPath,
String fstype)
create a subversion repository.
|
void |
SVNRepos.deltify(File path,
Revision start,
Revision end) |
void |
ISVNRepos.deltify(File path,
Revision start,
Revision end)
deltify the revisions in the repository
|
void |
ISVNClient.diff(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
String relativeToDir,
OutputStream outStream,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly)
Display the differences between two paths.
|
void |
SVNClient.diff(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
String relativeToDir,
OutputStream outStream,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly) |
void |
ISVNClient.diff(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
String relativeToDir,
OutputStream outStream,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly,
DiffOptions options)
Display the differences between two paths.
|
void |
SVNClient.diff(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
String relativeToDir,
OutputStream outStream,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly,
DiffOptions options) |
void |
ISVNClient.diff(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
String relativeToDir,
String outFileName,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds) |
void |
SVNClient.diff(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
String relativeToDir,
String outFileName,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds) |
void |
ISVNClient.diff(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
String relativeToDir,
String outFileName,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly,
DiffOptions options) |
void |
SVNClient.diff(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
String relativeToDir,
String outFileName,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly,
DiffOptions options) |
void |
ISVNClient.diff(String target1,
Revision revision1,
String target2,
Revision revision2,
String relativeToDir,
OutputStream outStream,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly)
Display the differences between two paths
|
void |
SVNClient.diff(String target1,
Revision revision1,
String target2,
Revision revision2,
String relativeToDir,
OutputStream outStream,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly) |
void |
ISVNClient.diff(String target1,
Revision revision1,
String target2,
Revision revision2,
String relativeToDir,
OutputStream outStream,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly,
DiffOptions options)
Display the differences between two paths
|
void |
SVNClient.diff(String target1,
Revision revision1,
String target2,
Revision revision2,
String relativeToDir,
OutputStream outStream,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly,
DiffOptions options) |
void |
ISVNClient.diff(String target1,
Revision revision1,
String target2,
Revision revision2,
String relativeToDir,
String outFileName,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds) |
void |
SVNClient.diff(String target1,
Revision revision1,
String target2,
Revision revision2,
String relativeToDir,
String outFileName,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds) |
void |
ISVNClient.diff(String target1,
Revision revision1,
String target2,
Revision revision2,
String relativeToDir,
String outFileName,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly,
DiffOptions options) |
void |
SVNClient.diff(String target1,
Revision revision1,
String target2,
Revision revision2,
String relativeToDir,
String outFileName,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly,
DiffOptions options) |
void |
ISVNClient.diffSummarize(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
DiffSummaryCallback receiver)
Produce a diff summary which lists the items changed between
path and revision pairs.
|
void |
SVNClient.diffSummarize(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
DiffSummaryCallback receiver) |
void |
ISVNClient.diffSummarize(String target1,
Revision revision1,
String target2,
Revision revision2,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
DiffSummaryCallback receiver)
Produce a diff summary which lists the items changed between
path and revision pairs.
|
void |
SVNClient.diffSummarize(String target1,
Revision revision1,
String target2,
Revision revision2,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
DiffSummaryCallback receiver) |
long |
ISVNClient.doExport(String srcPath,
String destPath,
Revision revision,
Revision pegRevision,
boolean force,
boolean ignoreExternals,
Depth depth,
String nativeEOL)
Exports the contents of either a subversion repository into a
'clean' directory (meaning a directory with no administrative
directories).
|
long |
SVNClient.doExport(String srcPath,
String destPath,
Revision revision,
Revision pegRevision,
boolean force,
boolean ignoreExternals,
Depth depth,
String nativeEOL) |
void |
ISVNClient.doImport(String path,
String url,
Depth depth,
boolean noIgnore,
boolean noAutoProps,
boolean ignoreUnknownNodeTypes,
Map<String,String> revpropTable,
ImportFilterCallback importFilterCallback,
CommitMessageCallback messageHandler,
CommitCallback commitCallback)
Import a file or directory into a repository directory at
head.
|
void |
SVNClient.doImport(String path,
String url,
Depth depth,
boolean noIgnore,
boolean noAutoProps,
boolean ignoreUnknownNodeTypes,
Map<String,String> revpropTable,
ImportFilterCallback importFilterCallback,
CommitMessageCallback messageHandler,
CommitCallback commitCallback) |
void |
ISVNClient.doImport(String path,
String url,
Depth depth,
boolean noIgnore,
boolean ignoreUnknownNodeTypes,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback)
Import a file or directory into a repository directory at
head.
|
void |
SVNClient.doImport(String path,
String url,
Depth depth,
boolean noIgnore,
boolean ignoreUnknownNodeTypes,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
long |
ISVNClient.doSwitch(String path,
String url,
Revision revision,
Revision pegRevision,
Depth depth,
boolean depthIsSticky,
boolean ignoreExternals,
boolean allowUnverObstructions,
boolean ignoreAncestry)
Update local copy to mirror a new url.
|
long |
SVNClient.doSwitch(String path,
String url,
Revision revision,
Revision pegRevision,
Depth depth,
boolean depthIsSticky,
boolean ignoreExternals,
boolean allowUnverObstructions,
boolean ignoreAncestry) |
void |
SVNRepos.dump(File path,
OutputStream dataOut,
Revision start,
Revision end,
boolean incremental,
boolean useDeltas,
ReposNotifyCallback callback) |
void |
ISVNRepos.dump(File path,
OutputStream dataOut,
Revision start,
Revision end,
boolean incremental,
boolean useDeltas,
ReposNotifyCallback callback)
dump the data in a repository
|
byte[] |
ISVNClient.fileContent(String path,
Revision revision,
Revision pegRevision)
Retrieve the content of a file
|
byte[] |
SVNClient.fileContent(String path,
Revision revision,
Revision pegRevision) |
void |
SVNRepos.freeze(ReposFreezeAction action,
File... paths) |
void |
ISVNRepos.freeze(ReposFreezeAction action,
File... paths)
Take an exclusive lock on each of the listed repositories
to prevent commits; then, while holding all the locks, call
the action.invoke().
|
void |
ISVNClient.getChangelists(String rootPath,
Collection<String> changelists,
Depth depth,
ChangelistCallback callback)
Recursively get the paths which belong to a changelist
|
void |
SVNClient.getChangelists(String rootPath,
Collection<String> changelists,
Depth depth,
ChangelistCallback callback) |
String |
ISVNClient.getConfigDirectory()
Get the configuration directory
|
String |
SVNClient.getConfigDirectory() |
void |
ISVNClient.getMergeinfoLog(Mergeinfo.LogKind kind,
String pathOrUrl,
Revision pegRevision,
String mergeSourceUrl,
Revision srcPegRevision,
boolean discoverChangedPaths,
Depth depth,
Set<String> revProps,
LogMessageCallback callback)
Retrieve either merged or eligible-to-be-merged revisions.
|
void |
SVNClient.getMergeinfoLog(Mergeinfo.LogKind kind,
String pathOrUrl,
Revision pegRevision,
String mergeSourceUrl,
Revision srcPegRevision,
boolean discoverChangedPaths,
Depth depth,
Set<String> revProps,
LogMessageCallback callback) |
void |
ISVNClient.getMergeinfoLog(Mergeinfo.LogKind kind,
String pathOrUrl,
Revision pegRevision,
String mergeSourceUrl,
Revision srcPegRevision,
Revision srcStartRevision,
Revision srcEndRevision,
boolean discoverChangedPaths,
Depth depth,
Set<String> revProps,
LogMessageCallback callback)
Retrieve either merged or eligible-to-be-merged revisions.
|
void |
SVNClient.getMergeinfoLog(Mergeinfo.LogKind kind,
String pathOrUrl,
Revision pegRevision,
String mergeSourceUrl,
Revision srcPegRevision,
Revision srcStartRevision,
Revision srcEndRevision,
boolean discoverChangedPaths,
Depth depth,
Set<String> revProps,
LogMessageCallback callback) |
String |
ISVNClient.getVersionInfo(String path,
String trailUrl,
boolean lastChanged)
Produce a compact "version number" for a working copy
|
String |
SVNClient.getVersionInfo(String path,
String trailUrl,
boolean lastChanged) |
void |
SVNRepos.hotcopy(File path,
File targetPath,
boolean cleanLogs) |
void |
ISVNRepos.hotcopy(File path,
File targetPath,
boolean cleanLogs) |
void |
SVNRepos.hotcopy(File path,
File targetPath,
boolean cleanLogs,
boolean incremental) |
void |
ISVNRepos.hotcopy(File path,
File targetPath,
boolean cleanLogs,
boolean incremental)
make a hot copy of the repository
|
void |
ISVNClient.info2(String pathOrUrl,
Revision revision,
Revision pegRevision,
Depth depth,
Collection<String> changelists,
InfoCallback callback)
Retrieve information about repository or working copy items.
|
void |
SVNClient.info2(String pathOrUrl,
Revision revision,
Revision pegRevision,
Depth depth,
Collection<String> changelists,
InfoCallback callback) |
void |
ISVNClient.list(String url,
Revision revision,
Revision pegRevision,
Depth depth,
int direntFields,
boolean fetchLocks,
ListCallback callback)
Lists the directory entries of a url on the server.
|
void |
SVNClient.list(String url,
Revision revision,
Revision pegRevision,
Depth depth,
int direntFields,
boolean fetchLocks,
ListCallback callback) |
void |
SVNRepos.listDBLogs(File path,
ISVNRepos.MessageReceiver receiver) |
void |
ISVNRepos.listDBLogs(File path,
ISVNRepos.MessageReceiver receiver)
list all logfiles (BDB) in use or not)
|
void |
SVNRepos.listUnusedDBLogs(File path,
ISVNRepos.MessageReceiver receiver) |
void |
ISVNRepos.listUnusedDBLogs(File path,
ISVNRepos.MessageReceiver receiver)
list unused logfiles
|
void |
SVNRepos.load(File path,
InputStream dataInput,
boolean ignoreUUID,
boolean forceUUID,
boolean usePreCommitHook,
boolean usePostCommitHook,
String relativePath,
ReposNotifyCallback callback) |
void |
ISVNRepos.load(File path,
InputStream dataInput,
boolean ignoreUUID,
boolean forceUUID,
boolean usePreCommitHook,
boolean usePostCommitHook,
String relativePath,
ReposNotifyCallback callback)
load the data of a dump into a repository
|
void |
SVNRepos.load(File path,
InputStream dataInput,
Revision start,
Revision end,
boolean ignoreUUID,
boolean forceUUID,
boolean usePreCommitHook,
boolean usePostCommitHook,
String relativePath,
ReposNotifyCallback callback) |
void |
ISVNRepos.load(File path,
InputStream dataInput,
Revision start,
Revision end,
boolean ignoreUUID,
boolean forceUUID,
boolean usePreCommitHook,
boolean usePostCommitHook,
String relativePath,
ReposNotifyCallback callback)
load the data of a dump into a repository
|
void |
ISVNClient.lock(Set<String> path,
String comment,
boolean force)
Lock a working copy item
|
void |
SVNClient.lock(Set<String> path,
String comment,
boolean force) |
void |
ISVNClient.logMessages(String path,
Revision pegRevision,
List<RevisionRange> ranges,
boolean stopOnCopy,
boolean discoverPath,
boolean includeMergedRevisions,
Set<String> revProps,
long limit,
LogMessageCallback callback)
Retrieve the log messages for an item.
|
void |
SVNClient.logMessages(String path,
Revision pegRevision,
List<RevisionRange> ranges,
boolean stopOnCopy,
boolean discoverPath,
boolean includeMergedRevisions,
Set<String> revProps,
long limit,
LogMessageCallback callback) |
Set<Lock> |
SVNRepos.lslocks(File path,
Depth depth) |
Set<Lock> |
ISVNRepos.lslocks(File path,
Depth depth)
list all locks in the repository
|
void |
SVNRepos.lstxns(File path,
ISVNRepos.MessageReceiver receiver) |
void |
ISVNRepos.lstxns(File path,
ISVNRepos.MessageReceiver receiver)
list all open transactions in a repository
|
void |
ISVNClient.merge(String path,
Revision pegRevision,
List<RevisionRange> revisions,
String localPath,
boolean force,
Depth depth,
boolean ignoreAncestry,
boolean dryRun,
boolean recordOnly)
Merge set of revisions into a new local path.
|
void |
SVNClient.merge(String path,
Revision pegRevision,
List<RevisionRange> revisions,
String localPath,
boolean force,
Depth depth,
boolean ignoreAncestry,
boolean dryRun,
boolean recordOnly) |
void |
ISVNClient.merge(String path,
Revision pegRevision,
List<RevisionRange> revisions,
String localPath,
boolean force,
Depth depth,
boolean ignoreMergeinfo,
boolean diffIgnoreAncestry,
boolean dryRun,
boolean recordOnly)
Merge set of revisions into a new local path.
|
void |
SVNClient.merge(String path,
Revision pegRevision,
List<RevisionRange> revisions,
String localPath,
boolean force,
Depth depth,
boolean ignoreMergeinfo,
boolean diffIgnoreAncestry,
boolean dryRun,
boolean recordOnly) |
void |
ISVNClient.merge(String path1,
Revision revision1,
String path2,
Revision revision2,
String localPath,
boolean force,
Depth depth,
boolean ignoreAncestry,
boolean dryRun,
boolean recordOnly)
Merge changes from two paths into a new local path.
|
void |
SVNClient.merge(String path1,
Revision revision1,
String path2,
Revision revision2,
String localPath,
boolean force,
Depth depth,
boolean ignoreAncestry,
boolean dryRun,
boolean recordOnly) |
void |
ISVNClient.merge(String path1,
Revision revision1,
String path2,
Revision revision2,
String localPath,
boolean force,
Depth depth,
boolean ignoreMergeinfo,
boolean diffIgnoreAncestry,
boolean dryRun,
boolean recordOnly)
Merge changes from two paths into a new local path.
|
void |
SVNClient.merge(String path1,
Revision revision1,
String path2,
Revision revision2,
String localPath,
boolean force,
Depth depth,
boolean ignoreMergeinfo,
boolean diffIgnoreAncestry,
boolean dryRun,
boolean recordOnly) |
void |
ISVNClient.mergeReintegrate(String path,
Revision pegRevision,
String localPath,
boolean dryRun)
Deprecated.
Will be removed in a future release
|
void |
SVNClient.mergeReintegrate(String path,
Revision pegRevision,
String localPath,
boolean dryRun) |
void |
ISVNClient.mkdir(Set<String> path,
boolean makeParents,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback)
Creates a directory directly in a repository or creates a
directory on disk and schedules it for addition.
|
void |
SVNClient.mkdir(Set<String> path,
boolean makeParents,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
ISVNClient.move(Set<String> srcPaths,
String destPath,
boolean force,
boolean moveAsChild,
boolean makeParents,
boolean metadataOnly,
boolean allowMixRev,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback)
Move or rename versioned paths.
|
void |
SVNClient.move(Set<String> srcPaths,
String destPath,
boolean force,
boolean moveAsChild,
boolean makeParents,
boolean metadataOnly,
boolean allowMixRev,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
ISVNClient.move(Set<String> srcPaths,
String destPath,
boolean force,
boolean moveAsChild,
boolean makeParents,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback)
Deprecated.
Provided for backward compatibility with 1.7. Passes
metadataOnly false and allowMixRev true.
|
void |
SVNClient.move(Set<String> srcPaths,
String destPath,
boolean force,
boolean moveAsChild,
boolean makeParents,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
SVNRepos.pack(File path,
ReposNotifyCallback callback) |
void |
ISVNRepos.pack(File path,
ReposNotifyCallback callback)
pack the repository
|
void |
ISVNClient.patch(String patchPath,
String targetPath,
boolean dryRun,
int stripCount,
boolean reverse,
boolean ignoreWhitespace,
boolean removeTempfiles,
PatchCallback callback)
Apply a unidiff patch.
|
void |
SVNClient.patch(String patchPath,
String targetPath,
boolean dryRun,
int stripCount,
boolean reverse,
boolean ignoreWhitespace,
boolean removeTempfiles,
PatchCallback callback) |
void |
ISVNClient.properties(String path,
Revision revision,
Revision pegRevision,
Depth depth,
Collection<String> changelists,
InheritedProplistCallback callback)
Retrieves the properties of an item, including inherited properties.
|
void |
SVNClient.properties(String path,
Revision revision,
Revision pegRevision,
Depth depth,
Collection<String> changelists,
InheritedProplistCallback callback) |
void |
ISVNClient.properties(String path,
Revision revision,
Revision pegRevision,
Depth depth,
Collection<String> changelists,
ProplistCallback callback)
Retrieves the properties of an item
|
void |
SVNClient.properties(String path,
Revision revision,
Revision pegRevision,
Depth depth,
Collection<String> changelists,
ProplistCallback callback) |
byte[] |
ISVNClient.propertyGet(String path,
String name,
Revision revision,
Revision pegRevision) |
byte[] |
SVNClient.propertyGet(String path,
String name,
Revision revision,
Revision pegRevision) |
byte[] |
ISVNClient.propertyGet(String path,
String name,
Revision revision,
Revision pegRevision,
Collection<String> changelists)
Retrieve one property of one item
|
byte[] |
SVNClient.propertyGet(String path,
String name,
Revision revision,
Revision pegRevision,
Collection<String> changelists) |
void |
ISVNClient.propertySetLocal(Set<String> paths,
String name,
byte[] value,
Depth depth,
Collection<String> changelists,
boolean force)
Sets one property of an item with a String value
|
void |
SVNClient.propertySetLocal(Set<String> paths,
String name,
byte[] value,
Depth depth,
Collection<String> changelists,
boolean force) |
void |
ISVNClient.propertySetRemote(String path,
long baseRev,
String name,
byte[] value,
CommitMessageCallback handler,
boolean force,
Map<String,String> revpropTable,
CommitCallback callback) |
void |
SVNClient.propertySetRemote(String path,
long baseRev,
String name,
byte[] value,
CommitMessageCallback handler,
boolean force,
Map<String,String> revpropTable,
CommitCallback callback) |
long |
SVNRepos.recover(File path,
ReposNotifyCallback callback) |
long |
ISVNRepos.recover(File path,
ReposNotifyCallback callback)
recover the filesystem backend of a repository
|
void |
ISVNClient.relocate(String from,
String to,
String path,
boolean ignoreExternals)
Rewrite the url's in the working copy
|
void |
SVNClient.relocate(String from,
String to,
String path,
boolean ignoreExternals) |
void |
ISVNClient.remove(Set<String> path,
boolean force,
boolean keepLocal,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback)
Sets a file for deletion.
|
void |
SVNClient.remove(Set<String> path,
boolean force,
boolean keepLocal,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
ISVNClient.removeFromChangelists(Set<String> paths,
Depth depth,
Collection<String> changelists)
Remove paths from a changelist
|
void |
SVNClient.removeFromChangelists(Set<String> paths,
Depth depth,
Collection<String> changelists) |
void |
ISVNClient.revert(String path,
Depth depth,
Collection<String> changelists)
Reverts a file to a pristine state.
|
void |
SVNClient.revert(String path,
Depth depth,
Collection<String> changelists) |
Map<String,byte[]> |
ISVNClient.revProperties(String path,
Revision rev)
Retrieve all revsision properties of one item
|
Map<String,byte[]> |
SVNClient.revProperties(String path,
Revision rev) |
byte[] |
ISVNClient.revProperty(String path,
String name,
Revision rev)
Retrieve one revsision property of one item
|
byte[] |
SVNClient.revProperty(String path,
String name,
Revision rev) |
void |
SVNRepos.rmlocks(File path,
String[] locks) |
void |
ISVNRepos.rmlocks(File path,
String[] locks)
remove multiple locks from the repository
|
void |
SVNRepos.rmtxns(File path,
String[] transactions) |
void |
ISVNRepos.rmtxns(File path,
String[] transactions)
remove open transaction in a repository
|
void |
ISVNClient.setConfigDirectory(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 |
SVNClient.setConfigDirectory(String configDir) |
void |
ISVNClient.setRevProperty(String path,
String name,
Revision rev,
String value,
String originalValue,
boolean force)
set one revsision property of one item
|
void |
SVNClient.setRevProperty(String path,
String name,
Revision rev,
String value,
String originalValue,
boolean force) |
void |
ISVNClient.status(String path,
Depth depth,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals,
Collection<String> changelists,
StatusCallback callback)
List a directory or file of the working copy.
|
void |
SVNClient.status(String path,
Depth depth,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals,
Collection<String> changelists,
StatusCallback callback) |
void |
ISVNClient.streamFileContent(String path,
Revision revision,
Revision pegRevision,
OutputStream stream)
Write the file's content to the specified output stream.
|
void |
SVNClient.streamFileContent(String path,
Revision revision,
Revision pegRevision,
OutputStream stream) |
void |
ISVNClient.unlock(Set<String> path,
boolean force)
Unlock a working copy item
|
void |
SVNClient.unlock(Set<String> path,
boolean force) |
long[] |
ISVNClient.update(Set<String> path,
Revision revision,
Depth depth,
boolean depthIsSticky,
boolean makeParents,
boolean ignoreExternals,
boolean allowUnverObstructions)
Updates the directories or files from repository
|
long[] |
SVNClient.update(Set<String> path,
Revision revision,
Depth depth,
boolean depthIsSticky,
boolean makeParents,
boolean ignoreExternals,
boolean allowUnverObstructions) |
void |
SVNRepos.upgrade(File path,
ReposNotifyCallback callback) |
void |
ISVNRepos.upgrade(File path,
ReposNotifyCallback callback)
upgrade the repository format
|
void |
ISVNClient.upgrade(String path)
Recursively upgrade a working copy to a new metadata storage format.
|
void |
SVNClient.upgrade(String path) |
void |
SVNRepos.verify(File path,
Revision start,
Revision end,
ReposNotifyCallback callback) |
void |
ISVNRepos.verify(File path,
Revision start,
Revision end,
ReposNotifyCallback callback)
Verify the repository at
path between revisions
start and end . |
Modifier and Type | Method and Description |
---|---|
void |
BlameCallback.singleLine(long lineNum,
long revision,
Map<String,byte[]> revProps,
long mergedRevision,
Map<String,byte[]> mergedRevProps,
String mergedPath,
String line,
boolean localChange)
the method will be called for every line in a file.
|
Modifier and Type | Method and Description |
---|---|
static ClientException |
SVNClientImpl.getClientException(Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.add(String path,
Depth depth,
boolean force,
boolean noIgnores,
boolean addParents) |
void |
SVNClientImpl.add(String path,
Depth depth,
boolean force,
boolean noIgnores,
boolean noAutoProps,
boolean addParents) |
void |
SVNClientImpl.addToChangelist(Set<String> paths,
String changelist,
Depth depth,
Collection<String> changelists) |
void |
SVNClientImpl.blame(String path,
Revision pegRevision,
Revision revisionStart,
Revision revisionEnd,
boolean ignoreMimeType,
boolean includeMergedRevisions,
BlameCallback callback) |
void |
SVNReposImpl.cancelOperation() |
void |
SVNClientImpl.cancelOperation() |
long |
SVNClientImpl.checkout(String moduleName,
String destPath,
Revision revision,
Revision pegRevision,
Depth depth,
boolean ignoreExternals,
boolean allowUnverObstructions) |
void |
SVNClientImpl.cleanup(String path) |
void |
SVNClientImpl.commit(Set<String> path,
Depth depth,
boolean noUnlock,
boolean keepChangelist,
Collection<String> changelists,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
SVNClientImpl.copy(List<CopySource> sources,
String destPath,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
SVNReposImpl.create(File path,
boolean disableFsyncCommit,
boolean keepLog,
File configPath,
String fstype) |
void |
SVNReposImpl.deltify(File path,
Revision start,
Revision end) |
void |
SVNClientImpl.diff(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
String relativeToDir,
OutputStream outStream,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly) |
void |
SVNClientImpl.diff(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
String relativeToDir,
OutputStream outStream,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly,
DiffOptions options) |
void |
SVNClientImpl.diff(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
String relativeToDir,
String outFileName,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds) |
void |
SVNClientImpl.diff(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
String relativeToDir,
String outFileName,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly,
DiffOptions options) |
void |
SVNClientImpl.diff(String target1,
Revision revision1,
String target2,
Revision revision2,
String relativeToDir,
OutputStream outStream,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly) |
void |
SVNClientImpl.diff(String target1,
Revision revision1,
String target2,
Revision revision2,
String relativeToDir,
OutputStream outStream,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly,
DiffOptions options) |
void |
SVNClientImpl.diff(String target1,
Revision revision1,
String target2,
Revision revision2,
String relativeToDir,
String outFileName,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds) |
void |
SVNClientImpl.diff(String target1,
Revision revision1,
String target2,
Revision revision2,
String relativeToDir,
String outFileName,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
boolean noDiffDeleted,
boolean force,
boolean copiesAsAdds,
boolean ignoreProps,
boolean propsOnly,
DiffOptions options) |
void |
SVNClientImpl.diffSummarize(String target,
Revision pegRevision,
Revision startRevision,
Revision endRevision,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
DiffSummaryCallback receiver) |
void |
SVNClientImpl.diffSummarize(String target1,
Revision revision1,
String target2,
Revision revision2,
Depth depth,
Collection<String> changelists,
boolean ignoreAncestry,
DiffSummaryCallback receiver) |
long |
SVNClientImpl.doExport(String srcPath,
String destPath,
Revision revision,
Revision pegRevision,
boolean force,
boolean ignoreExternals,
Depth depth,
String nativeEOL) |
void |
SVNClientImpl.doImport(String path,
String url,
Depth depth,
boolean noIgnore,
boolean noAutoProps,
boolean ignoreUnknownNodeTypes,
Map<String,String> revpropTable,
ImportFilterCallback importFilterCallback,
CommitMessageCallback handler,
CommitCallback callback) |
void |
SVNClientImpl.doImport(String path,
String url,
Depth depth,
boolean noIgnore,
boolean ignoreUnknownNodeTypes,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
long |
SVNClientImpl.doSwitch(String path,
String url,
Revision revision,
Revision pegRevision,
Depth depth,
boolean depthIsSticky,
boolean ignoreExternals,
boolean allowUnverObstructions,
boolean ignoreAncestry) |
void |
SVNReposImpl.dump(File path,
OutputStream dataOut,
OutputStream errorOut,
Revision start,
Revision end,
boolean incremental,
boolean useDeltas,
ReposNotifyCallback callback) |
void |
SVNReposImpl.dump(File path,
OutputStream dataOut,
Revision start,
Revision end,
boolean incremental,
boolean useDeltas,
ReposNotifyCallback callback) |
byte[] |
SVNClientImpl.fileContent(String path,
Revision revision,
Revision pegRevision) |
void |
SVNClientImpl.getChangelists(String rootPath,
Collection<String> changelists,
Depth depth,
ChangelistCallback callback) |
static ClientException |
SVNClientImpl.getClientException(Throwable e) |
String |
SVNClientImpl.getConfigDirectory() |
void |
SVNClientImpl.getMergeinfoLog(Mergeinfo.LogKind kind,
String pathOrUrl,
Revision pegRevision,
String mergeSourceUrl,
Revision srcPegRevision,
boolean discoverChangedPaths,
Depth depth,
Set<String> revProps,
LogMessageCallback callback) |
void |
SVNClientImpl.getMergeinfoLog(Mergeinfo.LogKind kind,
String pathOrUrl,
Revision pegRevision,
String mergeSourceUrl,
Revision srcPegRevision,
Revision srcStartRevision,
Revision srcEndRevision,
boolean discoverChangedPaths,
Depth depth,
Set<String> revProps,
LogMessageCallback callback) |
String |
SVNClientImpl.getVersionInfo(String path,
String trailUrl,
boolean lastChanged) |
void |
SVNReposImpl.hotcopy(File path,
File targetPath,
boolean cleanLogs) |
void |
SVNClientImpl.info2(String pathOrUrl,
Revision revision,
Revision pegRevision,
Depth depth,
Collection<String> changelists,
InfoCallback callback) |
void |
SVNClientImpl.list(String url,
Revision revision,
Revision pegRevision,
Depth depth,
int direntFields,
boolean fetchLocks,
ListCallback callback) |
void |
SVNReposImpl.listDBLogs(File path,
ISVNRepos.MessageReceiver receiver) |
void |
SVNReposImpl.listUnusedDBLogs(File path,
ISVNRepos.MessageReceiver receiver) |
void |
SVNReposImpl.load(File path,
InputStream dataInput,
boolean ignoreUUID,
boolean forceUUID,
boolean usePreCommitHook,
boolean usePostCommitHook,
String relativePath,
ReposNotifyCallback callback) |
void |
SVNReposImpl.load(File path,
InputStream dataInput,
boolean ignoreUUID,
boolean forceUUID,
String relativePath,
ReposNotifyCallback callback) |
void |
SVNReposImpl.load(File path,
InputStream dataInput,
OutputStream messageOutput,
boolean ignoreUUID,
boolean forceUUID,
boolean usePreCommitHook,
boolean usePostCommitHook,
String relativePath,
ReposNotifyCallback callback) |
void |
SVNClientImpl.lock(Set<String> path,
String comment,
boolean force) |
void |
SVNClientImpl.logMessages(String path,
Revision pegRevision,
List<RevisionRange> ranges,
boolean stopOnCopy,
boolean discoverPath,
boolean includeMergedRevisions,
Set<String> revProps,
long limit,
LogMessageCallback callback) |
Set<Lock> |
SVNReposImpl.lslocks(File path,
Depth depth) |
void |
SVNReposImpl.lstxns(File path,
ISVNRepos.MessageReceiver receiver) |
void |
SVNClientImpl.merge(String path,
Revision pegRevision,
List<RevisionRange> revisions,
String localPath,
boolean force,
Depth depth,
boolean ignoreAncestry,
boolean dryRun,
boolean recordOnly) |
void |
SVNClientImpl.merge(String path,
Revision pegRevision,
List<RevisionRange> revisions,
String localPath,
boolean force,
Depth depth,
boolean ignoreMergeinfo,
boolean ignoreAncestry,
boolean dryRun,
boolean recordOnly) |
void |
SVNClientImpl.merge(String path1,
Revision revision1,
String path2,
Revision revision2,
String localPath,
boolean force,
Depth depth,
boolean ignoreAncestry,
boolean dryRun,
boolean recordOnly) |
void |
SVNClientImpl.merge(String path1,
Revision revision1,
String path2,
Revision revision2,
String localPath,
boolean force,
Depth depth,
boolean ignoreMergeinfo,
boolean diffIgnoreAncestry,
boolean dryRun,
boolean recordOnly) |
void |
SVNClientImpl.mergeReintegrate(String path,
Revision pegRevision,
String localPath,
boolean dryRun) |
void |
SVNClientImpl.mkdir(Set<String> path,
boolean makeParents,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
SVNClientImpl.move(Set<String> srcPaths,
String destPath,
boolean force,
boolean moveAsChild,
boolean makeParents,
boolean metadataOnly,
boolean allowMixRev,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
SVNClientImpl.move(Set<String> srcPaths,
String destPath,
boolean force,
boolean moveAsChild,
boolean makeParents,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
SVNReposImpl.pack(File path,
ReposNotifyCallback callback) |
void |
SVNClientImpl.patch(String patchPath,
String targetPath,
boolean dryRun,
int stripCount,
boolean reverse,
boolean ignoreWhitespace,
boolean removeTempfiles,
PatchCallback callback) |
void |
SVNClientImpl.properties(String path,
Revision revision,
Revision pegRevision,
Depth depth,
Collection<String> changelists,
InheritedProplistCallback callback) |
void |
SVNClientImpl.properties(String path,
Revision revision,
Revision pegRevision,
Depth depth,
Collection<String> changelists,
ProplistCallback callback) |
byte[] |
SVNClientImpl.propertyGet(String path,
String name,
Revision revision,
Revision pegRevision) |
byte[] |
SVNClientImpl.propertyGet(String path,
String name,
Revision revision,
Revision pegRevision,
Collection<String> changelists) |
void |
SVNClientImpl.propertySetLocal(Set<String> paths,
String name,
byte[] value,
Depth depth,
Collection<String> changelists,
boolean force) |
void |
SVNClientImpl.propertySetRemote(String path,
long baseRev,
String name,
byte[] value,
CommitMessageCallback handler,
boolean force,
Map<String,String> revpropTable,
CommitCallback callback) |
long |
SVNReposImpl.recover(File path,
ReposNotifyCallback callback) |
void |
SVNClientImpl.relocate(String from,
String to,
String path,
boolean ignoreExternals) |
void |
SVNClientImpl.remove(Set<String> path,
boolean force,
boolean keepLocal,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
SVNClientImpl.removeFromChangelists(Set<String> paths,
Depth depth,
Collection<String> changelists) |
void |
SVNClientImpl.revert(String path,
Depth depth,
Collection<String> changelists) |
Map<String,byte[]> |
SVNClientImpl.revProperties(String path,
Revision rev) |
byte[] |
SVNClientImpl.revProperty(String path,
String name,
Revision rev) |
void |
SVNReposImpl.rmlocks(File path,
String[] locks) |
void |
SVNReposImpl.rmtxns(File path,
String[] transactions) |
void |
SVNClientImpl.setConfigDirectory(String configDir) |
void |
SVNClientImpl.setRevProperty(String path,
String name,
Revision rev,
String value,
String originalValue,
boolean force) |
void |
SVNClientImpl.status(String path,
Depth depth,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals,
Collection<String> changelists,
StatusCallback callback) |
void |
SVNClientImpl.streamFileContent(String path,
Revision revision,
Revision pegRevision,
OutputStream stream) |
static void |
SVNReposImpl.throwException(SVNException e,
SVNClientImpl svnClient) |
void |
SVNClientImpl.unlock(Set<String> path,
boolean force) |
long[] |
SVNClientImpl.update(Set<String> path,
Revision revision,
Depth depth,
boolean depthIsSticky,
boolean makeParents,
boolean ignoreExternals,
boolean allowUnverObstructions) |
void |
SVNReposImpl.upgrade(File path,
ReposNotifyCallback callback) |
void |
SVNClientImpl.upgrade(String path) |
void |
SVNReposImpl.verify(File path,
OutputStream messageOut,
Revision start,
Revision end,
ReposNotifyCallback callback) |
void |
SVNReposImpl.verify(File path,
Revision start,
Revision end,
ReposNotifyCallback callback) |
Copyright © 2019. All rights reserved.