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.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. -
-
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 private SVNAdminAreaAbstractDiffCallback. myAdminAreaprotected SVNAdminAreaSVNRemoteDiffEditor. myAdminAreaMethods in org.tmatesoft.svn.core.internal.wc that return SVNAdminArea Modifier and Type Method Description protected SVNAdminAreaAbstractDiffCallback. getAdminArea()SVNAdminAreaSVNUpdateEditor.SVNDirectoryInfo. getAdminArea()SVNAdminAreaSVNUpdateEditor.SVNFileInfo. getAdminArea()SVNAdminAreaSVNUpdateEditor15.SVNDirectoryInfo. getAdminArea()SVNAdminAreaSVNUpdateEditor15.SVNFileInfo. getAdminArea()protected SVNAdminAreaSVNStatusEditor. getAnchor()private SVNAdminAreaSVNCopyDriver. open(SVNWCAccess access, java.io.File path, boolean writeLock, boolean stealLock, int depth)private SVNAdminAreaSVNCopyDriver. probeOpen(SVNWCAccess access, java.io.File path, boolean writeLock, int depth)private SVNAdminAreaSVNDiffEditor. retrieve(java.lang.String path)protected SVNAdminAreaSVNMergeCallback. retrieve(java.io.File path, boolean lenient)protected SVNAdminAreaSVNRemoteDiffEditor. retrieve(java.io.File path, boolean lenient)protected SVNAdminAreaSVNRemoteDiffEditor. 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 voidSVNWCManager. add(java.io.File path, SVNAdminArea parentDir, SVNURL copyFromURL, long copyFromRev, SVNDepth depth)static voidSVNWCManager. add(java.io.File path, SVNAdminArea parentDir, SVNURL copyFromURL, SVNRevision copyFromRev, SVNDepth depth)static voidSVNWCManager. addProperties(SVNAdminArea dir, java.lang.String fileName, SVNProperties properties, boolean base, SVNLog log)static voidSVNWCManager. 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 SVNStatusTypeDefaultSVNMerger. 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 SVNStatusTypeDefaultSVNMerger. 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 SVNStatusTypeDefaultSVNMerger. 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 SVNStatusTypeDefaultSVNMerger. 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 SVNStatusTypeDefaultSVNMerger. 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 booleanSVNMergeCallback. areFilesTheSame(java.io.File older, SVNProperties originalProps, java.io.File mine, SVNAdminArea adminArea)protected SVNStatusSVNStatusEditor. assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored)static SVNStatusSVNStatusUtil. 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 SVNTreeConflictDescriptionSVNUpdateEditor. checkTreeConflict(java.io.File path, SVNEntry entry, SVNAdminArea parentArea, SVNLog log, SVNConflictAction action, SVNNodeKind theirKind, SVNURL theirURL)voidSVNUpdateEditor. cleanup(SVNAdminArea area)voidSVNUpdateEditor.SVNDirectoryInfo. cleanup(SVNAdminArea area)voidSVNUpdateEditor15. cleanup(SVNAdminArea area)voidSVNUpdateEditor15.SVNDirectoryInfo. cleanup(SVNAdminArea area)private voidSVNUpdateEditor. clearWCProperty(SVNAdminArea adminArea, java.lang.String target)private voidSVNUpdateEditor15. clearWCProperty(SVNAdminArea adminArea, java.lang.String target)private static voidSVNCommitUtil. collectLocks(SVNAdminArea adminArea, java.util.Map lockTokens)protected java.io.FileSVNRemoteDiffEditor. createTempFile(SVNAdminArea dir, java.lang.String name)static java.io.FileSVNAdminUtil. createTmpFile(SVNAdminArea adminArea)Creates "tempfile[.n].tmp" in admin area's /tmp dirstatic java.io.FileSVNAdminUtil. createTmpFile(SVNAdminArea adminArea, java.lang.String prefix, java.lang.String suffix, boolean tmp)static voidSVNWCManager. delete(SVNWCAccess wcAccess, SVNAdminArea root, java.io.File path, boolean deleteFiles, boolean cancellable)protected voidSVNRemoteDiffEditor. deleteEntry(java.lang.String path, SVNNodeKind nodeKind, SVNAdminArea dir)static voidSVNPropertiesManager. deleteWCProperties(SVNAdminArea dir, java.lang.String name, boolean recursive)private java.io.FileSVNDiffEditor. detranslateFile(SVNAdminArea dir, java.lang.String name)private voidSVNDiffEditor. diffUnversioned(java.io.File root, SVNAdminArea dir, java.lang.String parentRelativePath, boolean anchor, java.util.Set processedFiles)private voidSVNUpdateEditor. doDeleteEntry(java.lang.String path, SVNAdminArea parentArea, SVNUpdateEditor.SVNDirectoryInfo parent, SVNURL theirURL)protected voidSVNMergeDriver. doDirectoryMerge(java.util.Map resultCatalog, SVNURL url1, long revision1, SVNURL url2, long revision2, SVNEntry parentEntry, SVNAdminArea adminArea, SVNDepth depth)protected voidSVNMergeDriver. doDirectoryMerge(SVNURL url1, long revision1, SVNURL url2, long revision2, SVNEntry parentEntry, SVNAdminArea adminArea, SVNDepth depth)Deprecated.static voidSVNWCManager. doEraseFromWC(java.io.File path, SVNAdminArea dir, SVNNodeKind kind, boolean deleteFiles)protected voidSVNMergeDriver. doFileMerge(java.util.Map resultCatalog, SVNURL url1, long revision1, SVNURL url2, long revision2, java.io.File targetWCPath, SVNAdminArea adminArea, boolean sourcesRelated)protected voidSVNMergeDriver. doFileMerge(SVNURL url1, long revision1, SVNURL url2, long revision2, java.io.File targetWCPath, SVNAdminArea adminArea, boolean sourcesRelated)Deprecated.protected voidSVNMergeDriver. 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 voidSVNMergeDriver. doMergeInfoUnawareDirectoryMerge(SVNURL url1, long revision1, SVNURL url2, long revision2, SVNAdminArea adminArea, SVNDepth depth)ISVNReusableEditorISVNMergeStrategy. 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)ISVNReusableEditorSVNMergeDriver. 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 booleanSVNUpdateEditor. entryHasLocalModifications(SVNAdminArea adminArea, java.io.File path, SVNNodeKind kind, java.lang.String schedule)protected voidSVNStatusEditor. 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.CollectionSVNStatusEditor. getIgnorePatterns(SVNAdminArea dir, java.util.Collection globalIgnores)private SVNMergeCallbackSVNMergeDriver. getMergeCallback(SVNAdminArea adminArea)ISVNReusableEditorISVNMergeStrategy. getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor)ISVNReusableEditorSVNMergeDriver. getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor)private SVNPropertiesSVNUpdateEditor. getTreeConflictCreationAttributes(SVNAdminArea adminArea, SVNTreeConflictDescription treeConflict)private voidSVNStatusEditor. handleDirEntry(SVNAdminArea dir, java.lang.String entryName, SVNEntry dirEntry, SVNEntry entry, SVNNodeKind fileKind, boolean special, SVNDepth depth, boolean getAll, boolean noIgnore, ISVNStatusHandler handler)static voidSVNCommitUtil. 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.FileSVNMergeDriver. loadFile(SVNRepository repository, long revision, SVNProperties properties, SVNAdminArea adminArea)static voidSVNWCManager. markEntry(SVNAdminArea dir, SVNEntry entry, java.lang.String schedule, boolean copied, boolean keepLocal, int flags)static voidSVNWCManager. markTree(SVNAdminArea dir, java.lang.String schedule, boolean copied, boolean keepLocal, int flags)static voidSVNWCManager. markTreeCancellable(SVNAdminArea dir, java.lang.String schedule, boolean copied, boolean keepLocal, int flags)private booleanDefaultSVNMerger. 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 voidSVNMergeDriver. 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)SVNMergeResultDefaultSVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)private static voidSVNCopyDriver. postCopyCleanup(SVNAdminArea dir)protected voidSVNMergeDriver. recordTreeConflict(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)protected voidSVNMergeDriver. recordTreeConflictOnAdd(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)private voidSVNStatusEditor. sendUnversionedStatus(java.io.File file, java.lang.String name, SVNNodeKind fileType, boolean special, SVNAdminArea dir, java.util.Collection ignorePatterns, boolean noIgnore, ISVNStatusHandler handler)booleanSVNUpdateEditor. treeHasLocalModifications(SVNAdminArea adminArea, boolean[] allModsAreDeletes)private static voidSVNWCManager. tweakEntries(SVNAdminArea dir, java.lang.String baseURL, java.lang.String rootURL, long newRevision, boolean removeMissingDirs, java.util.Collection excludePaths, SVNDepth depth, boolean skipUnlocked)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 classSVNAdminArea14classSVNAdminArea15classSVNAdminArea16classSVNXMLAdminAreaFields in org.tmatesoft.svn.core.internal.wc.admin declared as SVNAdminArea Modifier and Type Field Description private SVNAdminAreaSVNEntry16. myAdminAreaprotected SVNAdminAreaSVNLog. myAdminAreaprivate SVNAdminAreaSVNAdminAreaInfo. myAnchorprivate SVNAdminAreaSVNAdminAreaInfo. myTargetMethods in org.tmatesoft.svn.core.internal.wc.admin that return SVNAdminArea Modifier and Type Method Description static SVNAdminAreaSVNAdminAreaFactory. changeWCFormat(SVNAdminArea adminArea, int format)protected SVNAdminAreaSVNAdminArea14. createAdminAreaForDir(java.io.File dir)protected SVNAdminAreaSVNAdminArea15. createAdminAreaForDir(java.io.File dir)abstract SVNAdminAreaSVNAdminArea. createVersionedDirectory(java.io.File dir, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, boolean createMyself, SVNDepth depth)SVNAdminAreaSVNAdminArea14. createVersionedDirectory(java.io.File dir, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, boolean createMyself, SVNDepth depth)SVNAdminAreaSVNXMLAdminArea. createVersionedDirectory(java.io.File dir, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, boolean createMyself, SVNDepth depth)protected SVNAdminAreaSVNAdminArea14Factory. doChangeWCFormat(SVNAdminArea adminArea)protected SVNAdminAreaSVNAdminArea15Factory. doChangeWCFormat(SVNAdminArea adminArea)protected SVNAdminAreaSVNAdminArea16Factory. doChangeWCFormat(SVNAdminArea adminArea)protected abstract SVNAdminAreaSVNAdminAreaFactory. doChangeWCFormat(SVNAdminArea area)protected SVNAdminAreaSVNXMLAdminAreaFactory. doChangeWCFormat(SVNAdminArea adminArea)protected SVNAdminAreaSVNAdminArea14Factory. doOpen(java.io.File path, int version)protected SVNAdminAreaSVNAdminArea15Factory. doOpen(java.io.File path, int version)protected SVNAdminAreaSVNAdminArea16Factory. doOpen(java.io.File path, int version)protected abstract SVNAdminAreaSVNAdminAreaFactory. doOpen(java.io.File path, int version)private SVNAdminAreaSVNWCAccess. doOpen(java.io.File path, boolean writeLock, boolean stealLock, boolean upgradeFormat, int depth, java.util.Map tmp, java.util.logging.Level logLevel)protected SVNAdminAreaSVNXMLAdminAreaFactory. doOpen(java.io.File path, int version)SVNAdminAreaSVNAdminArea. formatWC(SVNAdminArea adminArea)abstract SVNAdminAreaSVNEntry. getAdminArea()SVNAdminAreaSVNEntry16. getAdminArea()SVNAdminAreaSVNWCAccess. getAdminArea(java.io.File path)SVNAdminArea[]SVNWCAccess. getAdminAreas()SVNAdminAreaSVNAdminAreaInfo. getAnchor()SVNAdminAreaSVNAdminAreaInfo. getTarget()static SVNAdminAreaSVNAdminAreaFactory. open(java.io.File path, java.util.logging.Level logLevel)SVNAdminAreaSVNWCAccess. open(java.io.File path, boolean writeLock, boolean stealLock, boolean upgradeFormat, int depth, java.util.logging.Level logLevel)SVNAdminAreaSVNWCAccess. open(java.io.File path, boolean writeLock, boolean stealLock, int depth)SVNAdminAreaSVNWCAccess. open(java.io.File path, boolean writeLock, int depth)SVNAdminAreaSVNWCAccess. probeOpen(java.io.File path, boolean writeLock, int depth)SVNAdminAreaSVNWCAccess. probeOpen(java.io.File path, boolean writeLock, int depth, java.util.logging.Level logLevel)SVNAdminAreaSVNWCAccess. probeRetrieve(java.io.File path)SVNAdminAreaSVNWCAccess. probeTry(java.io.File path, boolean writeLock, int depth)private SVNAdminAreaSVNReporter. restoreFile(SVNAdminArea adminArea, java.lang.String name)SVNAdminAreaSVNWCAccess. retrieve(java.io.File path)static SVNAdminAreaSVNAdminAreaFactory. upgrade(SVNAdminArea area)SVNAdminAreaSVNWCAccess. 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 SVNAdminAreaSVNAdminAreaFactory. changeWCFormat(SVNAdminArea adminArea, int format)voidISVNCleanupHandler. cleanup(SVNAdminArea area)SVNMergeCallbackSVNWCAccess. createMergeCallback(SVNMergeDriver mergeDriver, SVNAdminArea adminArea, SVNURL url, SVNDiffOptions mergeOptions, java.util.Map conflictedPaths, boolean force, boolean dryRun)static java.io.FileSVNTranslator. detranslateWorkingCopy(SVNAdminArea dir, java.lang.String name, SVNProperties propDiff, boolean force)protected SVNAdminAreaSVNAdminArea14Factory. doChangeWCFormat(SVNAdminArea adminArea)protected SVNAdminAreaSVNAdminArea15Factory. doChangeWCFormat(SVNAdminArea adminArea)protected SVNAdminAreaSVNAdminArea16Factory. doChangeWCFormat(SVNAdminArea adminArea)protected abstract SVNAdminAreaSVNAdminAreaFactory. doChangeWCFormat(SVNAdminArea area)protected SVNAdminAreaSVNXMLAdminAreaFactory. doChangeWCFormat(SVNAdminArea adminArea)private voidSVNWCAccess. doClose(SVNAdminArea adminArea, boolean preserveLocks)SVNAdminAreaSVNAdminArea. formatWC(SVNAdminArea adminArea)java.lang.StringSVNAdminArea. getRelativePath(SVNAdminArea anchor)static java.io.FileSVNTranslator. getTranslatedFile(SVNAdminArea dir, java.lang.String name, java.io.File src, boolean forceEOLRepair, boolean useGlobalTmp, boolean forceCopy, boolean toNormalFormat)static java.io.InputStreamSVNTranslator. getTranslatedStream(SVNAdminArea adminArea, java.lang.String name, boolean translateToNormalForm, boolean repairEOL)private voidSVNAdminArea. handleCharsetProperty(SVNAdminArea adminArea, SVNLog log, SVNEntry entry, SVNVersionedProperties baseProps)voidSVNLogRunner. logCompleted(SVNAdminArea adminArea)voidSVNLogRunner. logFailed(SVNAdminArea adminArea)voidSVNLog. logRemoveRevertFile(java.lang.String name, SVNAdminArea adminArea, boolean isProp)voidSVNLogRunner. logStarted(SVNAdminArea adminArea)static java.io.FileSVNTranslator. maybeUpdateTargetEOLs(SVNAdminArea dir, java.io.File target, SVNProperties propDiff)voidSVNWCAccess. registerCleanupHandler(SVNAdminArea area, ISVNCleanupHandler handler)private voidSVNReporter. reportEntries(ISVNReporter reporter, SVNAdminArea adminArea, java.lang.String dirPath, long dirRevision, boolean reportAll, SVNDepth depth)private SVNAdminAreaSVNReporter. restoreFile(SVNAdminArea adminArea, java.lang.String name)voidSVNLogRunner. runCommand(SVNAdminArea adminArea, java.lang.String name, SVNProperties attributes, int count)private voidSVNLogRunner. saveTreeConflicts(SVNAdminArea adminArea)voidSVNAdminAreaInfo. setAnchor(SVNAdminArea anchor)This method has been added to give an ability to replace read-only areas with write enabled ones.voidSVNAdminAreaInfo. setTarget(SVNAdminArea target)This method has been added to give an ability to replace read-only areas with write enabled ones.static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, boolean expand)static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, boolean safelyEncode, boolean expand)static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, java.lang.String customEOLStyle, boolean expand)static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, java.lang.String customEOLStyle, boolean safelyEncode, boolean expand)static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.lang.String srcPath, java.lang.String dstPath, boolean expand)static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.lang.String srcPath, java.lang.String dstPath, boolean safelyEncode, boolean expand)static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.lang.String srcPath, java.lang.String dstPath, java.lang.String customEOLStyle, boolean expand)static SVNAdminAreaSVNAdminAreaFactory. 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 SVNPatchTargetSVNPatchTarget. applyPatch(SVNPatch patch, java.io.File absWCPath, int stripCount, SVNAdminArea wc)Apply a PATCH to a working copy at ABS_WC_PATH.static SVNPatchTargetSVNPatchTarget. 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.voidSVNPatchTarget. installPatchedTarget(java.io.File absWCPath, boolean dryRun, SVNAdminArea wc)Install a patched TARGET into the working copy at ABS_WC_PATH.private voidSVNPatchTarget. 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.voidSVNPatchTarget. 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 that return SVNAdminArea Modifier and Type Method Description private SVNAdminAreaSVNWCClient16. addParentDirectories(SVNWCAccess wcAccess, java.io.File path)Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNAdminArea Modifier and Type Method Description private voidSVNWCClient16. addDirectory(java.io.File wcRoot, java.io.File path, SVNAdminArea parentDir, boolean force, boolean noIgnore, SVNDepth depth, boolean setDepth)private voidSVNWCClient16. addFile(java.io.File path, SVNFileType type, SVNAdminArea dir)private voidSVNDiffClient16. applyPatches(java.io.File absPatchPath, java.io.File absWCPath, boolean dryRun, int stripCount, SVNAdminArea wc)private voidSVNUpdateClient16. copyVersionedFile(java.io.File dstPath, SVNAdminArea adminArea, java.lang.String fileName, SVNRevision revision, java.lang.String eol)protected SVNRepositorySVNBasicDelegate. createRepository(SVNURL url, java.io.File path, SVNAdminArea area, SVNRevision pegRevision, SVNRevision revision, long[] pegRev)private voidSVNUpdateClient16. doCanonicalizeURLs(SVNAdminAreaInfo adminAreaInfo, SVNAdminArea adminArea, java.lang.String name, boolean omitDefaultPort, boolean recursive)private voidSVNWCClient16. doGetLocalProperty(SVNEntry entry, SVNAdminArea area, java.lang.String propName, boolean base, ISVNPropertyHandler handler, SVNDepth depth, java.util.Collection changeLists)private java.util.MapSVNUpdateClient16. doRelocate(SVNAdminArea adminArea, java.lang.String name, java.lang.String from, java.lang.String to, boolean recursive, java.util.Map validatedURLs)private booleanSVNWCClient16. doRevert(java.io.File path, SVNAdminArea parent, SVNDepth depth, boolean useCommitTimes, java.util.Collection changeLists)SVNURLSVNBasicDelegate. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access)Returns the root of the repository.private booleanSVNWCClient16. revert(SVNAdminArea dir, java.lang.String name, SVNEntry entry, boolean useCommitTime)private voidSVNWCClient16. setLocalProperties(java.io.File path, SVNEntry entry, SVNAdminArea adminArea, boolean force, ISVNPropertyValueProvider propertyValueProvider, ISVNPropertyHandler handler)private voidSVNWCClient16. setWCFormat(SVNAdminAreaInfo info, SVNAdminArea area, int format)private voidSVNMoveClient16. updateCopiedDirectory(SVNAdminArea dir, java.lang.String name, java.lang.String newURL, java.lang.String reposRootURL, java.lang.String copyFromURL, long copyFromRevision) -
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 SVNAdminAreaSVNEntry17. getAdminArea()Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNAdminArea Modifier and Type Method Description private voidSVNDiffEditor17. diffUnversioned(java.io.File root, SVNAdminArea dir, java.lang.String parentRelativePath, boolean anchor, java.util.Set processedFiles)SVNMergeResultDefaultSvnMerger. 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.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNAdminArea Modifier and Type Method Description private voidSvnOldUpgrade. migrateNodeProps(java.io.File dirAbsPath, ISVNWCDb.SVNWCDbUpgradeData data, java.lang.String name, int originalFormat, SVNAdminArea area)private voidSvnOldUpgrade. migrateProps(java.io.File dirAbsPath, ISVNWCDb.SVNWCDbUpgradeData data, int originalFormat, SVNAdminArea area) -
Uses of SVNAdminArea in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNAdminArea Modifier and Type Field Description private SVNAdminAreaSVNMergeFileSet. myAdminAreaMethods in org.tmatesoft.svn.core.wc that return SVNAdminArea Modifier and Type Method Description SVNAdminAreaSVNMergeFileSet. 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 SVNURLSVNBasicClient. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access)Deprecated.SVNMergeResultISVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)GivenadminArea/localPathand 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 newSVNMergeFileSetobject given the data prepared for merging a file.
-