Package | Description |
---|---|
org.tmatesoft.svn.cli.svnlook | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc2.admin | |
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNLookChangedCommand |
Modifier and Type | Method and Description |
---|---|
void |
SVNNodeEditor.traverseTree(boolean includeCopyInfo,
ISVNChangeEntryHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SvnRepositoryGetChangedImpl |
Modifier and Type | Method and Description |
---|---|
static ISvnObjectReceiver<SVNChangeEntry> |
SvnCodec.changeEntryReceiver(ISVNChangeEntryHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNLookClient.doGetChanged(File repositoryRoot,
String transactionName,
ISVNChangeEntryHandler handler,
boolean includeCopyInfo)
Traverses changed paths for the given transaction invoking
the passed handler on each changed path.
|
void |
SVNLookClient.doGetChanged(File repositoryRoot,
SVNRevision revision,
ISVNChangeEntryHandler handler,
boolean includeCopyInfo)
Traverses changed paths for the given revision invoking
the passed handler on each changed path.
|
Copyright © 2018. All rights reserved.