Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.dav | |
org.tmatesoft.svn.core.internal.io.dav.handlers | |
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.io.svn | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc.admin | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
Modifier and Type | Method and Description |
---|---|
void |
DAVRepository.diff(SVNURL url,
long targetRevision,
long revision,
String target,
boolean ignoreAncestry,
SVNDepth depth,
boolean getContents,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
DAVRepository.status(long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
DAVRepository.update(long revision,
String target,
SVNDepth depth,
boolean sendCopyFromArgs,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
DAVRepository.update(SVNURL url,
long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor) |
Modifier and Type | Method and Description |
---|---|
static StringBuffer |
DAVEditorHandler.generateEditorRequest(DAVConnection connection,
StringBuffer xmlBuffer,
String url,
long targetRevision,
String target,
String dstPath,
SVNDepth depth,
Map lockTokens,
boolean ignoreAncestry,
boolean resourceWalk,
boolean fetchContents,
boolean sendCopyFromArgs,
boolean sendAll,
ISVNReporterBaton reporterBaton) |
Modifier and Type | Method and Description |
---|---|
void |
FSRepository.diff(SVNURL url,
long targetRevision,
long revision,
String target,
boolean ignoreAncestry,
SVNDepth depth,
boolean getContents,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
FSRepository.status(long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
FSRepository.update(long revision,
String target,
SVNDepth depth,
boolean sendCopyFromArgs,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
FSRepository.update(SVNURL url,
long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor) |
Modifier and Type | Method and Description |
---|---|
void |
SVNRepositoryImpl.diff(SVNURL url,
long targetRevision,
long revision,
String target,
boolean ignoreAncestry,
SVNDepth depth,
boolean getContents,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
SVNRepositoryImpl.status(long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
SVNRepositoryImpl.update(long revision,
String target,
SVNDepth depth,
boolean sendCopyFromArgs,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
SVNRepositoryImpl.update(SVNURL url,
long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor) |
Modifier and Type | Class and Description |
---|---|
class |
SVNStatusReporter |
Constructor and Description |
---|
SVNStatusReporter(SVNRepository repos,
ISVNReporterBaton baton,
SVNStatusEditor editor) |
Modifier and Type | Class and Description |
---|---|
class |
SVNReporter |
Modifier and Type | Class and Description |
---|---|
class |
SVNReporter17 |
class |
SVNStatusReporter17 |
Modifier and Type | Class and Description |
---|---|
class |
SvnExternalFileReporter |
Modifier and Type | Method and Description |
---|---|
void |
SVNRepository.diff(SVNURL url,
long targetRevision,
long revision,
String target,
boolean ignoreAncestry,
boolean recursive,
boolean getContents,
ISVNReporterBaton reporter,
ISVNEditor editor)
|
void |
SVNRepository.diff(SVNURL url,
long targetRevision,
long revision,
String target,
boolean ignoreAncestry,
boolean recursive,
ISVNReporterBaton reporter,
ISVNEditor editor)
|
abstract void |
SVNRepository.diff(SVNURL url,
long targetRevision,
long revision,
String target,
boolean ignoreAncestry,
SVNDepth depth,
boolean getContents,
ISVNReporterBaton reporter,
ISVNEditor editor)
Asks this repository access object to 'diff' a working copy against
targetRevision . |
void |
SVNRepository.diff(SVNURL url,
long revision,
String target,
boolean ignoreAncestry,
boolean recursive,
ISVNReporterBaton reporter,
ISVNEditor editor)
|
void |
SVNRepository.status(long revision,
String target,
boolean recursive,
ISVNReporterBaton reporter,
ISVNEditor editor)
Gets status of a path.
|
abstract void |
SVNRepository.status(long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor)
Gets status of a path to the particular
depth as a scope. |
void |
SVNRepository.update(long revision,
String target,
boolean recursive,
ISVNReporterBaton reporter,
ISVNEditor editor)
Updates a path receiving changes from a repository.
|
abstract void |
SVNRepository.update(long revision,
String target,
SVNDepth depth,
boolean sendCopyFromArgs,
ISVNReporterBaton reporter,
ISVNEditor editor)
Updates a path receiving changes from a repository.
|
void |
SVNRepository.update(SVNURL url,
long revision,
String target,
boolean recursive,
ISVNReporterBaton reporter,
ISVNEditor editor)
Deprecated.
|
abstract void |
SVNRepository.update(SVNURL url,
long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor)
Asks this repository access object to 'switch' a versioned tree to a new
url . |
Copyright © 2019. All rights reserved.