| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.wc2.ng | |
| org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) SvnMerge |
SvnNgMergeDriver.operation |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SvnNgMerge.isApplicable(SvnMerge operation,
SvnWcGeneration wcGeneration) |
boolean |
SvnNgMergeReintegrate.isApplicable(SvnMerge operation,
SvnWcGeneration wcGeneration) |
boolean |
SvnNgMergePegged.isApplicable(SvnMerge operation,
SvnWcGeneration wcGeneration) |
| Constructor and Description |
|---|
SvnNgMergeDriver(SVNWCContext context,
SvnMerge operation,
SvnNgRepositoryAccess repositoryAccess,
SVNDiffOptions diffOptions) |
| Modifier and Type | Method and Description |
|---|---|
SvnMerge |
SvnOperationFactory.createMerge()
Creates merge operation.
|