Modifier and Type | Method and Description |
---|---|
protected long |
SVNAdminCommand.getRevisionNumber(SVNRevision rev,
long latestRevision,
SVNRepository repos) |
Modifier and Type | Method and Description |
---|---|
int |
ISVNAuthenticationManager.getConnectTimeout(SVNRepository repository)
Returns the connection timeout value in milliseconds which
repository
should use in network connection operations. |
int |
BasicAuthenticationManager.getConnectTimeout(SVNRepository repository)
Returns connection timeout value.
|
int |
ISVNAuthenticationManager.getReadTimeout(SVNRepository repository)
Returns the read timeout value in milliseconds which
repository should use in
socket read operations. |
int |
BasicAuthenticationManager.getReadTimeout(SVNRepository repository)
Returns connection timeout value.
|
Modifier and Type | Class and Description |
---|---|
class |
DAVRepository |
Modifier and Type | Method and Description |
---|---|
SVNRepository |
DAVRepositoryFactory.createRepositoryImpl(SVNURL location,
ISVNSession options) |
protected SVNRepository |
DAVConnection.getRepository() |
Constructor and Description |
---|
DAVConnection(IHTTPConnectionFactory connectionFactory,
SVNRepository repository) |
Modifier and Type | Method and Description |
---|---|
IHTTPConnection |
IHTTPConnectionFactory.createHTTPConnection(SVNRepository repository) |
IHTTPConnection |
DefaultHTTPConnectionFactory.createHTTPConnection(SVNRepository repository) |
boolean |
IHTTPConnectionFactory.useSendAllForDiff(SVNRepository repository) |
boolean |
DefaultHTTPConnectionFactory.useSendAllForDiff(SVNRepository repository) |
Constructor and Description |
---|
HTTPConnection(SVNRepository repository,
String charset,
File spoolDirectory,
boolean spoolAll) |
Modifier and Type | Class and Description |
---|---|
class |
FSRepository |
Modifier and Type | Method and Description |
---|---|
protected SVNRepository |
FSRepositoryFactory.createRepositoryImpl(SVNURL url,
ISVNSession session) |
Modifier and Type | Class and Description |
---|---|
class |
SVNRepositoryImpl |
Modifier and Type | Method and Description |
---|---|
SVNRepository |
SVNRepositoryFactoryImpl.createRepositoryImpl(SVNURL location,
ISVNSession options) |
Modifier and Type | Method and Description |
---|---|
ISVNConnector |
ISVNConnectorFactory.createConnector(SVNRepository repository) |
Modifier and Type | Field and Description |
---|---|
protected SVNRepository |
SVNRemoteDiffEditor.myRepos |
protected SVNRepository |
SVNMergeDriver.myRepository1 |
protected SVNRepository |
SVNMergeDriver.myRepository2 |
Modifier and Type | Method and Description |
---|---|
protected SVNRepository |
SVNMergeDriver.ensureRepository(SVNRepository repository,
SVNURL url) |
Modifier and Type | Method and Description |
---|---|
Map |
SVNMergeDriver.calculateImplicitMergeInfo(SVNRepository repos,
SVNURL url,
long[] targetRev,
long start,
long end) |
Map |
ISVNMergeStrategy.calculateImplicitMergeInfo(SVNRepository repos,
SVNURL url,
long[] targetRev,
long start,
long end) |
void |
SVNMergeDriver.calculateRemainingRanges(SVNMergeDriver.MergePath parent,
SVNMergeDriver.MergePath child,
SVNURL sourceRootURL,
SVNURL url1,
long revision1,
SVNURL url2,
long revision2,
Map targetMergeInfo,
SVNMergeRangeList implicitSrcGap,
boolean isSubtree,
boolean childInheritsImplicit,
SVNEntry entry,
SVNRepository repository) |
protected SVNRepository |
SVNMergeDriver.ensureRepository(SVNRepository repository,
SVNURL url) |
protected void |
SVNMergeDriver.findGapsInMergeSourceHistory(long[] gap,
String mergeSrcCanonPath,
SVNURL url1,
long rev1,
SVNURL url2,
long rev2,
SVNRepository repos) |
int |
DefaultSVNAuthenticationManager.getConnectTimeout(SVNRepository repository) |
protected Map[] |
SVNMergeDriver.getFullMergeInfo(SVNEntry entry,
boolean getRecorded,
boolean getImplicit,
boolean[] indirect,
SVNMergeInfoInheritance inherit,
SVNRepository repos,
File target,
long start,
long end) |
Map |
SVNMergeDriver.getHistoryAsMergeInfo(SVNURL url,
File path,
SVNRevision pegRevision,
long rangeYoungest,
long rangeOldest,
SVNRepository repos,
SVNWCAccess access) |
ISVNEntryHandler |
SVNMergeDriver.getMergeInfoEntryHandler(String mergeSrcPath,
SVNURL sourceRootURL,
long revision1,
long revision2,
SVNRepository repository,
SVNDepth depth,
List childrenWithMergeInfo) |
ISVNEntryHandler |
ISVNMergeStrategy.getMergeInfoEntryHandler(String mergeSrcPath,
SVNURL sourceRootURL,
long revision1,
long revision2,
SVNRepository repository,
SVNDepth depth,
List childrenWithMergeInfo) |
int |
DefaultSVNAuthenticationManager.getReadTimeout(SVNRepository repository) |
static void |
SVNAdminHelper.removePropertiesNotInSource(SVNRepository repository,
long revision,
SVNProperties sourceProps,
SVNProperties targetProps) |
static Map<String,SVNPropertyValue> |
SVNExternalsUtil.resolvePinnedExternals(SVNWCContext context,
SvnRepositoryAccess repositoryAccess,
Map<SvnTarget,List<SVNExternal>> externalsToPin,
SvnTarget pairSource,
SvnTarget pairDst,
long pairSourceRevision,
SVNRepository svnRepository,
SVNURL reposRootUrl) |
static int |
SVNAdminHelper.writeRevisionProperties(SVNRepository toRepository,
long revision,
SVNProperties revProps) |
Constructor and Description |
---|
SVNDiffStatusEditor(File anchor,
String target,
SVNRepository repos,
long revision,
ISVNDiffStatusHandler handler) |
SVNRemoteDiffEditor(SVNAdminArea adminArea,
File target,
AbstractDiffCallback callback,
SVNRepository repos,
long revision1,
long revision2,
boolean dryRun,
ISVNEventHandler handler,
ISVNEventHandler cancelHandler) |
SVNStatusReporter(SVNRepository repos,
ISVNReporterBaton baton,
SVNStatusEditor editor) |
SVNSynchronizeEditor(SVNRepository toRepository,
ISVNLogEntryHandler handler,
long baseRevision,
SVNProperties revProps) |
Modifier and Type | Method and Description |
---|---|
protected SVNRepository |
SVNBasicDelegate.createRepository(SVNURL url,
File path,
SVNAdminArea area,
SVNRevision pegRevision,
SVNRevision revision,
long[] pegRev) |
protected SVNRepository |
SVNBasicDelegate.createRepository(SVNURL url,
File path,
SVNWCAccess access,
boolean mayReuse) |
protected SVNRepository |
SVNBasicDelegate.createRepository(SVNURL url,
String uuid,
boolean mayReuse) |
Modifier and Type | Method and Description |
---|---|
protected SVNURL |
SVNBasicDelegate.deriveLocation(File path,
SVNURL url,
long[] pegRevisionNumber,
SVNRevision pegRevision,
SVNRepository repos,
SVNWCAccess access) |
protected SVNURL |
SVNBasicDelegate.ensureSessionURL(SVNRepository repository,
SVNURL url) |
protected SVNBasicDelegate.SVNRepositoryLocation[] |
SVNBasicDelegate.getLocations(SVNURL url,
File path,
SVNRepository repository,
SVNRevision revision,
SVNRevision start,
SVNRevision end) |
protected long |
SVNBasicDelegate.getPathLastChangeRevision(String relPath,
long revision,
SVNRepository repository) |
protected String |
SVNBasicDelegate.getPathRelativeToRoot(File path,
SVNURL url,
SVNURL reposRootURL,
SVNWCAccess wcAccess,
SVNRepository repos) |
protected String |
SVNBasicDelegate.getPathRelativeToSession(SVNURL url,
SVNURL sessionURL,
SVNRepository repos) |
protected Map |
SVNBasicDelegate.getReposMergeInfo(SVNRepository repository,
String path,
long revision,
SVNMergeInfoInheritance inheritance,
boolean squelchIncapable) |
protected long |
SVNBasicDelegate.getRevisionNumber(SVNRevision revision,
long[] latestRevisionNumber,
SVNRepository repository,
File path) |
protected long |
SVNBasicDelegate.getRevisionNumber(SVNRevision revision,
SVNRepository repository,
File path) |
protected Map |
SVNBasicDelegate.getWCOrRepositoryMergeInfo(File path,
SVNEntry entry,
SVNMergeInfoInheritance inherit,
boolean[] indirect,
boolean reposOnly,
SVNRepository repository) |
Modifier and Type | Method and Description |
---|---|
long |
SVNWCContext.getRevisionNumber(SVNRevision revision,
long[] latestRevisionNumber,
SVNRepository repository,
File path) |
Constructor and Description |
---|
SVNStatusReporter17(SVNRepository repository,
SVNReporter17 reportBaton,
SVNStatusEditor17 editor) |
Modifier and Type | Method and Description |
---|---|
SVNRepository |
SvnRepositoryAccess.createRepository(SVNURL url,
String expectedUuid,
boolean mayReuse) |
Modifier and Type | Method and Description |
---|---|
SVNRepository |
SvnNgRepositoryAccess.createRepository(SVNURL url,
File baseDirectory) |
protected SVNRepository |
SvnNgDiffSummarize.createRepository(SVNURL url,
File path,
boolean mayReuse) |
protected SVNRepository |
SvnNgMergeDriver.ensureRepository(SVNRepository repository,
SVNURL url) |
Modifier and Type | Method and Description |
---|---|
Map |
SvnNgMergeDriver.calculateImplicitMergeInfo(SVNRepository repos,
SVNURL url,
long[] targetRev,
long start,
long end) |
void |
SvnNgMergeDriver.calculateRemainingRanges(SvnNgMergeDriver.MergePath parent,
SvnNgMergeDriver.MergePath child,
SVNURL sourceRootURL,
SVNURL url1,
long revision1,
SVNURL url2,
long revision2,
Map targetMergeInfo,
SVNMergeRangeList implicitSrcGap,
boolean isSubtree,
boolean childInheritsImplicit,
SVNRepository repository) |
static SvnNgRemoteDiffEditor |
SvnNgRemoteDiffEditor.createEditor(SVNWCContext context,
File target,
SVNDepth depth,
SVNRepository repository,
long revision,
boolean walkDeletedDirs,
boolean dryRun,
boolean pureRemoteDiff,
ISvnDiffCallback diffCallback,
ISVNEventHandler handler) |
protected SvnNgMergeDriver.MergeData |
SvnNgMergeDriver.doMerge(Map<File,Map<String,SVNMergeRangeList>> resultCatalog,
List<SvnNgMergeDriver.MergeSource> mergeSources,
File targetAbsPath,
SVNRepository sourceRepository,
boolean sourcesRelated,
boolean sameRepository,
boolean ignoreMergeInfo,
boolean diffIgnoreAncestry,
boolean forceDelete,
boolean dryRun,
boolean recordOnly,
Collection<File> recordOnlyPaths,
boolean reintegrateMerge,
boolean squelcheMergeInfoNotifications,
SVNDepth depth,
SVNDiffOptions diffOptions) |
static void |
SvnNgMergeinfoUtil.elideMergeInfo(SVNWCContext context,
SVNRepository repos,
File targetAbsPath,
File limitAbsPath) |
protected SVNRepository |
SvnNgMergeDriver.ensureRepository(SVNRepository repository,
SVNURL url) |
protected static SVNURL |
SvnNgMergeDriver.ensureSessionURL(SVNRepository repository,
SVNURL url) |
protected void |
SvnNgMergeDriver.findGapsInMergeSourceHistory(long[] gap,
String mergeSrcCanonPath,
SVNURL url1,
long rev1,
SVNURL url2,
long rev2,
SVNRepository repos) |
protected Map<String,SVNMergeRangeList>[] |
SvnNgMergeDriver.getFullMergeInfo(boolean getRecorded,
boolean getImplicit,
boolean[] inherited,
SVNMergeInfoInheritance inherit,
SVNRepository repos,
File target,
long start,
long end) |
static Map<File,Map<String,SVNProperties>> |
SvnNgInheritableProperties.getInheritalbeProperites(SVNWCContext context,
SVNRepository repository,
File localAbsPath,
long revision,
SVNDepth depth) |
protected String |
SvnNgMergeDriver.getPathRelativeToRoot(SVNURL url,
SVNURL reposRootURL,
SVNRepository repos) |
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) |
static Map<String,SVNMergeRangeList> |
SvnNgMergeinfoUtil.getWCOrReposMergeInfo(SVNWCContext context,
File wcPath,
SVNRepository repository,
boolean reposOnly,
SVNMergeInfoInheritance inheritance) |
SvnNgMergeDriver.MergeData |
SvnNgMergeDriver.mergeCousinsAndSupplementMergeInfo(File targetWCPath,
SVNRepository repository1,
SVNRepository repository2,
SVNURL url1,
long rev1,
SVNURL url2,
long rev2,
long youngestCommonRev,
SVNURL sourceReposRoot,
SVNURL wcReposRoot,
SVNDepth depth,
boolean ignoreMergeInfo,
boolean ignoreAncestry,
boolean forceDelete,
boolean recordOnly,
boolean dryRun) |
List<SvnNgMergeDriver.MergeSource> |
SvnNgMergeDriver.normalizeMergeSources(SvnTarget source,
SVNURL sourceURL,
SVNURL sourceRootURL,
SVNRevision pegRevision,
Collection<SVNRevisionRange> rangesToMerge,
SVNRepository repository) |
Constructor and Description |
---|
SvnNgRemoteDiffEditor2(long revision,
boolean textDeltas,
SVNRepository repository,
ISvnDiffCallback2 callback) |
SvnNgRemoteMergeEditor(File target,
SVNWCContext context,
SVNRepository repository,
long revision,
ISvnDiffCallback2 processor,
boolean textDeltas) |
Modifier and Type | Method and Description |
---|---|
protected SVNURL |
SvnOldRepositoryAccess.deriveLocation(File path,
SVNURL url,
long[] pegRevisionNumber,
SVNRevision pegRevision,
SVNRepository repos,
SVNWCAccess access) |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
SvnRemoteGetProperties.remotePropertyGet(SVNURL url,
SVNNodeKind kind,
String path,
SVNRepository repos,
long revNumber,
SVNDepth depth,
ISvnObjectReceiver<SVNProperties> receiver) |
Modifier and Type | Method and Description |
---|---|
static SVNRepository |
SVNRepositoryFactory.create(SVNURL url)
Creates an SVNRepository driver according to the protocol that is to be
used to access a repository.
|
static SVNRepository |
SVNRepositoryFactory.create(SVNURL url,
ISVNSession options)
Creates an SVNRepository driver according to the protocol that is to be
used to access a repository.
|
protected abstract SVNRepository |
SVNRepositoryFactory.createRepositoryImpl(SVNURL url,
ISVNSession session) |
Modifier and Type | Method and Description |
---|---|
void |
ISVNConnectionListener.connectionClosed(SVNRepository repository)
Handles connection closed event.
|
void |
ISVNConnectionListener.connectionOpened(SVNRepository repository)
Handles connection opened event.
|
String |
ISVNSession.getCommitMessage(SVNRepository repository,
long revision)
Retrieves the cached commit message for a particular revision.
|
boolean |
ISVNSession.hasCommitMessage(SVNRepository repository,
long revision)
Checks if there's a commit message in cache for a particular repository
and revision.
|
boolean |
ISVNSession.keepConnection(SVNRepository repository)
Says if the given SVNRepository object should use a single socket
connection (not to open/close a new one for each operation).
|
void |
ISVNSession.saveCommitMessage(SVNRepository repository,
long revision,
String message)
Caches a commit message for the given revision.
|
Modifier and Type | Method and Description |
---|---|
long |
SVNRepositoryReplicator.replicateRepository(SVNRepository src,
SVNRepository dst,
boolean incremental)
Replicates a repository either incrementally or totally.
|
long |
SVNRepositoryReplicator.replicateRepository(SVNRepository src,
SVNRepository dst,
long fromRevision,
long toRevision)
Replicates a range of repository revisions.
|
Constructor and Description |
---|
SVNReplicationEditor(SVNRepository repository,
ISVNEditor commitEditor,
SVNLogEntry revision)
Creates a new replication editor.
|
Modifier and Type | Method and Description |
---|---|
SVNRepository |
SVNClientManager.createRepository(SVNURL url,
boolean mayReuse)
Creates a low-level SVN protocol driver to directly work with
a repository.
|
SVNRepository |
ISVNRepositoryPool.createRepository(SVNURL url,
boolean mayReuse)
Creates a low-level SVN protocol driver to access a repository.
|
SVNRepository |
DefaultSVNRepositoryPool.createRepository(SVNURL url,
boolean mayReuse)
Creates a new SVNRepository driver object.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultSVNRepositoryPool.connectionClosed(SVNRepository repository)
Places the specified
repository into the pool of inactive SVNRepository
objects. |
void |
DefaultSVNRepositoryPool.connectionOpened(SVNRepository repository)
Removes the specified
repository object from the pool of inactive SVNRepository
objects held by this object. |
String |
DefaultSVNRepositoryPool.getCommitMessage(SVNRepository repository,
long revision)
Returns null.
|
boolean |
DefaultSVNRepositoryPool.hasCommitMessage(SVNRepository repository,
long revision)
Returns false.
|
boolean |
DefaultSVNRepositoryPool.keepConnection(SVNRepository repository)
Says if the given SVNRepository driver object should
keep a connection opened.
|
void |
DefaultSVNRepositoryPool.saveCommitMessage(SVNRepository repository,
long revision,
String message)
Does nothing.
|
Modifier and Type | Method and Description |
---|---|
protected SVNRepository |
SVNAdminBasicClient.createRepository(SVNURL url,
String uuid,
boolean mayReuse) |
Constructor and Description |
---|
SVNReplayHandler(SVNRepository targetRepository,
boolean hasCommitRevPropsCapability,
ISVNLogEntryHandler logEntryHandler,
ISVNDebugLog debugLog,
ISVNEventHandler canceller,
SVNAdminClient adminClient)
Creates a new replay handler.
|
Copyright © 2018. All rights reserved.