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 SVNRevisionRange
JavaHLObjectFactory.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 SVNRevisionRange
SvnCodec.revisionRange
(SvnRevisionRange range) Methods in org.tmatesoft.svn.core.internal.wc2.compat that return types with arguments of type SVNRevisionRangeModifier and TypeMethodDescriptionstatic Collection<SVNRevisionRange>
SvnCodec.oldRevisionRanges
(Collection<SvnRevisionRange> ranges) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNRevisionRangeModifier and TypeMethodDescriptionstatic SvnRevisionRange
SvnCodec.revisionRange
(SVNRevisionRange range) Method parameters in org.tmatesoft.svn.core.internal.wc2.compat with type arguments of type SVNRevisionRangeModifier and TypeMethodDescriptionstatic Collection<SvnRevisionRange>
SvnCodec.revisionRanges
(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 TypeMethodDescriptionSvnNgMergeDriver.normalizeMergeSources
(SvnTarget source, SVNURL sourceURL, SVNURL sourceRootURL, SVNRevision pegRevision, 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 TypeMethodDescriptionvoid
SVNLogClient.doLog
(File[] paths, Collection<SVNRevisionRange> revisionRanges, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, String[] revisionProperties, ISVNLogEntryHandler handler) Invokeshandler
on each log message from the givenrevisionRanges
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient.doLog
(SVNURL url, String[] paths, SVNRevision pegRevision, Collection<SVNRevisionRange> revisionRanges, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, String[] revisionProperties, ISVNLogEntryHandler handler) Invokeshandler
on each log message from the givenin turn, inclusive (but never invokes
handler
on a given log message more than once).void
SVNDiffClient.doMerge
(File path1, SVNRevision pegRevision, Collection<SVNRevisionRange> rangesToMerge, File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges the changes betweenpath1
in peg revisionpegRevision
, as it changed between the ranges described inrangesToMerge
.void
SVNDiffClient.doMerge
(SVNURL url1, SVNRevision pegRevision, Collection<SVNRevisionRange> rangesToMerge, File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly) Merges the changes betweenurl1
in peg revisionpegRevision
, as it changed between the ranges described inrangesToMerge
.