Uses of Class
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea
-
Packages that use SVNAdminArea 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.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client. -
-
Uses of SVNAdminArea in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNAdminArea Modifier and Type Field Description protected SVNAdminArea
SVNRemoteDiffEditor. myAdminArea
Methods in org.tmatesoft.svn.core.internal.wc that return SVNAdminArea Modifier and Type Method Description protected SVNAdminArea
AbstractDiffCallback. getAdminArea()
protected SVNAdminArea
SVNStatusEditor. getAnchor()
protected SVNAdminArea
SVNMergeCallback. retrieve(java.io.File path, boolean lenient)
protected SVNAdminArea
SVNRemoteDiffEditor. retrieve(java.io.File path, boolean lenient)
protected SVNAdminArea
SVNRemoteDiffEditor. retrieveParent(java.io.File path, boolean lenient)
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNAdminArea Modifier and Type Method 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)
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)
void
SVNUpdateEditor. cleanup(SVNAdminArea area)
void
SVNUpdateEditor15. cleanup(SVNAdminArea area)
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 dirstatic 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)
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
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)
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)
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)
ISVNReusableEditor
ISVNMergeStrategy. getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor)
ISVNReusableEditor
SVNMergeDriver. getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor)
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)
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)
SVNMergeResult
DefaultSVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)
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)
boolean
SVNUpdateEditor. treeHasLocalModifications(SVNAdminArea adminArea, boolean[] allModsAreDeletes)
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNAdminArea Constructor 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)
-
Uses of SVNAdminArea in org.tmatesoft.svn.core.internal.wc.admin
Subclasses of SVNAdminArea in org.tmatesoft.svn.core.internal.wc.admin Modifier and Type Class Description class
SVNAdminArea14
class
SVNAdminArea15
class
SVNAdminArea16
class
SVNXMLAdminArea
Fields in org.tmatesoft.svn.core.internal.wc.admin declared as SVNAdminArea Modifier and Type Field Description protected SVNAdminArea
SVNLog. myAdminArea
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNAdminArea Modifier and Type Method Description static SVNAdminArea
SVNAdminAreaFactory. changeWCFormat(SVNAdminArea adminArea, int format)
protected SVNAdminArea
SVNAdminArea14. createAdminAreaForDir(java.io.File dir)
protected SVNAdminArea
SVNAdminArea15. createAdminAreaForDir(java.io.File dir)
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)
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)
protected SVNAdminArea
SVNAdminArea14Factory. doChangeWCFormat(SVNAdminArea adminArea)
protected SVNAdminArea
SVNAdminArea15Factory. doChangeWCFormat(SVNAdminArea adminArea)
protected SVNAdminArea
SVNAdminArea16Factory. doChangeWCFormat(SVNAdminArea adminArea)
protected abstract SVNAdminArea
SVNAdminAreaFactory. doChangeWCFormat(SVNAdminArea area)
protected SVNAdminArea
SVNXMLAdminAreaFactory. doChangeWCFormat(SVNAdminArea adminArea)
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 abstract SVNAdminArea
SVNAdminAreaFactory. doOpen(java.io.File path, int version)
protected SVNAdminArea
SVNXMLAdminAreaFactory. doOpen(java.io.File path, int version)
SVNAdminArea
SVNAdminArea. formatWC(SVNAdminArea adminArea)
abstract SVNAdminArea
SVNEntry. getAdminArea()
SVNAdminArea
SVNEntry16. getAdminArea()
SVNAdminArea
SVNWCAccess. getAdminArea(java.io.File path)
SVNAdminArea[]
SVNWCAccess. getAdminAreas()
SVNAdminArea
SVNAdminAreaInfo. getAnchor()
SVNAdminArea
SVNAdminAreaInfo. getTarget()
static SVNAdminArea
SVNAdminAreaFactory. open(java.io.File path, java.util.logging.Level logLevel)
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)
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)
SVNAdminArea
SVNWCAccess. retrieve(java.io.File path)
static SVNAdminArea
SVNAdminAreaFactory. upgrade(SVNAdminArea area)
SVNAdminArea
SVNWCAccess. upgrade(java.io.File path)
Ugrades SVNAdminArea associated with the path and cached in this SVNWCAccess instance.Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNAdminArea Modifier and Type Method 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 abstract SVNAdminArea
SVNAdminAreaFactory. doChangeWCFormat(SVNAdminArea area)
protected SVNAdminArea
SVNXMLAdminAreaFactory. doChangeWCFormat(SVNAdminArea adminArea)
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)
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)
void
SVNLogRunner. runCommand(SVNAdminArea adminArea, java.lang.String name, SVNProperties attributes, int count)
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)
Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNAdminArea Constructor 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)
-
Uses of SVNAdminArea in org.tmatesoft.svn.core.internal.wc.patch
Methods in org.tmatesoft.svn.core.internal.wc.patch with parameters of type SVNAdminArea Modifier and Type Method 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.void
SVNPatchTarget. sendPatchNotification(SVNAdminArea wc)
Use client context CTX to send a suitable notification for a patch TARGET. -
Uses of SVNAdminArea in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNAdminArea Modifier and Type Method Description protected SVNRepository
SVNBasicDelegate. createRepository(SVNURL url, java.io.File path, SVNAdminArea area, SVNRevision pegRevision, SVNRevision revision, long[] pegRev)
SVNURL
SVNBasicDelegate. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access)
Returns the root of the repository. -
Uses of SVNAdminArea in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNAdminArea Modifier and Type Method Description SVNAdminArea
SVNEntry17. getAdminArea()
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNAdminArea Modifier and Type Method Description SVNMergeResult
DefaultSvnMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)
-
Uses of SVNAdminArea in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNAdminArea Modifier and Type Method Description SVNAdminArea
SVNMergeFileSet. getAdminArea()
Returns the admin area which controls the file.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNAdminArea Modifier and Type Method 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)
GivenadminArea
/localPath
and property changes (propDiff
) based onserverBaseProps
, merges the changes into the working copy.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNAdminArea Constructor 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 newSVNMergeFileSet
object given the data prepared for merging a file.
-