Uses of Class
org.tmatesoft.svn.core.wc.SVNRevisionRange
Packages that use SVNRevisionRange
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of SVNRevisionRange in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return SVNRevisionRangeModifier and TypeMethodDescriptionstatic SVNRevisionRangeJavaHLObjectFactory.getSVNRevisionRange(RevisionRange revisionRange) -
Uses of SVNRevisionRange in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return SVNRevisionRangeModifier and TypeMethodDescriptionstatic SVNRevisionRangeSvnCodec.revisionRange(SvnRevisionRange range) Methods in org.tmatesoft.svn.core.internal.wc2.compat that return types with arguments of type SVNRevisionRangeModifier and TypeMethodDescriptionstatic java.util.Collection<SVNRevisionRange>SvnCodec.oldRevisionRanges(java.util.Collection<SvnRevisionRange> ranges) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNRevisionRangeModifier and TypeMethodDescriptionstatic SvnRevisionRangeSvnCodec.revisionRange(SVNRevisionRange range) Method parameters in org.tmatesoft.svn.core.internal.wc2.compat with type arguments of type SVNRevisionRangeModifier and TypeMethodDescriptionstatic java.util.Collection<SvnRevisionRange>SvnCodec.revisionRanges(java.util.Collection<SVNRevisionRange> ranges) -
Uses of SVNRevisionRange in org.tmatesoft.svn.core.internal.wc2.ng
Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SVNRevisionRangeModifier and TypeMethodDescriptionjava.util.List<SvnNgMergeDriver.MergeSource>SvnNgMergeDriver.normalizeMergeSources(SvnTarget source, SVNURL sourceURL, SVNURL sourceRootURL, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> rangesToMerge, SVNRepository repository) -
Uses of SVNRevisionRange in org.tmatesoft.svn.core.wc
Method parameters in org.tmatesoft.svn.core.wc with type arguments of type SVNRevisionRangeModifier and TypeMethodDescriptionvoidSVNLogClient.doLog(java.io.File[] paths, java.util.Collection<SVNRevisionRange> revisionRanges, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Invokeshandleron each log message from the givenrevisionRangesin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient.doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> revisionRanges, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Invokeshandleron each log message from the givenin turn, inclusive (but never invokeshandleron a given log message more than once).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(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.