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.svn | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc.admin | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.javahl17 | |
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.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.
|
Modifier and Type | Method and Description |
---|---|
static int |
JavaHLObjectFactory.getLockStatusValue(SVNStatusType svnStatusType) |
static int |
JavaHLObjectFactory.getStatusValue(SVNStatusType svnStatusType) |
Modifier and Type | Method and Description |
---|---|
static SVNStatusType |
SVNStatusPrinter.combineStatus(SVNStatus status) |
Modifier and Type | Field and Description |
---|---|
private static SVNStatusType[] |
SVNDiffCallback.EMPTY_STATUS |
protected SVNStatusType |
SVNRemoteDiffEditor.KindActionState.myStatus |
private SVNStatusType |
SVNDiffStatusEditor.SVNSummarize.myType |
Modifier and Type | Method and Description |
---|---|
private SVNStatusType |
DefaultSVNMerger.applySingleGenericPropertyChange(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySingleMergeInfoPropertyChange(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySinglePropertyAdd(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySinglePropertyChange(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySinglePropertyDelete(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
SVNStatusType |
SVNMergeCallback.directoryAdded(java.lang.String path,
long revision,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNDiffCallback.directoryAdded(java.lang.String path,
long revision,
boolean[] isTreeConflicted) |
abstract SVNStatusType |
AbstractDiffCallback.directoryAdded(java.lang.String path,
long revision,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback15.directoryAdded(java.lang.String path,
long revision,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNMergeCallback.directoryClosed(java.lang.String path,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNDiffCallback.directoryClosed(java.lang.String path,
boolean[] isTreeConflicted) |
abstract SVNStatusType[] |
AbstractDiffCallback.directoryClosed(java.lang.String path,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNMergeCallback15.directoryClosed(java.lang.String path,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNDiffCallback.directoryDeleted(java.lang.String path) |
SVNStatusType |
SVNMergeCallback.directoryDeleted(java.lang.String path,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNDiffCallback.directoryDeleted(java.lang.String path,
boolean[] isTreeConflicted) |
abstract SVNStatusType |
AbstractDiffCallback.directoryDeleted(java.lang.String path,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback15.directoryDeleted(java.lang.String path,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNMergeCallback.fileAdded(java.lang.String path,
java.io.File file1,
java.io.File file2,
long revision1,
long revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNDiffCallback.fileAdded(java.lang.String path,
java.io.File file1,
java.io.File file2,
long revision1,
long revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
abstract SVNStatusType[] |
AbstractDiffCallback.fileAdded(java.lang.String path,
java.io.File file1,
java.io.File file2,
long revision1,
long revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNMergeCallback15.fileAdded(java.lang.String path,
java.io.File file1,
java.io.File file2,
long revision1,
long revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNMergeCallback.fileChanged(java.lang.String path,
java.io.File file1,
java.io.File file2,
long revision1,
long revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNDiffCallback.fileChanged(java.lang.String path,
java.io.File file1,
java.io.File file2,
long revision1,
long revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
abstract SVNStatusType[] |
AbstractDiffCallback.fileChanged(java.lang.String path,
java.io.File file1,
java.io.File file2,
long revision1,
long revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNMergeCallback15.fileChanged(java.lang.String path,
java.io.File file1,
java.io.File file2,
long revision1,
long revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback.fileDeleted(java.lang.String path,
java.io.File file1,
java.io.File file2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNDiffCallback.fileDeleted(java.lang.String path,
java.io.File file1,
java.io.File file2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties,
boolean[] isTreeConflicted) |
abstract SVNStatusType |
AbstractDiffCallback.fileDeleted(java.lang.String path,
java.io.File file1,
java.io.File file2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback15.fileDeleted(java.lang.String path,
java.io.File file1,
java.io.File file2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties,
boolean[] isTreeConflicted) |
private static SVNStatusType |
DefaultSVNMerger.getPropMergeStatus(SVNStatusType status,
SVNStatusType newStatus) |
private SVNStatusType |
SVNMergeCallback.getStatusForObstructedOrMissing(java.lang.String path) |
protected SVNStatusType |
DefaultSVNMerger.mergeBinary(java.io.File baseFile,
java.io.File localFile,
java.io.File repositoryFile,
SVNDiffOptions options,
java.io.File resultFile) |
protected abstract SVNStatusType |
AbstractSVNMerger.mergeBinary(java.io.File baseFile,
java.io.File localFile,
java.io.File repositoryFile,
SVNDiffOptions options,
java.io.File resultFile) |
static SVNStatusType |
SVNPropertiesManager.mergeProperties(SVNWCAccess wcAccess,
java.io.File path,
SVNProperties baseProperties,
SVNProperties diff,
boolean baseMerge,
boolean dryRun) |
protected SVNStatusType |
DefaultSVNMerger.mergeText(java.io.File baseFile,
java.io.File localFile,
java.io.File latestFile,
SVNDiffOptions options,
java.io.File resultFile) |
protected abstract SVNStatusType |
AbstractSVNMerger.mergeText(java.io.File baseFile,
java.io.File localFile,
java.io.File repositoryFile,
SVNDiffOptions options,
java.io.File resultFile) |
SVNStatusType |
SVNMergeCallback.propertiesChanged(java.lang.String path,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNDiffCallback.propertiesChanged(java.lang.String path,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
abstract SVNStatusType |
AbstractDiffCallback.propertiesChanged(java.lang.String path,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback15.propertiesChanged(java.lang.String path,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVNRemoteDiffEditor.addDeletedPath(java.lang.String path,
SVNNodeKind nodeKind,
SVNStatusType type,
SVNEventAction action,
SVNEventAction expectedAction,
boolean isTreeConflicted) |
private SVNStatusType |
DefaultSVNMerger.applySingleGenericPropertyChange(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySingleMergeInfoPropertyChange(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySinglePropertyAdd(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySinglePropertyChange(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySinglePropertyDelete(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
static SVNEvent |
SVNEventFactory.createSVNEvent(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range) |
static SVNEvent |
SVNEventFactory.createSVNEvent(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
java.lang.String changelistName) |
private static SVNStatusType |
DefaultSVNMerger.getPropMergeStatus(SVNStatusType status,
SVNStatusType newStatus) |
private boolean |
SVNMergeDriver.notifySingleFileMerge(java.io.File targetWCPath,
SVNEventAction action,
SVNStatusType cstate,
SVNStatusType pstate,
SVNEvent headerEvent,
boolean isHeaderSent) |
private void |
SVNRemoteStatusEditor.tweakStatusHash(SVNRemoteStatusEditor.DirectoryInfo dirInfo,
SVNRemoteStatusEditor.DirectoryInfo childDir,
java.io.File path,
SVNStatusType text,
SVNStatusType props,
SVNLock lock,
SVNRevision revision) |
private void |
SVNRemoteStatusEditor.tweakStatusHash(SVNRemoteStatusEditor.FileInfo fileInfo,
java.io.File path,
SVNStatusType text,
SVNStatusType props,
SVNLock lock) |
Constructor and Description |
---|
SVNEventExt(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNLock lock,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
java.lang.String changelistName,
long processedItemsCount,
long totalItemsCount,
SVNProperties revisionProperties,
java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
SVNStatusType |
SVNLog.logChangedEntryProperties(java.lang.String name,
SVNProperties modifiedEntryProps) |
SVNStatusType |
SVNAdminArea.mergeProperties(java.lang.String name,
SVNProperties serverBaseProps,
SVNProperties propDiff,
java.lang.String localLabel,
java.lang.String latestLabel,
boolean baseMerge,
boolean dryRun,
SVNLog log) |
SVNStatusType |
SVNAdminArea.mergeProperties(java.lang.String name,
SVNProperties serverBaseProps,
SVNProperties baseProps,
SVNProperties workingProps,
SVNProperties propDiff,
java.lang.String localLabel,
java.lang.String latestLabel,
boolean baseMerge,
boolean dryRun,
SVNLog log) |
SVNStatusType |
SVNAdminArea.mergeText(java.lang.String localPath,
java.io.File base,
java.io.File latest,
java.io.File copyFromText,
java.lang.String localLabel,
java.lang.String baseLabel,
java.lang.String latestLabel,
SVNProperties propChanges,
boolean dryRun,
SVNDiffOptions options,
SVNLog log) |
Modifier and Type | Field and Description |
---|---|
SVNStatusType |
SVNUpdateEditor17.MergeFileInfo.contentState |
SVNStatusType |
SVNWCContext.MergeInfo.mergeOutcome |
SVNStatusType |
SVNWCContext.MergePropertiesInfo.mergeOutcome |
SVNStatusType |
SVNWCContext.ObstructionData.obstructionState |
(package private) SVNStatusType |
SVNTreeConflictEditor.UpdateWorkingProps.propState |
SVNStatusType |
SVNWCContext.MergePropStatusInfo.state |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<SVNStatusType> |
SVNWCContext.STATUS_ORDERING |
Modifier and Type | Method and Description |
---|---|
(package private) SVNStatusType |
SVNWCContext.setPropMergeState(SVNStatusType state,
SVNStatusType newValue) |
Modifier and Type | Method and Description |
---|---|
private SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySingleGenericPropChange(SVNStatusType state,
java.io.File localAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean isDir,
SVNProperties workingProps,
java.lang.String propname,
SVNPropertyValue baseVal,
SVNPropertyValue oldVal,
SVNPropertyValue newVal,
ISVNConflictHandler conflictResolver,
boolean dryRun) |
private SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySingleMergeinfoPropChange(SVNStatusType state,
java.io.File localAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean isDir,
SVNProperties workingProps,
java.lang.String propname,
SVNPropertyValue baseVal,
SVNPropertyValue oldVal,
SVNPropertyValue newVal,
ISVNConflictHandler conflictResolver,
boolean dryRun) |
(package private) SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySinglePropAdd(SVNStatusType state,
java.io.File localAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean isDir,
SVNProperties workingProps,
java.lang.String propname,
SVNPropertyValue baseVal,
SVNPropertyValue toVal,
ISVNConflictHandler conflictResolver,
boolean dryRun) |
(package private) SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySinglePropChange(SVNStatusType state,
java.io.File localAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean isDir,
SVNProperties workingProps,
java.lang.String propname,
SVNPropertyValue baseVal,
SVNPropertyValue oldVal,
SVNPropertyValue newVal,
ISVNConflictHandler conflictResolver,
boolean dryRun) |
(package private) SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySinglePropDelete(SVNStatusType state,
java.io.File localAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean isDir,
SVNProperties workingProps,
java.lang.String propname,
SVNPropertyValue baseVal,
SVNPropertyValue oldVal,
ISVNConflictHandler conflictResolver,
boolean dryRun) |
(package private) SVNStatusType |
SVNWCContext.setPropMergeState(SVNStatusType state,
SVNStatusType newValue) |
private void |
SVNRemoteStatusEditor17.tweakStatusHash(SVNRemoteStatusEditor17.DirectoryInfo dirInfo,
SVNRemoteStatusEditor17.DirectoryInfo childDir,
java.io.File localAbsPath,
SVNStatusType reposNodeStatus,
SVNStatusType reposTextStatus,
SVNStatusType reposPropStatus,
SVNRevision deletedRev,
SVNLock reposLock) |
private void |
SVNRemoteStatusEditor17.tweakStatusHash(SVNRemoteStatusEditor17.FileInfo fileInfo,
java.io.File localAbsPath,
SVNStatusType reposNodeStatus,
SVNStatusType reposTextStatus,
SVNStatusType reposPropStatus,
long revnum,
SVNLock reposLock) |
Constructor and Description |
---|
MergePropStatusInfo(SVNStatusType state,
boolean conflictRemains) |
Modifier and Type | Method and Description |
---|---|
static SVNStatusType |
SvnWcDbStatementUtil.getColumnStatusType(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
Modifier and Type | Method and Description |
---|---|
static void |
SVNWCDb.updateMoveListAdd(SVNWCDbRoot wcRoot,
java.io.File localRelPath,
SVNEventAction eventAction,
SVNNodeKind kind,
SVNStatusType contentState,
SVNStatusType propState) |
Modifier and Type | Field and Description |
---|---|
SVNStatusType |
SvnDiffCallbackResult.contentState |
private SVNStatusType |
SvnNgMergeCallback2.MergeOutcome.mergeContentOutcome |
private SVNStatusType |
SvnNgMergeCallback2.MergeOutcome.mergePropsOutcome |
(package private) SVNStatusType |
SvnNgMergeDriver.ObstructionState.obstructionState |
SVNStatusType |
SvnDiffCallbackResult.propState |
private SVNStatusType |
SvnNgMergeCallback2.DirectoryBaton.skipReason |
private SVNStatusType |
SvnNgMergeCallback2.FileBaton.skipReason |
(package private) SVNStatusType |
SvnNgRemoteDiffEditor.DeletedPath.state |
Modifier and Type | Method and Description |
---|---|
private void |
SvnNgMergeCallback2.recordSkip(java.io.File localAbsPath,
SVNNodeKind kind,
SVNEventAction action,
SVNStatusType state) |
private void |
SvnNgMergeCallback2.recordUpdateUpdate(java.io.File localAbsPath,
SVNNodeKind kind,
SVNStatusType contentState,
SVNStatusType propState) |
private void |
SvnDiffSummarizeCallback.sendSummary(java.io.File path,
SVNStatusType summarizeKind,
boolean propChanged,
SVNNodeKind nodeKind) |
Modifier and Type | Method and Description |
---|---|
private static ClientNotifyInformation.LockStatus |
SVNClientImpl.getClientNotifyInformationLockStatus(SVNStatusType lockStatus) |
private static ClientNotifyInformation.Status |
SVNClientImpl.getClientNotifyInformationStatus(SVNStatusType status) |
private DiffSummary.DiffKind |
SVNClientImpl.getDiffKind(SVNStatusType type) |
private Status.Kind |
SVNClientImpl.getStatusKind(SVNStatusType statusType) |
Modifier and Type | Field and Description |
---|---|
static SVNStatusType |
SVNStatusType.CHANGED
During an operation (like an update) denotes that the item contents
or item properties were changed.
|
static SVNStatusType |
SVNStatusType.CONFLICTED
During an operation (like an update) denotes that the file item contents
or file/directory item properties are in conflict with those changes that
came from the repository.
|
static SVNStatusType |
SVNStatusType.CONFLICTED_UNRESOLVED
Denotes that the conflict state on the item is still unresolved.
|
static SVNStatusType |
SVNStatusType.INAPPLICABLE
During some operations denotes that status info of item contents or
properties is inapplicable.
|
static SVNStatusType |
SVNStatusType.LOCK_INAPPLICABLE
During some operations denotes that lock status is inapplicable.
|
static SVNStatusType |
SVNStatusType.LOCK_LOCKED
During an operation denotes that the file item's locked.
|
static SVNStatusType |
SVNStatusType.LOCK_UNCHANGED
During an operation denotes that the lock status wasn't changed.
|
static SVNStatusType |
SVNStatusType.LOCK_UNKNOWN
No lock information is known.
|
static SVNStatusType |
SVNStatusType.LOCK_UNLOCKED
During an operation (like an update) denotes that the file item's lock
was broken in the repositry by some other user.
|
static SVNStatusType |
SVNStatusType.MERGED
During an operation (like an update or merge) denotes that the file
item contents or file/directory item properties were merged
with changes that came from the repository, so that local modifications
and arrived ones do not overlap.
|
static SVNStatusType |
SVNStatusType.MISSING
Denotes that the item is versioned but missing (deleted from the
fylesystem).
|
private SVNStatusType |
SVNStatus.myContentsStatus |
private SVNStatusType |
SVNEvent.myContentsStatus |
private SVNStatusType |
SVNEvent.myLockStatus |
private SVNStatusType |
SVNMergeResult.myMergeStatus |
private SVNStatusType |
SVNDiffStatus.myModificationType |
private SVNStatusType |
SVNStatus.myNodeStatus |
private SVNStatusType |
SVNStatus.myPropertiesStatus |
private SVNStatusType |
SVNEvent.myPropertiesStatus |
private SVNStatusType |
SVNStatus.myRemoteContentsStatus |
private SVNStatusType |
SVNStatus.myRemoteNodeStatus |
private SVNStatusType |
SVNStatus.myRemotePropertiesStatus |
static SVNStatusType |
SVNStatusType.NO_MERGE |
static SVNStatusType |
SVNStatusType.OBSTRUCTED
Denotes that the item has an unexpected kind or somehow damaged or
can not be managed by an operation.
|
static SVNStatusType |
SVNStatusType.STATUS_ADDED
In a status operation denotes that the item in the Working Copy being
currently processed is scheduled for addition to the repository.
|
static SVNStatusType |
SVNStatusType.STATUS_CONFLICTED
In a status operation denotes that the item in the Working Copy being
currently processed is in a conflict state (local changes overlap those
that came from the repository).
|
static SVNStatusType |
SVNStatusType.STATUS_DELETED
In a status operation denotes that the item in the Working Copy being
currently processed is scheduled for deletion from the repository.
|
static SVNStatusType |
SVNStatusType.STATUS_EXTERNAL
In a status operation denotes that the item in the Working Copy being
currently processed is not under version control but is related to
externals definitions.
|
static SVNStatusType |
SVNStatusType.STATUS_IGNORED
In a status operation denotes that the file item in the Working Copy being
currently processed was set to be ignored (was added to svn:ignore property).
|
static SVNStatusType |
SVNStatusType.STATUS_INCOMPLETE
In a status operation denotes that the item in the Working Copy being
currently processed is under version control but is somehow incomplete -
for example, it may happen when the previous update was interrupted.
|
static SVNStatusType |
SVNStatusType.STATUS_MERGED
Deprecated.
this status is never reported by 'status' operation
in this version, 'update' and 'merge' uses
MERGED instead. |
static SVNStatusType |
SVNStatusType.STATUS_MISSING
In a status operation denotes that the item in the Working Copy being
currently processed is under version control but is missing - for example,
removed from the filesystem with a non-SVN, non-SVNKit or
any other SVN non-compatible delete command).
|
static SVNStatusType |
SVNStatusType.STATUS_MODIFIED
In a status operation denotes that the item in the Working Copy being
currently processed has local modifications.
|
static SVNStatusType |
SVNStatusType.STATUS_NAME_CONFLICT |
static SVNStatusType |
SVNStatusType.STATUS_NONE
In a status operation denotes that no status type information is
available.
|
static SVNStatusType |
SVNStatusType.STATUS_NORMAL
In a status operation (if it's being running with an option to report
of all items set to true) denotes that the
item in the Working Copy being currently processed has no local changes
(in a normal state).
|
static SVNStatusType |
SVNStatusType.STATUS_OBSTRUCTED
In a status operation denotes that the item in the Working Copy being
currently processed has a non-expected kind.
|
static SVNStatusType |
SVNStatusType.STATUS_REPLACED
In a status operation denotes that the item in the Working Copy being
currently processed was replaced by another item with the same name (within
a single revision the item was scheduled for deletion and then a new one with
the same name was scheduled for addition).
|
static SVNStatusType |
SVNStatusType.STATUS_UNVERSIONED
In a status operation denotes that the item in the Working Copy being
currently processed is not under version control.
|
static SVNStatusType |
SVNStatusType.UNCHANGED
During an operation denotes that file item contents or file/directory
item properties are not changed.
|
static SVNStatusType |
SVNStatusType.UNKNOWN
Denotes that the resultant status of the operation is for some
reason unknown.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,SVNStatusType> |
SVNStatusType.eventStatusTypes |
Modifier and Type | Method and Description |
---|---|
static SVNStatusType |
SVNStatus.combineNodeAndContentsStatus(int workingCopyFormat,
SVNStatusType nodeStatus,
SVNStatusType contentsStatus,
boolean versioned,
boolean conflicted) |
static SVNStatusType |
SVNStatus.combineRemoteNodeAndContentsStatus(int workingCopyFormat,
SVNStatusType remoteNodeStatus,
SVNStatusType remoteContentsStatus) |
private static SVNStatusType |
SVNStatusType.createEventStatusType(int id,
java.lang.String name) |
SVNStatusType |
SVNStatus.getCombinedNodeAndContentsStatus() |
SVNStatusType |
SVNStatus.getCombinedRemoteNodeAndContentsStatus() |
SVNStatusType |
SVNStatus.getContentsStatus()
Gets the Working Copy local item's contents status type.
|
SVNStatusType |
SVNEvent.getContentsStatus()
Gets the status type of either file or directory contents.
|
static SVNStatusType |
SVNStatusType.getEventStatusById(int id) |
SVNStatusType |
SVNEvent.getLockStatus()
Gets the file item's lock status.
|
SVNStatusType |
SVNMergeResult.getMergeStatus()
Returns merge status.
|
SVNStatusType |
SVNDiffStatus.getModificationType()
Returns the type of modification for the current
item.
|
SVNStatusType |
SVNStatus.getNodeStatus() |
SVNStatusType |
SVNStatus.getPropertiesStatus()
Gets the Working Copy local item's properties status type.
|
SVNStatusType |
SVNEvent.getPropertiesStatus()
Gets the status type of the item's properties.
|
SVNStatusType |
SVNStatus.getRemoteContentsStatus()
Gets the Working Copy item's contents status type against the repository
- that is comparing the item's BASE revision and the latest one in the
repository when the item was changed.
|
SVNStatusType |
SVNStatus.getRemoteNodeStatus() |
SVNStatusType |
SVNStatus.getRemotePropertiesStatus()
Gets the Working Copy item's properties status type against the
repository - that is comparing the item's BASE revision and the latest
one in the repository when the item was changed.
|
Modifier and Type | Method and Description |
---|---|
static SVNStatusType |
SVNStatus.combineNodeAndContentsStatus(int workingCopyFormat,
SVNStatusType nodeStatus,
SVNStatusType contentsStatus,
boolean versioned,
boolean conflicted) |
static SVNStatusType |
SVNStatus.combineRemoteNodeAndContentsStatus(int workingCopyFormat,
SVNStatusType remoteNodeStatus,
SVNStatusType remoteContentsStatus) |
static SVNMergeResult |
SVNMergeResult.createMergeResult(SVNStatusType status,
SVNConflictReason reason)
Creates a new merge result object.
|
void |
SVNStatus.setContentsStatus(SVNStatusType statusType)
Sets the item's contents status type.
|
void |
SVNStatus.setNodeStatus(SVNStatusType nodeStatus) |
void |
SVNStatus.setPropertiesStatus(SVNStatusType propertiesStatus) |
void |
SVNStatus.setRemoteContentsStatus(SVNStatusType remoteContentsStatus) |
void |
SVNStatus.setRemoteNodeStatus(SVNStatusType remoteNodeStatus) |
void |
SVNStatus.setRemotePropertiesStatus(SVNStatusType remotePropertiesStatus) |
void |
SVNStatus.setRemoteStatus(SVNStatusType contents,
SVNStatusType props,
SVNLock lock,
SVNNodeKind kind)
Sets the item's remote status.
|
void |
SVNStatus.setRemoteStatus(SVNURL url,
SVNStatusType contents,
SVNStatusType props,
SVNLock lock,
SVNNodeKind kind,
SVNRevision revision,
java.util.Date date,
java.lang.String author)
Sets the item's remote status.
|
Constructor and Description |
---|
SVNDiffStatus(java.io.File file,
SVNURL url,
java.lang.String path,
SVNStatusType type,
boolean propsModified,
SVNNodeKind kind)
Instantiates a new object.
|
SVNEvent(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNLock lock,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
java.lang.String changelistName,
SVNProperties revisionProperties,
java.lang.String propertyName)
Constructs an SVNEvent object.
|
SVNMergeResult(SVNStatusType status,
SVNConflictReason conflictReason) |
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.
|
Modifier and Type | Field and Description |
---|---|
private SVNStatusType |
SvnMergeResult.mergeOutcome |
private SVNStatusType |
SvnDiffStatus.modificationType |
private SVNStatusType |
SvnStatus.nodeStatus |
private SVNStatusType |
SvnStatus.propertiesStatus |
private SVNStatusType |
SvnStatus.repositoryNodeStatus |
private SVNStatusType |
SvnStatus.repositoryPropertiesStatus |
private SVNStatusType |
SvnStatus.repositoryTextStatus |
private SVNStatusType |
SvnStatus.textStatus |
Modifier and Type | Method and Description |
---|---|
SVNStatusType |
SvnMergeResult.getMergeOutcome()
Returns merge outcome (status).
|
SVNStatusType |
SvnDiffStatus.getModificationType()
Returns the type of modification for the current
item.
|
SVNStatusType |
SvnStatus.getNodeStatus()
Returns the item's node status.
|
SVNStatusType |
SvnStatus.getPropertiesStatus()
Gets the working copy local item's properties status type.
|
SVNStatusType |
SvnStatus.getRepositoryNodeStatus()
Returns the node status of the item got from the repository.
|
SVNStatusType |
SvnStatus.getRepositoryPropertiesStatus()
Gets the working copy item's properties status type against the
repository - that is comparing the item's BASE revision and the latest
one in the repository when the item was changed.
|
SVNStatusType |
SvnStatus.getRepositoryTextStatus()
Gets the working copy item's contents status type against the repository
- that is comparing the item's BASE revision and the latest one in the
repository when the item was changed.
|
SVNStatusType |
SvnStatus.getTextStatus()
Gets the working copy local item's contents status type.
|
Modifier and Type | Method and Description |
---|---|
static SvnMergeResult |
SvnMergeResult.create(SVNStatusType mergeOutcome)
Creates merge result object and initializes it with merge outcome (status).
|
void |
SvnDiffStatus.setModificationType(SVNStatusType modificationType)
Sets the type of modification for the current
item.
|
void |
SvnStatus.setNodeStatus(SVNStatusType nodeStatus)
Sets the item's status.
|
void |
SvnStatus.setPropertiesStatus(SVNStatusType propertiesStatus)
Sets the item's properties status type.
|
void |
SvnStatus.setRepositoryNodeStatus(SVNStatusType repositoryNodeStatus)
Sets the node status of the item got from the repository.
|
void |
SvnStatus.setRepositoryPropertiesStatus(SVNStatusType repositoryPropertiesStatus)
Sets the working copy item's properties status type against the
repository.
|
void |
SvnStatus.setRepositoryTextStatus(SVNStatusType repositoryTextStatus)
Sets the working copy item's contents status type against the repository.
|
void |
SvnStatus.setTextStatus(SVNStatusType textStatus)
Sets the item's contents status type.
|
Constructor and Description |
---|
SvnMergeResult(SVNStatusType mergeOutcome) |