Package | Description |
---|---|
org.tmatesoft.svn.core.internal.util | |
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.db | |
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
SVNMergeInfoUtil.elideMergeInfo(Map parentMergeInfo,
Map childMergeInfo,
File path,
String pathSuffix,
SVNWCAccess access) |
Modifier and Type | Field and Description |
---|---|
protected SVNWCAccess |
SVNMergeDriver.myWCAccess |
Modifier and Type | Method and Description |
---|---|
static SVNWCAccess |
SVNCommitUtil.createCommitWCAccess(File[] paths,
SVNDepth depth,
boolean force,
Collection relativePaths,
SVNStatusClient16 statusClient) |
static SVNWCAccess[] |
SVNCommitUtil.createCommitWCAccess2(File[] paths,
SVNDepth depth,
boolean force,
Map relativePathsMap,
SVNStatusClient16 statusClient) |
protected SVNWCAccess |
SVNStatusEditor.getWCAccess() |
protected SVNWCAccess |
AbstractDiffCallback.getWCAccess() |
Modifier and Type | Method and Description |
---|---|
static SVNStatus |
SVNStatusUtil.assembleStatus(File file,
SVNAdminArea dir,
SVNEntry entry,
SVNEntry parentEntry,
SVNNodeKind fileKind,
boolean special,
boolean reportAll,
boolean isIgnored,
Map repositoryLocks,
SVNURL reposRoot,
SVNWCAccess wcAccess) |
static void |
SVNWCManager.createRevertProperties(SVNWCAccess access,
File path,
boolean removeBase) |
static void |
SVNWCManager.delete(SVNWCAccess wcAccess,
SVNAdminArea root,
File path,
boolean deleteFiles,
boolean cancellable) |
static void |
SVNWCManager.doDeleteUnversionedFiles(SVNWCAccess wcAccess,
File path,
boolean deleteFiles) |
static void |
SVNCommitUtil.filterOutFileExternals(Collection explicitPaths,
Map commitables,
SVNWCAccess baseAccess) |
Map |
SVNMergeDriver.getHistoryAsMergeInfo(SVNURL url,
File path,
SVNRevision pegRevision,
long rangeYoungest,
long rangeOldest,
SVNRepository repos,
SVNWCAccess access) |
static SVNPropertyValue |
SVNPropertiesManager.getProperty(SVNWCAccess access,
File path,
String propName) |
static SVNStatus |
SVNStatusUtil.getStatus(File path,
SVNWCAccess wcAccess) |
static SVNPropertyValue |
SVNPropertiesManager.getWCProperty(SVNWCAccess access,
File path,
String propName) |
static SVNCommitItem[] |
SVNCommitUtil.harvestCommitables(SVNWCAccess baseAccess,
Collection paths,
Map lockTokens,
boolean justLocked,
SVNDepth depth,
boolean force,
Collection changelists,
ISVNCommitParameters params) |
static SVNStatusType |
SVNPropertiesManager.mergeProperties(SVNWCAccess wcAccess,
File path,
SVNProperties baseProperties,
SVNProperties diff,
boolean baseMerge,
boolean dryRun) |
static void |
SVNPropertiesManager.recordWCMergeInfo(File path,
Map mergeInfo,
SVNWCAccess wcAccess) |
static boolean |
SVNPropertiesManager.setProperty(SVNWCAccess access,
File path,
String propName,
SVNPropertyValue propValue,
boolean skipChecks) |
protected void |
SVNCopyDriver.setWCAccess(SVNWCAccess access) |
static boolean |
SVNPropertiesManager.setWCProperty(SVNWCAccess access,
File path,
String propName,
SVNPropertyValue propValue,
boolean write) |
static void |
SVNWCManager.updateCleanup(File path,
SVNWCAccess wcAccess,
String baseURL,
String rootURL,
long newRevision,
boolean removeMissingDirs,
Collection excludePaths,
SVNDepth depth,
boolean skipUnlocked) |
Constructor and Description |
---|
SVNDiffEditor(SVNWCAccess wcAccess,
SVNAdminAreaInfo info,
AbstractDiffCallback callback,
boolean useAncestry,
boolean reverseDiff,
boolean compareToBase,
SVNDepth depth,
Collection changeLists) |
SVNRemoteStatusEditor(ISVNOptions options,
SVNWCAccess wcAccess,
SVNAdminAreaInfo info,
boolean noIgnore,
boolean reportAll,
SVNDepth depth,
ISVNStatusHandler handler) |
SVNStatusEditor(ISVNOptions options,
SVNWCAccess wcAccess,
SVNAdminAreaInfo info,
boolean noIgnore,
boolean reportAll,
SVNDepth depth,
ISVNStatusHandler handler) |
Modifier and Type | Method and Description |
---|---|
SVNWCAccess |
SVNAdminAreaInfo.getWCAccess() |
SVNWCAccess |
SVNAdminArea.getWCAccess() |
static SVNWCAccess |
SVNWCAccess.newInstance(ISVNEventHandler eventHandler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNAdminAreaInfo.setWCAccess(SVNWCAccess wcAccess) |
void |
SVNAdminArea.setWCAccess(SVNWCAccess wcAccess) |
Constructor and Description |
---|
SVNAdminAreaInfo(SVNWCAccess access,
SVNAdminArea anchor,
SVNAdminArea target,
String targetName) |
Modifier and Type | Method and Description |
---|---|
protected SVNWCAccess |
SVNBasicDelegate.createWCAccess() |
protected SVNWCAccess |
SVNBasicDelegate.createWCAccess(String pathPrefix) |
Modifier and Type | Method and Description |
---|---|
protected SVNRepository |
SVNBasicDelegate.createRepository(SVNURL url,
File path,
SVNWCAccess access,
boolean mayReuse) |
protected SVNURL |
SVNBasicDelegate.deriveLocation(File path,
SVNURL url,
long[] pegRevisionNumber,
SVNRevision pegRevision,
SVNRepository repos,
SVNWCAccess access) |
protected void |
SVNBasicDelegate.elideMergeInfo(SVNWCAccess access,
File path,
SVNEntry entry,
File wcElisionLimitPath) |
protected String |
SVNBasicDelegate.getPathRelativeToRoot(File path,
SVNURL url,
SVNURL reposRootURL,
SVNWCAccess wcAccess,
SVNRepository repos) |
SVNURL |
SVNBasicDelegate.getReposRoot(File path,
SVNURL url,
SVNRevision pegRevision,
SVNAdminArea adminArea,
SVNWCAccess access)
Returns the root of the repository.
|
protected void |
SVNBasicDelegate.setCommitItemAccess(SVNCommitItem item,
SVNWCAccess access) |
Modifier and Type | Method and Description |
---|---|
SVNWCAccess |
SVNWCDbDir.getAdmAccess() |
Modifier and Type | Method and Description |
---|---|
protected SVNWCAccess |
SvnOldRepositoryAccess.createWCAccess() |
Modifier and Type | Method and Description |
---|---|
protected SVNURL |
SvnOldRepositoryAccess.deriveLocation(File path,
SVNURL url,
long[] pegRevisionNumber,
SVNRevision pegRevision,
SVNRepository repos,
SVNWCAccess access) |
static boolean |
SvnOldUpgrade.getVersionedSubdirs(SVNWCAccess access,
File localAbsPath,
ArrayList<File> children,
boolean isCalculateDoDeleteDir,
boolean isSkipMissing) |
Modifier and Type | Method and Description |
---|---|
SVNWCAccess |
SVNCommitItem.getWCAccess()
This method is not intended for users (from an API point of view).
|
Modifier and Type | Method and Description |
---|---|
SVNURL |
SVNBasicClient.getReposRoot(File path,
SVNURL url,
SVNRevision pegRevision,
SVNAdminArea adminArea,
SVNWCAccess access)
Deprecated.
|
void |
SVNCommitItem.setWCAccess(SVNWCAccess wcAccess) |
Constructor and Description |
---|
SVNCommitPacket(SVNWCAccess wcAccess,
SVNCommitItem[] items,
Map lockTokens) |
Copyright © 2023. All rights reserved.