Uses of Class
org.tmatesoft.svn.core.wc.SVNRevision
Packages that use SVNRevision
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.
This package provides API for administrative managing Subversion repositories on a local machine.
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.
NEW: this package contains command-style API to perform most of
Subversion operations that works directly on local repository
on the level of abstraction similar to that of the command line client.
NEW: this package contains callback interfaces for the new WC2 API.
-
Uses of SVNRevision in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return SVNRevisionModifier and TypeMethodDescriptionstatic SVNRevision
JavaHLObjectFactory.getSVNRevision
(Revision r) -
Uses of SVNRevision in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli that return SVNRevisionModifier and TypeMethodDescriptionAbstractSVNCommandEnvironment.parseRevision
(java.lang.String revStr) -
Uses of SVNRevision in org.tmatesoft.svn.cli.svn
Fields in org.tmatesoft.svn.cli.svn declared as SVNRevisionModifier and TypeFieldDescriptionprivate SVNRevision
SVNCommandEnvironment.myEndRevision
private SVNRevision
SVNCommandEnvironment.myStartRevision
Methods in org.tmatesoft.svn.cli.svn that return SVNRevisionModifier and TypeMethodDescriptionSVNCommandEnvironment.getEndRevision()
SVNCommandEnvironment.getStartRevision()
Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNRevisionModifier and TypeMethodDescriptionprotected java.lang.String
SVNPropertiesCommand.checkRevPropTarget
(SVNRevision revision, java.util.Collection targets) protected SVNURL
SVNPropertiesCommand.getRevpropURL
(SVNRevision revision, java.util.Collection targets) private void
SVNInfoCommand.printInfoItemRevision
(SVNRevision revision, java.lang.String targetPath) -
Uses of SVNRevision in org.tmatesoft.svn.cli.svnadmin
Fields in org.tmatesoft.svn.cli.svnadmin declared as SVNRevisionModifier and TypeFieldDescriptionprivate SVNRevision
SVNAdminCommandEnvironment.myEndRevision
private SVNRevision
SVNAdminCommandEnvironment.myStartRevision
Methods in org.tmatesoft.svn.cli.svnadmin that return SVNRevisionModifier and TypeMethodDescriptionSVNAdminCommandEnvironment.getEndRevision()
SVNAdminCommandEnvironment.getStartRevision()
Methods in org.tmatesoft.svn.cli.svnadmin with parameters of type SVNRevisionModifier and TypeMethodDescriptionprotected long
SVNAdminCommand.getRevisionNumber
(SVNRevision rev, long latestRevision, SVNRepository repos) -
Uses of SVNRevision in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook that return SVNRevision -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNRevisionModifier and TypeFieldDescriptionprivate SVNRevision
SVNExternal.myPegRevision
private SVNRevision
SVNPath.myPegRevision
SVNRemoteStatusEditor.DirectoryInfo.myRemoteRevision
SVNRemoteStatusEditor.FileInfo.myRemoteRevision
private SVNRevision
SVNExternal.myRevision
SVNCopyDriver.CopyPair.mySourcePegRevision
SVNCopyDriver.CopyPair.mySourceRevision
Methods in org.tmatesoft.svn.core.internal.wc that return SVNRevisionModifier and TypeMethodDescriptionSVNExternal.getPegRevision()
SVNPath.getPegRevision()
SVNExternal.getRevision()
static SVNRevision
SVNAdminUtil.parseRevision
(java.lang.StringBuffer str) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNRevisionModifier and TypeMethodDescriptionstatic void
SVNWCManager.add
(java.io.File path, SVNAdminArea parentDir, SVNURL copyFromURL, SVNRevision copyFromRev, SVNDepth depth) static java.lang.String
SVNAdminUtil.asString
(SVNRevision revision, java.lang.String path) private java.lang.String
SVNExternal.formatRevisionString
(java.lang.String revisionPrefix, SVNRevision revision) protected SVNLocationEntry
SVNMergeDriver.getCopySource
(java.io.File path, SVNURL url, SVNRevision revision) java.util.Map
SVNMergeDriver.getHistoryAsMergeInfo
(SVNURL url, java.io.File path, SVNRevision pegRevision, long rangeYoungest, long rangeOldest, SVNRepository repos, SVNWCAccess access) void
SVNMergeDriver.getLogEligibleMergeInfo
(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Deprecated.void
SVNMergeDriver.getLogEligibleMergeInfo
(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) void
SVNMergeDriver.getLogEligibleMergeInfo
(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) void
SVNMergeDriver.getLogEligibleMergeInfo
(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) void
SVNMergeDriver.getLogMergedMergeInfo
(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) void
SVNMergeDriver.getLogMergedMergeInfo
(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) void
SVNMergeDriver.getLogMergedMergeInfo
(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) void
SVNMergeDriver.getLogMergedMergeInfo
(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) java.util.Map
SVNMergeDriver.getMergedMergeInfo
(java.io.File path, SVNRevision pegRevision) Deprecated.java.util.Map
SVNMergeDriver.getMergedMergeInfo
(SVNURL url, SVNRevision pegRevision) Deprecated.protected java.util.Map
SVNMergeDriver.getMergeInfo
(java.io.File path, SVNRevision pegRevision, SVNURL[] repositoryRoot) protected java.util.Map
SVNMergeDriver.getMergeInfo
(SVNURL url, SVNRevision pegRevision, SVNURL[] repositoryRoot) static long
SVNAdminHelper.getRevisionNumber
(SVNRevision revision, long youngestRevision, FSFS fsfs) private static java.lang.String
SVNExternalsUtil.makeExternalDescription
(SvnTarget localAbsPathOrUrl, SVNExternal item, SVNRevision externalPegRevision) private java.util.List
SVNMergeDriver.normalizeMergeSources
(java.io.File source, SVNURL sourceURL, SVNURL sourceRootURL, SVNRevision pegRevision, java.util.Collection rangesToMerge, SVNRepository repository) protected void
SVNMergeDriver.runMerge
(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File targetWCPath, SVNDepth depth, boolean dryRun, boolean force, boolean ignoreAncestry, boolean recordOnly) protected void
SVNMergeDriver.runMergeReintegrate
(SVNURL srcURL, java.io.File srcPath, SVNRevision pegRevision, java.io.File targetWCPath, boolean dryRun) protected void
SVNMergeDriver.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) void
SVNCopyDriver.CopyPair.setSourceRevisions
(SVNRevision pegRevision, SVNRevision revision) java.util.Collection
SVNMergeDriver.suggestMergeSources
(java.io.File path, SVNRevision pegRevision) java.util.Collection
SVNMergeDriver.suggestMergeSources
(SVNURL url, SVNRevision pegRevision) Deprecated.private void
SVNRemoteStatusEditor.tweakStatusHash
(SVNRemoteStatusEditor.DirectoryInfo dirInfo, SVNRemoteStatusEditor.DirectoryInfo childDir, java.io.File path, SVNStatusType text, SVNStatusType props, SVNLock lock, SVNRevision revision) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNRevisionModifierConstructorDescriptionSVNExternal
(java.lang.String target, java.lang.String url, SVNRevision pegRevision, SVNRevision revision, boolean isRevisionExplicit, boolean isPegRevisionExplicit, boolean isNewFormat) SVNPath
(java.lang.String target, SVNRevision pegRevision) -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc.admin
Fields in org.tmatesoft.svn.core.internal.wc.admin declared as SVNRevisionModifier and TypeFieldDescriptionprivate SVNRevision
SVNEntry.externalFilePegRevision
private SVNRevision
SVNEntry.externalFileRevision
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNRevisionModifier and TypeMethodDescriptionSVNEntry.getExternalFilePegRevision()
SVNEntry.getExternalFileRevision()
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNRevisionModifier and TypeMethodDescriptionvoid
SVNEntry.setExternalFilePegRevision
(SVNRevision pegRev) void
SVNEntry.setExternalFileRevision
(SVNRevision rev) abstract void
SVNAdminArea.setFileExternalLocation
(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) void
SVNAdminArea14.setFileExternalLocation
(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) void
SVNAdminArea16.setFileExternalLocation
(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) void
SVNXMLAdminArea.setFileExternalLocation
(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as SVNRevisionMethods in org.tmatesoft.svn.core.internal.wc16 that return SVNRevisionModifier and TypeMethodDescriptionprotected SVNRevision[]
SVNBasicDelegate.resolveRevisions
(SVNRevision pegRevision, SVNRevision revision, boolean isURL, boolean noticeLocalModifications) Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNRevisionModifier and TypeMethodDescriptionprivate void
SVNUpdateClient16.copyVersionedDir
(java.io.File from, java.io.File to, SVNRevision revision, java.lang.String eolStyle, boolean force, SVNDepth depth) private void
SVNUpdateClient16.copyVersionedFile
(java.io.File dstPath, SVNAdminArea adminArea, java.lang.String fileName, SVNRevision revision, java.lang.String eol) protected SVNRepository
SVNBasicDelegate.createRepository
(SVNURL url, java.io.File path, SVNAdminArea area, SVNRevision pegRevision, SVNRevision revision, long[] pegRev) protected SVNURL
SVNBasicDelegate.deriveLocation
(java.io.File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access) void
SVNLogClient16.doAnnotate
(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandler
on each line-blame item associated with revisionendRevision
ofpath
, usingstartRevision
as the default source of all blame.void
SVNLogClient16.doAnnotate
(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient16.doAnnotate
(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient16.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandler
on each line-blame item associated with revisionendRevision
ofurl
, usingstartRevision
as the default source of all blame.void
SVNLogClient16.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient16.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient16.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.long
SVNUpdateClient16.doCheckout
(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive) Deprecated.long
SVNUpdateClient16.doCheckout
(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force) Deprecated.long
SVNUpdateClient16.doCheckout
(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions) Checks out a working copy ofurl
atrevision
, looked up atpegRevision
, usingdstPath
as the root directory of the newly checked out working copy.void
SVNDiffClient16.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 inpaths
callingSVNDiffClient16.doDiff(File,SVNRevision,SVNRevision,SVNRevision,SVNDepth,boolean,OutputStream,Collection)
for each one in the array.void
SVNDiffClient16.doDiff
(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) void
SVNDiffClient16.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
/rN
andpath2
/rM
.void
SVNDiffClient16.doDiff
(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) void
SVNDiffClient16.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
/rN
andurl2
/rM
.void
SVNDiffClient16.doDiff
(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) void
SVNDiffClient16.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 betweenpath
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient16.doDiff
(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) void
SVNDiffClient16.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
/rN
andpath2
/rM
.void
SVNDiffClient16.doDiff
(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) Deprecated.void
SVNDiffClient16.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
/rN
andurl2
/rM
.void
SVNDiffClient16.doDiff
(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) Deprecated.void
SVNDiffClient16.doDiff
(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result) Produces diff output which describes the delta betweenurl
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient16.doDiffStatus
(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) void
SVNDiffClient16.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
/rN
andpath2
/rM
without creating text deltas.void
SVNDiffClient16.doDiffStatus
(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) void
SVNDiffClient16.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
/rN
andurl2
/rM
without creating text deltas.void
SVNDiffClient16.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 betweenpath
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient16.doDiffStatus
(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) void
SVNDiffClient16.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
/rN
andpath2
/rM
without creating text deltas.void
SVNDiffClient16.doDiffStatus
(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) void
SVNDiffClient16.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
/rN
andurl2
/rM
without creating text deltas.void
SVNDiffClient16.doDiffStatus
(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenurl
in peg revisionpegRevision
, as it changed betweenrN
andrM
.private void
SVNDiffClient16.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 void
SVNDiffClient16.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 void
SVNDiffClient16.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 void
SVNDiffClient16.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 void
SVNDiffClient16.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) long
SVNUpdateClient16.doExport
(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive) long
SVNUpdateClient16.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).long
SVNUpdateClient16.doExport
(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive) long
SVNUpdateClient16.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).void
SVNWCClient16.doGetFileContents
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst) Outputs the content of file identified bypath
andrevision
to the streamdst
.void
SVNWCClient16.doGetFileContents
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst) Outputs the content of file identified byurl
andrevision
to the streamdst
.private void
SVNWCClient16.doGetLocalFileContents
(java.io.File path, java.io.OutputStream dst, SVNRevision revision, boolean expandKeywords) void
SVNDiffClient16.doGetLogEligibleMergeInfo
(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions eligible for merge frommergeSrcPath
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient16.doGetLogEligibleMergeInfo
(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions eligible for merge frommergeSrcURL
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient16.doGetLogEligibleMergeInfo
(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions eligible for merge frommergeSrcPath
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).void
SVNDiffClient16.doGetLogEligibleMergeInfo
(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions eligible for merge frommergeSrcURL
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).void
SVNDiffClient16.doGetLogMergedMergeInfo
(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions merged frommergeSrcPath
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient16.doGetLogMergedMergeInfo
(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions merged frommergeSrcURL
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient16.doGetLogMergedMergeInfo
(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions merged frommergeSrcPath
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).void
SVNDiffClient16.doGetLogMergedMergeInfo
(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions merged frommergeSrcURL
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).java.util.Map<SVNURL,
SVNMergeRangeList> SVNDiffClient16.doGetMergedMergeInfo
(java.io.File path, SVNRevision pegRevision) Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).java.util.Map<SVNURL,
SVNMergeRangeList> SVNDiffClient16.doGetMergedMergeInfo
(SVNURL url, SVNRevision pegRevision) Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).SVNWCClient16.doGetProperty
(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropName
forpath
.void
SVNWCClient16.doGetProperty
(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) void
SVNWCClient16.doGetProperty
(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists) Invokeshandler
on paths covered bydepth
starting with the specifiedpath
.SVNWCClient16.doGetProperty
(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropName
forurl
.void
SVNWCClient16.doGetProperty
(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) Deprecated.void
SVNWCClient16.doGetProperty
(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler) Invokeshandler
on paths covered bydepth
starting with the specifiedpath
.private void
SVNWCClient16.doGetRemoteProperty
(SVNURL url, java.lang.String path, SVNRepository repos, java.lang.String propName, SVNRevision rev, SVNDepth depth, ISVNPropertyHandler handler) void
SVNWCClient16.doGetRevisionProperty
(java.io.File path, java.lang.String propName, SVNRevision revision, ISVNPropertyHandler handler) Gets an unversioned revision property from a repository (getting a repository URL from a Working Copy) and passes it to a provided property handler.long
SVNWCClient16.doGetRevisionProperty
(SVNURL url, java.lang.String propName, SVNRevision revision, ISVNPropertyHandler handler) Gets an unversioned revision property from a repository and passes it to a provided property handler.SVNWCClient16.doInfo
(java.io.File path, SVNRevision revision) Collects and returns information on a single Working Copy item.void
SVNWCClient16.doInfo
(java.io.File path, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.void
SVNWCClient16.doInfo
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.void
SVNWCClient16.doInfo
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, java.util.Collection changeLists, ISVNInfoHandler handler) Invokeshandler
to return information aboutpath
inrevision
.SVNWCClient16.doInfo
(SVNURL url, SVNRevision pegRevision, SVNRevision revision) Collects and returns information on a single item in a repository.void
SVNWCClient16.doInfo
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.void
SVNWCClient16.doInfo
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler) Invokeshandler
to return information abouturl
inrevision
.void
SVNLogClient16.doList
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler) Deprecated.void
SVNLogClient16.doList
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler) Deprecated.void
SVNLogClient16.doList
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forpath
atrevision
.void
SVNLogClient16.doList
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler) Browses directory entries from a repository and uses the provided dir entry handler to process them.void
SVNLogClient16.doList
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler) Deprecated.void
SVNLogClient16.doList
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forurl
atrevision
.void
SVNLogClient16.doLog
(java.io.File[] paths, java.util.Collection revisionRanges, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.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
SVNLogClient16.doLog
(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler) Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.void
SVNLogClient16.doLog
(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Invokeshandler
on each log message fromstartRevision
toendRevision
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient16.doLog
(java.io.File[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler) Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.void
SVNLogClient16.doLog
(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, java.util.Collection revisionRanges, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.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
SVNLogClient16.doLog
(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Invokeshandler
on each log message fromstartRevision
toendRevision
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient16.doLog
(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler) Gets commit log messages with other revision specific information from a repository and passes them to a log entry handler for processing.void
SVNDiffClient16.doMerge
(java.io.File path1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) void
SVNDiffClient16.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
/revision1
topath2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient16.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 betweenpath1
in peg revisionpegRevision
, as it changed between the ranges described inrangesToMerge
.void
SVNDiffClient16.doMerge
(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) void
SVNDiffClient16.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
/revision1
tourl2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient16.doMerge
(java.io.File path1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) void
SVNDiffClient16.doMerge
(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) void
SVNDiffClient16.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
/revision1
topath2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient16.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 betweenurl1
in peg revisionpegRevision
, as it changed between the ranges described inrangesToMerge
.void
SVNDiffClient16.doMerge
(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) void
SVNDiffClient16.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
/revision1
tourl2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient16.doMerge
(SVNURL url1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) void
SVNDiffClient16.doMergeReIntegrate
(java.io.File srcPath, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun) Performs a reintegration merge ofsrcPath
atpegRevision
intodstPath
.void
SVNDiffClient16.doMergeReIntegrate
(SVNURL srcURL, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun) Performs a reintegration merge ofsrcURL
atpegRevision
intodstPath
.SVNWCClient16.doSetProperty
(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropName
topropValue
onpath
.void
SVNWCClient16.doSetRevisionProperty
(java.io.File path, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.void
SVNWCClient16.doSetRevisionProperty
(SVNURL url, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.long
SVNStatusClient16.doStatus
(java.io.File path, SVNRevision revision, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) long
SVNStatusClient16.doStatus
(java.io.File path, SVNRevision revision, SVNDepth depth, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler, java.util.Collection changeLists) Given apath
to a working copy directory (or single file), callshandler
with a set ofSVNStatus
objects which describe the status of thepath
, and its children (recursing according todepth
).java.util.Collection<SVNURL>
SVNDiffClient16.doSuggestMergeSources
(java.io.File path, SVNRevision pegRevision) Returns a collection of potential merge sources (expressed as full repositoryURLs
) forpath
atpegRevision
.java.util.Collection<SVNURL>
SVNDiffClient16.doSuggestMergeSources
(SVNURL url, SVNRevision pegRevision) Returns a collection of potential merge sources (expressed as full repositoryURLs
) forurl
atpegRevision
.long
SVNUpdateClient16.doSwitch
(java.io.File file, SVNURL url, SVNRevision revision, boolean recursive) Deprecated.long
SVNUpdateClient16.doSwitch
(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive) Deprecated.long
SVNUpdateClient16.doSwitch
(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force) Deprecated.long
SVNUpdateClient16.doSwitch
(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Switches working treepath
tourl
\pegRevision
atrevision
.private long
SVNUpdateClient16.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 treespaths
torevision
.long
SVNUpdateClient16.doUpdate
(java.io.File file, SVNRevision revision, boolean recursive) Deprecated.long
SVNUpdateClient16.doUpdate
(java.io.File file, SVNRevision revision, boolean recursive, boolean force) Deprecated.long
SVNUpdateClient16.doUpdate
(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Updates working copyto
revision
.protected SVNURL
SVNBasicDelegate.getEntryLocation
(java.io.File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision) private java.lang.Object[]
SVNDiffClient16.getLocationFromPathAndRevision
(java.io.File path, SVNURL url, SVNRevision pegRevision) protected SVNBasicDelegate.SVNRepositoryLocation[]
SVNBasicDelegate.getLocations
(SVNURL url, java.io.File path, SVNRepository repository, SVNRevision revision, SVNRevision start, SVNRevision end) private void
SVNDiffClient16.getLogEligibleMergeInfoImpl
(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) private void
SVNDiffClient16.getLogMergedMergeInfoImpl
(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) SVNBasicDelegate.getReposRoot
(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access) Returns the root of the repository.protected long
SVNBasicDelegate.getRevisionNumber
(SVNRevision revision, long[] latestRevisionNumber, SVNRepository repository, java.io.File path) protected long
SVNBasicDelegate.getRevisionNumber
(SVNRevision revision, SVNRepository repository, java.io.File path) private boolean
SVNLogClient16.needsWC
(SVNRevision revision) private void
SVNWCClient16.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) protected SVNRevision[]
SVNBasicDelegate.resolveRevisions
(SVNRevision pegRevision, SVNRevision revision, boolean isURL, boolean noticeLocalModifications) private void
SVNUpdateClient16.switchFileExternal
(SVNWCAccess wcAccess, java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) private long
SVNUpdateClient16.update
(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky, boolean sendCopyFrom) Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNRevision -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNRevisionModifier and TypeFieldDescriptionSVNWCUtils.UnserializedFileExternalInfo.pegRevision
SVNWCUtils.UnserializedFileExternalInfo.revision
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNRevisionModifier and TypeMethodDescriptionvoid
SVNLogClient17.doAnnotate
(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandler
on each line-blame item associated with revisionendRevision
ofpath
, usingstartRevision
as the default source of all blame.void
SVNLogClient17.doAnnotate
(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient17.doAnnotate
(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient17.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandler
on each line-blame item associated with revisionendRevision
ofurl
, usingstartRevision
as the default source of all blame.void
SVNLogClient17.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient17.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient17.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient17.doList
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler) Deprecated.void
SVNLogClient17.doList
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler) Deprecated.void
SVNLogClient17.doList
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forpath
atrevision
.void
SVNLogClient17.doList
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler) Browses directory entries from a repository and uses the provided dir entry handler to process them.void
SVNLogClient17.doList
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler) Deprecated.void
SVNLogClient17.doList
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forurl
atrevision
.void
SVNLogClient17.doLog
(java.io.File[] paths, java.util.Collection revisionRanges, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.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
SVNLogClient17.doLog
(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler) Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.void
SVNLogClient17.doLog
(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Invokeshandler
on each log message fromstartRevision
toendRevision
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient17.doLog
(java.io.File[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler) Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.void
SVNLogClient17.doLog
(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, java.util.Collection revisionRanges, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.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
SVNLogClient17.doLog
(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Invokeshandler
on each log message fromstartRevision
toendRevision
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient17.doLog
(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler) Gets commit log messages with other revision specific information from a repository and passes them to a log entry handler for processing.SVNWCContext.getEntryLocation
(java.io.File localAbsPath, SVNRevision pegRevisionKind, boolean fetchRevnum) long
SVNWCContext.getRevisionNumber
(SVNRevision revision, long[] latestRevisionNumber, SVNRepository repository, java.io.File path) static java.lang.String
SVNWCUtils.serializeFileExternal
(java.lang.String path, SVNRevision pegRevision, SVNRevision revision) private void
SVNRemoteStatusEditor17.tweakStatusHash
(SVNRemoteStatusEditor17.DirectoryInfo dirInfo, SVNRemoteStatusEditor17.DirectoryInfo childDir, java.io.File localAbsPath, SVNStatusType reposNodeStatus, SVNStatusType reposTextStatus, SVNStatusType reposPropStatus, SVNRevision deletedRev, SVNLock reposLock) -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNRevisionModifier and TypeMethodDescriptionstatic ISVNUpdateEditor
SvnExternalUpdateEditor.createEditor
(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, SVNURL url, SVNURL reposRootUrl, java.lang.String reposUuid, java.util.Map<java.lang.String, SVNProperties> iprops, boolean useCommitTimes, java.lang.String[] preservedExts, java.io.File recordAncestorAbsPath, SVNURL recordedUrl, SVNRevision recordedPegRev, SVNRevision recordedRev) -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that return SVNRevisionModifier and TypeMethodDescriptionprotected SVNRevision[]
SvnRepositoryAccess.resolveRevisions
(SVNRevision pegRevision, SVNRevision revision, boolean isURL, boolean noticeLocalModifications) Methods in org.tmatesoft.svn.core.internal.wc2 with parameters of type SVNRevisionModifier and TypeMethodDescriptionabstract Structure<SvnRepositoryAccess.RepositoryInfo>
SvnRepositoryAccess.createRepositoryFor
(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory) SvnRepositoryAccess.getCopySource
(SvnTarget target, SVNRevision revision) private java.util.Map<java.lang.String,
SVNMergeRangeList> SvnRepositoryAccess.getHistoryAsMergeInfo
(SVNURL url, SVNRevision pegRevision, long rangeYoungest, long rangeOldest, boolean[] hasZero, SVNRepository repos) SvnRepositoryAccess.getLocations
(SVNRepository repository, SvnTarget path, SVNRevision revision, SVNRevision start, SVNRevision end) abstract Structure<SvnRepositoryAccess.RevisionsPair>
SvnRepositoryAccess.getRevisionNumber
(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision) abstract Structure<SvnRepositoryAccess.UrlInfo>
SvnRepositoryAccess.getURLFromPath
(SvnTarget path, SVNRevision revision, SVNRepository repository) protected boolean
SvnRemoteOperationRunner.isRevisionLocalToWc
(SVNRevision revision) protected SVNRevision[]
SvnRepositoryAccess.resolveRevisions
(SVNRevision pegRevision, SVNRevision revision, boolean isURL, boolean noticeLocalModifications) -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNRevision -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SVNRevisionModifier and TypeFieldDescriptionprivate SVNRevision
SvnNgLockUtil.LockInfo.myRevision
(package private) SVNRevision
SvnNgReposToWcCopy.SvnCopyPair.sourcePegRevision
(package private) SVNRevision
SvnNgReposToWcCopy.SvnCopyPair.sourceRevision
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNRevisionMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNRevisionModifier and TypeMethodDescriptionprotected long
SvnNgAbstractUpdate.checkout
(SVNURL url, java.io.File localAbspath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean sleepForTimestamp, int targetWorkingCopyFormat) private void
SvnNgReposToWcCopy.copyForeign
(SVNURL url, java.io.File dstAbsPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean makeParents, boolean alreadyLocked) private void
SvnNgExport.copyVersionedDir
(java.io.File from, java.io.File to, SVNRevision revision, java.lang.String eolStyle, boolean ignoreKeywords, boolean force, SVNDepth depth) private void
SvnNgExport.copyVersionedFile
(java.io.File from, java.io.File to, SVNRevision revision, java.lang.String eolStyle, boolean ignoreKeywords) SvnNgRepositoryAccess.createRepositoryFor
(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory) private void
SvnNgDiff.doDiff
(SvnTarget target1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget target2, SVNRevision revision2) private void
SvnNgDiffSummarize.doDiff
(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) private void
SvnNgDiff.doDiffReposRepos
(SvnTarget svnTarget1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget svnTarget2, SVNRevision revision2) private void
SvnNgDiffSummarize.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 void
SvnNgDiff.doDiffReposWC
(SvnTarget target1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget target2, SVNRevision revision2, boolean reverse) private void
SvnNgDiffSummarize.doDiffReposWC
(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNRevision pegRevision, boolean reverse, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) static void
SvnNgDiffUtil.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 void
SvnNgDiffSummarize.doDiffURL
(SVNURL url, java.io.File path, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) private void
SvnNgDiff.doDiffWCWC
(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2) private void
SvnNgDiffSummarize.doDiffWCWC
(SvnTarget target1, SVNRevision revision1, SvnTarget target2, SVNRevision revision2, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) protected long
SvnNgAbstractUpdate.doSwitch
(java.io.File localAbsPath, SVNURL switchUrl, SVNRevision revision, SVNRevision pegRevision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean ignoreAncestry, boolean sleepForTimestamp) private long
SvnNgDiff.getRevisionNumber
(SVNRevision revision, SVNRepository repository, SvnTarget target) private long
SvnNgDiffSummarize.getRevisionNumber
(SVNRevision revision1, SVNRepository repository1, SVNURL url1) SvnNgRepositoryAccess.getRevisionNumber
(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision) SvnNgRepositoryAccess.getURLFromPath
(SvnTarget path, SVNRevision revision, SVNRepository repository) private boolean
SvnNgReposToWcCopy.isLocalRevision
(SVNRevision revision) private boolean
SvnNgWcToWcCopy.isLocalRevision
(SVNRevision revision) private boolean
SvnNgDiff.isRevisionBase
(SVNRevision revision2) private static boolean
SvnNgDiffUtil.isRevisionBase
(SVNRevision revision2) java.util.List<SvnNgMergeDriver.MergeSource>
SvnNgMergeDriver.normalizeMergeSources
(SvnTarget source, SVNURL sourceURL, SVNURL sourceRootURL, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> rangesToMerge, SVNRepository repository) private void
SvnNgAbstractUpdate.relegateExternal
(java.io.File localAbsPath, SVNURL url, SVNRevision revision, SVNRevision pegRevision, java.io.File definingPath, SVNFileType fileKind, int targetWorkingCopyFormat) private SVNURL
SvnNgDiff.resolvePeggedDiffTargetUrl
(SVNURL url, java.io.File path, SVNRevision pegRevision, SVNRevision revision) private SVNURL
SvnNgDiffSummarize.resolvePeggedDiffTargetUrl
(SVNURL url, java.io.File path, SVNRevision pegRevision, SVNRevision revision) private void
SvnNgAbstractUpdate.switchDirExternal
(java.io.File localAbsPath, SVNURL url, SVNRevision revision, SVNRevision pegRevision, java.io.File definingPath) private void
SvnNgAbstractUpdate.switchFileExternal
(java.io.File localAbsPath, SVNURL url, SVNRevision pegRevision, SVNRevision revision, java.io.File defDirAbspath, SVNRepository repository, long repositoryRevision, SVNURL reposRootUrl) protected long
SvnNgAbstractUpdate.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 long
SvnNgAbstractUpdate.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 long
SvnNgAbstractUpdate.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) Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNRevision -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNRevisionModifier and TypeMethodDescriptionSvnOldRepositoryAccess.createRepositoryFor
(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory) protected SVNURL
SvnOldRepositoryAccess.deriveLocation
(java.io.File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access) protected SVNURL
SvnOldRepositoryAccess.getEntryLocation
(java.io.File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision) SvnOldRepositoryAccess.getRevisionNumber
(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision) SvnOldRepositoryAccess.getURLFromPath
(SvnTarget path, SVNRevision revision, SVNRepository repository) -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNRevisionModifier and TypeMethodDescriptionprivate void
SvnRemoteGetInfo.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) -
Uses of SVNRevision in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return SVNRevisionModifier and TypeMethodDescription(package private) static SVNRevision
SVNClientImpl.getSVNRevision
(Revision revision) -
Uses of SVNRevision in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNRevisionModifier and TypeFieldDescriptionstatic final SVNRevision
SVNRevision.BASE
Denotes the 'pristine' revision of a Working Copy item.static final SVNRevision
SVNRevision.COMMITTED
Denotes the last revision in which an item was changed before (or at) BASE.static final SVNRevision
SVNRevision.HEAD
Denotes the latest repository revision.private SVNRevision
SVNInfo.myCommittedRevision
private SVNRevision
SVNStatus.myCommittedRevision
private SVNRevision
SVNCommitItem.myCopyFromRevision
private SVNRevision
SVNInfo.myCopyFromRevision
private SVNRevision
SVNStatus.myCopyFromRevision
private SVNRevision
SVNRevisionRange.myEndRevision
private SVNRevision
SVNCopySource.myPegRevision
private SVNRevision
SVNStatus.myRemoteRevision
private SVNRevision
SVNCommitItem.myRevision
private SVNRevision
SVNCopySource.myRevision
private SVNRevision
SVNInfo.myRevision
private SVNRevision
SVNStatus.myRevision
private SVNRevision
SVNRevisionRange.myStartRevision
static final SVNRevision
SVNRevision.PREVIOUS
Denotes the revision just before the one when an item was last changed (technically, COMMITTED - 1).static final SVNRevision
SVNRevision.UNDEFINED
Used to denote that a revision is undefined (not available or not valid).static final SVNRevision
SVNRevision.WORKING
Denotes an item's working (current) revision.Methods in org.tmatesoft.svn.core.wc that return SVNRevisionModifier and TypeMethodDescriptionstatic SVNRevision
SVNRevision.create
(long revisionNumber) Creates an SVNRevision object given a revision number.static SVNRevision
SVNRevision.create
(java.util.Date date) Creates an SVNRevision object given a particular timestamp.SVNInfo.getCommittedRevision()
Gets the item's last committed revision.SVNStatus.getCommittedRevision()
Gets the revision when the item was last changed (committed).SVNCommitItem.getCopyFromRevision()
Gets the revision of the versioned item's ancestor from which the item was copied.SVNInfo.getCopyFromRevision()
Gets the revision of the item's ancestor from which the item was copied.SVNStatus.getCopyFromRevision()
Gets the revision of the item's ancestor from which the item was copied (the item is added with history).SVNRevisionRange.getEndRevision()
Returns the end revision of this range.SVNCopySource.getPegRevision()
Returns the peg revision of the source.SVNStatus.getRemoteRevision()
Gets the item's last committed repository revision.SVNCommitItem.getRevision()
Gets the revision of the versioned item .SVNCopySource.getRevision()
Returns the revision of the source.SVNInfo.getRevision()
Gets the item's revision.SVNStatus.getRevision()
Gets the item's current working revision.SVNRevisionRange.getStartRevision()
Returns the start revision of this range.ISVNExternalsHandler.handleExternal
(java.io.File externalPath, SVNURL externalURL, SVNRevision externalRevision, SVNRevision externalPegRevision, java.lang.String externalsDefinition, SVNRevision externalsWorkingRevision) Handles an external definition and says whether to skip it or not.static SVNRevision
SVNRevision.parse
(java.lang.String value) Parses an input string and be it a representation of either a revision number, or a timestamp, or a revision keyword, constructs an SVNRevision representation of the revision.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNRevisionModifier and TypeMethodDescriptionstatic SVNInfo
SVNInfo.createInfo
(java.lang.String path, SVNURL reposRootURL, java.lang.String uuid, SVNURL url, SVNRevision revision, SVNDirEntry dirEntry, SVNLock lock) void
SVNLogClient.doAnnotate
(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandler
on each line-blame item associated with revisionendRevision
ofpath
, usingstartRevision
as the default source of all blame.void
SVNLogClient.doAnnotate
(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient.doAnnotate
(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.void
SVNLogClient.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Invokeshandler
on each line-blame item associated with revisionendRevision
ofurl
, usingstartRevision
as the default source of all blame.void
SVNLogClient.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.void
SVNLogClient.doAnnotate
(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, ISVNAnnotateHandler handler, java.lang.String inputEncoding) Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.long
SVNUpdateClient.doCheckout
(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive) Deprecated.long
SVNUpdateClient.doCheckout
(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force) Deprecated.long
SVNUpdateClient.doCheckout
(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions) Checks out a working copy ofurl
atrevision
, looked up atpegRevision
, usingdstPath
as the root directory of the newly checked out working copy.void
SVNDiffClient.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 inpaths
callingSVNDiffClient.doDiff(File, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream, Collection)
for each one in the array.void
SVNDiffClient.doDiff
(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) void
SVNDiffClient.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
/rN
andpath2
/rM
.void
SVNDiffClient.doDiff
(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) void
SVNDiffClient.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
/rN
andurl2
/rM
.void
SVNDiffClient.doDiff
(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) void
SVNDiffClient.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 betweenpath
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient.doDiff
(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) void
SVNDiffClient.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
/rN
andpath2
/rM
.void
SVNDiffClient.doDiff
(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) Deprecated.void
SVNDiffClient.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
/rN
andurl2
/rM
.void
SVNDiffClient.doDiff
(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result) void
SVNDiffClient.doDiff
(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result) Produces diff output which describes the delta betweenurl
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient.doDiffStatus
(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) void
SVNDiffClient.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
/rN
andpath2
/rM
without creating text deltas.void
SVNDiffClient.doDiffStatus
(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) void
SVNDiffClient.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
/rN
andurl2
/rM
without creating text deltas.void
SVNDiffClient.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 betweenpath
in peg revisionpegRevision
, as it changed betweenrN
andrM
.void
SVNDiffClient.doDiffStatus
(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) void
SVNDiffClient.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
/rN
andpath2
/rM
without creating text deltas.void
SVNDiffClient.doDiffStatus
(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler) void
SVNDiffClient.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
/rN
andurl2
/rM
without creating text deltas.void
SVNDiffClient.doDiffStatus
(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) Produces a diff summary which lists the changed items betweenurl
in peg revisionpegRevision
, as it changed betweenrN
andrM
.private void
SVNDiffClient.doDiffStatus
(SvnTarget source, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler) long
SVNUpdateClient.doExport
(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive) long
SVNUpdateClient.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).long
SVNUpdateClient.doExport
(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive) long
SVNUpdateClient.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).void
SVNWCClient.doGetFileContents
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst) Outputs the content of file identified bypath
andrevision
to the streamdst
.void
SVNWCClient.doGetFileContents
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst) Outputs the content of file identified byurl
andrevision
to the streamdst
.void
SVNDiffClient.doGetLogEligibleMergeInfo
(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions eligible for merge frommergeSrcPath
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient.doGetLogEligibleMergeInfo
(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions eligible for merge frommergeSrcURL
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient.doGetLogEligibleMergeInfo
(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions eligible for merge frommergeSrcPath
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).void
SVNDiffClient.doGetLogEligibleMergeInfo
(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions eligible for merge frommergeSrcURL
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).void
SVNDiffClient.doGetLogMergedMergeInfo
(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions merged frommergeSrcPath
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient.doGetLogMergedMergeInfo
(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions merged frommergeSrcURL
(as ofsrcPegRevision
) intopath
(as ofpegRevision
).void
SVNDiffClient.doGetLogMergedMergeInfo
(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions merged frommergeSrcPath
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).void
SVNDiffClient.doGetLogMergedMergeInfo
(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Drives a log entryhandler
with the revisions merged frommergeSrcURL
(as ofsrcPegRevision
) intourl
(as ofpegRevision
).java.util.Map<SVNURL,
SVNMergeRangeList> SVNDiffClient.doGetMergedMergeInfo
(java.io.File path, SVNRevision pegRevision) Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).java.util.Map<SVNURL,
SVNMergeRangeList> SVNDiffClient.doGetMergedMergeInfo
(SVNURL url, SVNRevision pegRevision) Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).SVNWCClient.doGetProperty
(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropName
forpath
.void
SVNWCClient.doGetProperty
(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) void
SVNWCClient.doGetProperty
(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists) Invokeshandler
on paths covered bydepth
starting with the specifiedpath
.SVNWCClient.doGetProperty
(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropName
forurl
.void
SVNWCClient.doGetProperty
(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) void
SVNWCClient.doGetProperty
(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler) Invokeshandler
on paths covered bydepth
starting with the specifiedpath
.long
SVNWCClient.doGetRevisionProperty
(java.io.File path, java.lang.String propName, SVNRevision revision, ISVNPropertyHandler handler) Gets an unversioned revision property from a repository (getting a repository URL from a Working Copy) and passes it to a provided property handler.long
SVNWCClient.doGetRevisionProperty
(SVNURL url, java.lang.String propName, SVNRevision revision, ISVNPropertyHandler handler) Gets an unversioned revision property from a repository and passes it to a provided property handler.SVNWCClient.doInfo
(java.io.File path, SVNRevision revision) Collects and returns information on a single Working Copy item.void
SVNWCClient.doInfo
(java.io.File path, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.void
SVNWCClient.doInfo
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.void
SVNWCClient.doInfo
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, java.util.Collection<java.lang.String> changeLists, ISVNInfoHandler handler) Invokeshandler
to return information aboutpath
inrevision
.SVNWCClient.doInfo
(SVNURL url, SVNRevision pegRevision, SVNRevision revision) Collects and returns information on a single item in a repository.void
SVNWCClient.doInfo
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.void
SVNWCClient.doInfo
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler) Invokeshandler
to return information abouturl
inrevision
.void
SVNLogClient.doList
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler) Deprecated.void
SVNLogClient.doList
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler) Deprecated.void
SVNLogClient.doList
(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forpath
atrevision
.void
SVNLogClient.doList
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler) Browses directory entries from a repository and uses the provided dir entry handler to process them.void
SVNLogClient.doList
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler) void
SVNLogClient.doList
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) Reports the directory entry, and possibly children, forurl
atrevision
.void
SVNLogClient.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) 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
(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler) Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.void
SVNLogClient.doLog
(java.io.File[] paths, SVNRevision startRevision, SVNRevision endRevision, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Invokeshandler
on each log message fromstartRevision
toendRevision
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient.doLog
(java.io.File[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler) Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.void
SVNLogClient.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) Invokeshandler
on each log message from the givenin turn, inclusive (but never invokes
handler
on a given log message more than once).void
SVNLogClient.doLog
(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler) Invokeshandler
on each log message fromstartRevision
toendRevision
in turn, inclusive (but never invokeshandler
on a given log message more than once).void
SVNLogClient.doLog
(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean stopOnCopy, boolean discoverChangedPaths, long limit, ISVNLogEntryHandler handler) Gets commit log messages with other revision specific information from a repository and passes them to a log entry handler for processing.void
SVNDiffClient.doMerge
(java.io.File path1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) void
SVNDiffClient.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
/revision1
topath2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient.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 betweenpath1
in peg revisionpegRevision
, as it changed between the ranges described inrangesToMerge
.void
SVNDiffClient.doMerge
(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) void
SVNDiffClient.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
/revision1
tourl2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient.doMerge
(java.io.File path1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) void
SVNDiffClient.doMerge
(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) void
SVNDiffClient.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
/revision1
topath2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient.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 betweenurl1
in peg revisionpegRevision
, as it changed between the ranges described inrangesToMerge
.void
SVNDiffClient.doMerge
(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) void
SVNDiffClient.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
/revision1
tourl2
/revision2
into the working-copy pathdstPath
.void
SVNDiffClient.doMerge
(SVNURL url1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun) void
SVNDiffClient.doMergeReIntegrate
(java.io.File srcPath, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun) Performs a reintegration merge ofsrcPath
atpegRevision
intodstPath
.void
SVNDiffClient.doMergeReIntegrate
(SVNURL srcURL, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun) Performs a reintegration merge ofsrcURL
atpegRevision
intodstPath
.SVNWCClient.doSetProperty
(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropName
topropValue
onpath
.void
SVNWCClient.doSetRevisionProperty
(java.io.File path, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.void
SVNWCClient.doSetRevisionProperty
(SVNURL url, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.long
SVNStatusClient.doStatus
(java.io.File path, SVNRevision revision, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) long
SVNStatusClient.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 apath
to a working copy directory (or single file), callshandler
with a set ofSVNStatus
objects which describe the status of thepath
, and its children (recursing according todepth
).java.util.Collection<SVNURL>
SVNDiffClient.doSuggestMergeSources
(java.io.File path, SVNRevision pegRevision) Returns a collection of potential merge sources (expressed as full repositoryURLs
) forpath
atpegRevision
.java.util.Collection<SVNURL>
SVNDiffClient.doSuggestMergeSources
(SVNURL url, SVNRevision pegRevision) Returns a collection of potential merge sources (expressed as full repositoryURLs
) forurl
atpegRevision
.long
SVNUpdateClient.doSwitch
(java.io.File file, SVNURL url, SVNRevision revision, boolean recursive) Deprecated.long
SVNUpdateClient.doSwitch
(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive) Deprecated.long
SVNUpdateClient.doSwitch
(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force) Deprecated.long
SVNUpdateClient.doSwitch
(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Switches working treepath
tourl
\pegRevision
atrevision
.long
SVNUpdateClient.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 treespaths
torevision
.long[]
SVNUpdateClient.doUpdate
(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky, boolean makeParents) long
SVNUpdateClient.doUpdate
(java.io.File file, SVNRevision revision, boolean recursive) Deprecated.long
SVNUpdateClient.doUpdate
(java.io.File file, SVNRevision revision, boolean recursive, boolean force) Deprecated.long
SVNUpdateClient.doUpdate
(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) Updates working copyto
revision
.SVNBasicClient.getReposRoot
(java.io.File path, SVNURL url, SVNRevision pegRevision) Returns the root of the repository.SVNBasicClient.getReposRoot
(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access) Deprecated.ISVNExternalsHandler.handleExternal
(java.io.File externalPath, SVNURL externalURL, SVNRevision externalRevision, SVNRevision externalPegRevision, java.lang.String externalsDefinition, SVNRevision externalsWorkingRevision) Handles an external definition and says whether to skip it or not.void
SVNStatus.setCommittedRevision
(SVNRevision committedRevision) void
SVNStatus.setCopyFromRevision
(SVNRevision copyFromRevision) void
SVNStatus.setRemoteRevision
(SVNRevision remoteRevision) void
SVNStatus.setRemoteStatus
(SVNURL url, SVNStatusType contents, SVNStatusType props, SVNLock lock, SVNNodeKind kind, SVNRevision revision, java.util.Date date, java.lang.String author) Sets the item's remote status.void
SVNStatus.setRevision
(SVNRevision revision) Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNRevisionModifierConstructorDescriptionSVNCommitItem
(java.io.File file, SVNURL URL, SVNURL copyFromURL, SVNNodeKind kind, SVNRevision revision, SVNRevision copyFromRevision, boolean isAdded, boolean isDeleted, boolean isPropertiesModified, boolean isContentsModified, boolean isCopied, boolean locked) Constructs and initializes an SVNCommitItem object.SVNCopySource
(SVNRevision pegRevision, SVNRevision revision, java.io.File path) Creates a newSVNCopySource
object.SVNCopySource
(SVNRevision pegRevision, SVNRevision revision, SVNURL url) Creates a newSVNCopySource
object.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) SVNRevisionRange
(SVNRevision startRevision, SVNRevision endRevision) Constructs a new revision range object given start and end revisions.SVNStatus
(SVNURL url, java.io.File file, SVNNodeKind kind, SVNRevision revision, SVNRevision committedRevision, java.util.Date committedDate, java.lang.String author, SVNStatusType contentsStatus, SVNStatusType propertiesStatus, SVNStatusType remoteContentsStatus, SVNStatusType remotePropertiesStatus, boolean isLocked, boolean isCopied, boolean isSwitched, boolean isFileExternal, java.io.File conflictNewFile, java.io.File conflictOldFile, java.io.File conflictWrkFile, java.io.File projRejectFile, java.lang.String copyFromURL, SVNRevision copyFromRevision, SVNLock remoteLock, SVNLock localLock, java.util.Map entryProperties, java.lang.String changelistName, int wcFormatVersion, SVNTreeConflictDescription treeConflict) Constructs an SVNStatus object filling it with status information details. -
Uses of SVNRevision in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin with parameters of type SVNRevisionModifier and TypeMethodDescriptionvoid
SVNLookClient.doCat
(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision, java.io.OutputStream out) Fetches file contents for the specified revision and path.void
SVNAdminClient.doDump
(java.io.File repositoryRoot, java.io.OutputStream dumpStream, SVNRevision startRevision, SVNRevision endRevision, boolean isIncremental, boolean useDeltas) Dumps contents of the repository to the provided output stream in a 'dumpfile' portable format.java.lang.String
SVNLookClient.doGetAuthor
(java.io.File repositoryRoot, SVNRevision revision) Returns author information for the given revision.void
SVNLookClient.doGetChanged
(java.io.File repositoryRoot, SVNRevision revision, ISVNChangeEntryHandler handler, boolean includeCopyInfo) Traverses changed paths for the given revision invoking the passed handler on each changed path.void
SVNLookClient.doGetChangedDirectories
(java.io.File repositoryRoot, SVNRevision revision, ISVNChangedDirectoriesHandler handler) Passes paths of directories changed in the given revision to the provided handler.java.util.Date
SVNLookClient.doGetDate
(java.io.File repositoryRoot, SVNRevision revision) Returns datestamp information for the given revision.void
SVNLookClient.doGetDiff
(java.io.File repositoryRoot, SVNRevision revision, boolean diffDeleted, boolean diffAdded, boolean diffCopyFrom, java.io.OutputStream os) Writes differences of changed files and properties for the given revision to the provided output stream.long
SVNLookClient.doGetFileSize
(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision) Returns the size in bytes for the specified path in given revisionvoid
SVNLookClient.doGetHistory
(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision, boolean includeIDs, long limit, ISVNHistoryHandler handler) Passes history information for the specified path and revision to the provided handler.SVNLookClient.doGetInfo
(java.io.File repositoryRoot, SVNRevision revision) Retrieves author, timestamp and log message information from the repository for the given revision.java.lang.String
SVNLookClient.doGetLog
(java.io.File repositoryRoot, SVNRevision revision) Returns log information for the given revision.SVNLookClient.doGetProperties
(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision) Returns versioned properties for the specified path in the given revision.SVNLookClient.doGetProperty
(java.io.File repositoryRoot, java.lang.String propName, java.lang.String path, SVNRevision revision) Returns the value of a versioned property for the specified path in the given revision.SVNLookClient.doGetRevisionProperties
(java.io.File repositoryRoot, SVNRevision revision) Returns revision properties in the given revision.SVNLookClient.doGetRevisionProperty
(java.io.File repositoryRoot, java.lang.String propName, SVNRevision revision) Returns the value of a revision property in the given revision.void
SVNLookClient.doGetTree
(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision, boolean includeIDs, boolean recursive, ISVNTreeHandler handler) Traverses repository tree starting at the specified path in the given revision and invoking the provided handler on each path.void
SVNAdminClient.doVerify
(java.io.File repositoryRoot, SVNRevision startRevision, SVNRevision endRevision) Verifies repository contents found underrepositoryRoot
starting atstartRevision
and up toendRevision
.private SVNProperties
SVNLookClient.getProperties
(java.io.File repositoryRoot, java.lang.String propName, java.lang.String path, SVNRevision revision, java.lang.String txnName, boolean singleProp, boolean revProps) private FSFS
SVNLookClient.open
(java.io.File repositoryRoot, SVNRevision revision) -
Uses of SVNRevision in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SVNRevisionModifier and TypeFieldDescriptionprivate SVNRevision
SvnRemoteSetProperty.baseRevision
private SVNRevision
SvnRevisionRange.end
private SVNRevision
SvnAnnotate.endRevision
private SVNRevision
SvnDiff.endRevision
private SVNRevision
SvnDiffSummarize.endRevision
private SVNRevision
SvnTarget.pegRevision
private SVNRevision
SvnCopySource.revision
private SVNRevision
SvnOperation.revision
private SVNRevision
SvnRevisionRange.start
private SVNRevision
SvnAnnotate.startRevision
private SVNRevision
SvnDiff.startRevision
private SVNRevision
SvnDiffSummarize.startRevision
Methods in org.tmatesoft.svn.core.wc2 that return SVNRevisionModifier and TypeMethodDescriptionSvnRemoteSetProperty.getBaseRevision()
Returns operation's revision to change properties againstSvnRevisionRange.getEnd()
Returns range's end revisionSvnAnnotate.getEndRevision()
Gets the revision of the operation to end with.SvnDiff.getEndRevision()
SvnDiffSummarize.getEndRevision()
SvnTarget.getPegRevision()
Returns target's peg revision, if it was not defined returns null.SvnTarget.getResolvedPegRevision()
SvnTarget.getResolvedPegRevision
(SVNRevision defaultRemote, SVNRevision defaultLocal) Returns target's peg revision if defined, if not defined determines whether target is remote or local, and returns corresponding default revisionSvnCopySource.getRevision()
Returns the revision of the source.SvnOperation.getRevision()
Gets revision to operate on.SvnRevisionRange.getStart()
Returns range's start revisionSvnAnnotate.getStartRevision()
Gets the revision of the operation to start from.SvnDiff.getStartRevision()
SvnDiffSummarize.getStartRevision()
Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNRevisionModifier and TypeMethodDescriptionstatic SvnCopySource
SvnCopySource.create
(SvnTarget source, SVNRevision revision) Creates a newSvnCopySource
object and initializes its fields.static SvnRevisionRange
SvnRevisionRange.create
(SVNRevision start, SVNRevision end) Creates revision range and initializes its fieldsprivate void
SvnDiffSummarize.ensureArgumentsAreValid
(SVNURL url1, java.io.File path1, SVNRevision revision1, SVNURL url2, java.io.File path2, SVNRevision revision2, SVNRevision pegRevision) private void
SvnDiffSummarize.ensureRevisionIsValid
(SVNRevision revision) static SvnTarget
SvnTarget.fromFile
(java.io.File file, SVNRevision pegRevision) Creates a target from file and its peg revisionstatic SvnTarget
SvnTarget.fromURL
(SVNURL url, SVNRevision pegRevision) Creates a target from URL and its peg revisionSvnTarget.getResolvedPegRevision
(SVNRevision defaultRemote, SVNRevision defaultLocal) Returns target's peg revision if defined, if not defined determines whether target is remote or local, and returns corresponding default revisionvoid
SvnRemoteSetProperty.setBaseRevision
(SVNRevision baseRevision) Sets operation's revision to change properties againstvoid
SvnAnnotate.setEndRevision
(SVNRevision endRevision) Sets the revision of the operation to end with.private void
SvnTarget.setPegRevision
(SVNRevision revision) private void
SvnCopySource.setRevision
(SVNRevision revision) Sets the revision of the source.void
SvnOperation.setRevision
(SVNRevision revision) Sets revision of the operation.void
SvnDiff.setSource
(SvnTarget source, SVNRevision start, SVNRevision end) Sets the diff'ssource
with start and end revisions for one-source type of operation.void
SvnDiffSummarize.setSource
(SvnTarget source, SVNRevision start, SVNRevision end) Sets the diff'ssource
with start and end revisions for one-source type of operation.void
SvnAnnotate.setStartRevision
(SVNRevision startRevision) Sets the revision of the operation to start from.Constructors in org.tmatesoft.svn.core.wc2 with parameters of type SVNRevisionModifierConstructorDescriptionprivate
SvnCopySource
(SvnTarget source, SVNRevision revision) private
SvnRevisionRange
(SVNRevision start, SVNRevision end) private
SvnTarget
(java.io.File file, SVNRevision pegRevision) private
SvnTarget
(SVNURL url, SVNRevision pegRevision) -
Uses of SVNRevision in org.tmatesoft.svn.core.wc2.admin
Fields in org.tmatesoft.svn.core.wc2.admin declared as SVNRevisionModifier and TypeFieldDescriptionprivate SVNRevision
SvnRepositoryDump.endRevision
private SVNRevision
SvnRepositoryVerify.endRevision
private SVNRevision
SvnRepositoryDump.startRevision
private SVNRevision
SvnRepositoryVerify.startRevision
Methods in org.tmatesoft.svn.core.wc2.admin that return SVNRevisionModifier and TypeMethodDescriptionSvnRepositoryDump.getEndRevision()
SvnRepositoryVerify.getEndRevision()
SvnRepositoryDump.getStartRevision()
SvnRepositoryVerify.getStartRevision()
Methods in org.tmatesoft.svn.core.wc2.admin with parameters of type SVNRevisionModifier and TypeMethodDescriptionvoid
SvnRepositoryDump.setEndRevision
(SVNRevision endRevision) void
SvnRepositoryVerify.setEndRevision
(SVNRevision endRevision) void
SvnRepositoryDump.setStartRevision
(SVNRevision startRevision) void
SvnRepositoryVerify.setStartRevision
(SVNRevision startRevision) -
Uses of SVNRevision in org.tmatesoft.svn.core.wc2.hooks
Methods in org.tmatesoft.svn.core.wc2.hooks that return SVNRevisionModifier and TypeMethodDescriptionISvnExternalsHandler.handleExternal
(java.io.File externalPath, SVNURL externalURL, SVNRevision externalRevision, SVNRevision externalPegRevision, java.lang.String externalsDefinition, SVNRevision externalsWorkingRevision) Handles an external definition and says whether to skip it or not.Methods in org.tmatesoft.svn.core.wc2.hooks with parameters of type SVNRevisionModifier and TypeMethodDescriptionISvnExternalsHandler.handleExternal
(java.io.File externalPath, SVNURL externalURL, SVNRevision externalRevision, SVNRevision externalPegRevision, java.lang.String externalsDefinition, SVNRevision externalsWorkingRevision) Handles an external definition and says whether to skip it or not.
SVNDiffClient.doGetLogEligibleMergeInfo(File, SVNRevision, File, SVNRevision, boolean, String[], ISVNLogEntryHandler)
instead