Uses of Class
org.tmatesoft.svn.core.wc.SVNRevision
-
Packages that use SVNRevision Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.cli org.tmatesoft.svn.cli.svn org.tmatesoft.svn.cli.svnadmin org.tmatesoft.svn.cli.svnlook org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine.org.tmatesoft.svn.core.wc2 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.org.tmatesoft.svn.core.wc2.admin 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.org.tmatesoft.svn.core.wc2.hooks 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 SVNRevision Modifier and Type Method Description static SVNRevisionJavaHLObjectFactory. getSVNRevision(Revision r) -
Uses of SVNRevision in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli that return SVNRevision Modifier and Type Method Description SVNRevision[]AbstractSVNCommandEnvironment. parseRevision(java.lang.String revStr) -
Uses of SVNRevision in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that return SVNRevision Modifier and Type Method Description SVNRevisionSVNCommandEnvironment. getEndRevision()SVNRevisionSVNCommandEnvironment. getStartRevision()Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNRevision Modifier and Type Method Description protected java.lang.StringSVNPropertiesCommand. checkRevPropTarget(SVNRevision revision, java.util.Collection targets)protected SVNURLSVNPropertiesCommand. getRevpropURL(SVNRevision revision, java.util.Collection targets) -
Uses of SVNRevision in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin that return SVNRevision Modifier and Type Method Description SVNRevisionSVNAdminCommandEnvironment. getEndRevision()SVNRevisionSVNAdminCommandEnvironment. getStartRevision()Methods in org.tmatesoft.svn.cli.svnadmin with parameters of type SVNRevision Modifier and Type Method Description protected longSVNAdminCommand. 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 Modifier and Type Method Description protected SVNRevisionSVNLookCommand. getRevisionObject() -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNRevision Modifier and Type Method Description SVNRevisionSVNExternal. getPegRevision()SVNRevisionSVNPath. getPegRevision()SVNRevisionSVNExternal. getRevision()static SVNRevisionSVNAdminUtil. parseRevision(java.lang.StringBuffer str)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNRevision Modifier and Type Method Description static voidSVNWCManager. add(java.io.File path, SVNAdminArea parentDir, SVNURL copyFromURL, SVNRevision copyFromRev, SVNDepth depth)static java.lang.StringSVNAdminUtil. asString(SVNRevision revision, java.lang.String path)protected SVNLocationEntrySVNMergeDriver. getCopySource(java.io.File path, SVNURL url, SVNRevision revision)java.util.MapSVNMergeDriver. getHistoryAsMergeInfo(SVNURL url, java.io.File path, SVNRevision pegRevision, long rangeYoungest, long rangeOldest, SVNRepository repos, SVNWCAccess access)voidSVNMergeDriver. getLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)voidSVNMergeDriver. getLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)java.util.MapSVNMergeDriver. getMergedMergeInfo(java.io.File path, SVNRevision pegRevision)Deprecated.java.util.MapSVNMergeDriver. getMergedMergeInfo(SVNURL url, SVNRevision pegRevision)Deprecated.protected java.util.MapSVNMergeDriver. getMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL[] repositoryRoot)protected java.util.MapSVNMergeDriver. getMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL[] repositoryRoot)static longSVNAdminHelper. getRevisionNumber(SVNRevision revision, long youngestRevision, FSFS fsfs)protected voidSVNMergeDriver. runMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File targetWCPath, SVNDepth depth, boolean dryRun, boolean force, boolean ignoreAncestry, boolean recordOnly)protected voidSVNMergeDriver. runMergeReintegrate(SVNURL srcURL, java.io.File srcPath, SVNRevision pegRevision, java.io.File targetWCPath, boolean dryRun)protected voidSVNMergeDriver. runPeggedMerge(SVNURL srcURL, java.io.File srcPath, java.util.Collection rangesToMerge, SVNRevision pegRevision, java.io.File targetWCPath, SVNDepth depth, boolean dryRun, boolean force, boolean ignoreAncestry, boolean recordOnly)java.util.CollectionSVNMergeDriver. suggestMergeSources(java.io.File path, SVNRevision pegRevision)java.util.CollectionSVNMergeDriver. suggestMergeSources(SVNURL url, SVNRevision pegRevision)Deprecated.Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNRevision Constructor Description SVNExternal(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
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNRevision Modifier and Type Method Description SVNRevisionSVNEntry. getExternalFilePegRevision()SVNRevisionSVNEntry. getExternalFileRevision()Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNRevision Modifier and Type Method Description voidSVNEntry. setExternalFilePegRevision(SVNRevision pegRev)voidSVNEntry. setExternalFileRevision(SVNRevision rev)abstract voidSVNAdminArea. setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL)voidSVNAdminArea14. setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL)voidSVNAdminArea16. setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL)voidSVNXMLAdminArea. setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that return SVNRevision Modifier and Type Method Description protected SVNRevision[]SVNBasicDelegate. resolveRevisions(SVNRevision pegRevision, SVNRevision revision, boolean isURL, boolean noticeLocalModifications)Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNRevision Modifier and Type Method Description protected SVNRepositorySVNBasicDelegate. createRepository(SVNURL url, java.io.File path, SVNAdminArea area, SVNRevision pegRevision, SVNRevision revision, long[] pegRev)protected SVNURLSVNBasicDelegate. deriveLocation(java.io.File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access)voidSVNLogClient16. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)Invokeshandleron each line-blame item associated with revisionendRevisionofpath, usingstartRevisionas the default source of all blame.voidSVNLogClient16. 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.voidSVNLogClient16. 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.voidSVNLogClient16. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)Invokeshandleron each line-blame item associated with revisionendRevisionofurl, usingstartRevisionas the default source of all blame.voidSVNLogClient16. 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.voidSVNLogClient16. 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.voidSVNLogClient16. 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.longSVNUpdateClient16. doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive)Deprecated.longSVNUpdateClient16. doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force)Deprecated.longSVNUpdateClient16. doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions)Checks out a working copy ofurlatrevision, looked up atpegRevision, usingdstPathas the root directory of the newly checked out working copy.voidSVNDiffClient16. doDiff(java.io.File[] paths, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists)Iterates over the passed inpathscallingSVNDiffClient16.doDiff(File,SVNRevision,SVNRevision,SVNRevision,SVNDepth,boolean,OutputStream,Collection)for each one in the array.voidSVNDiffClient16. doDiff(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)voidSVNDiffClient16. doDiff(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists)Produces diff output which describes the delta betweenpath1/rNandpath2/rM.voidSVNDiffClient16. doDiff(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)voidSVNDiffClient16. doDiff(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists)Produces diff output which describes the delta betweenpath1/rNandurl2/rM.voidSVNDiffClient16. doDiff(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)voidSVNDiffClient16. doDiff(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists)Produces diff output which describes the delta betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient16. doDiff(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)voidSVNDiffClient16. doDiff(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection changeLists)Produces diff output which describes the delta betweenurl1/rNandpath2/rM.voidSVNDiffClient16. doDiff(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)Deprecated.voidSVNDiffClient16. doDiff(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result)Produces diff output which describes the delta betweenurl1/rNandurl2/rM.voidSVNDiffClient16. doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)Deprecated.voidSVNDiffClient16. doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result)Produces diff output which describes the delta betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenpath1/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient16. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenpath1/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient16. doDiffStatus(java.io.File path, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenurl1/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient16. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenurl1/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient16. doDiffStatus(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.longSVNUpdateClient16. doExport(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive)longSVNUpdateClient16. doExport(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean overwrite, SVNDepth depth)Exports the contents of either a subversion repository or a subversion working copy into a 'clean' directory (meaning a directory with no administrative directories).longSVNUpdateClient16. doExport(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive)longSVNUpdateClient16. doExport(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean overwrite, SVNDepth depth)Exports the contents of a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).voidSVNWCClient16. doGetFileContents(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst)Outputs the content of file identified bypathandrevisionto the streamdst.voidSVNWCClient16. doGetFileContents(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst)Outputs the content of file identified byurlandrevisionto the streamdst.voidSVNDiffClient16. doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcPath(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient16. doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcURL(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient16. doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcPath(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient16. doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcURL(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient16. doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcPath(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient16. doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcURL(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient16. doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcPath(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient16. doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith 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 aMapwith merge source URLs (asSVNURL) mapped to range lists (SVNMergeRangeList).java.util.Map<SVNURL,SVNMergeRangeList>SVNDiffClient16. doGetMergedMergeInfo(SVNURL url, SVNRevision pegRevision)Returns mergeinfo as aMapwith merge source URLs (asSVNURL) mapped to range lists (SVNMergeRangeList).SVNPropertyDataSVNWCClient16. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision)Gets the value of the propertypropNameforpath.voidSVNWCClient16. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler)voidSVNWCClient16. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists)Invokeshandleron paths covered bydepthstarting with the specifiedpath.SVNPropertyDataSVNWCClient16. doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision)Gets the value of the propertypropNameforurl.voidSVNWCClient16. doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler)Deprecated.voidSVNWCClient16. doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler)Invokeshandleron paths covered bydepthstarting with the specifiedpath.voidSVNWCClient16. 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.longSVNWCClient16. 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.SVNInfoSVNWCClient16. doInfo(java.io.File path, SVNRevision revision)Collects and returns information on a single Working Copy item.voidSVNWCClient16. doInfo(java.io.File path, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)Deprecated.voidSVNWCClient16. doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)Deprecated.voidSVNWCClient16. doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, java.util.Collection changeLists, ISVNInfoHandler handler)Invokeshandlerto return information aboutpathinrevision.SVNInfoSVNWCClient16. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision)Collects and returns information on a single item in a repository.voidSVNWCClient16. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)Deprecated.voidSVNWCClient16. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler)Invokeshandlerto return information abouturlinrevision.voidSVNLogClient16. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient16. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient16. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)Reports the directory entry, and possibly children, forpathatrevision.voidSVNLogClient16. 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.voidSVNLogClient16. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient16. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)Reports the directory entry, and possibly children, forurlatrevision.voidSVNLogClient16. 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)Invokeshandleron each log message from the givenrevisionRangesin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient16. 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.voidSVNLogClient16. 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)Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient16. 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.voidSVNLogClient16. 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)Invokeshandleron each log message from the givenin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient16. 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)Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient16. 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.voidSVNDiffClient16. 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)voidSVNDiffClient16. doMerge(java.io.File path1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)Merges changes frompath1/revision1topath2/revision2into the working-copy pathdstPath.voidSVNDiffClient16. doMerge(java.io.File path1, SVNRevision pegRevision, java.util.Collection rangesToMerge, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)Merges the changes betweenpath1in peg revisionpegRevision, as it changed between the ranges described inrangesToMerge.voidSVNDiffClient16. doMerge(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)voidSVNDiffClient16. doMerge(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)Merges changes frompath1/revision1tourl2/revision2into the working-copy pathdstPath.voidSVNDiffClient16. doMerge(java.io.File path1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)voidSVNDiffClient16. doMerge(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)voidSVNDiffClient16. doMerge(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)Merges changes fromurl1/revision1topath2/revision2into the working-copy pathdstPath.voidSVNDiffClient16. doMerge(SVNURL url1, SVNRevision pegRevision, java.util.Collection rangesToMerge, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)Merges the changes betweenurl1in peg revisionpegRevision, as it changed between the ranges described inrangesToMerge.voidSVNDiffClient16. doMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)voidSVNDiffClient16. doMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)Merges changes fromurl1/revision1tourl2/revision2into the working-copy pathdstPath.voidSVNDiffClient16. doMerge(SVNURL url1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)voidSVNDiffClient16. doMergeReIntegrate(java.io.File srcPath, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun)Performs a reintegration merge ofsrcPathatpegRevisionintodstPath.voidSVNDiffClient16. doMergeReIntegrate(SVNURL srcURL, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun)Performs a reintegration merge ofsrcURLatpegRevisionintodstPath.SVNCommitInfoSVNWCClient16. doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler)SetspropNametopropValueonpath.voidSVNWCClient16. doSetRevisionProperty(java.io.File path, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler)SetpropNametopropValueon revisionrevisionin the repository represented bypath.voidSVNWCClient16. doSetRevisionProperty(SVNURL url, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler)SetpropNametopropValueon revisionrevisionin the repository represented bypath.longSVNStatusClient16. doStatus(java.io.File path, SVNRevision revision, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler)longSVNStatusClient16. doStatus(java.io.File path, SVNRevision revision, SVNDepth depth, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler, java.util.Collection changeLists)Given apathto a working copy directory (or single file), callshandlerwith a set ofSVNStatusobjects which describe the status of thepath, and its children (recursing according todepth).java.util.Collection<SVNURL>SVNDiffClient16. doSuggestMergeSources(java.io.File path, SVNRevision pegRevision)Returns a collection of potential merge sources (expressed as full repositoryURLs) forpathatpegRevision.java.util.Collection<SVNURL>SVNDiffClient16. doSuggestMergeSources(SVNURL url, SVNRevision pegRevision)Returns a collection of potential merge sources (expressed as full repositoryURLs) forurlatpegRevision.longSVNUpdateClient16. doSwitch(java.io.File file, SVNURL url, SVNRevision revision, boolean recursive)Deprecated.longSVNUpdateClient16. doSwitch(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive)Deprecated.longSVNUpdateClient16. doSwitch(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force)Deprecated.longSVNUpdateClient16. doSwitch(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky)Switches working treepathtourl\pegRevisionatrevision.long[]SVNUpdateClient16. doUpdate(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky)Updates working treespathstorevision.longSVNUpdateClient16. doUpdate(java.io.File file, SVNRevision revision, boolean recursive)Deprecated.longSVNUpdateClient16. doUpdate(java.io.File file, SVNRevision revision, boolean recursive, boolean force)Deprecated.longSVNUpdateClient16. doUpdate(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky)Updates working copytorevision.protected SVNURLSVNBasicDelegate. getEntryLocation(java.io.File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision)protected SVNBasicDelegate.SVNRepositoryLocation[]SVNBasicDelegate. getLocations(SVNURL url, java.io.File path, SVNRepository repository, SVNRevision revision, SVNRevision start, SVNRevision end)SVNURLSVNBasicDelegate. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access)Returns the root of the repository.protected longSVNBasicDelegate. getRevisionNumber(SVNRevision revision, long[] latestRevisionNumber, SVNRepository repository, java.io.File path)protected longSVNBasicDelegate. getRevisionNumber(SVNRevision revision, SVNRepository repository, java.io.File path)protected SVNRevision[]SVNBasicDelegate. resolveRevisions(SVNRevision pegRevision, SVNRevision revision, boolean isURL, boolean noticeLocalModifications) -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNRevision Modifier and Type Field Description SVNRevisionSVNWCUtils.UnserializedFileExternalInfo. pegRevisionSVNRevisionSVNWCUtils.UnserializedFileExternalInfo. revisionMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNRevision Modifier and Type Method Description voidSVNLogClient17. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)Invokeshandleron each line-blame item associated with revisionendRevisionofpath, usingstartRevisionas the default source of all blame.voidSVNLogClient17. 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.voidSVNLogClient17. 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.voidSVNLogClient17. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)Invokeshandleron each line-blame item associated with revisionendRevisionofurl, usingstartRevisionas the default source of all blame.voidSVNLogClient17. 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.voidSVNLogClient17. 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.voidSVNLogClient17. 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.voidSVNLogClient17. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient17. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient17. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)Reports the directory entry, and possibly children, forpathatrevision.voidSVNLogClient17. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)Browses directory entries from a repository and uses the provided dir entry handler to process them.voidSVNLogClient17. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient17. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)Reports the directory entry, and possibly children, forurlatrevision.voidSVNLogClient17. 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)Invokeshandleron each log message from the givenrevisionRangesin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient17. 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.voidSVNLogClient17. 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)Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient17. 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.voidSVNLogClient17. 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)Invokeshandleron each log message from the givenin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient17. 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)Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient17. 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.EntryLocationInfoSVNWCContext. getEntryLocation(java.io.File localAbsPath, SVNRevision pegRevisionKind, boolean fetchRevnum)longSVNWCContext. getRevisionNumber(SVNRevision revision, long[] latestRevisionNumber, SVNRepository repository, java.io.File path)static java.lang.StringSVNWCUtils. serializeFileExternal(java.lang.String path, SVNRevision pegRevision, SVNRevision revision) -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNRevision Modifier and Type Method Description static ISVNUpdateEditorSvnExternalUpdateEditor. 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 SVNRevision Modifier and Type Method Description protected SVNRevision[]SvnRepositoryAccess. resolveRevisions(SVNRevision pegRevision, SVNRevision revision, boolean isURL, boolean noticeLocalModifications)Methods in org.tmatesoft.svn.core.internal.wc2 with parameters of type SVNRevision Modifier and Type Method Description abstract Structure<SvnRepositoryAccess.RepositoryInfo>SvnRepositoryAccess. createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory)SVNLocationEntrySvnRepositoryAccess. getCopySource(SvnTarget target, SVNRevision revision)Structure<SvnRepositoryAccess.LocationsInfo>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 booleanSvnRemoteOperationRunner. 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 Modifier and Type Method Description static longSvnCodec. revisionNumber(SVNRevision revision) -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNRevision Modifier and Type Method Description SVNRevisionSvnNgLockUtil.LockInfo. getRevision()Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNRevision Modifier and Type Method Description protected longSvnNgAbstractUpdate. checkout(SVNURL url, java.io.File localAbspath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean sleepForTimestamp, int targetWorkingCopyFormat)Structure<SvnRepositoryAccess.RepositoryInfo>SvnNgRepositoryAccess. createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory)static voidSvnNgDiffUtil. doDiffSummarizeReposWC(SvnTarget target1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget target2, SVNRevision revision2, boolean reverse, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, boolean useGitDiffFormat, SVNDepth depth, boolean useAncestry, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, ISvnDiffGenerator generator, ISVNDiffStatusHandler handler, ISVNCanceller canceller)protected longSvnNgAbstractUpdate. doSwitch(java.io.File localAbsPath, SVNURL switchUrl, SVNRevision revision, SVNRevision pegRevision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean ignoreAncestry, boolean sleepForTimestamp)Structure<SvnRepositoryAccess.RevisionsPair>SvnNgRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)Structure<SvnRepositoryAccess.UrlInfo>SvnNgRepositoryAccess. getURLFromPath(SvnTarget path, SVNRevision revision, SVNRepository repository)java.util.List<SvnNgMergeDriver.MergeSource>SvnNgMergeDriver. normalizeMergeSources(SvnTarget source, SVNURL sourceURL, SVNURL sourceRootURL, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> rangesToMerge, SVNRepository repository)protected longSvnNgAbstractUpdate. switchInternal(java.io.File localAbsPath, java.io.File anchor, SVNURL switchUrl, SVNRevision revision, SVNRevision pegRevision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean ignoreAncestry, boolean sleepForTimestamp)protected longSvnNgAbstractUpdate. update(SVNWCContext wcContext, java.io.File localAbspath, SVNRevision revision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean addsAsMoodifications, boolean makeParents, boolean innerUpdate, boolean sleepForTimestamp)protected longSvnNgAbstractUpdate. updateInternal(SVNWCContext wcContext, java.io.File localAbspath, java.io.File anchorAbspath, SVNRevision revision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean addsAsMoodifications, boolean sleepForTimestamp, boolean notifySummary, ISVNConflictHandler conflictHandler)Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNRevision Constructor Description LockInfo(java.io.File file, SVNRevision rev) -
Uses of SVNRevision in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNRevision Modifier and Type Method Description Structure<SvnRepositoryAccess.RepositoryInfo>SvnOldRepositoryAccess. createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory)protected SVNURLSvnOldRepositoryAccess. deriveLocation(java.io.File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access)protected SVNURLSvnOldRepositoryAccess. getEntryLocation(java.io.File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision)Structure<SvnRepositoryAccess.RevisionsPair>SvnOldRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)Structure<SvnRepositoryAccess.UrlInfo>SvnOldRepositoryAccess. getURLFromPath(SvnTarget path, SVNRevision revision, SVNRepository repository) -
Uses of SVNRevision in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNRevision Modifier and Type Field Description static SVNRevisionSVNRevision. BASEDenotes the 'pristine' revision of a Working Copy item.static SVNRevisionSVNRevision. COMMITTEDDenotes the last revision in which an item was changed before (or at) BASE.static SVNRevisionSVNRevision. HEADDenotes the latest repository revision.static SVNRevisionSVNRevision. PREVIOUSDenotes the revision just before the one when an item was last changed (technically, COMMITTED - 1).static SVNRevisionSVNRevision. UNDEFINEDUsed to denote that a revision is undefined (not available or not valid).static SVNRevisionSVNRevision. WORKINGDenotes an item's working (current) revision.Methods in org.tmatesoft.svn.core.wc that return SVNRevision Modifier and Type Method Description static SVNRevisionSVNRevision. create(long revisionNumber)Creates an SVNRevision object given a revision number.static SVNRevisionSVNRevision. create(java.util.Date date)Creates an SVNRevision object given a particular timestamp.SVNRevisionSVNInfo. getCommittedRevision()Gets the item's last committed revision.SVNRevisionSVNStatus. getCommittedRevision()Gets the revision when the item was last changed (committed).SVNRevisionSVNCommitItem. getCopyFromRevision()Gets the revision of the versioned item's ancestor from which the item was copied.SVNRevisionSVNInfo. getCopyFromRevision()Gets the revision of the item's ancestor from which the item was copied.SVNRevisionSVNStatus. getCopyFromRevision()Gets the revision of the item's ancestor from which the item was copied (the item is added with history).SVNRevisionSVNRevisionRange. getEndRevision()Returns the end revision of this range.SVNRevisionSVNCopySource. getPegRevision()Returns the peg revision of the source.SVNRevisionSVNStatus. getRemoteRevision()Gets the item's last committed repository revision.SVNRevisionSVNCommitItem. getRevision()Gets the revision of the versioned item .SVNRevisionSVNCopySource. getRevision()Returns the revision of the source.SVNRevisionSVNInfo. getRevision()Gets the item's revision.SVNRevisionSVNStatus. getRevision()Gets the item's current working revision.SVNRevisionSVNRevisionRange. getStartRevision()Returns the start revision of this range.SVNRevision[]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 SVNRevisionSVNRevision. 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 SVNRevision Modifier and Type Method Description static SVNInfoSVNInfo. createInfo(java.lang.String path, SVNURL reposRootURL, java.lang.String uuid, SVNURL url, SVNRevision revision, SVNDirEntry dirEntry, SVNLock lock)voidSVNLogClient. doAnnotate(java.io.File path, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)Invokeshandleron each line-blame item associated with revisionendRevisionofpath, usingstartRevisionas the default source of all blame.voidSVNLogClient. 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.voidSVNLogClient. 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.voidSVNLogClient. doAnnotate(SVNURL url, SVNRevision pegRevision, SVNRevision startRevision, SVNRevision endRevision, boolean ignoreMimeType, boolean includeMergedRevisions, ISVNAnnotateHandler handler, java.lang.String inputEncoding)Invokeshandleron each line-blame item associated with revisionendRevisionofurl, usingstartRevisionas the default source of all blame.voidSVNLogClient. 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.voidSVNLogClient. 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.voidSVNLogClient. 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.longSVNUpdateClient. doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive)Deprecated.longSVNUpdateClient. doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force)Deprecated.longSVNUpdateClient. doCheckout(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions)Checks out a working copy ofurlatrevision, looked up atpegRevision, usingdstPathas the root directory of the newly checked out working copy.voidSVNDiffClient. doDiff(java.io.File[] paths, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists)Iterates over the passed inpathscallingSVNDiffClient.doDiff(File, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream, Collection)for each one in the array.voidSVNDiffClient. doDiff(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)voidSVNDiffClient. doDiff(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists)Produces diff output which describes the delta betweenpath1/rNandpath2/rM.voidSVNDiffClient. doDiff(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)voidSVNDiffClient. doDiff(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists)Produces diff output which describes the delta betweenpath1/rNandurl2/rM.voidSVNDiffClient. doDiff(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)voidSVNDiffClient. doDiff(java.io.File path, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists)Produces diff output which describes the delta betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient. doDiff(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)voidSVNDiffClient. doDiff(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result, java.util.Collection<java.lang.String> changeLists)Produces diff output which describes the delta betweenurl1/rNandpath2/rM.voidSVNDiffClient. doDiff(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)Deprecated.voidSVNDiffClient. doDiff(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result)Produces diff output which describes the delta betweenurl1/rNandurl2/rM.voidSVNDiffClient. doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, boolean recursive, boolean useAncestry, java.io.OutputStream result)voidSVNDiffClient. doDiff(SVNURL url, SVNRevision pegRevision, SVNRevision rN, SVNRevision rM, SVNDepth depth, boolean useAncestry, java.io.OutputStream result)Produces diff output which describes the delta betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenpath1/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient. doDiffStatus(java.io.File path1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenpath1/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient. doDiffStatus(java.io.File path, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenpathin peg revisionpegRevision, as it changed betweenrNandrM.voidSVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, java.io.File path2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenurl1/rNandpath2/rMwithout creating text deltas.voidSVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, boolean recursive, boolean useAncestry, ISVNDiffStatusHandler handler)voidSVNDiffClient. doDiffStatus(SVNURL url1, SVNRevision rN, SVNURL url2, SVNRevision rM, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenurl1/rNandurl2/rMwithout creating text deltas.voidSVNDiffClient. doDiffStatus(SVNURL url, SVNRevision rN, SVNRevision rM, SVNRevision pegRevision, SVNDepth depth, boolean useAncestry, ISVNDiffStatusHandler handler)Produces a diff summary which lists the changed items betweenurlin peg revisionpegRevision, as it changed betweenrNandrM.longSVNUpdateClient. doExport(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive)longSVNUpdateClient. doExport(java.io.File srcPath, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean overwrite, SVNDepth depth)Exports the contents of either a subversion repository or a subversion working copy into a 'clean' directory (meaning a directory with no administrative directories).longSVNUpdateClient. doExport(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean force, boolean recursive)longSVNUpdateClient. doExport(SVNURL url, java.io.File dstPath, SVNRevision pegRevision, SVNRevision revision, java.lang.String eolStyle, boolean overwrite, SVNDepth depth)Exports the contents of a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).voidSVNWCClient. doGetFileContents(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst)Outputs the content of file identified bypathandrevisionto the streamdst.voidSVNWCClient. doGetFileContents(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean expandKeywords, java.io.OutputStream dst)Outputs the content of file identified byurlandrevisionto the streamdst.voidSVNDiffClient. doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcPath(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient. doGetLogEligibleMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcURL(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient. doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcPath(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient. doGetLogEligibleMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions eligible for merge frommergeSrcURL(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient. doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcPath(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient. doGetLogMergedMergeInfo(java.io.File path, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcURL(as ofsrcPegRevision) intopath(as ofpegRevision).voidSVNDiffClient. doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, java.io.File mergeSrcPath, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith the revisions merged frommergeSrcPath(as ofsrcPegRevision) intourl(as ofpegRevision).voidSVNDiffClient. doGetLogMergedMergeInfo(SVNURL url, SVNRevision pegRevision, SVNURL mergeSrcURL, SVNRevision srcPegRevision, boolean discoverChangedPaths, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Drives a log entryhandlerwith 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 aMapwith merge source URLs (asSVNURL) mapped to range lists (SVNMergeRangeList).java.util.Map<SVNURL,SVNMergeRangeList>SVNDiffClient. doGetMergedMergeInfo(SVNURL url, SVNRevision pegRevision)Returns mergeinfo as aMapwith merge source URLs (asSVNURL) mapped to range lists (SVNMergeRangeList).SVNPropertyDataSVNWCClient. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision)Gets the value of the propertypropNameforpath.voidSVNWCClient. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler)voidSVNWCClient. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists)Invokeshandleron paths covered bydepthstarting with the specifiedpath.SVNPropertyDataSVNWCClient. doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision)Gets the value of the propertypropNameforurl.voidSVNWCClient. doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler)voidSVNWCClient. doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler)Invokeshandleron paths covered bydepthstarting with the specifiedpath.longSVNWCClient. 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.longSVNWCClient. 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.SVNInfoSVNWCClient. doInfo(java.io.File path, SVNRevision revision)Collects and returns information on a single Working Copy item.voidSVNWCClient. doInfo(java.io.File path, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)Deprecated.voidSVNWCClient. doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)Deprecated.voidSVNWCClient. doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, java.util.Collection<java.lang.String> changeLists, ISVNInfoHandler handler)Invokeshandlerto return information aboutpathinrevision.SVNInfoSVNWCClient. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision)Collects and returns information on a single item in a repository.voidSVNWCClient. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)Deprecated.voidSVNWCClient. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler)Invokeshandlerto return information abouturlinrevision.voidSVNLogClient. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)Reports the directory entry, and possibly children, forpathatrevision.voidSVNLogClient. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)Browses directory entries from a repository and uses the provided dir entry handler to process them.voidSVNLogClient. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)voidSVNLogClient. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)Reports the directory entry, and possibly children, forurlatrevision.voidSVNLogClient. doLog(java.io.File[] paths, java.util.Collection<SVNRevisionRange> revisionRanges, SVNRevision pegRevision, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message from the givenrevisionRangesin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient. doLog(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.voidSVNLogClient. 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)Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient. 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.voidSVNLogClient. doLog(SVNURL url, java.lang.String[] paths, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> revisionRanges, boolean stopOnCopy, boolean discoverChangedPaths, boolean includeMergedRevisions, long limit, java.lang.String[] revisionProperties, ISVNLogEntryHandler handler)Invokeshandleron each log message from the givenin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient. 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)Invokeshandleron each log message fromstartRevisiontoendRevisionin turn, inclusive (but never invokeshandleron a given log message more than once).voidSVNLogClient. 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.voidSVNDiffClient. 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)voidSVNDiffClient. doMerge(java.io.File path1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)Merges changes frompath1/revision1topath2/revision2into the working-copy pathdstPath.voidSVNDiffClient. doMerge(java.io.File path1, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> rangesToMerge, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)Merges the changes betweenpath1in peg revisionpegRevision, as it changed between the ranges described inrangesToMerge.voidSVNDiffClient. doMerge(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)voidSVNDiffClient. doMerge(java.io.File path1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)Merges changes frompath1/revision1tourl2/revision2into the working-copy pathdstPath.voidSVNDiffClient. doMerge(java.io.File path1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)voidSVNDiffClient. doMerge(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)voidSVNDiffClient. doMerge(SVNURL url1, SVNRevision revision1, java.io.File path2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)Merges changes fromurl1/revision1topath2/revision2into the working-copy pathdstPath.voidSVNDiffClient. doMerge(SVNURL url1, SVNRevision pegRevision, java.util.Collection<SVNRevisionRange> rangesToMerge, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)Merges the changes betweenurl1in peg revisionpegRevision, as it changed between the ranges described inrangesToMerge.voidSVNDiffClient. doMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)voidSVNDiffClient. doMerge(SVNURL url1, SVNRevision revision1, SVNURL url2, SVNRevision revision2, java.io.File dstPath, SVNDepth depth, boolean useAncestry, boolean force, boolean dryRun, boolean recordOnly)Merges changes fromurl1/revision1tourl2/revision2into the working-copy pathdstPath.voidSVNDiffClient. doMerge(SVNURL url1, SVNRevision pegRevision, SVNRevision revision1, SVNRevision revision2, java.io.File dstPath, boolean recursive, boolean useAncestry, boolean force, boolean dryRun)voidSVNDiffClient. doMergeReIntegrate(java.io.File srcPath, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun)Performs a reintegration merge ofsrcPathatpegRevisionintodstPath.voidSVNDiffClient. doMergeReIntegrate(SVNURL srcURL, SVNRevision pegRevision, java.io.File dstPath, boolean dryRun)Performs a reintegration merge ofsrcURLatpegRevisionintodstPath.SVNCommitInfoSVNWCClient. doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler)SetspropNametopropValueonpath.voidSVNWCClient. doSetRevisionProperty(java.io.File path, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler)SetpropNametopropValueon revisionrevisionin the repository represented bypath.voidSVNWCClient. doSetRevisionProperty(SVNURL url, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler)SetpropNametopropValueon revisionrevisionin the repository represented bypath.longSVNStatusClient. doStatus(java.io.File path, SVNRevision revision, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler)longSVNStatusClient. doStatus(java.io.File path, SVNRevision revision, SVNDepth depth, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler, java.util.Collection<java.lang.String> changeLists)Given apathto a working copy directory (or single file), callshandlerwith a set ofSVNStatusobjects which describe the status of thepath, and its children (recursing according todepth).java.util.Collection<SVNURL>SVNDiffClient. doSuggestMergeSources(java.io.File path, SVNRevision pegRevision)Returns a collection of potential merge sources (expressed as full repositoryURLs) forpathatpegRevision.java.util.Collection<SVNURL>SVNDiffClient. doSuggestMergeSources(SVNURL url, SVNRevision pegRevision)Returns a collection of potential merge sources (expressed as full repositoryURLs) forurlatpegRevision.longSVNUpdateClient. doSwitch(java.io.File file, SVNURL url, SVNRevision revision, boolean recursive)Deprecated.longSVNUpdateClient. doSwitch(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive)Deprecated.longSVNUpdateClient. doSwitch(java.io.File file, SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, boolean force)Deprecated.longSVNUpdateClient. doSwitch(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky)Switches working treepathtourl\pegRevisionatrevision.longSVNUpdateClient. doSwitch(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky, boolean ignoreAncestry)long[]SVNUpdateClient. doUpdate(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky)Updates working treespathstorevision.long[]SVNUpdateClient. doUpdate(java.io.File[] paths, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky, boolean makeParents)longSVNUpdateClient. doUpdate(java.io.File file, SVNRevision revision, boolean recursive)Deprecated.longSVNUpdateClient. doUpdate(java.io.File file, SVNRevision revision, boolean recursive, boolean force)Deprecated.longSVNUpdateClient. doUpdate(java.io.File path, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky)Updates working copytorevision.SVNURLSVNBasicClient. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision)Returns the root of the repository.SVNURLSVNBasicClient. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access)Deprecated.SVNRevision[]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.voidSVNStatus. setCommittedRevision(SVNRevision committedRevision)voidSVNStatus. setCopyFromRevision(SVNRevision copyFromRevision)voidSVNStatus. setRemoteRevision(SVNRevision remoteRevision)voidSVNStatus. 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.voidSVNStatus. setRevision(SVNRevision revision)Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNRevision Constructor Description SVNCommitItem(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 newSVNCopySourceobject.SVNCopySource(SVNRevision pegRevision, SVNRevision revision, SVNURL url)Creates a newSVNCopySourceobject.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 SVNRevision Modifier and Type Method Description voidSVNLookClient. doCat(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision, java.io.OutputStream out)Fetches file contents for the specified revision and path.voidSVNAdminClient. 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.StringSVNLookClient. doGetAuthor(java.io.File repositoryRoot, SVNRevision revision)Returns author information for the given revision.voidSVNLookClient. 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.voidSVNLookClient. doGetChangedDirectories(java.io.File repositoryRoot, SVNRevision revision, ISVNChangedDirectoriesHandler handler)Passes paths of directories changed in the given revision to the provided handler.java.util.DateSVNLookClient. doGetDate(java.io.File repositoryRoot, SVNRevision revision)Returns datestamp information for the given revision.voidSVNLookClient. 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.longSVNLookClient. doGetFileSize(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision)Returns the size in bytes for the specified path in given revisionvoidSVNLookClient. 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.SVNLogEntrySVNLookClient. doGetInfo(java.io.File repositoryRoot, SVNRevision revision)Retrieves author, timestamp and log message information from the repository for the given revision.java.lang.StringSVNLookClient. doGetLog(java.io.File repositoryRoot, SVNRevision revision)Returns log information for the given revision.SVNPropertiesSVNLookClient. doGetProperties(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision)Returns versioned properties for the specified path in the given revision.SVNPropertyValueSVNLookClient. 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.SVNPropertiesSVNLookClient. doGetRevisionProperties(java.io.File repositoryRoot, SVNRevision revision)Returns revision properties in the given revision.SVNPropertyValueSVNLookClient. doGetRevisionProperty(java.io.File repositoryRoot, java.lang.String propName, SVNRevision revision)Returns the value of a revision property in the given revision.voidSVNLookClient. 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.voidSVNAdminClient. doVerify(java.io.File repositoryRoot, SVNRevision startRevision, SVNRevision endRevision)Verifies repository contents found underrepositoryRootstarting atstartRevisionand up toendRevision. -
Uses of SVNRevision in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SVNRevision Modifier and Type Method Description SVNRevisionSvnRemoteSetProperty. getBaseRevision()Returns operation's revision to change properties againstSVNRevisionSvnRevisionRange. getEnd()Returns range's end revisionSVNRevisionSvnAnnotate. getEndRevision()Gets the revision of the operation to end with.SVNRevisionSvnDiff. getEndRevision()SVNRevisionSvnDiffSummarize. getEndRevision()SVNRevisionSvnTarget. getPegRevision()Returns target's peg revision, if it was not defined returns null.SVNRevisionSvnTarget. getResolvedPegRevision()SVNRevisionSvnTarget. 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 revisionSVNRevisionSvnCopySource. getRevision()Returns the revision of the source.SVNRevisionSvnOperation. getRevision()Gets revision to operate on.SVNRevisionSvnRevisionRange. getStart()Returns range's start revisionSVNRevisionSvnAnnotate. getStartRevision()Gets the revision of the operation to start from.SVNRevisionSvnDiff. getStartRevision()SVNRevisionSvnDiffSummarize. getStartRevision()Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNRevision Modifier and Type Method Description static SvnCopySourceSvnCopySource. create(SvnTarget source, SVNRevision revision)Creates a newSvnCopySourceobject and initializes its fields.static SvnRevisionRangeSvnRevisionRange. create(SVNRevision start, SVNRevision end)Creates revision range and initializes its fieldsstatic SvnTargetSvnTarget. fromFile(java.io.File file, SVNRevision pegRevision)Creates a target from file and its peg revisionstatic SvnTargetSvnTarget. fromURL(SVNURL url, SVNRevision pegRevision)Creates a target from URL and its peg revisionSVNRevisionSvnTarget. 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 revisionvoidSvnRemoteSetProperty. setBaseRevision(SVNRevision baseRevision)Sets operation's revision to change properties againstvoidSvnAnnotate. setEndRevision(SVNRevision endRevision)Sets the revision of the operation to end with.voidSvnOperation. setRevision(SVNRevision revision)Sets revision of the operation.voidSvnDiff. setSource(SvnTarget source, SVNRevision start, SVNRevision end)Sets the diff'ssourcewith start and end revisions for one-source type of operation.voidSvnDiffSummarize. setSource(SvnTarget source, SVNRevision start, SVNRevision end)Sets the diff'ssourcewith start and end revisions for one-source type of operation.voidSvnAnnotate. setStartRevision(SVNRevision startRevision)Sets the revision of the operation to start from. -
Uses of SVNRevision in org.tmatesoft.svn.core.wc2.admin
Methods in org.tmatesoft.svn.core.wc2.admin that return SVNRevision Modifier and Type Method Description SVNRevisionSvnRepositoryDump. getEndRevision()SVNRevisionSvnRepositoryVerify. getEndRevision()SVNRevisionSvnRepositoryDump. getStartRevision()SVNRevisionSvnRepositoryVerify. getStartRevision()Methods in org.tmatesoft.svn.core.wc2.admin with parameters of type SVNRevision Modifier and Type Method Description voidSvnRepositoryDump. setEndRevision(SVNRevision endRevision)voidSvnRepositoryVerify. setEndRevision(SVNRevision endRevision)voidSvnRepositoryDump. setStartRevision(SVNRevision startRevision)voidSvnRepositoryVerify. setStartRevision(SVNRevision startRevision) -
Uses of SVNRevision in org.tmatesoft.svn.core.wc2.hooks
Methods in org.tmatesoft.svn.core.wc2.hooks that return SVNRevision Modifier and Type Method Description SVNRevision[]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.Methods in org.tmatesoft.svn.core.wc2.hooks with parameters of type SVNRevision Modifier and Type Method Description SVNRevision[]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.
-