Uses of Class
org.apache.subversion.javahl.types.Revision
Packages that use Revision
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of Revision in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type RevisionModifier and TypeMethodDescriptionvoid
ISVNClient.blame
(String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback callback) Retrieve the content together with the author, the revision and the date of the last change of each linevoid
SVNClient.blame
(String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback callback) long
ISVNClient.checkout
(String moduleName, String destPath, Revision revision, Revision pegRevision, Depth depth, boolean ignoreExternals, boolean allowUnverObstructions) Executes a revision checkout.long
SVNClient.checkout
(String moduleName, String destPath, Revision revision, Revision pegRevision, Depth depth, boolean ignoreExternals, boolean allowUnverObstructions) void
deltify the revisions in the repositoryvoid
void
ISVNClient.diff
(String target1, Revision revision1, String target2, Revision revision2, String relativeToDir, OutputStream outStream, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly) Display the differences between two pathsvoid
ISVNClient.diff
(String target1, Revision revision1, String target2, Revision revision2, String relativeToDir, OutputStream outStream, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly, DiffOptions options) Display the differences between two pathsvoid
ISVNClient.diff
(String target1, Revision revision1, String target2, Revision revision2, String relativeToDir, String outFileName, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) void
ISVNClient.diff
(String target1, Revision revision1, String target2, Revision revision2, String relativeToDir, String outFileName, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly, DiffOptions options) void
ISVNClient.diff
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, String relativeToDir, OutputStream outStream, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly) Display the differences between two paths.void
ISVNClient.diff
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, String relativeToDir, OutputStream outStream, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly, DiffOptions options) Display the differences between two paths.void
ISVNClient.diff
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, String relativeToDir, String outFileName, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) void
ISVNClient.diff
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, String relativeToDir, String outFileName, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly, DiffOptions options) void
SVNClient.diff
(String target1, Revision revision1, String target2, Revision revision2, String relativeToDir, OutputStream outStream, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly) void
SVNClient.diff
(String target1, Revision revision1, String target2, Revision revision2, String relativeToDir, OutputStream outStream, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly, DiffOptions options) void
SVNClient.diff
(String target1, Revision revision1, String target2, Revision revision2, String relativeToDir, String outFileName, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) void
SVNClient.diff
(String target1, Revision revision1, String target2, Revision revision2, String relativeToDir, String outFileName, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly, DiffOptions options) void
SVNClient.diff
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, String relativeToDir, OutputStream outStream, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly) void
SVNClient.diff
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, String relativeToDir, OutputStream outStream, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly, DiffOptions options) void
SVNClient.diff
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, String relativeToDir, String outFileName, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) void
SVNClient.diff
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, String relativeToDir, String outFileName, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly, DiffOptions options) void
ISVNClient.diffSummarize
(String target1, Revision revision1, String target2, Revision revision2, Depth depth, Collection<String> changelists, boolean ignoreAncestry, DiffSummaryCallback receiver) Produce a diff summary which lists the items changed between path and revision pairs.void
ISVNClient.diffSummarize
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, Depth depth, Collection<String> changelists, boolean ignoreAncestry, DiffSummaryCallback receiver) Produce a diff summary which lists the items changed between path and revision pairs.void
SVNClient.diffSummarize
(String target1, Revision revision1, String target2, Revision revision2, Depth depth, Collection<String> changelists, boolean ignoreAncestry, DiffSummaryCallback receiver) void
SVNClient.diffSummarize
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, Depth depth, Collection<String> changelists, boolean ignoreAncestry, DiffSummaryCallback receiver) long
ISVNClient.doExport
(String srcPath, String destPath, Revision revision, Revision pegRevision, boolean force, boolean ignoreExternals, Depth depth, String nativeEOL) Exports the contents of either a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).long
SVNClient.doExport
(String srcPath, String destPath, Revision revision, Revision pegRevision, boolean force, boolean ignoreExternals, Depth depth, String nativeEOL) long
ISVNClient.doSwitch
(String path, String url, Revision revision, Revision pegRevision, Depth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions, boolean ignoreAncestry) Update local copy to mirror a new url.long
SVNClient.doSwitch
(String path, String url, Revision revision, Revision pegRevision, Depth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions, boolean ignoreAncestry) void
ISVNRepos.dump
(File path, OutputStream dataOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback) dump the data in a repositoryvoid
SVNRepos.dump
(File path, OutputStream dataOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback) byte[]
ISVNClient.fileContent
(String path, Revision revision, Revision pegRevision) Retrieve the content of a filebyte[]
SVNClient.fileContent
(String path, Revision revision, Revision pegRevision) ISVNClient.getMergeinfo
(String path, Revision pegRevision) Get mergeinfo forpath
atpegRevision
.SVNClient.getMergeinfo
(String path, Revision pegRevision) void
ISVNClient.getMergeinfoLog
(Mergeinfo.LogKind kind, String pathOrUrl, Revision pegRevision, String mergeSourceUrl, Revision srcPegRevision, boolean discoverChangedPaths, Depth depth, Set<String> revProps, LogMessageCallback callback) Retrieve either merged or eligible-to-be-merged revisions.void
ISVNClient.getMergeinfoLog
(Mergeinfo.LogKind kind, String pathOrUrl, Revision pegRevision, String mergeSourceUrl, Revision srcPegRevision, Revision srcStartRevision, Revision srcEndRevision, boolean discoverChangedPaths, Depth depth, Set<String> revProps, LogMessageCallback callback) Retrieve either merged or eligible-to-be-merged revisions.void
SVNClient.getMergeinfoLog
(Mergeinfo.LogKind kind, String pathOrUrl, Revision pegRevision, String mergeSourceUrl, Revision srcPegRevision, boolean discoverChangedPaths, Depth depth, Set<String> revProps, LogMessageCallback callback) void
SVNClient.getMergeinfoLog
(Mergeinfo.LogKind kind, String pathOrUrl, Revision pegRevision, String mergeSourceUrl, Revision srcPegRevision, Revision srcStartRevision, Revision srcEndRevision, boolean discoverChangedPaths, Depth depth, Set<String> revProps, LogMessageCallback callback) void
ISVNClient.info2
(String pathOrUrl, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, InfoCallback callback) Retrieve information about repository or working copy items.void
SVNClient.info2
(String pathOrUrl, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, InfoCallback callback) void
ISVNClient.list
(String url, Revision revision, Revision pegRevision, Depth depth, int direntFields, boolean fetchLocks, ListCallback callback) Lists the directory entries of a url on the server.void
SVNClient.list
(String url, Revision revision, Revision pegRevision, Depth depth, int direntFields, boolean fetchLocks, ListCallback callback) void
ISVNRepos.load
(File path, InputStream dataInput, Revision start, Revision end, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, String relativePath, ReposNotifyCallback callback) load the data of a dump into a repositoryvoid
SVNRepos.load
(File path, InputStream dataInput, Revision start, Revision end, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, String relativePath, ReposNotifyCallback callback) void
ISVNClient.logMessages
(String path, Revision pegRevision, List<RevisionRange> ranges, boolean stopOnCopy, boolean discoverPath, boolean includeMergedRevisions, Set<String> revProps, long limit, LogMessageCallback callback) Retrieve the log messages for an item.void
SVNClient.logMessages
(String path, Revision pegRevision, List<RevisionRange> ranges, boolean stopOnCopy, boolean discoverPath, boolean includeMergedRevisions, Set<String> revProps, long limit, LogMessageCallback callback) void
ISVNClient.merge
(String path1, Revision revision1, String path2, Revision revision2, String localPath, boolean force, Depth depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) Merge changes from two paths into a new local path.void
ISVNClient.merge
(String path1, Revision revision1, String path2, Revision revision2, String localPath, boolean force, Depth depth, boolean ignoreMergeinfo, boolean diffIgnoreAncestry, boolean dryRun, boolean recordOnly) Merge changes from two paths into a new local path.void
ISVNClient.merge
(String path, Revision pegRevision, List<RevisionRange> revisions, String localPath, boolean force, Depth depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) Merge set of revisions into a new local path.void
ISVNClient.merge
(String path, Revision pegRevision, List<RevisionRange> revisions, String localPath, boolean force, Depth depth, boolean ignoreMergeinfo, boolean diffIgnoreAncestry, boolean dryRun, boolean recordOnly) Merge set of revisions into a new local path.void
SVNClient.merge
(String path1, Revision revision1, String path2, Revision revision2, String localPath, boolean force, Depth depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClient.merge
(String path1, Revision revision1, String path2, Revision revision2, String localPath, boolean force, Depth depth, boolean ignoreMergeinfo, boolean diffIgnoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClient.merge
(String path, Revision pegRevision, List<RevisionRange> revisions, String localPath, boolean force, Depth depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClient.merge
(String path, Revision pegRevision, List<RevisionRange> revisions, String localPath, boolean force, Depth depth, boolean ignoreMergeinfo, boolean diffIgnoreAncestry, boolean dryRun, boolean recordOnly) void
ISVNClient.mergeReintegrate
(String path, Revision pegRevision, String localPath, boolean dryRun) Deprecated.Will be removed in a future releasevoid
SVNClient.mergeReintegrate
(String path, Revision pegRevision, String localPath, boolean dryRun) void
ISVNClient.properties
(String path, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, InheritedProplistCallback callback) Retrieves the properties of an item, including inherited properties.void
ISVNClient.properties
(String path, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, ProplistCallback callback) Retrieves the properties of an itemvoid
SVNClient.properties
(String path, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, InheritedProplistCallback callback) void
SVNClient.properties
(String path, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, ProplistCallback callback) byte[]
ISVNClient.propertyGet
(String path, String name, Revision revision, Revision pegRevision) byte[]
ISVNClient.propertyGet
(String path, String name, Revision revision, Revision pegRevision, Collection<String> changelists) Retrieve one property of one itembyte[]
SVNClient.propertyGet
(String path, String name, Revision revision, Revision pegRevision) byte[]
SVNClient.propertyGet
(String path, String name, Revision revision, Revision pegRevision, Collection<String> changelists) ISVNClient.revProperties
(String path, Revision rev) Retrieve all revsision properties of one itemSVNClient.revProperties
(String path, Revision rev) byte[]
ISVNClient.revProperty
(String path, String name, Revision rev) Retrieve one revsision property of one itembyte[]
SVNClient.revProperty
(String path, String name, Revision rev) void
ISVNRepos.setRevProp
(File path, Revision rev, String propName, String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook) Change the value of the revision propertypropName
topropValue
.void
SVNRepos.setRevProp
(File path, Revision rev, String propName, String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook) void
ISVNClient.setRevProperty
(String path, String name, Revision rev, String value, String originalValue, boolean force) set one revsision property of one itemvoid
SVNClient.setRevProperty
(String path, String name, Revision rev, String value, String originalValue, boolean force) void
ISVNClient.streamFileContent
(String path, Revision revision, Revision pegRevision, OutputStream stream) Write the file's content to the specified output stream.void
SVNClient.streamFileContent
(String path, Revision revision, Revision pegRevision, OutputStream stream) ISVNClient.suggestMergeSources
(String path, Revision pegRevision) Return an ordered list of suggested merge source URLs.SVNClient.suggestMergeSources
(String path, Revision pegRevision) long[]
ISVNClient.update
(Set<String> path, Revision revision, Depth depth, boolean depthIsSticky, boolean makeParents, boolean ignoreExternals, boolean allowUnverObstructions) Updates the directories or files from repositorylong[]
SVNClient.update
(Set<String> path, Revision revision, Depth depth, boolean depthIsSticky, boolean makeParents, boolean ignoreExternals, boolean allowUnverObstructions) void
ISVNRepos.verify
(File path, Revision start, Revision end, ReposNotifyCallback callback) Verify the repository atpath
between revisionsstart
andend
.void
SVNRepos.verify
(File path, Revision start, Revision end, ReposNotifyCallback callback) -
Uses of Revision in org.apache.subversion.javahl.types
Subclasses of Revision in org.apache.subversion.javahl.typesModifier and TypeClassDescriptionstatic class
class to specify a revision by a datestatic class
class to specify a Revision by numberFields in org.apache.subversion.javahl.types declared as RevisionModifier and TypeFieldDescriptionstatic final Revision
Revision.BASE
base revision of working copystatic final Revision
Revision.COMMITTED
last committed revision, needs working copyprivate Revision
RevisionRange.from
static final Revision
Revision.HEAD
last committed revisionprivate Revision
CopySource.pegRevision
The peg revision.static final Revision
Revision.PREVIOUS
previous committed revision, needs working copyprivate Revision
CopySource.revision
The source revision.static final Revision
Revision.START
first existing revisionprivate Revision
RevisionRange.to
static final Revision
Revision.WORKING
working version in working copyMethods in org.apache.subversion.javahl.types that return RevisionModifier and TypeMethodDescriptionRevisionRange.getFromRevision()
static Revision
Revision.getInstance
(long revisionNumber) Creates a Revision.Number objectstatic Revision
Revision.getInstance
(Date revisionDate) Creates a Revision.DateSpec objetCopySource.getPegRevision()
CopySource.getRevision()
RevisionRange.getToRevision()
Methods in org.apache.subversion.javahl.types with parameters of type RevisionConstructors in org.apache.subversion.javahl.types with parameters of type RevisionModifierConstructorDescriptionCopySource
(String path, Revision revision, Revision pegRevision) Create a new instance.RevisionRange
(Revision from, Revision to) -
Uses of Revision in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return RevisionModifier and TypeMethodDescriptionRevision.DateSpec.toApache()
Revision.Number.toApache()
Revision.toApache()
Methods in org.tigris.subversion.javahl with parameters of type Revision -
Uses of Revision in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type RevisionModifier and TypeMethodDescriptionvoid
SVNClientImpl.blame
(String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback callback) long
SVNClientImpl.checkout
(String moduleName, String destPath, Revision revision, Revision pegRevision, Depth depth, boolean ignoreExternals, boolean allowUnverObstructions) void
void
SVNClientImpl.diff
(String target1, Revision revision1, String target2, Revision revision2, String relativeToDir, OutputStream outStream, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly) void
SVNClientImpl.diff
(String target1, Revision revision1, String target2, Revision revision2, String relativeToDir, OutputStream outStream, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly, DiffOptions options) void
SVNClientImpl.diff
(String target1, Revision revision1, String target2, Revision revision2, String relativeToDir, String outFileName, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) void
SVNClientImpl.diff
(String target1, Revision revision1, String target2, Revision revision2, String relativeToDir, String outFileName, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly, DiffOptions options) void
SVNClientImpl.diff
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, String relativeToDir, OutputStream outStream, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly) void
SVNClientImpl.diff
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, String relativeToDir, OutputStream outStream, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly, DiffOptions options) void
SVNClientImpl.diff
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, String relativeToDir, String outFileName, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds) void
SVNClientImpl.diff
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, String relativeToDir, String outFileName, Depth depth, Collection<String> changelists, boolean ignoreAncestry, boolean noDiffDeleted, boolean force, boolean copiesAsAdds, boolean ignoreProps, boolean propsOnly, DiffOptions options) void
SVNClientImpl.diffSummarize
(String target1, Revision revision1, String target2, Revision revision2, Depth depth, Collection<String> changelists, boolean ignoreAncestry, DiffSummaryCallback receiver) void
SVNClientImpl.diffSummarize
(String target, Revision pegRevision, Revision startRevision, Revision endRevision, Depth depth, Collection<String> changelists, boolean ignoreAncestry, DiffSummaryCallback receiver) long
SVNClientImpl.doExport
(String srcPath, String destPath, Revision revision, Revision pegRevision, boolean force, boolean ignoreExternals, Depth depth, String nativeEOL) long
SVNClientImpl.doSwitch
(String path, String url, Revision revision, Revision pegRevision, Depth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions, boolean ignoreAncestry) void
SVNReposImpl.dump
(File path, OutputStream dataOut, OutputStream errorOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback) void
SVNReposImpl.dump
(File path, OutputStream dataOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback) byte[]
SVNClientImpl.fileContent
(String path, Revision revision, Revision pegRevision) SVNClientImpl.getMergeinfo
(String path, Revision pegRevision) void
SVNClientImpl.getMergeinfoLog
(Mergeinfo.LogKind kind, String pathOrUrl, Revision pegRevision, String mergeSourceUrl, Revision srcPegRevision, boolean discoverChangedPaths, Depth depth, Set<String> revProps, LogMessageCallback callback) void
SVNClientImpl.getMergeinfoLog
(Mergeinfo.LogKind kind, String pathOrUrl, Revision pegRevision, String mergeSourceUrl, Revision srcPegRevision, Revision srcStartRevision, Revision srcEndRevision, boolean discoverChangedPaths, Depth depth, Set<String> revProps, LogMessageCallback callback) private byte[]
SVNClientImpl.getProperty
(String path, String name, Revision rev, Revision pegRevision, boolean revisionProperties, Collection<String> changelists) (package private) static SVNRevision
SVNClientImpl.getSVNRevision
(Revision revision) private SvnTarget
void
SVNClientImpl.info2
(String pathOrUrl, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, InfoCallback callback) void
SVNClientImpl.list
(String url, Revision revision, Revision pegRevision, Depth depth, int direntFields, boolean fetchLocks, ListCallback callback) void
SVNReposImpl.load
(File path, InputStream dataInput, Revision start, Revision end, boolean ignoreUUID, boolean forceUUID, boolean usePostCommitHook, boolean usePostCommitHook2, String relativePath, ReposNotifyCallback callback) void
SVNClientImpl.logMessages
(String path, Revision pegRevision, List<RevisionRange> ranges, boolean stopOnCopy, boolean discoverPath, boolean includeMergedRevisions, Set<String> revProps, long limit, LogMessageCallback callback) void
SVNClientImpl.merge
(String path1, Revision revision1, String path2, Revision revision2, String localPath, boolean force, Depth depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClientImpl.merge
(String path1, Revision revision1, String path2, Revision revision2, String localPath, boolean force, Depth depth, boolean ignoreMergeinfo, boolean diffIgnoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClientImpl.merge
(String path, Revision pegRevision, List<RevisionRange> revisions, String localPath, boolean force, Depth depth, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClientImpl.merge
(String path, Revision pegRevision, List<RevisionRange> revisions, String localPath, boolean force, Depth depth, boolean ignoreMergeinfo, boolean ignoreAncestry, boolean dryRun, boolean recordOnly) void
SVNClientImpl.mergeReintegrate
(String path, Revision pegRevision, String localPath, boolean dryRun) void
SVNClientImpl.properties
(String path, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, InheritedProplistCallback callback) void
SVNClientImpl.properties
(String path, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, ProplistCallback callback) byte[]
SVNClientImpl.propertyGet
(String path, String name, Revision revision, Revision pegRevision) byte[]
SVNClientImpl.propertyGet
(String path, String name, Revision revision, Revision pegRevision, Collection<String> changelists) SVNClientImpl.revProperties
(String path, Revision rev) byte[]
SVNClientImpl.revProperty
(String path, String name, Revision rev) private static void
SVNReposImpl.setRevisionProperty
(File path, Revision rev, String propName, String propValue, boolean bypassPreRevPropChangeHook, boolean bypassPostRevPropChangeHook) void
SVNReposImpl.setRevProp
(File path, Revision rev, String propName, String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook) void
SVNClientImpl.setRevProperty
(String path, String name, Revision rev, String value, String originalValue, boolean force) void
SVNClientImpl.streamFileContent
(String path, Revision revision, Revision pegRevision, OutputStream stream) SVNClientImpl.suggestMergeSources
(String path, Revision pegRevision) long[]
SVNClientImpl.update
(Set<String> path, Revision revision, Depth depth, boolean depthIsSticky, boolean makeParents, boolean ignoreExternals, boolean allowUnverObstructions) void
SVNReposImpl.verify
(File path, OutputStream messageOut, Revision start, Revision end, ReposNotifyCallback callback) void
SVNReposImpl.verify
(File path, Revision start, Revision end, ReposNotifyCallback callback)