Package | Description |
---|---|
org.tmatesoft.svn.cli.svnlook | |
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
Modifier and Type | Method and Description |
---|---|
protected FSRoot |
SVNLookCommand.getFSRoot() |
Modifier and Type | Class and Description |
---|---|
class |
FSRevisionRoot |
class |
FSTransactionRoot |
Modifier and Type | Field and Description |
---|---|
private FSRoot |
FSReplayPathHandler.myCompareRoot |
private FSRoot |
FSReplayPathHandler.myRoot |
private FSRoot |
FSUpdateContext.myTargetRoot |
Modifier and Type | Method and Description |
---|---|
private FSRoot |
FSUpdateContext.getTargetRoot() |
Modifier and Type | Method and Description |
---|---|
private void |
FSReplayPathHandler.addSubdirectory(FSRoot srcRoot,
FSRoot tgtRoot,
ISVNEditor editor,
java.lang.String srcPath,
java.lang.String path) |
static boolean |
FSRepositoryUtil.areFileContentsChanged(FSRoot root1,
java.lang.String path1,
FSRoot root2,
java.lang.String path2) |
static boolean |
FSRepositoryUtil.arePropertiesChanged(FSRoot root1,
java.lang.String path1,
FSRoot root2,
java.lang.String path2) |
static boolean |
FSRepositoryUtil.checkFilesDifferent(FSRoot root1,
java.lang.String path1,
FSRoot root2,
java.lang.String path2,
SVNDeltaCombiner deltaCombiner) |
static SVNErrorMessage |
FSErrors.errorAlreadyExists(FSRoot root,
java.lang.String path,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorNotFound(FSRoot root,
java.lang.String path) |
private FSEntry |
FSUpdateContext.fakeDirEntry(java.lang.String reposPath,
FSRoot root) |
static void |
FSRepositoryUtil.replay(FSFS fsfs,
FSRoot root,
java.lang.String basePath,
long lowRevision,
boolean sendDeltas,
ISVNEditor editor) |
static void |
FSRepositoryUtil.sendTextDelta(ISVNEditor editor,
java.lang.String editPath,
java.lang.String sourcePath,
java.lang.String hexDigest,
FSRevisionRoot sourceRoot,
java.lang.String targetPath,
FSRoot targetRoot,
boolean sendDeltas,
SVNDeltaCombiner deltaCombiner,
SVNDeltaGenerator deltaGenerator,
FSFS fsfs) |
void |
FSUpdateContext.setTargetRoot(FSRoot root) |
Constructor and Description |
---|
FSReplayPathHandler(FSFS owner,
FSRoot root,
FSRoot compareRoot,
java.util.Map changedPaths,
java.lang.String basePath,
long lowRevision) |
Modifier and Type | Field and Description |
---|---|
private FSRoot |
SVNNodeEditor.myBaseRoot |
private FSRoot |
DefaultSVNGNUDiffGenerator.myNewRoot |
private FSRoot |
DefaultSVNGNUDiffGenerator.myOriginalRoot |
private FSRoot |
SVNDumpEditor.myRoot |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
SVNDumpEditor.computeSHA1Checksum(FSRoot revision,
java.lang.String filePath) |
void |
SVNNodeEditor.diff(FSRoot root,
long baseRevision,
ISVNGNUDiffGenerator generator,
java.io.OutputStream os) |
private void |
SVNNodeEditor.diffImpl(FSRoot root,
FSRevisionRoot baseRoot,
java.lang.String path,
java.lang.String basePath,
SVNNodeEditor.Node node,
ISVNGNUDiffGenerator generator,
java.io.OutputStream os) |
private java.lang.String |
DefaultSVNGNUDiffGenerator.generateLabel(FSRoot root,
java.lang.String path) |
private SVNNodeEditor.DiffItem |
SVNNodeEditor.prepareTmpFile(FSRoot root,
java.lang.String path,
ISVNDiffGenerator generator) |
void |
SVNDumpEditor.reset(FSFS fsfs,
FSRoot root,
long toRevision,
long oldestDumpedRevision,
java.lang.String rootPath,
java.io.OutputStream dumpStream,
boolean useDeltas,
boolean isVerify) |
protected void |
DefaultSVNGNUDiffGenerator.setNewFile(FSRoot newRoot,
java.lang.String newPath) |
protected void |
DefaultSVNGNUDiffGenerator.setOriginalFile(FSRoot originalRoot,
java.lang.String originalPath) |
Constructor and Description |
---|
SVNDumpEditor(FSFS fsfs,
FSRoot root,
long toRevision,
long oldestDumpedRevision,
java.lang.String rootPath,
java.io.OutputStream dumpStream,
boolean useDeltas,
boolean isVerify) |
SVNNodeEditor(FSFS fsfs,
FSRoot baseRoot,
ISVNEventHandler handler) |
Modifier and Type | Method and Description |
---|---|
private void |
SVNLookClient.catFile(FSRoot root,
java.lang.String path,
java.io.OutputStream out) |
private SVNNodeEditor |
SVNLookClient.generateDeltaTree(FSFS fsfs,
FSRoot root,
long baseRevision) |
private SVNDumpEditor |
SVNAdminClient.getDumpEditor(FSFS fsfs,
FSRoot root,
long toRevision,
long oldestDumpedRevision,
java.lang.String rootPath,
java.io.OutputStream dumpStream,
boolean useDeltas,
boolean isVerify) |
private long |
SVNLookClient.getFileSize(FSRoot root,
java.lang.String path) |
private void |
SVNLookClient.getTree(FSFS fsfs,
FSRoot root,
java.lang.String path,
SVNNodeKind kind,
FSID id,
boolean includeIDs,
int depth,
boolean recursive,
ISVNTreeHandler handler) |
private SVNNodeKind |
SVNLookClient.verifyPath(FSRoot root,
java.lang.String path) |