Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc.admin | |
org.tmatesoft.svn.core.internal.wc.patch | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc2.old | |
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.
|
Modifier and Type | Field and Description |
---|---|
protected SVNAdminArea |
SVNRemoteDiffEditor.myAdminArea |
private SVNAdminArea |
AbstractDiffCallback.myAdminArea |
Modifier and Type | Method and Description |
---|---|
SVNAdminArea |
SVNUpdateEditor15.SVNFileInfo.getAdminArea() |
SVNAdminArea |
SVNUpdateEditor15.SVNDirectoryInfo.getAdminArea() |
protected SVNAdminArea |
AbstractDiffCallback.getAdminArea() |
SVNAdminArea |
SVNUpdateEditor.SVNFileInfo.getAdminArea() |
SVNAdminArea |
SVNUpdateEditor.SVNDirectoryInfo.getAdminArea() |
protected SVNAdminArea |
SVNStatusEditor.getAnchor() |
private SVNAdminArea |
SVNCopyDriver.open(SVNWCAccess access,
java.io.File path,
boolean writeLock,
boolean stealLock,
int depth) |
private SVNAdminArea |
SVNCopyDriver.probeOpen(SVNWCAccess access,
java.io.File path,
boolean writeLock,
int depth) |
protected SVNAdminArea |
SVNRemoteDiffEditor.retrieve(java.io.File path,
boolean lenient) |
protected SVNAdminArea |
SVNMergeCallback.retrieve(java.io.File path,
boolean lenient) |
private SVNAdminArea |
SVNDiffEditor.retrieve(java.lang.String path) |
protected SVNAdminArea |
SVNRemoteDiffEditor.retrieveParent(java.io.File path,
boolean lenient) |
Modifier and Type | Method and Description |
---|---|
static void |
SVNWCManager.add(java.io.File path,
SVNAdminArea parentDir,
SVNURL copyFromURL,
long copyFromRev,
SVNDepth depth) |
static void |
SVNWCManager.add(java.io.File path,
SVNAdminArea parentDir,
SVNURL copyFromURL,
SVNRevision copyFromRev,
SVNDepth depth) |
static void |
SVNWCManager.addProperties(SVNAdminArea dir,
java.lang.String fileName,
SVNProperties properties,
boolean base,
SVNLog log) |
static void |
SVNWCManager.addRepositoryFile(SVNAdminArea dir,
java.lang.String fileName,
java.io.File text,
java.io.File textBase,
SVNProperties baseProperties,
SVNProperties properties,
java.lang.String copyFromURL,
long copyFromRev) |
private SVNStatusType |
DefaultSVNMerger.applySingleGenericPropertyChange(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySingleMergeInfoPropertyChange(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySinglePropertyAdd(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySinglePropertyChange(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySinglePropertyDelete(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
protected boolean |
SVNMergeCallback.areFilesTheSame(java.io.File older,
SVNProperties originalProps,
java.io.File mine,
SVNAdminArea adminArea) |
protected SVNStatus |
SVNStatusEditor.assembleStatus(java.io.File file,
SVNAdminArea dir,
SVNEntry entry,
SVNEntry parentEntry,
SVNNodeKind fileKind,
boolean special,
boolean reportAll,
boolean isIgnored) |
static SVNStatus |
SVNStatusUtil.assembleStatus(java.io.File file,
SVNAdminArea dir,
SVNEntry entry,
SVNEntry parentEntry,
SVNNodeKind fileKind,
boolean special,
boolean reportAll,
boolean isIgnored,
java.util.Map repositoryLocks,
SVNURL reposRoot,
SVNWCAccess wcAccess) |
private SVNTreeConflictDescription |
SVNUpdateEditor.checkTreeConflict(java.io.File path,
SVNEntry entry,
SVNAdminArea parentArea,
SVNLog log,
SVNConflictAction action,
SVNNodeKind theirKind,
SVNURL theirURL) |
void |
SVNUpdateEditor15.cleanup(SVNAdminArea area) |
void |
SVNUpdateEditor15.SVNDirectoryInfo.cleanup(SVNAdminArea area) |
void |
SVNUpdateEditor.cleanup(SVNAdminArea area) |
void |
SVNUpdateEditor.SVNDirectoryInfo.cleanup(SVNAdminArea area) |
private void |
SVNUpdateEditor15.clearWCProperty(SVNAdminArea adminArea,
java.lang.String target) |
private void |
SVNUpdateEditor.clearWCProperty(SVNAdminArea adminArea,
java.lang.String target) |
private static void |
SVNCommitUtil.collectLocks(SVNAdminArea adminArea,
java.util.Map lockTokens) |
protected java.io.File |
SVNRemoteDiffEditor.createTempFile(SVNAdminArea dir,
java.lang.String name) |
static java.io.File |
SVNAdminUtil.createTmpFile(SVNAdminArea adminArea)
Creates "tempfile[.n].tmp" in admin area's /tmp dir
|
static java.io.File |
SVNAdminUtil.createTmpFile(SVNAdminArea adminArea,
java.lang.String prefix,
java.lang.String suffix,
boolean tmp) |
static void |
SVNWCManager.delete(SVNWCAccess wcAccess,
SVNAdminArea root,
java.io.File path,
boolean deleteFiles,
boolean cancellable) |
protected void |
SVNRemoteDiffEditor.deleteEntry(java.lang.String path,
SVNNodeKind nodeKind,
SVNAdminArea dir) |
static void |
SVNPropertiesManager.deleteWCProperties(SVNAdminArea dir,
java.lang.String name,
boolean recursive) |
private java.io.File |
SVNDiffEditor.detranslateFile(SVNAdminArea dir,
java.lang.String name) |
private void |
SVNDiffEditor.diffUnversioned(java.io.File root,
SVNAdminArea dir,
java.lang.String parentRelativePath,
boolean anchor,
java.util.Set processedFiles) |
private void |
SVNUpdateEditor.doDeleteEntry(java.lang.String path,
SVNAdminArea parentArea,
SVNUpdateEditor.SVNDirectoryInfo parent,
SVNURL theirURL) |
protected void |
SVNMergeDriver.doDirectoryMerge(java.util.Map resultCatalog,
SVNURL url1,
long revision1,
SVNURL url2,
long revision2,
SVNEntry parentEntry,
SVNAdminArea adminArea,
SVNDepth depth) |
protected void |
SVNMergeDriver.doDirectoryMerge(SVNURL url1,
long revision1,
SVNURL url2,
long revision2,
SVNEntry parentEntry,
SVNAdminArea adminArea,
SVNDepth depth)
Deprecated.
|
static void |
SVNWCManager.doEraseFromWC(java.io.File path,
SVNAdminArea dir,
SVNNodeKind kind,
boolean deleteFiles) |
protected void |
SVNMergeDriver.doFileMerge(java.util.Map resultCatalog,
SVNURL url1,
long revision1,
SVNURL url2,
long revision2,
java.io.File targetWCPath,
SVNAdminArea adminArea,
boolean sourcesRelated) |
protected void |
SVNMergeDriver.doFileMerge(SVNURL url1,
long revision1,
SVNURL url2,
long revision2,
java.io.File targetWCPath,
SVNAdminArea adminArea,
boolean sourcesRelated)
Deprecated.
|
protected void |
SVNMergeDriver.doMerge(java.util.Map resultCatalog,
java.util.List mergeSources,
java.io.File target,
SVNEntry targetEntry,
SVNAdminArea adminArea,
boolean sourcesAncestral,
boolean sourcesRelated,
boolean sameRepository,
boolean ignoreAncestry,
boolean force,
boolean dryRun,
boolean recordOnly,
boolean reintegrateMerge,
SVNDepth depth) |
protected void |
SVNMergeDriver.doMergeInfoUnawareDirectoryMerge(SVNURL url1,
long revision1,
SVNURL url2,
long revision2,
SVNAdminArea adminArea,
SVNDepth depth) |
ISVNReusableEditor |
SVNMergeDriver.driveMergeReportEditor(java.io.File targetWCPath,
SVNURL url1,
long revision1,
SVNURL url2,
long revision2,
java.util.List childrenWithMergeInfo,
boolean isRollBack,
SVNDepth depth,
SVNAdminArea adminArea,
SVNMergeCallback mergeCallback,
ISVNReusableEditor editor) |
ISVNReusableEditor |
ISVNMergeStrategy.driveMergeReportEditor(java.io.File targetWCPath,
SVNURL url1,
long revision1,
SVNURL url2,
long revision2,
java.util.List childrenWithMergeInfo,
boolean isRollBack,
SVNDepth depth,
SVNAdminArea adminArea,
SVNMergeCallback mergeCallback,
ISVNReusableEditor editor) |
private boolean |
SVNUpdateEditor.entryHasLocalModifications(SVNAdminArea adminArea,
java.io.File path,
SVNNodeKind kind,
java.lang.String schedule) |
protected void |
SVNStatusEditor.getDirStatus(SVNEntry parentEntry,
SVNAdminArea dir,
java.lang.String entryName,
SVNDepth depth,
boolean getAll,
boolean noIgnore,
java.util.Collection ignorePatterns,
boolean skipThisDir,
ISVNStatusHandler handler) |
static java.util.Collection |
SVNStatusEditor.getIgnorePatterns(SVNAdminArea dir,
java.util.Collection globalIgnores) |
private SVNMergeCallback |
SVNMergeDriver.getMergeCallback(SVNAdminArea adminArea) |
ISVNReusableEditor |
SVNMergeDriver.getMergeReportEditor(long defaultStart,
long revision,
SVNAdminArea adminArea,
SVNDepth depth,
AbstractDiffCallback mergeCallback,
ISVNReusableEditor editor) |
ISVNReusableEditor |
ISVNMergeStrategy.getMergeReportEditor(long defaultStart,
long revision,
SVNAdminArea adminArea,
SVNDepth depth,
AbstractDiffCallback mergeCallback,
ISVNReusableEditor editor) |
private SVNProperties |
SVNUpdateEditor.getTreeConflictCreationAttributes(SVNAdminArea adminArea,
SVNTreeConflictDescription treeConflict) |
private void |
SVNStatusEditor.handleDirEntry(SVNAdminArea dir,
java.lang.String entryName,
SVNEntry dirEntry,
SVNEntry entry,
SVNNodeKind fileKind,
boolean special,
SVNDepth depth,
boolean getAll,
boolean noIgnore,
ISVNStatusHandler handler) |
static void |
SVNCommitUtil.harvestCommitables(java.util.Map commitables,
SVNAdminArea dir,
java.io.File path,
SVNEntry parentEntry,
SVNEntry entry,
java.lang.String url,
java.lang.String copyFromURL,
boolean copyMode,
boolean addsOnly,
boolean justLocked,
java.util.Map lockTokens,
SVNDepth depth,
boolean forcedRecursion,
java.util.Collection changelists,
ISVNCommitParameters params,
java.util.Map pathsToExternalsProperties) |
private java.io.File |
SVNMergeDriver.loadFile(SVNRepository repository,
long revision,
SVNProperties properties,
SVNAdminArea adminArea) |
static void |
SVNWCManager.markEntry(SVNAdminArea dir,
SVNEntry entry,
java.lang.String schedule,
boolean copied,
boolean keepLocal,
int flags) |
static void |
SVNWCManager.markTree(SVNAdminArea dir,
java.lang.String schedule,
boolean copied,
boolean keepLocal,
int flags) |
static void |
SVNWCManager.markTreeCancellable(SVNAdminArea dir,
java.lang.String schedule,
boolean copied,
boolean keepLocal,
int flags) |
private boolean |
DefaultSVNMerger.maybeGeneratePropConflict(java.lang.String localPath,
java.lang.String propName,
SVNProperties workingProps,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue baseValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
boolean isDir,
boolean dryRun) |
private void |
SVNMergeDriver.mergeCousinsAndSupplementMergeInfo(java.io.File targetWCPath,
SVNEntry entry,
SVNAdminArea adminArea,
SVNRepository repository1,
SVNRepository repository2,
SVNURL url1,
long rev1,
SVNURL url2,
long rev2,
long youngestCommonRev,
SVNURL sourceReposRoot,
SVNURL wcReposRoot,
SVNDepth depth,
boolean ignoreAncestry,
boolean force,
boolean recordOnly,
boolean dryRun) |
SVNMergeResult |
DefaultSVNMerger.mergeProperties(java.lang.String localPath,
SVNProperties workingProperties,
SVNProperties baseProperties,
SVNProperties serverBaseProps,
SVNProperties propDiff,
SVNAdminArea adminArea,
SVNLog log,
boolean baseMerge,
boolean dryRun) |
private static void |
SVNCopyDriver.postCopyCleanup(SVNAdminArea dir) |
protected void |
SVNMergeDriver.recordTreeConflict(java.io.File victim,
SVNAdminArea adminArea,
SVNNodeKind kind,
SVNConflictAction action,
SVNConflictReason reason) |
protected void |
SVNMergeDriver.recordTreeConflictOnAdd(java.io.File victim,
SVNAdminArea adminArea,
SVNNodeKind kind,
SVNConflictAction action,
SVNConflictReason reason) |
private void |
SVNStatusEditor.sendUnversionedStatus(java.io.File file,
java.lang.String name,
SVNNodeKind fileType,
boolean special,
SVNAdminArea dir,
java.util.Collection ignorePatterns,
boolean noIgnore,
ISVNStatusHandler handler) |
boolean |
SVNUpdateEditor.treeHasLocalModifications(SVNAdminArea adminArea,
boolean[] allModsAreDeletes) |
private static void |
SVNWCManager.tweakEntries(SVNAdminArea dir,
java.lang.String baseURL,
java.lang.String rootURL,
long newRevision,
boolean removeMissingDirs,
java.util.Collection excludePaths,
SVNDepth depth,
boolean skipUnlocked) |
Constructor and Description |
---|
AbstractDiffCallback(SVNAdminArea adminArea) |
SVNDiffCallback(SVNAdminArea adminArea,
ISVNDiffGenerator generator,
long rev1,
long rev2,
java.io.OutputStream result) |
SVNMergeCallback(SVNAdminArea adminArea,
SVNURL url,
boolean force,
boolean dryRun,
SVNDiffOptions options,
java.util.Map conflictedPathsGetter,
SVNMergeDriver mergeDriver) |
SVNMergeCallback15(SVNAdminArea adminArea,
SVNURL url,
boolean force,
boolean dryRun,
SVNDiffOptions options,
java.util.Map conflictedPathsGetter,
SVNMergeDriver mergeDriver) |
SVNRemoteDiffEditor(SVNAdminArea adminArea,
java.io.File target,
AbstractDiffCallback callback,
SVNRepository repos,
long revision1,
long revision2,
boolean dryRun,
ISVNEventHandler handler,
ISVNEventHandler cancelHandler) |
Modifier and Type | Class and Description |
---|---|
class |
SVNAdminArea14 |
class |
SVNAdminArea15 |
class |
SVNAdminArea16 |
class |
SVNXMLAdminArea |
Modifier and Type | Field and Description |
---|---|
private SVNAdminArea |
SVNEntry16.myAdminArea |
protected SVNAdminArea |
SVNLog.myAdminArea |
private SVNAdminArea |
SVNAdminAreaInfo.myAnchor |
private SVNAdminArea |
SVNAdminAreaInfo.myTarget |
Modifier and Type | Method and Description |
---|---|
static SVNAdminArea |
SVNAdminAreaFactory.changeWCFormat(SVNAdminArea adminArea,
int format) |
protected SVNAdminArea |
SVNAdminArea15.createAdminAreaForDir(java.io.File dir) |
protected SVNAdminArea |
SVNAdminArea14.createAdminAreaForDir(java.io.File dir) |
SVNAdminArea |
SVNXMLAdminArea.createVersionedDirectory(java.io.File dir,
java.lang.String url,
java.lang.String rootURL,
java.lang.String uuid,
long revNumber,
boolean createMyself,
SVNDepth depth) |
abstract SVNAdminArea |
SVNAdminArea.createVersionedDirectory(java.io.File dir,
java.lang.String url,
java.lang.String rootURL,
java.lang.String uuid,
long revNumber,
boolean createMyself,
SVNDepth depth) |
SVNAdminArea |
SVNAdminArea14.createVersionedDirectory(java.io.File dir,
java.lang.String url,
java.lang.String rootURL,
java.lang.String uuid,
long revNumber,
boolean createMyself,
SVNDepth depth) |
protected SVNAdminArea |
SVNAdminArea14Factory.doChangeWCFormat(SVNAdminArea adminArea) |
protected SVNAdminArea |
SVNAdminArea15Factory.doChangeWCFormat(SVNAdminArea adminArea) |
protected SVNAdminArea |
SVNAdminArea16Factory.doChangeWCFormat(SVNAdminArea adminArea) |
protected SVNAdminArea |
SVNXMLAdminAreaFactory.doChangeWCFormat(SVNAdminArea adminArea) |
protected abstract SVNAdminArea |
SVNAdminAreaFactory.doChangeWCFormat(SVNAdminArea area) |
private SVNAdminArea |
SVNWCAccess.doOpen(java.io.File path,
boolean writeLock,
boolean stealLock,
boolean upgradeFormat,
int depth,
java.util.Map tmp,
java.util.logging.Level logLevel) |
protected SVNAdminArea |
SVNAdminArea14Factory.doOpen(java.io.File path,
int version) |
protected SVNAdminArea |
SVNAdminArea15Factory.doOpen(java.io.File path,
int version) |
protected SVNAdminArea |
SVNAdminArea16Factory.doOpen(java.io.File path,
int version) |
protected SVNAdminArea |
SVNXMLAdminAreaFactory.doOpen(java.io.File path,
int version) |
protected abstract SVNAdminArea |
SVNAdminAreaFactory.doOpen(java.io.File path,
int version) |
SVNAdminArea |
SVNAdminArea.formatWC(SVNAdminArea adminArea) |
SVNAdminArea |
SVNEntry16.getAdminArea() |
abstract SVNAdminArea |
SVNEntry.getAdminArea() |
SVNAdminArea |
SVNWCAccess.getAdminArea(java.io.File path) |
SVNAdminArea[] |
SVNWCAccess.getAdminAreas() |
SVNAdminArea |
SVNAdminAreaInfo.getAnchor() |
SVNAdminArea |
SVNAdminAreaInfo.getTarget() |
SVNAdminArea |
SVNWCAccess.open(java.io.File path,
boolean writeLock,
boolean stealLock,
boolean upgradeFormat,
int depth,
java.util.logging.Level logLevel) |
SVNAdminArea |
SVNWCAccess.open(java.io.File path,
boolean writeLock,
boolean stealLock,
int depth) |
SVNAdminArea |
SVNWCAccess.open(java.io.File path,
boolean writeLock,
int depth) |
static SVNAdminArea |
SVNAdminAreaFactory.open(java.io.File path,
java.util.logging.Level logLevel) |
SVNAdminArea |
SVNWCAccess.probeOpen(java.io.File path,
boolean writeLock,
int depth) |
SVNAdminArea |
SVNWCAccess.probeOpen(java.io.File path,
boolean writeLock,
int depth,
java.util.logging.Level logLevel) |
SVNAdminArea |
SVNWCAccess.probeRetrieve(java.io.File path) |
SVNAdminArea |
SVNWCAccess.probeTry(java.io.File path,
boolean writeLock,
int depth) |
private SVNAdminArea |
SVNReporter.restoreFile(SVNAdminArea adminArea,
java.lang.String name) |
SVNAdminArea |
SVNWCAccess.retrieve(java.io.File path) |
SVNAdminArea |
SVNWCAccess.upgrade(java.io.File path)
Ugrades SVNAdminArea associated with the path and cached in this SVNWCAccess instance.
|
static SVNAdminArea |
SVNAdminAreaFactory.upgrade(SVNAdminArea area) |
Modifier and Type | Method and Description |
---|---|
static SVNAdminArea |
SVNAdminAreaFactory.changeWCFormat(SVNAdminArea adminArea,
int format) |
void |
ISVNCleanupHandler.cleanup(SVNAdminArea area) |
SVNMergeCallback |
SVNWCAccess.createMergeCallback(SVNMergeDriver mergeDriver,
SVNAdminArea adminArea,
SVNURL url,
SVNDiffOptions mergeOptions,
java.util.Map conflictedPaths,
boolean force,
boolean dryRun) |
static java.io.File |
SVNTranslator.detranslateWorkingCopy(SVNAdminArea dir,
java.lang.String name,
SVNProperties propDiff,
boolean force) |
protected SVNAdminArea |
SVNAdminArea14Factory.doChangeWCFormat(SVNAdminArea adminArea) |
protected SVNAdminArea |
SVNAdminArea15Factory.doChangeWCFormat(SVNAdminArea adminArea) |
protected SVNAdminArea |
SVNAdminArea16Factory.doChangeWCFormat(SVNAdminArea adminArea) |
protected SVNAdminArea |
SVNXMLAdminAreaFactory.doChangeWCFormat(SVNAdminArea adminArea) |
protected abstract SVNAdminArea |
SVNAdminAreaFactory.doChangeWCFormat(SVNAdminArea area) |
private void |
SVNWCAccess.doClose(SVNAdminArea adminArea,
boolean preserveLocks) |
SVNAdminArea |
SVNAdminArea.formatWC(SVNAdminArea adminArea) |
java.lang.String |
SVNAdminArea.getRelativePath(SVNAdminArea anchor) |
static java.io.File |
SVNTranslator.getTranslatedFile(SVNAdminArea dir,
java.lang.String name,
java.io.File src,
boolean forceEOLRepair,
boolean useGlobalTmp,
boolean forceCopy,
boolean toNormalFormat) |
static java.io.InputStream |
SVNTranslator.getTranslatedStream(SVNAdminArea adminArea,
java.lang.String name,
boolean translateToNormalForm,
boolean repairEOL) |
private void |
SVNAdminArea.handleCharsetProperty(SVNAdminArea adminArea,
SVNLog log,
SVNEntry entry,
SVNVersionedProperties baseProps) |
void |
SVNLogRunner.logCompleted(SVNAdminArea adminArea) |
void |
SVNLogRunner.logFailed(SVNAdminArea adminArea) |
void |
SVNLog.logRemoveRevertFile(java.lang.String name,
SVNAdminArea adminArea,
boolean isProp) |
void |
SVNLogRunner.logStarted(SVNAdminArea adminArea) |
static java.io.File |
SVNTranslator.maybeUpdateTargetEOLs(SVNAdminArea dir,
java.io.File target,
SVNProperties propDiff) |
void |
SVNWCAccess.registerCleanupHandler(SVNAdminArea area,
ISVNCleanupHandler handler) |
private void |
SVNReporter.reportEntries(ISVNReporter reporter,
SVNAdminArea adminArea,
java.lang.String dirPath,
long dirRevision,
boolean reportAll,
SVNDepth depth) |
private SVNAdminArea |
SVNReporter.restoreFile(SVNAdminArea adminArea,
java.lang.String name) |
void |
SVNLogRunner.runCommand(SVNAdminArea adminArea,
java.lang.String name,
SVNProperties attributes,
int count) |
private void |
SVNLogRunner.saveTreeConflicts(SVNAdminArea adminArea) |
void |
SVNAdminAreaInfo.setAnchor(SVNAdminArea anchor)
This method has been added to give an ability to replace
read-only areas with write enabled ones.
|
void |
SVNAdminAreaInfo.setTarget(SVNAdminArea target)
This method has been added to give an ability to replace
read-only areas with write enabled ones.
|
static void |
SVNTranslator.translate(SVNAdminArea adminArea,
java.lang.String name,
java.io.File src,
java.io.File dst,
boolean expand) |
static void |
SVNTranslator.translate(SVNAdminArea adminArea,
java.lang.String name,
java.io.File src,
java.io.File dst,
boolean safelyEncode,
boolean expand) |
static void |
SVNTranslator.translate(SVNAdminArea adminArea,
java.lang.String name,
java.io.File src,
java.io.File dst,
java.lang.String customEOLStyle,
boolean expand) |
static void |
SVNTranslator.translate(SVNAdminArea adminArea,
java.lang.String name,
java.io.File src,
java.io.File dst,
java.lang.String customEOLStyle,
boolean safelyEncode,
boolean expand) |
static void |
SVNTranslator.translate(SVNAdminArea adminArea,
java.lang.String name,
java.lang.String srcPath,
java.lang.String dstPath,
boolean expand) |
static void |
SVNTranslator.translate(SVNAdminArea adminArea,
java.lang.String name,
java.lang.String srcPath,
java.lang.String dstPath,
boolean safelyEncode,
boolean expand) |
static void |
SVNTranslator.translate(SVNAdminArea adminArea,
java.lang.String name,
java.lang.String srcPath,
java.lang.String dstPath,
java.lang.String customEOLStyle,
boolean expand) |
static SVNAdminArea |
SVNAdminAreaFactory.upgrade(SVNAdminArea area) |
Constructor and Description |
---|
SVNAdminAreaInfo(SVNWCAccess access,
SVNAdminArea anchor,
SVNAdminArea target,
java.lang.String targetName) |
SVNEntry16(java.util.Map attributes,
SVNAdminArea adminArea,
java.lang.String name) |
SVNEntry16(SVNAdminArea adminArea,
java.lang.String name) |
SVNLog(SVNAdminArea adminArea) |
SVNLogImpl(java.io.File logFile,
java.io.File tmpFile,
SVNAdminArea adminArea) |
Modifier and Type | Method and Description |
---|---|
static SVNPatchTarget |
SVNPatchTarget.applyPatch(SVNPatch patch,
java.io.File absWCPath,
int stripCount,
SVNAdminArea wc)
Apply a PATCH to a working copy at ABS_WC_PATH.
|
static SVNPatchTarget |
SVNPatchTarget.initPatchTarget(SVNPatch patch,
java.io.File baseDir,
int stripCount,
SVNAdminArea wc)
Attempt to initialize a patch TARGET structure for a target file
described by PATCH.
|
void |
SVNPatchTarget.installPatchedTarget(java.io.File absWCPath,
boolean dryRun,
SVNAdminArea wc)
Install a patched TARGET into the working copy at ABS_WC_PATH.
|
private void |
SVNPatchTarget.resolveTargetPath(java.io.File pathFromPatchfile,
java.io.File absWCPath,
int stripCount,
SVNAdminArea wc)
Resolve the exact path for a patch TARGET at path PATH_FROM_PATCHFILE,
which is the path of the target as it appeared in the patch file.
|
void |
SVNPatchTarget.sendPatchNotification(SVNAdminArea wc)
Use client context CTX to send a suitable notification for a patch
TARGET.
|
Modifier and Type | Method and Description |
---|---|
private SVNAdminArea |
SVNWCClient16.addParentDirectories(SVNWCAccess wcAccess,
java.io.File path) |
Modifier and Type | Method and Description |
---|---|
private void |
SVNWCClient16.addDirectory(java.io.File wcRoot,
java.io.File path,
SVNAdminArea parentDir,
boolean force,
boolean noIgnore,
SVNDepth depth,
boolean setDepth) |
private void |
SVNWCClient16.addFile(java.io.File path,
SVNFileType type,
SVNAdminArea dir) |
private void |
SVNDiffClient16.applyPatches(java.io.File absPatchPath,
java.io.File absWCPath,
boolean dryRun,
int stripCount,
SVNAdminArea wc) |
private void |
SVNUpdateClient16.copyVersionedFile(java.io.File dstPath,
SVNAdminArea adminArea,
java.lang.String fileName,
SVNRevision revision,
java.lang.String eol) |
protected SVNRepository |
SVNBasicDelegate.createRepository(SVNURL url,
java.io.File path,
SVNAdminArea area,
SVNRevision pegRevision,
SVNRevision revision,
long[] pegRev) |
private void |
SVNUpdateClient16.doCanonicalizeURLs(SVNAdminAreaInfo adminAreaInfo,
SVNAdminArea adminArea,
java.lang.String name,
boolean omitDefaultPort,
boolean recursive) |
private void |
SVNWCClient16.doGetLocalProperty(SVNEntry entry,
SVNAdminArea area,
java.lang.String propName,
boolean base,
ISVNPropertyHandler handler,
SVNDepth depth,
java.util.Collection changeLists) |
private java.util.Map |
SVNUpdateClient16.doRelocate(SVNAdminArea adminArea,
java.lang.String name,
java.lang.String from,
java.lang.String to,
boolean recursive,
java.util.Map validatedURLs) |
private boolean |
SVNWCClient16.doRevert(java.io.File path,
SVNAdminArea parent,
SVNDepth depth,
boolean useCommitTimes,
java.util.Collection changeLists) |
SVNURL |
SVNBasicDelegate.getReposRoot(java.io.File path,
SVNURL url,
SVNRevision pegRevision,
SVNAdminArea adminArea,
SVNWCAccess access)
Returns the root of the repository.
|
private boolean |
SVNWCClient16.revert(SVNAdminArea dir,
java.lang.String name,
SVNEntry entry,
boolean useCommitTime) |
private void |
SVNWCClient16.setLocalProperties(java.io.File path,
SVNEntry entry,
SVNAdminArea adminArea,
boolean force,
ISVNPropertyValueProvider propertyValueProvider,
ISVNPropertyHandler handler) |
private void |
SVNWCClient16.setWCFormat(SVNAdminAreaInfo info,
SVNAdminArea area,
int format) |
private void |
SVNMoveClient16.updateCopiedDirectory(SVNAdminArea dir,
java.lang.String name,
java.lang.String newURL,
java.lang.String reposRootURL,
java.lang.String copyFromURL,
long copyFromRevision) |
Modifier and Type | Method and Description |
---|---|
SVNAdminArea |
SVNEntry17.getAdminArea() |
Modifier and Type | Method and Description |
---|---|
private void |
SVNDiffEditor17.diffUnversioned(java.io.File root,
SVNAdminArea dir,
java.lang.String parentRelativePath,
boolean anchor,
java.util.Set processedFiles) |
SVNMergeResult |
DefaultSvnMerger.mergeProperties(java.lang.String localPath,
SVNProperties workingProperties,
SVNProperties baseProperties,
SVNProperties serverBaseProps,
SVNProperties propDiff,
SVNAdminArea adminArea,
SVNLog log,
boolean baseMerge,
boolean dryRun) |
Modifier and Type | Method and Description |
---|---|
private void |
SvnOldUpgrade.migrateNodeProps(java.io.File dirAbsPath,
ISVNWCDb.SVNWCDbUpgradeData data,
java.lang.String name,
int originalFormat,
SVNAdminArea area) |
private void |
SvnOldUpgrade.migrateProps(java.io.File dirAbsPath,
ISVNWCDb.SVNWCDbUpgradeData data,
int originalFormat,
SVNAdminArea area) |
Modifier and Type | Field and Description |
---|---|
private SVNAdminArea |
SVNMergeFileSet.myAdminArea |
Modifier and Type | Method and Description |
---|---|
SVNAdminArea |
SVNMergeFileSet.getAdminArea()
Returns the admin area which controls the file.
|
Modifier and Type | Method and Description |
---|---|
SVNURL |
SVNBasicClient.getReposRoot(java.io.File path,
SVNURL url,
SVNRevision pegRevision,
SVNAdminArea adminArea,
SVNWCAccess access)
Deprecated.
|
SVNMergeResult |
ISVNMerger.mergeProperties(java.lang.String localPath,
SVNProperties workingProperties,
SVNProperties baseProperties,
SVNProperties serverBaseProps,
SVNProperties propDiff,
SVNAdminArea adminArea,
SVNLog log,
boolean baseMerge,
boolean dryRun)
Given
adminArea /localPath and property changes (propDiff ) based
on serverBaseProps , merges the changes into the working copy. |
Constructor and Description |
---|
SVNMergeFileSet(SVNAdminArea adminArea,
SVNLog log,
java.io.File baseFile,
java.io.File localFile,
java.lang.String wcPath,
java.io.File reposFile,
java.io.File resultFile,
java.io.File copyFromFile,
java.lang.String mimeType)
Creates a new
SVNMergeFileSet object given the data prepared for
merging a file. |