Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc2.compat | |
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.
|
org.tmatesoft.svn.core.wc2.hooks |
NEW: this package contains callback interfaces for the new WC2 API.
|
Modifier and Type | Method and Description |
---|---|
static SVNCommitInfo |
SVNCommitter17.commit(SVNWCContext context,
Collection<File> tmpFiles,
Map<String,SvnCommitItem> committables,
SVNURL repositoryRoot,
ISVNEditor commitEditor,
Map<File,SvnChecksum> md5Checksums,
Map<File,SvnChecksum> sha1Checksums) |
Constructor and Description |
---|
SVNCommitMediator17(SVNWCContext context,
Map<String,SvnCommitItem> committables) |
SVNCommitter17(SVNWCContext context,
Map<String,SvnCommitItem> committables,
SVNURL repositoryRoot,
Collection<File> tmpFiles,
Map<File,SvnChecksum> md5Checksums,
Map<File,SvnChecksum> sha1Checksums) |
Modifier and Type | Method and Description |
---|---|
static SvnCommitItem |
SvnCodec.commitItem(SVNCommitItem item) |
Modifier and Type | Method and Description |
---|---|
static SVNCommitItem |
SvnCodec.commitItem(SvnCommitItem item) |
Modifier and Type | Method and Description |
---|---|
static SVNURL |
SvnNgCommitUtil.translateCommitables(Collection<SvnCommitItem> items,
Map<String,SvnCommitItem> decodedPaths) |
static SVNURL |
SvnNgCommitUtil.translateCommitables(Collection<SvnCommitItem> items,
Map<String,SvnCommitItem> decodedPaths) |
Modifier and Type | Method and Description |
---|---|
SvnCommitItem |
SvnCommitPacket.addItem(File path,
SVNNodeKind kind,
SVNURL repositoryRoot,
String repositoryPath,
long revision,
String copyFromPath,
long copyFromRevision,
File movedFromAbsPath,
int flags)
Adds commit item with the path, kind, repository root URL, repository path, revision number,
copied from path, copied from revision number, flags to the commit packet.
|
SvnCommitItem |
SvnCommitPacket.addItem(File path,
SVNURL rootUrl,
SVNNodeKind kind,
SVNURL url,
long revision,
SVNURL copyFromUrl,
long copyFromRevision,
int flags)
Adds commit item with the path, repository root URL, kind, URL, revision number,
revision number, copied from path, copied from revision number, flags to the commit packet.
|
SvnCommitItem |
SvnCommitPacket.getItem(File path)
Returns the commit item with the path
|
Modifier and Type | Method and Description |
---|---|
Collection<SvnCommitItem> |
SvnCommitPacket.getItems(SVNURL url)
Returns all commit items in the commit packet with the corresponding repository root URL
|
Modifier and Type | Method and Description |
---|---|
void |
SvnCommitPacket.addItem(SvnCommitItem item,
SVNURL repositoryRoot)
Adds commit item to the commit packet with the repository root URL.
|
Modifier and Type | Method and Description |
---|---|
String |
ISvnCommitHandler.getCommitMessage(String message,
SvnCommitItem[] commitables)
Handles the incoming initial log message and items intended for a commit and
returns a new commit log message.
|
SVNProperties |
ISvnCommitHandler.getRevisionProperties(String message,
SvnCommitItem[] commitables,
SVNProperties revisionProperties)
Handles the incoming revision properties and returns filtered revision properties given the paths
(represented by
commitables ) collected for committing and the commit log message. |
Copyright © 2022. All rights reserved.