Uses of Class
org.tmatesoft.svn.core.SVNDepth
Packages that use SVNDepth
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
-
Uses of SVNDepth in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return SVNDepth -
Uses of SVNDepth in org.tmatesoft.svn.cli.svn
Fields in org.tmatesoft.svn.cli.svn declared as SVNDepthModifier and TypeFieldDescriptionprivate SVNDepthSVNCommandEnvironment.myDepthprivate SVNDepthSVNLogCommand.myDepthprivate SVNDepthSVNCommandEnvironment.mySetDepthMethods in org.tmatesoft.svn.cli.svn that return SVNDepthModifier and TypeMethodDescriptionSVNCommandEnvironment.getDepth()SVNCommandEnvironment.getSetDepth()Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNDepthModifier and TypeMethodDescriptionprivate voidSVNLogCommand.doDiff(SVNDiffClient client, SVNLogEntry logEntry, SVNPath target, SVNDepth depth) -
Uses of SVNDepth in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNDepthModifier and TypeFieldDescriptionstatic final SVNDepthSVNDepth.EMPTYJust the named directory D, no entries.static final SVNDepthSVNDepth.EXCLUDEExclude (don't descend into) directory D.static final SVNDepthSVNDepth.FILESD and its file children, but not subdirectories.static final SVNDepthSVNDepth.IMMEDIATESD and its immediate children (D and its entries).static final SVNDepthSVNDepth.INFINITYD and all descendants (full recursion from D).static final SVNDepthSVNDepth.UNKNOWNDepth undetermined or ignored.Methods in org.tmatesoft.svn.core that return SVNDepthModifier and TypeMethodDescriptionstatic SVNDepthSVNDepth.fromID(int id) Based on depth id returnsSVNDepthvalue.static SVNDepthSVNDepth.fromRecurse(boolean recurse) Treats recursion asINFINITYdepth andFILESotherwisestatic SVNDepthSVNDepth.fromString(java.lang.String string) Based on string value findsSVNDepthvalue.static SVNDepthSVNDepth.getInfinityOrEmptyDepth(boolean recurse) ReturnsINFINITYifrecurseistrue, else returnsEMPTY.static SVNDepthSVNDepth.getInfinityOrFilesDepth(boolean recurse) The same asgetInfinityOrEmptyDepth(boolean), butFILESis returned when recursive.static SVNDepthSVNDepth.getInfinityOrImmediatesDepth(boolean recurse) The same asgetInfinityOrEmptyDepth(boolean), butIMMEDIATESis returned when recursive.static SVNDepthSVNDepth.getUnknownOrEmptyDepth(boolean recurse) ReturnsUNKNOWNifrecurseistrue, else returnsEMPTY.static SVNDepthSVNDepth.getUnknownOrFilesDepth(boolean recurse) The same asgetUnknownOrEmptyDepth(boolean), butFILESis returned when recursive.static SVNDepthSVNDepth.getUnknownOrImmediatesDepth(boolean recurse) The same asgetUnknownOrEmptyDepth(boolean), butIMMEDIATESis returned when recursive.Methods in org.tmatesoft.svn.core with parameters of type SVNDepthModifier and TypeMethodDescriptionstatic java.lang.StringAppropriate name ofdepthis returned.static booleanSVNDepth.recurseFromDepth(SVNDepth depth) Based on depth determines if it is recursive or not. -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type SVNDepthModifier and TypeMethodDescriptionvoidDAVRepository.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) private voidDAVRepository.runReport(SVNURL url, long targetRevision, java.lang.String target, java.lang.String dstPath, SVNDepth depth, boolean ignoreAncestry, boolean resourceWalk, boolean fetchContents, boolean sendCopyFromArgs, boolean sendAll, boolean closeEditorOnException, boolean spool, ISVNWorkingCopyContentMediator workingCopyContentMediator, ISVNReporterBaton reporter, ISVNEditor editor) voidDAVRepository.status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) voidDAVRepository.update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) voidDAVRepository.update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.io.dav.handlers
Methods in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type SVNDepthModifier and TypeMethodDescriptionstatic java.lang.StringBufferDAVEditorHandler.generateEditorRequest(DAVConnection connection, java.lang.StringBuffer xmlBuffer, java.lang.String url, long targetRevision, java.lang.String target, java.lang.String dstPath, SVNDepth depth, java.util.Map lockTokens, boolean ignoreAncestry, boolean resourceWalk, boolean fetchContents, boolean sendCopyFromArgs, boolean sendAll, ISVNReporterBaton reporterBaton) -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as SVNDepthModifier and TypeFieldDescriptionprivate SVNDepthFSUpdateContext.myDepth(package private) SVNDepthPathInfo.myDepthMethods in org.tmatesoft.svn.core.internal.io.fs that return SVNDepthModifier and TypeMethodDescriptionPathInfo.getDepth()private SVNDepthFSUpdateContext.getDepthBelow(SVNDepth depth) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNDepthModifier and TypeMethodDescriptionFSRepository.beginReport(long revision, SVNURL url, java.lang.String target, boolean ignoreAncestry, boolean sendTextDeltas, boolean sendCopyFromArgs, SVNDepth depth, ISVNEditor editor) voidFSRepository.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) private voidFSUpdateContext.diffDirs(long sourceRevision, java.lang.String sourcePath, java.lang.String targetPath, java.lang.String editPath, boolean startEmpty, SVNDepth wcDepth, SVNDepth requestedDepth) private SVNDepthFSUpdateContext.getDepthBelow(SVNDepth depth) java.lang.StringFSUpdateContext.getDepthLetter(SVNDepth depth) private booleanFSUpdateContext.isDepthUpgrade(SVNDepth wcDepth, SVNDepth requestedDepth, SVNNodeKind kind) voidFSRepository.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidFSTranslateReporter.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) private voidFSRepository.makeReporterContext(long targetRevision, java.lang.String target, SVNURL switchURL, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFromArgs, ISVNEditor editor) voidFSUpdateContext.reset(FSRepository repository, FSFS owner, long revision, java.io.File reportFile, java.lang.String target, java.lang.String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFrom, ISVNEditor editor) voidFSRepository.setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidFSTranslateReporter.setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidFSRepository.status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) voidFSRepository.update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) voidFSRepository.update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) private voidFSUpdateContext.updateEntry(long sourceRevision, java.lang.String sourcePath, FSEntry sourceEntry, java.lang.String targetPath, FSEntry targetEntry, java.lang.String editPath, PathInfo pathInfo, SVNDepth wcDepth, SVNDepth requestedDepth) voidFSUpdateContext.writePathInfoToReportFile(java.lang.String path, java.lang.String linkPath, java.lang.String lockToken, long revision, boolean startEmpty, SVNDepth depth) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNDepthModifierConstructorDescriptionFSUpdateContext(FSRepository repository, FSFS owner, long revision, java.io.File reportFile, java.lang.String target, java.lang.String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFromArgs, ISVNEditor editor) PathInfo(java.lang.String path, java.lang.String linkPath, java.lang.String lockToken, long revision, SVNDepth depth, boolean empty) -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNDepthModifier and TypeMethodDescriptionvoidSVNRepositoryImpl.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) private ISVNEditorSVNRepositoryImpl.getDepthFilterEditor(ISVNEditor editor, SVNDepth depth, boolean hasTarget) private static booleanSVNRepositoryImpl.getRecurseFromDepth(SVNDepth depth) voidSVNRepositoryImpl.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidSVNRepositoryImpl.setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidSVNRepositoryImpl.status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) voidSVNRepositoryImpl.update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) voidSVNRepositoryImpl.update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNDepthModifier and TypeFieldDescription(package private) SVNDepthSVNAmbientDepthFilterEditor.DirBaton.myAmbientDepthSVNUpdateEditor.SVNDirectoryInfo.myAmbientDepthSVNUpdateEditor15.SVNDirectoryInfo.myAmbientDepthprivate SVNDepthSVNAdminDeltifier.myDepthprivate SVNDepthSVNDiffEditor.myDepthprivate SVNDepthSVNDiffEditor.SVNDirectoryInfo.myDepthprivate SVNDepthSVNMergeDriver.MergeInfoFetcher.myDepthSVNRemoteStatusEditor.DirectoryInfo.myDepthprivate SVNDepthSVNStatusEditor.myDepthprivate SVNDepthSVNDepthFilterEditor.myRequestedDepthprivate SVNDepthSVNUpdateEditor.myRequestedDepthprivate SVNDepthSVNUpdateEditor15.myRequestedDepthMethods in org.tmatesoft.svn.core.internal.wc that return SVNDepthMethods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNDepthModifier and TypeMethodDescriptionstatic 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) private voidSVNMergeDriver.calculateMergeInheritance(SVNMergeRangeList rangeList, SVNEntry entry, boolean wcPathIsMergeTarget, boolean wcPathHasMissingChild, SVNDepth depth) static SVNWCAccessSVNCommitUtil.createCommitWCAccess(java.io.File[] paths, SVNDepth depth, boolean force, java.util.Collection relativePaths, SVNStatusClient16 statusClient) static SVNWCAccess[]SVNCommitUtil.createCommitWCAccess2(java.io.File[] paths, SVNDepth depth, boolean force, java.util.Map relativePathsMap, SVNStatusClient16 statusClient) private SVNDiffEditor.SVNDirectoryInfoSVNDiffEditor.createDirInfo(SVNDiffEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added, SVNDepth depth) static SVNUpdateEditorSVNUpdateEditor.createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand) static SVNUpdateEditor15SVNUpdateEditor15.createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand) static voidSVNWCManager.crop(SVNAdminAreaInfo info, SVNDepth depth) private static voidSVNWCManager.cropChildren(SVNWCAccess wcAccess, java.io.File path, SVNDepth depth) 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.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) 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) 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) static booleanSVNWCManager.ensureAdminAreaExists(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revision, SVNDepth depth) static ISVNEditorSVNDepthFilterEditor.getDepthFilterEditor(SVNDepth requestedDepth, ISVNEditor delegate, boolean hasTarget) 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) ISVNMergeStrategy.getMergeInfoEntryHandler(java.lang.String mergeSrcPath, SVNURL sourceRootURL, long revision1, long revision2, SVNRepository repository, SVNDepth depth, java.util.List childrenWithMergeInfo) SVNMergeDriver.getMergeInfoEntryHandler(java.lang.String mergeSrcPath, SVNURL sourceRootURL, long revision1, long revision2, SVNRepository repository, SVNDepth depth, java.util.List childrenWithMergeInfo) private java.util.ListSVNMergeDriver.getMergeInfoPaths(java.util.List children, java.lang.String mergeSrcPath, SVNEntry entry, SVNURL sourceRootURL, long revision1, long revision2, boolean honorMergeInfo, SVNRepository repository, SVNDepth depth) ISVNMergeStrategy.getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor) SVNMergeDriver.getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor) static java.util.MapSVNPropertiesManager.getWorkingCopyPropertyValues(java.io.File path, SVNEntry entry, java.lang.String propName, SVNDepth depth, boolean base) 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) private voidSVNRemoteStatusEditor.handleStatusHash(SVNEntry dirEntry, java.util.Map hash, boolean deleted, SVNDepth depth) 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) static SVNCommitItem[]SVNCommitUtil.harvestCommitables(SVNWCAccess baseAccess, java.util.Collection paths, java.util.Map lockTokens, boolean justLocked, SVNDepth depth, boolean force, java.util.Collection changelists, ISVNCommitParameters params) voidSVNStatusReporter.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) 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) protected voidSVNMergeDriver.recordMergeInfoForAddedSubtrees(SVNMergeRange range, java.lang.String mergeInfoPath, SVNDepth depth) protected voidSVNMergeDriver.recordMergeInfoForDirectoryMerge(java.util.Map resultCatalog, SVNEntry targetEntry, SVNMergeRange range, java.lang.String mergeInfoPath, SVNDepth depth) protected voidSVNMergeDriver.runMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File targetWCPath, SVNDepth depth, boolean dryRun, boolean force, boolean ignoreAncestry, boolean recordOnly) protected voidSVNMergeDriver.runPeggedMerge(SVNURL srcURL, java.io.File srcPath, java.util.Collection rangesToMerge, SVNRevision pegRevision, java.io.File targetWCPath, SVNDepth depth, boolean dryRun, boolean force, boolean ignoreAncestry, boolean recordOnly) voidSVNStatusReporter.setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) 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) static voidSVNWCManager.updateCleanup(java.io.File path, SVNWCAccess wcAccess, 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 SVNDepthModifierConstructorDescriptionprotectedMergeInfoFetcher(SVNDepth depth, java.util.List childrenWithMergeInfo) SVNAdminDeltifier(FSFS fsfs, SVNDepth depth, boolean includeEntryProperties, boolean ignoreAncestry, boolean sendTextDeltas, ISVNEditor editor) privateSVNDepthFilterEditor(SVNDepth depth, ISVNEditor delegate, boolean hasTarget) SVNDiffEditor(SVNWCAccess wcAccess, SVNAdminAreaInfo info, AbstractDiffCallback callback, boolean useAncestry, boolean reverseDiff, boolean compareToBase, SVNDepth depth, java.util.Collection changeLists) SVNRemoteStatusEditor(ISVNOptions options, SVNWCAccess wcAccess, SVNAdminAreaInfo info, boolean noIgnore, boolean reportAll, SVNDepth depth, ISVNStatusHandler handler) SVNStatusEditor(ISVNOptions options, SVNWCAccess wcAccess, SVNAdminAreaInfo info, boolean noIgnore, boolean reportAll, SVNDepth depth, ISVNStatusHandler handler) privateSVNUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, java.lang.String targetURL, java.lang.String rootURL, ISVNFileFetcher fileFetcher, boolean lockOnDemand) privateSVNUpdateEditor15(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, java.lang.String targetURL, java.lang.String rootURL, ISVNFileFetcher fileFetcher, boolean lockOnDemand) -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.wc.admin
Fields in org.tmatesoft.svn.core.internal.wc.admin declared as SVNDepthModifier and TypeFieldDescriptionprivate SVNDepthSVNEntry.depthprivate SVNDepthSVNReporter.myDepthprivate SVNDepthSVNWCAccess.TCEntryHandler.myDepthMethods in org.tmatesoft.svn.core.internal.wc.admin that return SVNDepthMethods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNDepthModifier and TypeMethodDescriptionvoidSVNWCAccess.createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand) 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) SVNAdminArea14.createVersionedDirectory(java.io.File dir, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, boolean createMyself, SVNDepth depth) static voidSVNAdminAreaFactory.createVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) static voidSVNAdminAreaFactory.createVersionedDirectory(java.io.File path, SVNURL url, SVNURL rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) 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 voidSVNAdminArea14Factory.doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) protected voidSVNAdminArea15Factory.doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) protected voidSVNAdminArea16Factory.doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) protected abstract voidSVNAdminAreaFactory.doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) protected voidSVNXMLAdminAreaFactory.doCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) private voidSVNReporter.reportEntries(ISVNReporter reporter, SVNAdminArea adminArea, java.lang.String dirPath, long dirRevision, boolean reportAll, SVNDepth depth) voidvoidSVNWCAccess.walkEntries(java.io.File path, ISVNEntryHandler handler, boolean showHidden, boolean includeTC, SVNDepth depth) voidSVNWCAccess.walkEntries(java.io.File path, ISVNEntryHandler handler, boolean showHidden, SVNDepth depth) voidSVNAdminArea.walkThisDirectory(ISVNEntryHandler handler, boolean showHidden, SVNDepth depth) Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNDepthModifierConstructorDescriptionSVNReporter(SVNAdminAreaInfo info, java.io.File file, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, ISVNDebugLog log) TCEntryHandler(java.io.File target, SVNWCAccess wcAccess, ISVNEntryHandler delegate, SVNDepth depth) -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNDepthModifier and TypeMethodDescriptionprivate voidSVNWCClient16.addDirectory(java.io.File wcRoot, java.io.File path, SVNAdminArea parentDir, boolean force, boolean noIgnore, SVNDepth depth, boolean setDepth) voidSVNChangelistClient16.addToChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String changelist, java.lang.String[] changelists) Deprecated.private voidSVNUpdateClient16.copyVersionedDir(java.io.File from, java.io.File to, SVNRevision revision, java.lang.String eolStyle, boolean force, SVNDepth depth) private voidSVNWCClient16.crawlEntries(java.io.File path, SVNDepth depth, java.util.Collection changeLists, ISVNInfoHandler handler) voidSVNWCClient16.doAdd(java.io.File[] paths, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents) Schedules working copypathsfor addition to the repository.voidSVNWCClient16.doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean includeIgnored, boolean makeParents) Schedules a working copypathfor addition to the repository.voidSVNWCClient16.doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents) Schedules a working copypathfor addition to the repository.voidSVNChangelistClient16.doAddToChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String changelist, java.lang.String[] changelists) Adds each path inpaths(recursing todepthas necessary) tochangelist.longSVNUpdateClient16.doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions) Checks out a working copy ofurlatrevision, looked up atpegRevision, usingdstPathas the root directory of the newly checked out working copy.SVNCommitClient16.doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, SVNDepth depth, boolean combinePackets, java.lang.String[] changelists) Collects commit items (containing detailed information on each Working Copy item that was changed and need to be committed to the repository) into differentSVNCommitPackets.SVNCommitClient16.doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, SVNDepth depth, java.lang.String[] changelists) Collects commit items (containing detailed information on each Working Copy item that contains changes and need to be committed to the repository) into a singleSVNCommitPacket.SVNCommitClient16.doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, SVNProperties revisionProperties, java.lang.String[] changelists, boolean keepChangelist, boolean force, SVNDepth depth) Commits files or directories into repository.voidSVNDiffClient16.doDiff(java.io.File[] paths, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists) Iterates over the passed inpathscallingSVNDiffClient16.doDiff(File,SVNRevision,SVNRevision,SVNRevision,SVNDepth,boolean,OutputStream,Collection)for each one in the array.voidSVNDiffClient16.doDiff(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists) Produces diff output which describes the delta betweenpath1/rNandpath2/rM.voidSVNDiffClient16.doDiff(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists) Produces diff output which describes the delta betweenpath1/rNandurl2/rM.voidSVNDiffClient16.doDiff(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists) Produces diff output which describes the delta betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient16.doDiff(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists) Produces diff output which describes the delta betweenurl1/rNandpath2/rM.voidSVNDiffClient16.doDiff(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result) Produces diff output which describes the delta betweenurl1/rNandurl2/rM.voidSVNDiffClient16.doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result) Produces diff output which describes the delta betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient16.doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenpath1/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient16.doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenpath1/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient16.doDiffStatus(java.io.File path, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient16.doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenurl1/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient16.doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenurl1/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient16.doDiffStatus(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.private voidSVNDiffClient16.doDiffURLURL(SVNURL url1, java.io.File path1, SVNRevision revision1, SVNURL url2, java.io.File path2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, java.io.OutputStream result) private voidSVNDiffClient16.doDiffURLURL(SVNURL url1, java.io.File path1, SVNRevision revision1, SVNURL url2, java.io.File path2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) private voidSVNDiffClient16.doDiffURLWC(java.io.File path1, SVNRevision revision1, SVNRevision pegRevision, java.io.File path2, SVNRevision revision2, boolean reverse, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists) private voidSVNDiffClient16.doDiffURLWC(SVNURL url1, SVNRevision revision1, SVNRevision pegRevision, java.io.File path2, SVNRevision revision2, boolean reverse, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists) private voidSVNDiffClient16.doDiffWCWC(java.io.File path1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists) longSVNUpdateClient16.doExport(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean overwrite, SVNDepth depth) Exports the contents of either a subversion repository or a subversion working copy into a 'clean' directory (meaning a directory with no administrative directories).longSVNUpdateClient16.doExport(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean overwrite, SVNDepth depth) Exports the contents of a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).voidSVNChangelistClient16.doGetChangeListPaths(java.util.Collection changeLists, java.util.Collection targets, SVNDepth depth, ISVNChangelistHandler handler) Gets paths belonging to the specified changelists discovered under the specified targets.voidSVNChangelistClient16.doGetChangeLists(java.io.File path, java.util.Collection changeLists, SVNDepth depth, ISVNChangelistHandler handler) Gets paths belonging to the specified changelists discovered under the specified path.private voidSVNWCClient16.doGetLocalProperty(SVNEntry entry, SVNAdminArea area, java.lang.String propName, boolean base, ISVNPropertyHandler handler, SVNDepth depth, java.util.Collection changeLists) voidSVNWCClient16.doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists) Invokeshandleron paths covered bydepthstarting with the specifiedpath.voidSVNWCClient16.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler) Invokeshandleron paths covered bydepthstarting with the specifiedpath.private voidSVNWCClient16.doGetRemoteProperty(SVNURL url, java.lang.String path, SVNRepository repos, java.lang.String propName, SVNRevision rev, SVNDepth depth, ISVNPropertyHandler handler) SVNCommitClient16.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth) Imports file or directorypathinto repository directorydstURLat HEAD revision.SVNCommitClient16.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties) Imports file or directorypathinto repository directorydstURLat HEAD revision.SVNCommitClient16.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties, ISVNFileFilter fileFilter) Imports file or directorypathinto repository directorydstURLat HEAD revision.voidSVNWCClient16.doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, java.util.Collection changeLists, ISVNInfoHandler handler) Invokeshandlerto return information aboutpathinrevision.voidSVNWCClient16.doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler) Invokeshandlerto return information abouturlinrevision.voidSVNLogClient16.doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forpathatrevision.private voidSVNLogClient16.doList(SVNRepository repos, long rev, ISVNDirEntryHandler handler, boolean fetchLocks, SVNDepth depth, int entryFields) voidSVNLogClient16.doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forurlatrevision.voidSVNDiffClient16.doMerge(java.io.File path1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges changes frompath1/revision1topath2/revision2into the working-copy pathdstPath.voidSVNDiffClient16.doMerge(java.io.File path1, SVNRevision pegRevision, java.util.Collection rangesToMerge, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges the changes betweenpath1in peg revisionpegRevision, as it changed between the ranges described inrangesToMerge.voidSVNDiffClient16.doMerge(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges changes frompath1/revision1tourl2/revision2into the working-copy pathdstPath.voidSVNDiffClient16.doMerge(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges changes fromurl1/revision1topath2/revision2into the working-copy pathdstPath.voidSVNDiffClient16.doMerge(SVNURL url1, SVNRevision pegRevision, java.util.Collection rangesToMerge, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges the changes betweenurl1in peg revisionpegRevision, as it changed between the ranges described inrangesToMerge.voidSVNDiffClient16.doMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges changes fromurl1/revision1tourl2/revision2into the working-copy pathdstPath.private longSVNUpdateClient16.doRemoteExport(SVNRepository repository, long revNumber, java.io.File dstPath, java.lang.String eolStyle, boolean force, SVNDepth depth) voidSVNChangelistClient16.doRemoveFromChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String[] changelists) Removes each path inpaths(recursing todepthas necessary) from changelists to which they are currently assigned.voidSVNWCClient16.doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, boolean resolveTree, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient16.doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient16.doResolve(java.io.File path, SVNDepth depth, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidRestores the pristine version of working copypaths, effectively undoing any local mods.private booleanSVNWCClient16.doRevert(java.io.File path, SVNAdminArea parent, SVNDepth depth, boolean useCommitTimes, java.util.Collection changeLists) voidSVNWCClient16.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists) SetspropNametopropValueonpath.voidSVNWCClient16.doSetProperty(java.io.File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists) Crawls the working copy atpathand callsISVNPropertyValueProvider.providePropertyValues(java.io.File,org.tmatesoft.svn.core.SVNProperties)to get properties to be change on each path being traversedlongSVNStatusClient16.doStatus(java.io.File path, SVNRevision revision, SVNDepth depth, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler, java.util.Collection changeLists) Given apathto a working copy directory (or single file), callshandlerwith a set ofSVNStatusobjects which describe the status of thepath, and its children (recursing according todepth).longSVNUpdateClient16.doSwitch(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Switches working treepathtourl\pegRevisionatrevision.private longSVNUpdateClient16.doSwitchImpl(SVNWCAccess wcAccess, java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) long[]SVNUpdateClient16.doUpdate(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Updates working treespathstorevision.longSVNUpdateClient16.doUpdate(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Updates working copytorevision.private intSVNDiffClient16.getAdminDepth(SVNDepth depth) voidSVNChangelistClient16.getChangeListPaths(java.util.Collection changeLists, java.util.Collection targets, SVNDepth depth, ISVNChangelistHandler handler) Deprecated.voidSVNChangelistClient16.getChangeLists(java.io.File path, java.util.Collection changeLists, SVNDepth depth, ISVNChangelistHandler handler) Deprecated.protected intSVNBasicDelegate.getLevelsToLockFromDepth(SVNDepth depth) private voidSVNUpdateClient16.handleExternals(SVNWCAccess wcAccess, java.io.File root, java.util.Map oldExternals, java.util.Map newExternals, java.util.Map depths, SVNURL fromURL, SVNURL rootURL, SVNDepth requestedDepth, boolean isExport, boolean updateUnchanged) private booleanSVNCommitClient16.importDir(SVNDeltaGenerator deltaGenerator, java.io.File dir, java.lang.String importPath, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.lang.String>> versionedAutoProperties, ISVNFileFilter fileFilter, ISVNEditor editor) private static voidSVNLogClient16.list(SVNRepository repository, java.lang.String path, long rev, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) private voidSVNWCClient16.pushDirInfo(SVNRepository repos, SVNRevision rev, java.lang.String path, SVNURL root, java.lang.String uuid, SVNURL url, java.util.Map locks, SVNDepth depth, ISVNInfoHandler handler) voidSVNChangelistClient16.removeFromChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String[] changelists) Deprecated.private voidSVNChangelistClient16.setChangelist(java.io.File[] paths, java.lang.String changelistName, java.lang.String[] changelists, SVNDepth depth) private longSVNUpdateClient16.update(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky, boolean sendCopyFrom) -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNDepthModifier and TypeFieldDescriptionprivate SVNDepthSVNUpdateEditor17.DirectoryBaton.ambientDepthSVNAmbientDepthFilterEditor17.AmbientReadInfo.depthprivate SVNDepthSVNDiffEditor17.depthprivate SVNDepthSVNDiffEditor17.SVNDirectoryInfo.depthprivate SVNDepthSVNRemoteStatusEditor17.DirectoryInfo.depthprivate SVNDepthSVNReporter17.depth(package private) SVNDepthSVNAmbientDepthFilterEditor17.DirBaton.myAmbientDepthprotected SVNDepthSVNStatusEditor17.myDepthprivate SVNDepthSVNUpdateEditor17.myRequestedDepthSVNWCContext.ObstructionData.parentDepthMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNDepthModifier and TypeMethodDescriptionSVNStatusEditor17.getDepth()SVNWCContext.getNodeDepth(java.io.File localAbsPath) Methods in org.tmatesoft.svn.core.internal.wc17 that return types with arguments of type SVNDepthModifier and TypeMethodDescriptionjava.util.Map<java.io.File,SVNDepth> SVNExternalsStore.getDepths()Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNDepthModifier and TypeMethodDescriptionvoidjava.util.List<SVNWCContext.CommittableExternalInfo>SVNWCContext.committableExternalsBelow(java.util.List<SVNWCContext.CommittableExternalInfo> externals, java.io.File localAbsPath, SVNDepth depth) private SVNDiffEditor17.SVNDirectoryInfoSVNDiffEditor17.createDirInfo(SVNDiffEditor17.SVNDirectoryInfo parent, java.lang.String path, boolean added, SVNDepth depth) static ISVNUpdateEditorSVNUpdateEditor17.createUpdateEditor(SVNWCContext context, long targetRevision, java.io.File anchorAbspath, java.lang.String targetName, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNProperties>> inheritableProperties, boolean useCommitTimes, SVNURL switchURL, SVNDepth depth, boolean depthIsSticky, boolean allowUnversionedObstructions, boolean addsAsModifications, boolean serverPerformsFiltering, boolean cleanCheckout, ISVNDirFetcher dirFetcher, SVNExternalsStore externalsStore, java.lang.String[] preservedExtensions, ISVNConflictHandler conflictHandler) static ISVNUpdateEditorSVNUpdateEditor17.createUpdateEditor(SVNWCContext wcContext, java.io.File anchorAbspath, java.lang.String target, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNProperties>> inheritableProperties, SVNURL reposRoot, SVNURL switchURL, SVNExternalsStore externalsStore, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExts, ISVNDirFetcher dirFetcher) private voidSVNWCContext.cropChildren(java.io.File localAbspath, SVNDepth depth) voidvoidSVNLogClient17.doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forpathatrevision.voidSVNLogClient17.doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forurlatrevision.protected voidSVNStatusEditor17.getDirStatus(java.io.File localAbsPath, java.lang.String selected, boolean skipThisDir, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo dirInfo, SVNFileType fileType, java.util.Collection<java.lang.String> ignorePatterns, SVNDepth depth, boolean getAll, boolean noIgnore, ISvnObjectReceiver<SvnStatus> handler) private voidSVNRemoteStatusEditor17.handleStatii(ISVNWCDb.WCDbRepositoryInfo reposInfo, java.util.Map<java.io.File, SvnStatus> statii, boolean dirWasDeleted, SVNDepth depth) voidSVNWCContext.initializeWC(java.io.File localAbspath, SVNURL url, SVNURL repositoryRoot, java.lang.String uuid, long revision, SVNDepth depth, int targetWorkingCopyFormat) private voidSVNWCContext.initWC(java.io.File localAbspath, java.io.File reposRelpath, SVNURL repositoryRoot, java.lang.String uuid, long revNumber, SVNDepth depth, int workingCopyFormat) static booleanSVNWCUtils.isRecursiveDepth(SVNDepth depth) Return a recursion boolean based on @a depth.voidSVNStatusReporter17.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) voidSVNWCContext.nodeWalkChildren(java.io.File localAbspath, SVNWCContext.ISVNWCNodeHandler nodeHandler, boolean showHidden, SVNDepth walkDepth, java.util.Collection<java.lang.String> changelists) private voidSVNWCContext.recursiveResolveConflict(java.io.File localAbsPath, SVNDepth depth, boolean resolveText, java.lang.String resolveProps, boolean resolveTree, SVNConflictChoice conflictChoice, ISVNConflictHandler conflictHandler) private voidSVNReporter17.reportRevisionsAndDepths(SVNWCDbRoot root, java.io.File dirPath, java.io.File dirLocalRelPath, java.io.File reportRelPath, long dirRev, java.io.File dirReposRelPath, SVNURL dirReposRoot, SVNDepth dirDepth, ISVNReporter reporter, boolean restoreFiles, SVNDepth depth, boolean reportEverything) voidSVNWCContext.resolvedConflict(java.io.File localAbsPath, SVNDepth depth, boolean resolveText, java.lang.String resolveProps, boolean resolveTree, SVNConflictChoice conflictChoice) voidSVNStatusReporter17.setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) private voidSVNWCContext.walkerHelper(java.io.File dirAbspath, SVNWCContext.ISVNWCNodeHandler nodeHandler, boolean showHidden, SVNDepth depth, java.util.Collection<java.lang.String> changelists) voidSVNStatusEditor17.walkStatus(java.io.File localAbsPath, SVNDepth depth, boolean getAll, boolean noIgnore, boolean ignoreTextMods, java.util.Collection<java.lang.String> ignorePatterns) Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNDepthModifierConstructorDescriptionSVNDiffEditor17(SVNWCContext wcContext, java.io.File workingCopyRoot, java.io.File localTarget, SVNDepth depth, boolean compareToBase, boolean reverseDiff, ISvnDiffCallback diffCallback, boolean useAncestry, java.util.Collection<java.lang.String> changeLists, boolean diffUnversioned, boolean diffCopiedAsAdded) SVNRemoteStatusEditor17(java.io.File anchorAbsPath, java.lang.String targetBaseName, SVNWCContext wcContext, ISVNOptions options, boolean includeIgnored, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> realHandler) SVNReporter17(java.io.File path, SVNWCContext wcContext, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, boolean isUseCommitTimes, ISVNDebugLog log) SVNStatusEditor17(java.io.File path, SVNWCContext wcContext, ISVNOptions options, boolean noIgnore, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> handler) SVNUpdateEditor17(SVNWCContext wcContext, java.io.File anchorAbspath, java.lang.String targetBasename, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNProperties>> inheritableProperties, SVNURL reposRootUrl, java.lang.String reposUuid, SVNURL switchURL, SVNExternalsStore externalsStore, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExts, ISVNDirFetcher dirFetcher) -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNDepthModifier and TypeFieldDescriptionISVNWCDb.SVNWCDbInfo.depthISVNWCDb.WCDbBaseInfo.depthISVNWCDb.WCDbInfo.depthprivate SVNDepthSVNWCDb.BumpRevisionPostUpdate.depthSVNWCDb.InsertBase.depthSVNWCDb.InsertWorking.depth(package private) SVNDepthSvnWcDbChangelist.Changelist.depthMethods in org.tmatesoft.svn.core.internal.wc17.db that return SVNDepthModifier and TypeMethodDescriptionstatic SVNDepthSvnWcDbStatementUtil.getColumnDepth(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static SVNDepthSvnWcDbStatementUtil.parseDepth(java.lang.String depthStr) Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNDepthModifier and TypeMethodDescriptionvoidISVNWCDb.addBaseDirectory(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.util.List<java.io.File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, java.util.Map<java.lang.String, SVNProperties> iprops, SVNSkel workItems) Add or replace a directory in the BASE tree.voidSVNWCDb.addBaseDirectory(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.util.List<java.io.File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, java.util.Map<java.lang.String, SVNProperties> iprops, SVNSkel workItems) private voidSVNWCDb.BumpRevisionPostUpdate.bumpMovedAway(SVNWCDbRoot wcRoot, java.io.File localRelPath, int opDepth, java.util.Set<java.io.File> srcDone, SVNDepth depth, ISVNWCDb db) private voidSVNWCDb.BumpRevisionPostUpdate.bumpMovedAway(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNDepth depth, SVNWCDb db) private voidSVNWCDb.BumpRevisionPostUpdate.bumpNodeRevision(SVNWCDbRoot root, java.io.File wcRoot, java.io.File localRelPath, long reposId, java.io.File newReposRelPath, long newRevision, SVNDepth depth, java.util.Collection<java.io.File> exludedRelPaths, boolean isRoot, boolean skipWhenDir) private static java.util.Collection<SvnWcDbProperties.Properties>SvnWcDbProperties.cacheProperties(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists) protected static java.util.Collection<SvnWcDbShared.Target>SvnWcDbShared.collectTargets(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, java.util.Collection<java.lang.String> changelists) static voidSvnWcDbCopy.copyDir(SVNWCDbDir pdh, java.io.File localRelpath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) private booleanSVNWCDb.BumpRevisionPostUpdate.depthSufficientToBump(java.io.File localRelPath, SVNWCDbRoot wcRoot, SVNDepth depth) private voidSVNWCDb.flushEntries(SVNWCDbRoot wcRoot, java.io.File localAbsPath, SVNDepth depth) static java.util.Map<java.io.File,java.io.File> SvnWcDbProperties.getInheritedPropertiesNodes(SVNWCDbRoot root, java.io.File localRelPath, SVNDepth depth) voidISVNWCDb.init(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long initialRev, SVNDepth depth, int workingCopyFormat) Initialize the SqlDB for LOCAL_ABSPATH, which should be a working copy path.voidSVNWCDb.init(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long initialRev, SVNDepth depth, int workingCopyFormat) voidISVNWCDb.opBumpRevisionPostUpdate(java.io.File localAbsPath, SVNDepth depth, java.io.File newReposRelPath, SVNURL newReposRootURL, java.lang.String newReposUUID, long newRevision, java.util.Collection<java.io.File> excludedPaths, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNProperties>> inheritableProperties, ISVNEventHandler eventHandler) voidSVNWCDb.opBumpRevisionPostUpdate(java.io.File localAbsPath, SVNDepth depth, java.io.File newReposRelPath, SVNURL newReposRootURL, java.lang.String newReposUUID, long newRevision, java.util.Collection<java.io.File> excludedPaths, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNProperties>> inheritableProperties, ISVNEventHandler eventHandler) voidISVNWCDb.opCopyDir(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) Record a copy at LOCAL_ABSPATH from a repository directory.voidSVNWCDb.opCopyDir(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) voidvoidvoidISVNWCDb.opSetChangelist(java.io.File localAbsPath, java.lang.String changelistName, java.lang.String[] changeLists, SVNDepth depth, ISVNEventHandler handler) use NULL to remove from a changelist.voidSVNWCDb.opSetChangelist(java.io.File localAbspath, java.lang.String changelistName, java.lang.String[] changeLists, SVNDepth depth, ISVNEventHandler eventHandler) voidISVNWCDb.opSetDirDepthTemp(java.io.File localAbspath, SVNDepth requestedDepth) voidSVNWCDb.opSetDirDepthTemp(java.io.File localAbspath, SVNDepth depth) voidISVNWCDb.opSetNewDirToIncompleteTemp(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootURL, java.lang.String reposUuid, long revision, SVNDepth depth, boolean insertBaseDeleted, boolean deleteWorking, SVNSkel conflict, SVNSkel workItems) voidSVNWCDb.opSetNewDirToIncompleteTemp(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootURL, java.lang.String reposUuid, long revision, SVNDepth depth, boolean insertBaseDeleted, boolean deleteWorking, SVNSkel conflict, SVNSkel workItems) voidSVNWCDb.readPropertiesRecursively(java.io.File localAbsPath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver) static voidSvnWcDbProperties.readPropertiesRecursively(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver) static voidSvnWcDbChangelist.setChangelist(SVNWCDbRoot root, java.io.File localRelPath, java.lang.String changelistName, java.lang.String[] changeLists, SVNDepth depth, ISVNEventHandler eventHandler) private voidSVNWCDb.updateDepthValues(java.io.File localAbspath, SVNWCDbDir pdh, java.io.File localRelpath, SVNDepth depth) -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.wc17.db.statement
Fields in org.tmatesoft.svn.core.internal.wc17.db.statement declared as SVNDepthModifier and TypeFieldDescriptionprivate SVNDepthSVNWCDbCollectTargets.depthprivate SVNDepthSVNWCDbSelectIPropsNode.depthMethods in org.tmatesoft.svn.core.internal.wc17.db.statement that return SVNDepthMethods in org.tmatesoft.svn.core.internal.wc17.db.statement with parameters of type SVNDepthModifier and TypeMethodDescriptionprivate voidvoidConstructors in org.tmatesoft.svn.core.internal.wc17.db.statement with parameters of type SVNDepthModifierConstructorDescriptionSVNWCDbCollectTargets(SVNSqlJetDb sDb, long wcId, java.io.File target, SVNDepth depth, java.util.Collection<java.lang.String> changelists) -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SVNDepthModifier and TypeFieldDescriptionprivate SVNDepthSvnDiffEditor.depthprivate SVNDepthSvnDiffEditor.Entry.depthSvnNgCommitUtil.CommitStatusWalker.depthprivate SVNDepthSvnNgMergeDriver.FindOperativeSubtreeRevisions.depthMethods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNDepthModifier and TypeMethodDescriptionprivate SVNDepthSvnNgDiff.getDiffDepth(SVNDepth depth) private static SVNDepthSvnNgDiffUtil.getDiffDepth(SVNDepth depth) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNDepthModifier and TypeMethodDescriptionprotected voidSvnNgAdd.add(java.io.File localAbsPath, SVNDepth depth, SVNURL copyFromUrl, long copyFromRevision, boolean fireEvent) private voidSvnNgAdd.addDirectory(java.io.File path, SVNDepth depth, boolean refreshIgnores) private voidSvnNgCommit.appendExternalsAsExplicitTargets(java.util.Collection<java.lang.String> targets, java.io.File baseAbsPath, boolean includeFileExternals, boolean includeDirectoryExternals, SVNDepth depth, SVNWCContext context) private static voidSvnNgDiffUtil.arbitraryDiffThisDir(SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, java.io.File localAbsPath, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private static voidSvnNgCommitUtil.bailOnTreeConflictedChildren(SVNWCContext context, java.io.File localAbsPath, SVNNodeKind kind, SVNDepth depth, java.util.Collection<java.lang.String> changelistsSet) private booleanSvnNgMergeDriver.calculateMergeInheritance(SVNMergeRangeList rangeList, java.io.File localAbsPath, boolean wcPathIsMergeTarget, boolean wcPathHasMissingChild, SVNDepth depth) protected longSvnNgAbstractUpdate.checkout(SVNURL url, java.io.File localAbspath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean sleepForTimestamp, int targetWorkingCopyFormat) private voidSvnNgReposToWcCopy.copyForeign(SVNURL url, java.io.File dstAbsPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean makeParents, boolean alreadyLocked) private voidSvnNgReposToWcCopy.copyForeignDir(SVNRepository repository, long locRev, java.io.File dstAbsPath, SVNDepth depth) private voidSvnNgExport.copyVersionedDir(java.io.File from, java.io.File to, SVNRevision revision, java.lang.String eolStyle, boolean ignoreKeywords, boolean force, SVNDepth depth) static SvnNgRemoteDiffEditorSvnNgRemoteDiffEditor.createEditor(SVNWCContext context, java.io.File target, SVNDepth depth, SVNRepository repository, long revision, boolean walkDeletedDirs, boolean dryRun, boolean pureRemoteDiff, ISvnDiffCallback diffCallback, ISVNEventHandler handler) protected static voidSvnNgDiffUtil.diffBaseOnlyDirectory(java.io.File localAbsPath, java.io.File relPath, long revision, SVNDepth depth, ISVNWCDb db, ISvnDiffCallback2 callback) protected static voidSvnNgDiffUtil.diffLocalOnlyDirectory(java.io.File localAbsPath, java.io.File relPath, SVNDepth depth, java.util.Collection<java.lang.String> changelists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback) private static voidSvnNgDiffUtil.doArbitraryDirsDiff(java.io.File localAbsPath1, java.io.File localAbsPath2, java.io.File rootAbsPath1, java.io.File rootAbsPath2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) static voidSvnNgDiffUtil.doArbitraryNodesDiff(SvnTarget target1, SvnTarget target2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private voidSvnNgDiffSummarize.doDiff(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) private voidSvnNgDiffSummarize.doDiffReposRepos(SVNURL url1, java.io.File path1, SVNRevision revision1, SVNURL url2, java.io.File path2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) private voidSvnNgDiffSummarize.doDiffReposWC(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNRevision pegRevision, boolean reverse, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) static voidSvnNgDiffUtil.doDiffSummarizeReposWC(SvnTarget target1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget target2, SVNRevision revision2, boolean reverse, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, boolean useGitDiffFormat, SVNDepth depth, boolean useAncestry, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, ISvnDiffGenerator generator, ISVNDiffStatusHandler handler, ISVNCanceller canceller) private voidSvnNgDiffSummarize.doDiffURL(SVNURL url, java.io.File path, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) private voidSvnNgDiffSummarize.doDiffWCWC(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) static voidSvnNgDiffUtil.doDiffWCWC(java.io.File localAbsPath, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, SVNDepth depth, boolean useAncestry, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, boolean useGitDiffFormat, ISvnDiffGenerator generator, ISvnDiffCallback callback, ISVNCanceller canceller) protected SvnSingleRangeConflictReportSvnNgMergeDriver.doDirectoryMerge(java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> resultCatalog, SvnNgMergeDriver.MergeSource source, java.io.File targetAbsPath, SVNURL sourceRootUrl, ISvnDiffCallback2 processor, SVNDepth depth, boolean squelchMergeinfoNotifications) protected SvnNgMergeDriver.MergeDataSvnNgMergeDriver.doMerge(java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> resultCatalog, java.util.List<SvnNgMergeDriver.MergeSource> mergeSources, java.io.File targetAbsPath, SVNRepository sourceRepository, boolean sourcesRelated, boolean sameRepository, boolean ignoreMergeInfo, boolean diffIgnoreAncestry, boolean forceDelete, boolean dryRun, boolean recordOnly, java.util.Collection<java.io.File> recordOnlyPaths, boolean reintegrateMerge, boolean squelcheMergeInfoNotifications, SVNDepth depth, SVNDiffOptions diffOptions) protected SvnSingleRangeConflictReportSvnNgMergeDriver.doMergeInfoAwareDirectoryMerge(java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> resultCatalog, SvnNgMergeDriver.MergeSource source, java.io.File targetPath, SVNURL sourceRootUrl, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SVNDepth depth, boolean squelchMergeinfoNotifications, ISvnDiffCallback2 processor) protected SvnSingleRangeConflictReportSvnNgMergeDriver.doMergeInfoUnawareDirectoryMerge(SvnNgMergeDriver.MergeSource source, java.io.File targetPath, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SVNDepth depth) protected longSvnNgAbstractUpdate.doSwitch(java.io.File localAbsPath, SVNURL switchUrl, SVNRevision revision, SVNRevision pegRevision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean ignoreAncestry, boolean sleepForTimestamp) private voidSvnNgMergeDriver.driveMergeReportEditor(java.io.File targetAbsPath, SvnNgMergeDriver.MergeSource source, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, ISvnDiffCallback2 processor, SVNDepth depth) SvnNgMergeDriver.driveMergeReportEditor(java.io.File targetWCPath, SVNURL url1, long revision1, SVNURL url2, long revision2, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SVNDepth depth, ISvnDiffCallback2 mergeCallback) private voidSvnNgMergeDriver.flagSubTreesNeedingMergeInfo(boolean operativeMerge, SVNMergeRange mergeRange, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, java.io.File mergeInfoPath, SVNDepth depth) private SVNDepthSvnNgDiff.getDiffDepth(SVNDepth depth) private static SVNDepthSvnNgDiffUtil.getDiffDepth(SVNDepth depth) static java.util.Map<java.io.File,java.util.Map<java.lang.String, SVNProperties>> SvnNgInheritableProperties.getInheritalbeProperites(SVNWCContext context, SVNRepository repository, java.io.File localAbsPath, long revision, SVNDepth depth) private java.util.Map<java.io.File,SvnNgMergeDriver.MergePath> SvnNgMergeDriver.getMergeInfoPaths(java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, java.io.File targetAbsPath, SVNDepth depth, boolean dryRun, boolean sameRepos) private java.util.Map<java.io.File,java.lang.String> SvnNgMergeDriver.getOperativeImmediateChildren(java.io.File mergeSourceFsPath, long oldestRevision, long youngestRevision, java.io.File mergeTargetAbsPath, SVNDepth depth, SVNRepository repository) private java.util.TreeMap<java.io.File,java.util.Map<java.lang.String, SVNMergeRangeList>> SvnNgMergeDriver.getWcExplicitMergeInfoCatalog(java.io.File targetAbsPath, SVNDepth depth) protected voidSvnNgAbstractUpdate.handleExternals(java.util.Map<java.io.File, java.lang.String> newExternals, java.util.Map<java.io.File, SVNDepth> ambientDepths, SVNURL anchorUrl, java.io.File targetAbspath, SVNURL reposRoot, SVNDepth requestedDepth, boolean sleepForTimestamp) private voidSvnNgAbstractUpdate.handleExternalsChange(SVNURL reposRoot, java.io.File externalPath, java.lang.String externalDefinition, java.util.Map<java.io.File, java.io.File> oldExternals, SVNDepth ambientDepth, SVNDepth requestedDepth) static voidSvnNgCommitUtil.harvestCommittables(SVNWCContext context, java.io.File localAbsPath, SvnCommitPacket committables, java.util.Map<SVNURL, java.lang.String> lockTokens, SVNURL repositoryRootUrl, java.io.File copyModeRelPath, boolean copyModeRoot, SVNDepth depth, boolean justLocked, java.util.Collection<java.lang.String> changelists, java.util.Map<java.io.File, java.io.File> danglers, boolean skipFiles, boolean skipDirs, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File, java.lang.String> externalsStorage, ISVNEventHandler eventHandler) static SvnCommitPacketSvnNgCommitUtil.harvestCommittables(SVNWCContext context, SvnCommitPacket packet, java.util.Map<SVNURL, java.lang.String> lockTokens, java.io.File baseDirPath, java.util.Collection<java.lang.String> targets, int depthEmptyStart, SVNDepth depth, boolean justLocked, java.util.Collection<java.lang.String> changelists, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File, java.lang.String> externalsStorage) private voidSvnNgMergeDriver.insertParentAndSiblingsOfAbsentDelSubtree(java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SvnNgMergeDriver.MergePath child, SVNDepth depth) private booleanSvnNgGetInfo.isDepthIncludes(java.io.File rootPath, SVNDepth depth, java.io.File childPath, SVNNodeKind childKind) SvnNgMergeDriver.mergeCousinsAndSupplementMergeInfo(java.io.File targetWCPath, SVNRepository repository1, SVNRepository repository2, SVNURL url1, long rev1, SVNURL url2, long rev2, long youngestCommonRev, SVNURL sourceReposRoot, SVNURL wcReposRoot, SVNDepth depth, boolean ignoreMergeInfo, boolean ignoreAncestry, boolean forceDelete, boolean recordOnly, boolean dryRun) private voidSvnNgMergeDriver.recordMergeInfoForAddedSubtrees(SVNMergeRange range, java.lang.String mergeInfoPath, SVNDepth depth, boolean squelchMergeinfoNotifications, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo) protected voidSvnNgMergeDriver.recordMergeInfoForDirectoryMerge(java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> resultCatalog, SVNMergeRange mergeRange, java.lang.String mergeInfoPath, SVNDepth depth, boolean squelchMergeinfoNotifications, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo) static voidSvnNgRevert.restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier) static voidSvnNgRevert.restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier, java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved) private voidprivate voidSvnNgRevert.revert(java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, java.util.Collection<java.lang.String> changelists) private voidSvnNgRevert.revertChangelist(java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, java.util.Collection<java.lang.String> changelists) static voidSvnNgPropertiesManager.setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, java.util.Collection<java.lang.String> changelists) static voidSvnNgPropertiesManager.setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists) static voidSvnNgPropertiesManager.setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, ISvnPropertyValueProvider pvProvider, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists) protected longSvnNgAbstractUpdate.switchInternal(java.io.File localAbsPath, java.io.File anchor, SVNURL switchUrl, SVNRevision revision, SVNRevision pegRevision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean ignoreAncestry, boolean sleepForTimestamp) protected longSvnNgAbstractUpdate.update(SVNWCContext wcContext, java.io.File localAbspath, SVNRevision revision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean addsAsMoodifications, boolean makeParents, boolean innerUpdate, boolean sleepForTimestamp) protected longSvnNgAbstractUpdate.updateInternal(SVNWCContext wcContext, java.io.File localAbspath, java.io.File anchorAbspath, SVNRevision revision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean addsAsMoodifications, boolean sleepForTimestamp, boolean notifySummary, ISVNConflictHandler conflictHandler) private voidSvnDiffEditor.walkLocalNodesDiff(java.io.File localAbspath, java.lang.String path, SVNDepth depth, java.util.Set<java.lang.String> compared) Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNDepthModifierConstructorDescriptionEntry(boolean file, java.lang.String path, SvnDiffEditor.Entry parent, boolean added, SVNDepth depth, java.io.File localAbspath) privateFindOperativeSubtreeRevisions(java.util.Map<java.io.File, java.lang.String> operativeChildren, SVNWCContext context, java.io.File mergeSourceFsPath, java.io.File mergeTargetAbsPath, SVNDepth depth) SvnDiffEditor(java.io.File anchorAbspath, java.lang.String target, ISvnDiffCallback callback, SVNDepth depth, SVNWCContext context, boolean reverseOrder, boolean useTextBase, boolean showCopiesAsAdds, boolean ignoreAncestry, java.util.Collection<java.lang.String> changelists, boolean useGitDiffFormat, ISVNCanceller canceller) -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.wc2.old
Fields in org.tmatesoft.svn.core.internal.wc2.old declared as SVNDepth -
Uses of SVNDepth in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNDepthModifier and TypeMethodDescriptionprivate voidSvnRemoteList.doList(SVNRepository repos, long rev, ISVNDirEntryHandler handler, boolean fetchLocks, SVNDepth depth, int entryFields, SVNURL externalParentUrl, java.lang.String externalTarget) private static voidSvnRemoteList.list(SVNRepository repository, java.lang.String path, long rev, SVNDepth depth, int entryFields, java.util.Map<SVNURL, SVNPropertyValue> externals, SVNURL externalParentUrl, java.lang.String externalTarget, ISVNDirEntryHandler handler) private voidSvnRemoteList.listExternalItems(SVNRepository repository, SVNExternal[] externalItems, SVNURL externalParentUrl, SVNDepth depth, int entryFields, boolean fetchLocks, ISVNDirEntryHandler handler) private voidSvnRemoteList.listExternals(SVNRepository repository, java.util.Map<SVNURL, SVNPropertyValue> externals, SVNDepth depth, int entryFields, boolean fetchLocks, ISVNDirEntryHandler handler) private voidSvnRemoteGetInfo.pushDirInfo(SVNRepository repos, SVNRevision rev, java.lang.String dir, SVNURL root, java.lang.String uuid, SVNURL url, java.util.Map<java.lang.String, SVNLock> locks, SVNDepth depth) static voidSvnRemoteGetProperties.remotePropertyGet(SVNURL url, SVNNodeKind kind, java.lang.String path, SVNRepository repos, long revNumber, SVNDepth depth, ISvnObjectReceiver<SVNProperties> receiver) -
Uses of SVNDepth in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type SVNDepthModifier and TypeMethodDescriptionvoidSVNRepository.checkout(long revision, java.lang.String target, SVNDepth depth, ISVNEditor editor) Checks out a directory from a repository to definedepth.abstract voidSVNRepository.diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor) Asks this repository access object to 'diff' a working copy againsttargetRevision.voidISVNReporter.linkPath(SVNURL url, java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) Describes a local path as being at a particular revision to switch the path to a different repository location.voidISVNReporter.setPath(java.lang.String path, java.lang.String lockToken, long revision, SVNDepth depth, boolean startEmpty) Describes a working copypathas being at a particularrevisionand having depthdepth.abstract voidSVNRepository.status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) Gets status of a path to the particulardepthas a scope.abstract voidSVNRepository.update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor) Updates a path receiving changes from a repository.abstract voidSVNRepository.update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) Asks this repository access object to 'switch' a versioned tree to a newurl. -
Uses of SVNDepth in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNDepthModifier and TypeMethodDescriptionprivate PropertyData[]SVNClientImpl.properties(java.lang.String path, Revision revision, Revision pegRevision, SVNDepth depth, java.lang.String[] changelists) -
Uses of SVNDepth in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return SVNDepthMethods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNDepth -
Uses of SVNDepth in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNDepthModifier and TypeFieldDescriptionprivate SVNDepthSVNInfo.myDepthprivate SVNDepthSVNStatus.myDepthMethods in org.tmatesoft.svn.core.wc that return SVNDepthMethods in org.tmatesoft.svn.core.wc with parameters of type SVNDepthModifier and TypeMethodDescriptionvoidSVNChangelistClient.addToChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String changelist, java.lang.String[] changelists) Deprecated.voidSVNWCClient.doAdd(java.io.File[] paths, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents) Schedules working copypathsfor addition to the repository.voidSVNWCClient.doAdd(java.io.File[] paths, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents, boolean applyAutoProperties) Schedules working copypathsfor addition to the repository.voidSVNWCClient.doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean includeIgnored, boolean makeParents) Schedules a working copypathfor addition to the repository.voidSVNWCClient.doAdd(java.io.File path, boolean force, boolean mkdir, boolean climbUnversionedParents, SVNDepth depth, boolean depthIsSticky, boolean includeIgnored, boolean makeParents) Schedules a working copypathfor addition to the repository.voidSVNChangelistClient.doAddToChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String changelist, java.lang.String[] changelists) Adds each path inpaths(recursing todepthas necessary) tochangelist.longSVNUpdateClient.doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions) Checks out a working copy ofurlatrevision, looked up atpegRevision, usingdstPathas the root directory of the newly checked out working copy.SVNCommitClient.doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, SVNDepth depth, boolean combinePackets, java.lang.String[] changelists) Collects commit items (containing detailed information on each Working Copy item that was changed and need to be committed to the repository) into differentSVNCommitPackets.SVNCommitClient.doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, SVNDepth depth, java.lang.String[] changelists) Collects commit items (containing detailed information on each Working Copy item that contains changes and need to be committed to the repository) into a singleSVNCommitPacket.SVNCommitClient.doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, SVNProperties revisionProperties, java.lang.String[] changelists, boolean keepChangelist, boolean force, SVNDepth depth) Commits files or directories into repository.voidSVNDiffClient.doDiff(java.io.File[] paths, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists) Iterates over the passed inpathscallingSVNDiffClient.doDiff(File, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream, Collection)for each one in the array.voidSVNDiffClient.doDiff(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists) Produces diff output which describes the delta betweenpath1/rNandpath2/rM.voidSVNDiffClient.doDiff(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists) Produces diff output which describes the delta betweenpath1/rNandurl2/rM.voidSVNDiffClient.doDiff(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists) Produces diff output which describes the delta betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient.doDiff(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists) Produces diff output which describes the delta betweenurl1/rNandpath2/rM.voidSVNDiffClient.doDiff(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result) Produces diff output which describes the delta betweenurl1/rNandurl2/rM.voidSVNDiffClient.doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result) Produces diff output which describes the delta betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient.doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenpath1/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient.doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenpath1/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient.doDiffStatus(java.io.File path, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient.doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenurl1/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient.doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenurl1/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient.doDiffStatus(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.private voidSVNDiffClient.doDiffStatus(SvnTarget source, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) private voidSVNDiffClient.doDiffStatus(SvnTarget source1, SvnTarget source2, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) longSVNUpdateClient.doExport(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean overwrite, SVNDepth depth) Exports the contents of either a subversion repository or a subversion working copy into a 'clean' directory (meaning a directory with no administrative directories).longSVNUpdateClient.doExport(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean overwrite, SVNDepth depth) Exports the contents of a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).voidSVNChangelistClient.doGetChangeListPaths(java.util.Collection<java.lang.String> changeLists, java.util.Collection<java.io.File> targets, SVNDepth depth, ISVNChangelistHandler handler) Gets paths belonging to the specified changelists discovered under the specified targets.voidSVNChangelistClient.doGetChangeLists(java.io.File path, java.util.Collection<java.lang.String> changeLists, SVNDepth depth, ISVNChangelistHandler handler) Gets paths belonging to the specified changelists discovered under the specified path.voidSVNWCClient.doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists) Invokeshandleron paths covered bydepthstarting with the specifiedpath.voidSVNWCClient.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler) Invokeshandleron paths covered bydepthstarting with the specifiedpath.SVNCommitClient.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth) Imports file or directorypathinto repository directorydstURLat HEAD revision.SVNCommitClient.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties) Imports file or directorypathinto repository directorydstURLat HEAD revision.voidSVNWCClient.doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, java.util.Collection<java.lang.String> changeLists, ISVNInfoHandler handler) Invokeshandlerto return information aboutpathinrevision.voidSVNWCClient.doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler) Invokeshandlerto return information abouturlinrevision.voidSVNLogClient.doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forpathatrevision.voidSVNLogClient.doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forurlatrevision.voidSVNDiffClient.doMerge(java.io.File path1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges changes frompath1/revision1topath2/revision2into the working-copy pathdstPath.voidSVNDiffClient.doMerge(java.io.File path1, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> rangesToMerge, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges the changes betweenpath1in peg revisionpegRevision, as it changed between the ranges described inrangesToMerge.voidSVNDiffClient.doMerge(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges changes frompath1/revision1tourl2/revision2into the working-copy pathdstPath.voidSVNDiffClient.doMerge(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges changes fromurl1/revision1topath2/revision2into the working-copy pathdstPath.voidSVNDiffClient.doMerge(SVNURL url1, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> rangesToMerge, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges the changes betweenurl1in peg revisionpegRevision, as it changed between the ranges described inrangesToMerge.voidSVNDiffClient.doMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges changes fromurl1/revision1tourl2/revision2into the working-copy pathdstPath.voidSVNChangelistClient.doRemoveFromChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String[] changelists) Removes each path inpaths(recursing todepthas necessary) from changelists to which they are currently assigned.voidSVNWCClient.doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, boolean resolveTree, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient.doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient.doResolve(java.io.File path, SVNDepth depth, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient.doRevert(java.io.File[] paths, SVNDepth depth, java.util.Collection<java.lang.String> changeLists) Restores the pristine version of working copypaths, effectively undoing any local mods.voidSVNWCClient.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists) SetspropNametopropValueonpath.voidSVNWCClient.doSetProperty(java.io.File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists) Crawls the working copy atpathand callsISVNPropertyValueProvider.providePropertyValues(java.io.File, org.tmatesoft.svn.core.SVNProperties)to get properties to be change on each path being traversedlongSVNStatusClient.doStatus(java.io.File path, SVNRevision revision, SVNDepth depth, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler, java.util.Collection<java.lang.String> changeLists) Given apathto a working copy directory (or single file), callshandlerwith a set ofSVNStatusobjects which describe the status of thepath, and its children (recursing according todepth).longSVNUpdateClient.doSwitch(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Switches working treepathtourl\pegRevisionatrevision.longSVNUpdateClient.doSwitch(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky, boolean ignoreAncestry) long[]SVNUpdateClient.doUpdate(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Updates working treespathstorevision.long[]SVNUpdateClient.doUpdate(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky, boolean makeParents) longSVNUpdateClient.doUpdate(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Updates working copytorevision.voidSVNChangelistClient.getChangeListPaths(java.util.Collection<java.lang.String> changeLists, java.util.Collection<java.io.File> targets, SVNDepth depth, ISVNChangelistHandler handler) voidSVNChangelistClient.getChangeLists(java.io.File path, java.util.Collection<java.lang.String> changeLists, SVNDepth depth, ISVNChangelistHandler handler) Deprecated.voidSVNChangelistClient.removeFromChangelist(java.io.File[] paths, SVNDepth depth, java.lang.String[] changelists) Deprecated.voidConstructors in org.tmatesoft.svn.core.wc with parameters of type SVNDepthModifierConstructorDescriptionSVNInfo(java.io.File file, SVNURL url, SVNURL rootURL, long revision, SVNNodeKind kind, java.lang.String uuid, long committedRevision, java.lang.String committedDate, java.lang.String author, java.lang.String schedule, SVNURL copyFromURL, long copyFromRevision, java.lang.String textTime, java.lang.String propTime, java.lang.String checksum, java.lang.String conflictOld, java.lang.String conflictNew, java.lang.String conflictWorking, java.lang.String propRejectFile, SVNLock lock, SVNDepth depth, java.lang.String changelistName, long wcSize, SVNTreeConflictDescription treeConflict) SVNInfo(java.lang.String path, SVNURL url, SVNRevision revision, SVNNodeKind kind, java.lang.String uuid, SVNURL reposRootURL, long comittedRevision, java.util.Date date, java.lang.String author, SVNLock lock, SVNDepth depth, long size) -
Uses of SVNDepth in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SVNDepthModifier and TypeFieldDescriptionprivate SVNDepthSvnOperation.depthprivate SVNDepthSvnStatus.depthprivate SVNDepthSvnWorkingCopyInfo.depthMethods in org.tmatesoft.svn.core.wc2 that return SVNDepthModifier and TypeMethodDescriptionSvnOperation.getDepth()Gets the limit of the operation by depth.SvnStatus.getDepth()Returns the local item's depth.SvnWorkingCopyInfo.getDepth()Returns the local item's depth.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNDepth
SVNChangelistClient16.doAddToChangelist(File[],SVNDepth,String,String[])instead