Package | Description |
---|---|
org.tmatesoft.svn.cli | |
org.tmatesoft.svn.core |
This package mostly contains common classes as well as interfaces used
throughout all the library.
|
org.tmatesoft.svn.core.internal.io.dav.handlers | |
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc.admin | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.internal.wc2.old | |
org.tmatesoft.svn.core.internal.wc2.remote | |
org.tmatesoft.svn.core.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
org.tmatesoft.svn.core.replicator |
This package provides classes that allow to replicate existing
repositories.
|
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
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 | Method and Description |
---|---|
void |
AbstractSVNCommandEnvironment.printCommitInfo(SVNCommitInfo info) |
Modifier and Type | Field and Description |
---|---|
static SVNCommitInfo |
SVNCommitInfo.NULL
Denotes an unsuccessful commit.
|
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
DAVMergeHandler.getCommitInfo() |
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
FSCommitEditor.closeEdit() |
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
SVNUpdateEditor15.closeEdit() |
SVNCommitInfo |
SVNDumpEditor.closeEdit() |
SVNCommitInfo |
SVNRemoteDiffEditor.closeEdit() |
SVNCommitInfo |
SVNNodeEditor.closeEdit() |
SVNCommitInfo |
SVNRemoteStatusEditor.closeEdit() |
SVNCommitInfo |
SVNSynchronizeEditor.closeEdit() |
SVNCommitInfo |
SVNExportEditor.closeEdit() |
SVNCommitInfo |
SVNUpdateEditor.closeEdit() |
SVNCommitInfo |
SVNDiffEditor.closeEdit() |
SVNCommitInfo |
SVNAmbientDepthFilterEditor.closeEdit() |
SVNCommitInfo |
SVNCancellableEditor.closeEdit() |
SVNCommitInfo |
SVNStatusEditor.closeEdit() |
SVNCommitInfo |
SVNDepthFilterEditor.closeEdit() |
SVNCommitInfo |
SVNDiffStatusEditor.closeEdit() |
static SVNCommitInfo |
SVNCommitter.commit(Collection tmpFiles,
Map commitItems,
SVNURL url,
ISVNEditor commitEditor,
ISVNEventHandler eventHandler) |
SVNCommitInfo |
SVNSynchronizeEditor.getCommitInfo() |
protected SVNCommitInfo |
SVNCopyDriver.setupCopy(SVNCopySource[] sources,
SVNPath dst,
boolean isMove,
boolean makeParents,
boolean pinExternals,
Map<SvnTarget,List<SVNExternal>> externalsToPin,
String message,
SVNProperties revprops,
ISVNCommitHandler commitHandler,
ISVNCommitParameters commitParameters,
ISVNExternalsHandler externalsHandler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNAdminArea.commit(String target,
SVNCommitInfo info,
SVNProperties wcPropChanges,
boolean removeLock,
boolean recursive,
boolean removeChangelist,
Collection explicitCommitPaths,
ISVNCommitParameters params) |
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
SVNCommitClient16.doCommit(File[] paths,
boolean keepLocks,
String commitMessage,
boolean force,
boolean recursive)
|
SVNCommitInfo |
SVNCommitClient16.doCommit(File[] paths,
boolean keepLocks,
String commitMessage,
SVNProperties revisionProperties,
String[] changelists,
boolean keepChangelist,
boolean force,
SVNDepth depth)
Commits files or directories into repository.
|
SVNCommitInfo[] |
SVNCommitClient16.doCommit(SVNCommitPacket[] commitPackets,
boolean keepLocks,
boolean keepChangelist,
String commitMessage,
SVNProperties revisionProperties)
Commits files or directories into repository.
|
SVNCommitInfo[] |
SVNCommitClient16.doCommit(SVNCommitPacket[] commitPackets,
boolean keepLocks,
String commitMessage)
Committs local changes, made to the Working Copy items, to the
repository.
|
SVNCommitInfo |
SVNCommitClient16.doCommit(SVNCommitPacket commitPacket,
boolean keepLocks,
boolean keepChangelist,
String commitMessage,
SVNProperties revisionProperties)
Commits files or directories into repository.
|
SVNCommitInfo |
SVNCommitClient16.doCommit(SVNCommitPacket commitPacket,
boolean keepLocks,
String commitMessage)
Committs local changes made to the Working Copy items to the repository.
|
SVNCommitInfo |
SVNCopyClient16.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
boolean pinExternals,
Map<SvnTarget,List<SVNExternal>> externalsToPin,
String commitMessage,
SVNProperties revisionProperties) |
SVNCommitInfo |
SVNCopyClient16.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
String commitMessage,
SVNProperties revisionProperties)
Copies each source in
sources to dst . |
SVNCommitInfo |
SVNCommitClient16.doDelete(SVNURL[] urls,
String commitMessage)
Committs removing specified URL-paths from the repository.
|
SVNCommitInfo |
SVNCommitClient16.doDelete(SVNURL[] urls,
String commitMessage,
SVNProperties revisionProperties)
Deletes items from a repository.
|
SVNCommitInfo |
SVNCommitClient16.doImport(File path,
SVNURL dstURL,
String commitMessage,
boolean recursive)
Deprecated.
|
SVNCommitInfo |
SVNCommitClient16.doImport(File path,
SVNURL dstURL,
String commitMessage,
boolean useGlobalIgnores,
boolean recursive)
Deprecated.
|
SVNCommitInfo |
SVNCommitClient16.doImport(File path,
SVNURL dstURL,
String commitMessage,
SVNProperties revisionProperties,
boolean useGlobalIgnores,
boolean ignoreUnknownNodeTypes,
SVNDepth depth)
Imports file or directory
path into repository directory
dstURL at HEAD revision. |
SVNCommitInfo |
SVNCommitClient16.doImport(File path,
SVNURL dstURL,
String commitMessage,
SVNProperties revisionProperties,
boolean useGlobalIgnores,
boolean ignoreUnknownNodeTypes,
SVNDepth depth,
boolean applyAutoProperties)
Imports file or directory
path into repository directory
dstURL at HEAD revision. |
SVNCommitInfo |
SVNCommitClient16.doImport(File path,
SVNURL dstURL,
String commitMessage,
SVNProperties revisionProperties,
boolean useGlobalIgnores,
boolean ignoreUnknownNodeTypes,
SVNDepth depth,
boolean applyAutoProperties,
ISVNFileFilter fileFilter)
Imports file or directory
path into repository directory
dstURL at HEAD revision. |
SVNCommitInfo |
SVNCommitClient16.doMkDir(SVNURL[] urls,
String commitMessage)
Committs a creation of a new directory/directories in the repository.
|
SVNCommitInfo |
SVNCommitClient16.doMkDir(SVNURL[] urls,
String commitMessage,
SVNProperties revisionProperties,
boolean makeParents)
Creates directory(ies) in a repository.
|
SVNCommitInfo |
SVNWCClient16.doSetProperty(SVNURL url,
String propName,
SVNPropertyValue propValue,
SVNRevision baseRevision,
String commitMessage,
SVNProperties revisionProperties,
boolean skipChecks,
ISVNPropertyHandler handler)
Sets
propName to propValue on path
. |
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
SVNUpdateEditor17.closeEdit() |
SVNCommitInfo |
SVNDiffEditor17.closeEdit() |
SVNCommitInfo |
SVNRemoteStatusEditor17.closeEdit() |
SVNCommitInfo |
SVNAmbientDepthFilterEditor17.closeEdit() |
SVNCommitInfo |
SVNStatusEditor17.closeEdit() |
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) |
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
SvnExternalUpdateEditor.closeEdit() |
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
SvnNgRemoteDiffEditor.closeEdit() |
SVNCommitInfo |
SvnNgRemoteDiffEditor2.closeEdit() |
SVNCommitInfo |
SvnDiffEditor.closeEdit() |
SVNCommitInfo |
SvnNgRemoteMergeEditor.closeEdit() |
protected SVNCommitInfo |
SvnNgCommit.doRun(SVNWCContext context,
SvnCommitPacket packet) |
protected SVNCommitInfo |
SvnNgWcToReposCopy.doRun(SVNWCContext context,
SVNURL target) |
protected SVNCommitInfo |
SvnNgWcToReposCopy.run(SVNWCContext context) |
protected SVNCommitInfo |
SvnNgCommit.run(SVNWCContext context) |
Modifier and Type | Method and Description |
---|---|
protected SVNCommitInfo |
SvnOldCommit.run() |
protected SVNCommitInfo |
SvnOldRemoteCopy.run() |
protected SVNCommitInfo |
SvnOldImport.run() |
Modifier and Type | Method and Description |
---|---|
protected SVNCommitInfo |
SvnRemoteRemoteMkDir.doRun() |
protected SVNCommitInfo |
SvnRemoteRemoteMkDir.run() |
protected SVNCommitInfo |
SvnNgReposToReposCopy.run() |
protected SVNCommitInfo |
SvnRemoteSetPropertyImpl.run() |
protected SVNCommitInfo |
SvnRemoteRemoteDelete.run() |
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
ISVNEditor.closeEdit()
Closes this editor finalizing the whole operation the editor
was used for.
|
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
SVNReplicationEditor.closeEdit()
Commits the transaction.
|
SVNCommitInfo |
SVNReplicationEditor.getCommitInfo()
Returns commit information on the revision
committed to the replication destination repository.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SVNRepositoryReplicator.fireReplicatedEvent(SVNCommitInfo commitInfo)
Fires a replicating iteration finished event to the registered
handler.
|
void |
ISVNReplicationHandler.revisionReplicated(SVNRepositoryReplicator source,
SVNCommitInfo commitInfo)
Notifies this handler that the replicator has just finished replicating
the current revision copying operation.
|
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
SVNCommitClient.doCommit(File[] paths,
boolean keepLocks,
String commitMessage,
boolean force,
boolean recursive)
|
SVNCommitInfo |
SVNCommitClient.doCommit(File[] paths,
boolean keepLocks,
String commitMessage,
SVNProperties revisionProperties,
String[] changelists,
boolean keepChangelist,
boolean force,
SVNDepth depth)
Commits files or directories into repository.
|
SVNCommitInfo[] |
SVNCommitClient.doCommit(SVNCommitPacket[] commitPackets,
boolean keepLocks,
boolean keepChangelist,
String commitMessage,
SVNProperties revisionProperties)
Commits files or directories into repository.
|
SVNCommitInfo[] |
SVNCommitClient.doCommit(SVNCommitPacket[] commitPackets,
boolean keepLocks,
String commitMessage)
Committs local changes, made to the Working Copy items, to the
repository.
|
SVNCommitInfo |
SVNCommitClient.doCommit(SVNCommitPacket commitPacket,
boolean keepLocks,
boolean keepChangelist,
String commitMessage,
SVNProperties revisionProperties)
Commits files or directories into repository.
|
SVNCommitInfo |
SVNCommitClient.doCommit(SVNCommitPacket commitPacket,
boolean keepLocks,
String commitMessage)
Committs local changes made to the Working Copy items to the repository.
|
SVNCommitInfo |
SVNCopyClient.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
String commitMessage,
SVNProperties revisionProperties)
Copies each source in
sources to dst . |
SVNCommitInfo |
SVNCopyClient.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
String commitMessage,
SVNProperties revisionProperties,
boolean pinExternals,
Map<SvnTarget,List<SVNExternal>> externalsToPin) |
SVNCommitInfo |
SVNCommitClient.doDelete(SVNURL[] urls,
String commitMessage)
Committs removing specified URL-paths from the repository.
|
SVNCommitInfo |
SVNCommitClient.doDelete(SVNURL[] urls,
String commitMessage,
SVNProperties revisionProperties)
Deletes items from a repository.
|
SVNCommitInfo |
SVNCommitClient.doImport(File path,
SVNURL dstURL,
String commitMessage,
boolean recursive)
Deprecated.
|
SVNCommitInfo |
SVNCommitClient.doImport(File path,
SVNURL dstURL,
String commitMessage,
boolean useGlobalIgnores,
boolean recursive)
Deprecated.
|
SVNCommitInfo |
SVNCommitClient.doImport(File path,
SVNURL dstURL,
String commitMessage,
SVNProperties revisionProperties,
boolean useGlobalIgnores,
boolean ignoreUnknownNodeTypes,
SVNDepth depth)
Imports file or directory
path into repository directory
dstURL at HEAD revision. |
SVNCommitInfo |
SVNCommitClient.doImport(File path,
SVNURL dstURL,
String commitMessage,
SVNProperties revisionProperties,
boolean useGlobalIgnores,
boolean ignoreUnknownNodeTypes,
SVNDepth depth,
boolean applyAutoProperties)
Imports file or directory
path into repository directory
dstURL at HEAD revision. |
SVNCommitInfo |
SVNCommitClient.doMkDir(SVNURL[] urls,
String commitMessage)
Committs a creation of a new directory/directories in the repository.
|
SVNCommitInfo |
SVNCommitClient.doMkDir(SVNURL[] urls,
String commitMessage,
SVNProperties revisionProperties,
boolean makeParents)
Creates directory(ies) in a repository.
|
SVNCommitInfo |
SVNWCClient.doSetProperty(SVNURL url,
String propName,
SVNPropertyValue propValue,
SVNRevision baseRevision,
String commitMessage,
SVNProperties revisionProperties,
boolean skipChecks,
ISVNPropertyHandler handler)
Sets
propName to propValue on path
. |
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
SvnRemoteCopy.run()
Runs copy operation.
|
SVNCommitInfo |
SvnCommit.run()
If commit packet is
null , calls SvnCommit.collectCommitItems()
to create the commit packet, then executes the operation. |
Copyright © 2022. All rights reserved.