Package | Description |
---|---|
org.apache.subversion.javahl | |
org.apache.subversion.javahl.types | |
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
org.tmatesoft.svn.core.javahl17 |
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) |
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.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.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 |
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) |
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) |
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) |
Set<Lock> |
ISVNRepos.lslocks(File path,
Depth depth)
list all locks in the repository
|
Set<Lock> |
SVNRepos.lslocks(File path,
Depth depth) |
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.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) |
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.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.resolve(String path,
Depth depth,
ConflictResult.Choice conflictResult)
Resolves the conflicted state on a WC path (or tree).
|
void |
SVNClient.resolve(String path,
Depth depth,
ConflictResult.Choice conflictResult) |
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) |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
Depth |
Info.getDepth() |
static Depth |
Depth.infinityOrEmpty(boolean recurse) |
static Depth |
Depth.infinityOrFiles(boolean recurse) |
static Depth |
Depth.infinityOrImmediates(boolean recurse) |
static Depth |
Depth.unknownOrEmpty(boolean recurse) |
static Depth |
Depth.unknownOrFiles(boolean recurse) |
static Depth |
Depth.unknownOrImmediates(boolean recurse) |
static Depth |
Depth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Depth[] |
Depth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Info(String path,
String wcroot,
String url,
long rev,
NodeKind kind,
String reposRootUrl,
String reposUUID,
long lastChangedRev,
long lastChangedDate,
String lastChangedAuthor,
Lock lock,
boolean hasWcInfo,
Info.ScheduleKind schedule,
String copyFromUrl,
long copyFromRev,
long textTime,
Checksum checksum,
String changelistName,
long workingSize,
long reposSize,
Depth depth,
Set<ConflictDescriptor> conflict)
constructor to build the object by native code.
|
Modifier and Type | Method and Description |
---|---|
static Depth |
Depth.toADepth(int depth) |
Modifier and Type | Method and Description |
---|---|
static int |
Depth.fromADepth(Depth aDepth) |
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) |
long |
SVNClientImpl.checkout(String moduleName,
String destPath,
Revision revision,
Revision pegRevision,
Depth depth,
boolean ignoreExternals,
boolean allowUnverObstructions) |
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.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 |
SVNClientImpl.getChangelists(String rootPath,
Collection<String> changelists,
Depth depth,
ChangelistCallback callback) |
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) |
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) |
Set<Lock> |
SVNReposImpl.lslocks(File path,
Depth depth) |
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.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) |
void |
SVNClientImpl.propertySetLocal(Set<String> paths,
String name,
byte[] value,
Depth depth,
Collection<String> changelists,
boolean force) |
void |
SVNClientImpl.removeFromChangelists(Set<String> paths,
Depth depth,
Collection<String> changelists) |
void |
SVNClientImpl.resolve(String path,
Depth depth,
ConflictResult.Choice conflictResult) |
void |
SVNClientImpl.revert(String path,
Depth depth,
Collection<String> changelists) |
void |
SVNClientImpl.status(String path,
Depth depth,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals,
Collection<String> changelists,
StatusCallback callback) |
long[] |
SVNClientImpl.update(Set<String> path,
Revision revision,
Depth depth,
boolean depthIsSticky,
boolean makeParents,
boolean ignoreExternals,
boolean allowUnverObstructions) |
Copyright © 2018. All rights reserved.