Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNCommandEnvironment.getRevisionProperties() |
SVNProperties |
SVNCommandEnvironment.getRevisionProperties(java.lang.String message,
SVNCommitItem[] commitables,
SVNProperties revisionProperties) |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNCommandEnvironment.getRevisionProperties(java.lang.String message,
SVNCommitItem[] commitables,
SVNProperties revisionProperties) |
protected java.lang.StringBuffer |
SVNXMLCommand.printXMLPropHash(java.lang.StringBuffer buffer,
SVNProperties propHash,
boolean namesOnly,
boolean inheritedProperties) |
Modifier and Type | Method and Description |
---|---|
protected SVNProperties |
SVNLookCommand.getProperties() |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNProperties.compareTo(SVNProperties properties)
Compares this object against another one returning a difference between
them.
|
SVNProperties |
SVNProperties.getRegularProperties()
Returns a subset of properties contained in this properties object which
suffice for
SVNProperty.isRegularProperty(String) clause. |
SVNProperties |
SVNLogEntry.getRevisionProperties()
Returns the requested revision properties, which may be null if it
would contain no revision properties.
|
static SVNProperties |
SVNProperties.unmodifiableProperties(SVNProperties properties)
Returns an unmodifiable view of the specified
properties . |
static SVNProperties |
SVNProperties.wrap(java.util.Map map)
Creates a new
SVNProperties object wrapping a given map with
properties. |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNProperties.compareTo(SVNProperties properties)
Compares this object against another one returning a difference between
them.
|
void |
SVNProperties.putAll(SVNProperties properties)
Puts all properties from the specified properties object to this object.
|
static SVNProperties |
SVNProperties.unmodifiableProperties(SVNProperties properties)
Returns an unmodifiable view of the specified
properties . |
Constructor and Description |
---|
SVNLogEntry(java.util.Map changedPaths,
long revision,
SVNProperties revisionProperties,
boolean hasChildren)
Constructs an SVNLogEntry object.
|
SVNProperties(SVNProperties properties)
Creates a new
SVNProperties object copying the given one. |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNSqlJetStatement.getColumnProperties(java.lang.Enum<?> f) |
protected SVNProperties |
SVNSqlJetStatement.getColumnProperties(java.lang.String f) |
static SVNProperties |
SVNSqlJetStatement.parseProperties(byte[] val) |
Modifier and Type | Method and Description |
---|---|
void |
SVNSqlJetUnionStatement.bindProperties(int i,
SVNProperties props) |
void |
SVNSqlJetStatement.bindProperties(int i,
SVNProperties props) |
Modifier and Type | Method and Description |
---|---|
void |
SVNSqlJetStatement.bindIProperties(int i,
java.util.Map<java.lang.String,SVNProperties> iprops) |
Modifier and Type | Method and Description |
---|---|
static SVNProperties |
DAVUtil.filterProperties(DAVProperties source,
SVNProperties target) |
SVNProperties |
DAVRepository.getRevisionProperties(long revision,
SVNProperties properties) |
Modifier and Type | Method and Description |
---|---|
static SVNProperties |
DAVUtil.filterProperties(DAVProperties source,
SVNProperties target) |
protected ISVNEditor |
DAVRepository.getCommitEditorInternal(java.util.Map locks,
boolean keepLocks,
SVNProperties revProps,
ISVNWorkspaceMediator mediator) |
long |
DAVRepository.getDir(java.lang.String path,
long revision,
SVNProperties properties,
int entryFields,
ISVNDirEntryHandler handler) |
long |
DAVRepository.getDir(java.lang.String path,
long revision,
SVNProperties properties,
ISVNDirEntryHandler handler) |
long |
DAVRepository.getFile(java.lang.String path,
long revision,
SVNProperties properties,
java.io.OutputStream contents) |
long |
DAVRepository.getFile(java.lang.String path,
long revision,
SVNProperties properties,
java.io.OutputStream contents,
ISVNWorkingCopyContentMediator workingCopyContentMediator) |
SVNProperties |
DAVRepository.getRevisionProperties(long revision,
SVNProperties properties) |
static void |
DAVUtil.setSpecialWCProperties(SVNProperties props,
DAVElement property,
SVNPropertyValue propValue)
Deprecated.
for binary compatibility only
|
static void |
DAVUtil.setSpecialWCProperties(SVNProperties props,
DAVElement property,
SVNPropertyValue propValue,
boolean isDir) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SVNProperties> |
DAVInheritedPropertiesHandler.getInheritedProperties() |
Modifier and Type | Method and Description |
---|---|
static java.lang.StringBuffer |
DAVProppatchHandler.generatePropertyRequest(java.lang.StringBuffer xmlBuffer,
SVNProperties properties) |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
FSFS.compoundMetaProperties(long revision) |
SVNProperties |
FSRevisionNode.getProperties(FSFS fsfsOwner) |
SVNProperties |
FSFS.getProperties(FSRevisionNode revNode) |
static SVNProperties |
FSRepositoryUtil.getPropsDiffs(SVNProperties sourceProps,
SVNProperties targetProps) |
SVNProperties |
FSFS.getRevisionProperties(long revision) |
SVNProperties |
FSRepository.getRevisionProperties(long revision,
SVNProperties properties) |
SVNProperties |
FSFS.getTransactionProperties(java.lang.String txnID) |
SVNProperties |
FSFile.readProperties(boolean allowEOF,
boolean allowBinaryValues) |
SVNProperties |
FSTransactionRoot.unparseDirEntries(java.util.Map entries) |
Modifier and Type | Method and Description |
---|---|
static FSTransactionInfo |
FSTransactionRoot.beginTransactionForCommit(long baseRevision,
SVNProperties revisionProperties,
FSFS owner) |
void |
FSFS.changeTransactionProperties(java.lang.String txnId,
SVNProperties txnProperties) |
protected ISVNEditor |
FSRepository.getCommitEditorInternal(java.util.Map locks,
boolean keepLocks,
SVNProperties revProps,
ISVNWorkspaceMediator mediator) |
long |
FSRepository.getDir(java.lang.String path,
long revision,
SVNProperties properties,
int entryFields,
ISVNDirEntryHandler handler) |
long |
FSRepository.getDir(java.lang.String path,
long revision,
SVNProperties properties,
ISVNDirEntryHandler handler) |
long |
FSRepository.getFile(java.lang.String path,
long revision,
SVNProperties properties,
java.io.OutputStream contents) |
static SVNProperties |
FSRepositoryUtil.getPropsDiffs(SVNProperties sourceProps,
SVNProperties targetProps) |
SVNProperties |
FSRepository.getRevisionProperties(long revision,
SVNProperties properties) |
void |
FSTransactionRoot.setProplist(FSRevisionNode node,
SVNProperties properties) |
Constructor and Description |
---|
FSCommitEditor(java.lang.String path,
java.util.Map<java.lang.String,java.lang.String> lockTokens,
boolean keepLocks,
FSTransactionInfo txn,
FSFS owner,
FSRepository repository,
SVNProperties revProps) |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNFSFSPackedRevProps.parseProperties(long revision) |
Modifier and Type | Method and Description |
---|---|
void |
SVNFSFSPackedRevProps.Builder.addPropertiesEntry(SVNProperties properties) |
java.util.List<SVNFSFSPackedRevProps> |
SVNFSFSPackedRevProps.setProperties(long revision,
SVNProperties properties,
long revPropPackSize) |
Modifier and Type | Method and Description |
---|---|
static SVNProperties |
SVNReader.getProperties(java.util.List items,
int index,
SVNProperties properties) |
static SVNProperties |
SVNReader.getPropertyDiffs(java.util.List items,
int index,
SVNProperties diffs) |
SVNProperties |
SVNRepositoryImpl.getRevisionProperties(long revision,
SVNProperties properties) |
Modifier and Type | Method and Description |
---|---|
protected ISVNEditor |
SVNRepositoryImpl.getCommitEditorInternal(java.util.Map locks,
boolean keepLocks,
SVNProperties revProps,
ISVNWorkspaceMediator mediator) |
long |
SVNRepositoryImpl.getDir(java.lang.String path,
long revision,
SVNProperties properties,
int entryFields,
ISVNDirEntryHandler handler) |
long |
SVNRepositoryImpl.getDir(java.lang.String path,
long revision,
SVNProperties properties,
ISVNDirEntryHandler handler) |
long |
SVNRepositoryImpl.getFile(java.lang.String path,
long revision,
SVNProperties properties,
java.io.OutputStream contents) |
static SVNProperties |
SVNReader.getProperties(java.util.List items,
int index,
SVNProperties properties) |
static SVNProperties |
SVNReader.getPropertyDiffs(java.util.List items,
int index,
SVNProperties diffs) |
SVNProperties |
SVNRepositoryImpl.getRevisionProperties(long revision,
SVNProperties properties) |
Modifier and Type | Method and Description |
---|---|
static SVNSkel |
SVNSkel.createInheritedProperties(java.util.Map<java.lang.String,SVNProperties> iprops) |
Modifier and Type | Field and Description |
---|---|
protected SVNProperties |
SVNRemoteDiffEditor.SVNDirectoryInfo.myBaseProperties |
protected SVNProperties |
SVNRemoteDiffEditor.SVNFileInfo.myBaseProperties |
protected SVNProperties |
SVNRemoteDiffEditor.SVNDirectoryInfo.myPropertyDiff |
protected SVNProperties |
SVNRemoteDiffEditor.SVNFileInfo.myPropertyDiff |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNWCProperties.asMap() |
SVNProperties |
SVNWCProperties.compareTo(SVNWCProperties properties) |
static SVNProperties |
SVNMergeDriver.filterProperties(SVNProperties props1,
boolean leftRegular,
boolean leftEntry,
boolean leftWC) |
static SVNProperties |
SVNMergeDriver.filterProperties(SVNProperties props1,
boolean leftRegular,
boolean leftEntry,
boolean leftWC,
boolean leftKeywords) |
protected SVNProperties |
SVNMergeDriver.filterSelfReferentialMergeInfo(SVNProperties props,
java.io.File path) |
SVNProperties |
SVNCommitMediator.getWCProperties(SVNCommitItem item) |
Modifier and Type | Method and Description |
---|---|
static void |
SVNWCManager.addProperties(SVNAdminArea dir,
java.lang.String fileName,
SVNProperties properties,
boolean base,
SVNLog log) |
static void |
SVNWCManager.addRepositoryFile(SVNAdminArea dir,
java.lang.String fileName,
java.io.File text,
java.io.File textBase,
SVNProperties baseProperties,
SVNProperties properties,
java.lang.String copyFromURL,
long copyFromRev) |
protected boolean |
SVNMergeCallback.areFilesTheSame(java.io.File older,
SVNProperties originalProps,
java.io.File mine,
SVNAdminArea adminArea) |
protected void |
AbstractDiffCallback.categorizeProperties(SVNProperties original,
SVNProperties regular,
SVNProperties entry,
SVNProperties wc) |
protected void |
SVNRemoteDiffEditor.closeFile(java.lang.String commitPath,
boolean added,
java.io.File wcFile,
java.io.File file,
SVNProperties propertyDiff,
SVNProperties baseProperties,
java.io.File baseFile,
boolean[] isTreeConflicted) |
static SVNEvent |
SVNEventFactory.createSVNEvent(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
long processedItemsCount,
long totalItemsCount,
SVNProperties revisionProperties,
java.lang.String propertyName) |
static SVNEvent |
SVNEventFactory.createSVNEvent(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
SVNProperties revisionProperties,
java.lang.String propertyName) |
long |
ISVNFileFetcher.fetchFile(java.lang.String path,
long revision,
java.io.OutputStream os,
SVNProperties properties) |
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.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.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.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.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 |
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) |
static SVNProperties |
SVNMergeDriver.filterProperties(SVNProperties props1,
boolean leftRegular,
boolean leftEntry,
boolean leftWC) |
static SVNProperties |
SVNMergeDriver.filterProperties(SVNProperties props1,
boolean leftRegular,
boolean leftEntry,
boolean leftWC,
boolean leftKeywords) |
protected SVNProperties |
SVNMergeDriver.filterSelfReferentialMergeInfo(SVNProperties props,
java.io.File path) |
SVNMergeResult |
DefaultSVNMerger.mergeProperties(java.lang.String localPath,
SVNProperties workingProperties,
SVNProperties baseProperties,
SVNProperties serverBaseProps,
SVNProperties propDiff,
SVNAdminArea adminArea,
SVNLog log,
boolean baseMerge,
boolean dryRun) |
static SVNStatusType |
SVNPropertiesManager.mergeProperties(SVNWCAccess wcAccess,
java.io.File path,
SVNProperties baseProperties,
SVNProperties diff,
boolean baseMerge,
boolean dryRun) |
SVNStatusType |
SVNMergeCallback15.propertiesChanged(java.lang.String path,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
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) |
char[] |
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage.readPassphrase(java.lang.String realm,
SVNProperties authParameters) |
char[] |
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage.readPassphrase(java.lang.String realm,
SVNProperties authParameters) |
char[] |
DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage.readPassphrase(java.lang.String realm,
SVNProperties authParameters) |
char[] |
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage.readPassphrase(java.lang.String realm,
SVNProperties authParameters) |
char[] |
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage.readPassphrase(java.lang.String realm,
SVNProperties authParameters) |
char[] |
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage.readPassword(java.lang.String realm,
java.lang.String userName,
SVNProperties authParameters) |
char[] |
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage.readPassword(java.lang.String realm,
java.lang.String userName,
SVNProperties authParameters) |
char[] |
DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage.readPassword(java.lang.String realm,
java.lang.String userName,
SVNProperties authParameters) |
char[] |
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage.readPassword(java.lang.String realm,
java.lang.String userName,
SVNProperties authParameters) |
char[] |
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage.readPassword(java.lang.String realm,
java.lang.String userName,
SVNProperties authParameters) |
static void |
SVNAdminHelper.removePropertiesNotInSource(SVNRepository repository,
long revision,
SVNProperties sourceProps,
SVNProperties targetProps) |
void |
SVNSynchronizeEditor.reset(long baseRevision,
SVNProperties revProps) |
boolean |
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage.savePassphrase(java.lang.String realm,
char[] passphrase,
SVNAuthentication auth,
SVNProperties authParameters,
boolean force) |
boolean |
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage.savePassphrase(java.lang.String realm,
char[] passphrase,
SVNAuthentication auth,
SVNProperties authParameters,
boolean force) |
boolean |
DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage.savePassphrase(java.lang.String realm,
char[] passphrase,
SVNAuthentication auth,
SVNProperties authParameters,
boolean force) |
boolean |
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage.savePassphrase(java.lang.String realm,
char[] passphrase,
SVNAuthentication auth,
SVNProperties authParameters,
boolean force) |
boolean |
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage.savePassphrase(java.lang.String realm,
char[] passphrase,
SVNAuthentication auth,
SVNProperties authParameters,
boolean force) |
boolean |
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage.savePassword(java.lang.String realm,
char[] password,
SVNAuthentication auth,
SVNProperties authParameters) |
boolean |
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage.savePassword(java.lang.String realm,
char[] password,
SVNAuthentication auth,
SVNProperties authParameters) |
boolean |
DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage.savePassword(java.lang.String realm,
char[] password,
SVNAuthentication auth,
SVNProperties authParameters) |
boolean |
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage.savePassword(java.lang.String realm,
char[] password,
SVNAuthentication auth,
SVNProperties authParameters) |
boolean |
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage.savePassword(java.lang.String realm,
char[] password,
SVNAuthentication auth,
SVNProperties authParameters) |
void |
SVNWCProperties.setProperties(SVNProperties properties) |
static void |
SVNWCProperties.setProperties(SVNProperties namesToValues,
java.io.File target,
java.io.File tmpFile,
java.lang.String terminator) |
static void |
SVNWCProperties.setProperties(SVNProperties namesToValues,
java.io.OutputStream target,
java.lang.String terminator) |
protected SVNCommitInfo |
SVNCopyDriver.setupCopy(SVNCopySource[] sources,
SVNPath dst,
boolean isMove,
boolean makeParents,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
java.lang.String message,
SVNProperties revprops,
ISVNCommitHandler commitHandler,
ISVNCommitParameters commitParameters,
ISVNExternalsHandler externalsHandler) |
static void |
SVNPropertiesManager.validateRevisionProperties(SVNProperties revisionProperties) |
static void |
SVNAdminHelper.writeProperties(SVNProperties props,
SVNProperties oldProps,
java.io.OutputStream dumpStream) |
static int |
SVNAdminHelper.writeRevisionProperties(SVNRepository toRepository,
long revision,
SVNProperties revProps) |
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) |
SVNSynchronizeEditor(SVNRepository toRepository,
ISVNLogEntryHandler handler,
long baseRevision,
SVNProperties revProps) |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNVersionedProperties.asMap() |
protected SVNProperties |
SVNVersionedProperties.getProperties() |
protected abstract SVNProperties |
SVNVersionedProperties.loadProperties() |
protected SVNProperties |
SVNSimpleVersionedPropertiesImpl.loadProperties() |
protected SVNProperties |
SVNProperties13.loadProperties() |
protected SVNProperties |
SVNAdminArea14.readBaseProperties(java.lang.String name) |
protected SVNProperties |
SVNAdminArea14.readProperties(java.lang.String name) |
protected SVNProperties |
SVNAdminArea14.readRevertProperties(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
SVNLog.addCommand(java.lang.String name,
SVNProperties attributes,
boolean save) |
void |
SVNAdminArea.commit(java.lang.String target,
SVNCommitInfo info,
SVNProperties wcPropChanges,
boolean removeLock,
boolean recursive,
boolean removeChangelist,
java.util.Collection explicitCommitPaths,
ISVNCommitParameters params) |
void |
SVNLog.deleteCommandsByNameAndAttributes(java.lang.String name,
SVNProperties attributes,
boolean save) |
static java.io.File |
SVNTranslator.detranslateWorkingCopy(SVNAdminArea dir,
java.lang.String name,
SVNProperties propDiff,
boolean force) |
protected SVNVersionedProperties |
SVNXMLAdminArea.formatBaseProperties(SVNProperties srcProperties) |
protected SVNVersionedProperties |
SVNAdminArea14.formatBaseProperties(SVNProperties srcProperties) |
protected abstract SVNVersionedProperties |
SVNAdminArea.formatBaseProperties(SVNProperties srcProperties) |
protected SVNVersionedProperties |
SVNXMLAdminArea.formatProperties(SVNEntry entry,
SVNProperties srcProperties) |
protected SVNVersionedProperties |
SVNAdminArea14.formatProperties(SVNEntry entry,
SVNProperties srcProperties) |
protected abstract SVNVersionedProperties |
SVNAdminArea.formatProperties(SVNEntry entry,
SVNProperties srcProperties) |
void |
SVNXMLAdminArea.installProperties(java.lang.String name,
SVNProperties baseProps,
SVNProperties workingProps,
SVNLog log,
boolean writeBaseProps,
boolean close) |
void |
SVNAdminArea14.installProperties(java.lang.String name,
SVNProperties baseProps,
SVNProperties workingProps,
SVNLog log,
boolean writeBaseProps,
boolean close) |
abstract void |
SVNAdminArea.installProperties(java.lang.String name,
SVNProperties baseProps,
SVNProperties workingProps,
SVNLog log,
boolean writeBaseProps,
boolean close) |
SVNStatusType |
SVNLog.logChangedEntryProperties(java.lang.String name,
SVNProperties modifiedEntryProps) |
void |
SVNLog.logChangedWCProperties(java.lang.String name,
SVNProperties modifiedWCProps) |
static java.io.File |
SVNTranslator.maybeUpdateTargetEOLs(SVNAdminArea dir,
java.io.File target,
SVNProperties propDiff) |
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) |
protected void |
SVNVersionedProperties.put(SVNProperties props) |
void |
SVNLogRunner.runCommand(SVNAdminArea adminArea,
java.lang.String name,
SVNProperties attributes,
int count) |
protected void |
SVNVersionedProperties.setPropertiesMap(SVNProperties props) |
protected abstract SVNVersionedProperties |
SVNVersionedProperties.wrap(SVNProperties properties) |
protected SVNVersionedProperties |
SVNSimpleVersionedPropertiesImpl.wrap(SVNProperties properties) |
protected SVNVersionedProperties |
SVNProperties14.wrap(SVNProperties properties) |
protected SVNVersionedProperties |
SVNProperties13.wrap(SVNProperties properties) |
Constructor and Description |
---|
SVNProperties13(SVNProperties properties) |
SVNProperties14(SVNProperties props,
SVNAdminArea14 adminArea,
java.lang.String entryName) |
SVNSimpleVersionedPropertiesImpl(SVNProperties props) |
SVNVersionedProperties(SVNProperties props) |
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
SVNCommitClient16.doCommit(java.io.File[] paths,
boolean keepLocks,
java.lang.String commitMessage,
SVNProperties revisionProperties,
java.lang.String[] changelists,
boolean keepChangelist,
boolean force,
SVNDepth depth)
Commits files or directories into repository.
|
SVNCommitInfo[] |
SVNCommitClient16.doCommit(SVNCommitPacket[] commitPackets,
boolean keepLocks,
boolean keepChangelist,
java.lang.String commitMessage,
SVNProperties revisionProperties)
Commits files or directories into repository.
|
SVNCommitInfo |
SVNCommitClient16.doCommit(SVNCommitPacket commitPacket,
boolean keepLocks,
boolean keepChangelist,
java.lang.String commitMessage,
SVNProperties revisionProperties)
Commits files or directories into repository.
|
SVNCommitInfo |
SVNCopyClient16.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
java.lang.String commitMessage,
SVNProperties revisionProperties) |
SVNCommitInfo |
SVNCopyClient16.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
java.lang.String commitMessage,
SVNProperties revisionProperties)
Copies each source in
sources to dst . |
SVNCommitInfo |
SVNCommitClient16.doDelete(SVNURL[] urls,
java.lang.String commitMessage,
SVNProperties revisionProperties)
Deletes items from a repository.
|
SVNCommitInfo |
SVNCommitClient16.doImport(java.io.File path,
SVNURL dstURL,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean useGlobalIgnores,
boolean ignoreUnknownNodeTypes,
SVNDepth depth)
Imports file or directory
path into repository directory
dstURL at HEAD revision. |
SVNCommitInfo |
SVNCommitClient16.doImport(java.io.File path,
SVNURL dstURL,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean useGlobalIgnores,
boolean ignoreUnknownNodeTypes,
SVNDepth depth,
boolean applyAutoProperties)
Imports file or directory
path into repository directory
dstURL at HEAD revision. |
SVNCommitInfo |
SVNCommitClient16.doImport(java.io.File path,
SVNURL dstURL,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean useGlobalIgnores,
boolean ignoreUnknownNodeTypes,
SVNDepth depth,
boolean applyAutoProperties,
ISVNFileFilter fileFilter)
Imports file or directory
path into repository directory
dstURL at HEAD revision. |
SVNCommitInfo |
SVNCommitClient16.doMkDir(SVNURL[] urls,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean makeParents)
Creates directory(ies) in a repository.
|
SVNCommitInfo |
SVNWCClient16.doSetProperty(SVNURL url,
java.lang.String propName,
SVNPropertyValue propValue,
SVNRevision baseRevision,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean skipChecks,
ISVNPropertyHandler handler)
Sets
propName to propValue on path
. |
Modifier and Type | Field and Description |
---|---|
SVNProperties |
SVNWCContext.MergePropertiesInfo.newActualProperties |
SVNProperties |
SVNWCContext.MergePropertiesInfo.newBaseProperties |
SVNProperties |
SVNWCContext.PropDiffs.originalProps |
SVNProperties |
SVNWCContext.PropDiffs.propChanges |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNWCContext.getActualProps(java.io.File localAbspath) |
SVNProperties |
SVNWCContext.getPristineProps(java.io.File localAbspath) |
static SVNProperties |
SVNWCUtils.propDiffs(SVNProperties targetProps,
SVNProperties sourceProps) |
Modifier and Type | Method and Description |
---|---|
static SVNUpdateEditor17.AccumulatedChangeInfo |
SVNUpdateEditor17.accumulateLastChange(java.io.File localAbspath,
SVNProperties entryProps) |
void |
SVNTreeConflictEditor.addDir(java.lang.String path,
java.util.List<java.lang.String> children,
SVNProperties props,
long replacesRev) |
void |
ISVNEditor2.addDir(java.lang.String path,
java.util.List<java.lang.String> children,
SVNProperties props,
long replacesRev) |
void |
SVNTreeConflictEditor.addFile(java.lang.String path,
SvnChecksum checksum,
java.io.InputStream contents,
SVNProperties props,
long replacesRev) |
void |
ISVNEditor2.addFile(java.lang.String path,
SvnChecksum checksum,
java.io.InputStream contents,
SVNProperties props,
long replacesRev) |
void |
SVNTreeConflictEditor.addSymlink(java.lang.String path,
java.lang.String target,
SVNProperties props,
long replacesRev) |
void |
ISVNEditor2.addSymlink(java.lang.String path,
java.lang.String target,
SVNProperties props,
long replacesRev) |
void |
SVNTreeConflictEditor.alterDir(java.lang.String path,
long revision,
java.util.List<java.lang.String> children,
SVNProperties props) |
void |
ISVNEditor2.alterDir(java.lang.String path,
long revision,
java.util.List<java.lang.String> children,
SVNProperties props) |
void |
SVNTreeConflictEditor.alterFile(java.lang.String path,
long expectedMoveDstRevision,
SVNProperties newProps,
SvnChecksum newChecksum,
java.io.InputStream newContents) |
void |
ISVNEditor2.alterFile(java.lang.String path,
long revision,
SVNProperties props,
SvnChecksum checksum,
java.io.InputStream newContents) |
void |
SVNTreeConflictEditor.alterSymlink(java.lang.String path,
long revision,
SVNProperties props,
java.lang.String target) |
void |
ISVNEditor2.alterSymlink(java.lang.String path,
long revision,
SVNProperties props,
java.lang.String target) |
SVNWCContext.TranslateInfo |
SVNWCContext.getTranslateInfo(java.io.File localAbspath,
SVNProperties props,
boolean forNormalization,
boolean fetchEolStyle,
boolean fetchCharset,
boolean fetchKeywords,
boolean fetchSpecial) |
static boolean |
SVNWCContext.hasMagicProperty(SVNProperties properties) |
SVNWCContext.MergeInfo |
SVNWCContext.merge(SVNSkel workItems,
SVNSkel conflictSkel,
java.io.File leftAbspath,
java.io.File rightAbspath,
java.io.File targetAbspath,
java.io.File wriAbspath,
java.lang.String leftLabel,
java.lang.String rightLabel,
java.lang.String targetLabel,
SVNProperties oldActualProps,
boolean dryRun,
SVNDiffOptions options,
SVNProperties propDiff) |
SVNWCContext.MergePropertiesInfo |
SVNWCContext.mergeProperties(java.io.File localAbsPath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
SVNProperties baseProperties,
SVNProperties propChanges,
boolean dryRun,
ISVNConflictHandler conflictResolver) |
SvnMergeResult |
DefaultSvnMerger.mergeProperties(ISvnMerger baseMerger,
java.io.File localAbsPath,
SVNNodeKind kind,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
SVNProperties serverBaseProperties,
SVNProperties pristineProperties,
SVNProperties actualProperties,
SVNProperties propChanges,
boolean baseMerge,
boolean dryRun,
ISVNConflictHandler conflictResolver) |
SVNMergeResult |
DefaultSvnMerger.mergeProperties(java.lang.String localPath,
SVNProperties workingProperties,
SVNProperties baseProperties,
SVNProperties serverBaseProps,
SVNProperties propDiff,
SVNAdminArea adminArea,
SVNLog log,
boolean baseMerge,
boolean dryRun) |
SVNWCContext.MergePropertiesInfo |
SVNWCContext.mergeProperties2(SVNWCContext.MergePropertiesInfo mergeInfo,
java.io.File localAbsPath,
ISVNWCDb.SVNWCDbKind kind,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
SVNProperties serverBaseProperties,
SVNProperties pristineProperties,
SVNProperties actualProperties,
SVNProperties propChanges,
boolean baseMerge,
boolean dryRun,
ISVNConflictHandler conflictResolver) |
SVNWCContext.MergePropertiesInfo |
SVNWCContext.mergeProperties3(SVNWCContext.MergePropertiesInfo mergePropertiesInfo,
java.io.File localAbsPath,
SVNProperties serverBaseProps,
SVNProperties pristineProps,
SVNProperties actualProps,
SVNProperties propChanges) |
SVNWCContext.MergeInfo |
SVNWCContext.mergeText(java.io.File left,
java.io.File right,
java.io.File target,
java.lang.String leftLabel,
java.lang.String rightLabel,
java.lang.String targetLabel,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean dryRun,
SVNDiffOptions options,
SVNProperties propDiff) |
static SVNWCContext.MergeInfo |
SVNUpdateEditor17.performFileMerge(SVNWCContext.MergeInfo mergeInfo,
SVNWCContext context,
java.io.File localAbsPath,
java.io.File wriAbsPath,
SvnChecksum newChecksum,
SvnChecksum originalChecksum,
SVNProperties actualProperties,
java.lang.String[] extPatterns,
long oldRevision,
long targetRevision,
SVNProperties propChanges) |
static SVNProperties |
SVNWCUtils.propDiffs(SVNProperties targetProps,
SVNProperties sourceProps) |
Modifier and Type | Method and Description |
---|---|
static ISVNUpdateEditor |
SVNUpdateEditor17.createUpdateEditor(SVNWCContext wcContext,
java.io.File anchorAbspath,
java.lang.String target,
java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties,
SVNURL reposRoot,
SVNURL switchURL,
SVNExternalsStore externalsStore,
boolean allowUnversionedObstructions,
boolean depthIsSticky,
SVNDepth depth,
java.lang.String[] preservedExts,
ISVNDirFetcher dirFetcher) |
static ISVNUpdateEditor |
SVNUpdateEditor17.createUpdateEditor(SVNWCContext context,
long targetRevision,
java.io.File anchorAbspath,
java.lang.String targetName,
java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties,
boolean useCommitTimes,
SVNURL switchURL,
SVNDepth depth,
boolean depthIsSticky,
boolean allowUnversionedObstructions,
boolean addsAsModifications,
boolean serverPerformsFiltering,
boolean cleanCheckout,
ISVNDirFetcher dirFetcher,
SVNExternalsStore externalsStore,
java.lang.String[] preservedExtensions,
ISVNConflictHandler conflictHandler) |
Constructor and Description |
---|
SVNUpdateEditor17(SVNWCContext wcContext,
java.io.File anchorAbspath,
java.lang.String targetBasename,
java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties,
SVNURL reposRootUrl,
java.lang.String reposUuid,
SVNURL switchURL,
SVNExternalsStore externalsStore,
boolean allowUnversionedObstructions,
boolean depthIsSticky,
SVNDepth depth,
java.lang.String[] preservedExts,
ISVNDirFetcher dirFetcher) |
Modifier and Type | Field and Description |
---|---|
SVNProperties |
SVNWCDb.InsertBase.actualProps |
SVNProperties |
SVNWCDb.InsertBase.davCache |
SVNProperties |
SVNWCDb.InsertWorking.newActualProps |
SVNProperties |
SVNWCDb.Commit.newDavCache |
SVNProperties |
ISVNWCDb.NodeInstallInfo.properties |
SVNProperties |
SVNWCDb.InsertBase.props |
SVNProperties |
SVNWCDb.InsertWorking.props |
SVNProperties |
ISVNWCDb.WCDbBaseInfo.props |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,SVNProperties> |
SVNWCDb.InsertBase.iprops |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNWCDb.getBaseDavCache(java.io.File localAbsPath) |
SVNProperties |
ISVNWCDb.getBaseDavCache(java.io.File localAbsPath)
Retrieve the dav cache for LOCAL_ABSPATH.
|
SVNProperties |
SVNWCDb.getBaseProps(java.io.File localAbsPath) |
SVNProperties |
ISVNWCDb.getBaseProps(java.io.File localAbsPath)
Return the properties of the node LOCAL_ABSPATH in the BASE tree.
|
static SVNProperties |
SvnWcDbStatementUtil.getColumnProperties(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static SVNProperties |
SvnWcDbProperties.readChangedProperties(SVNWCDbRoot root,
java.io.File relpath) |
SVNProperties |
SVNWCDb.readPristineProperties(java.io.File localAbsPath) |
SVNProperties |
ISVNWCDb.readPristineProperties(java.io.File localAbspath)
Return the properties of the node LOCAL_ABSPATH in the WORKING tree
(looking through to the BASE tree as required).
|
static SVNProperties |
SvnWcDbProperties.readPristineProperties(SVNWCDbRoot root,
java.io.File relpath) |
SVNProperties |
SVNWCDb.readProperties(java.io.File localAbsPath) |
SVNProperties |
ISVNWCDb.readProperties(java.io.File localAbsPath)
Return the properties of the node LOCAL_ABSPATH in the ACTUAL tree
(looking through to the WORKING or BASE tree as required).
|
static SVNProperties |
SvnWcDbProperties.readProperties(SVNWCDbRoot root,
java.io.File relpath) |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCDb.addBaseDirectory(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.util.List<java.io.File> children,
SVNDepth depth,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties actualProps,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel workItems) |
void |
ISVNWCDb.addBaseDirectory(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.util.List<java.io.File> children,
SVNDepth depth,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties actualProps,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel workItems)
Add or replace a directory in the BASE tree.
|
void |
SVNWCDb.addBaseFile(java.io.File localAbspath,
java.io.File reposRelpath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum checksum,
SVNProperties davCache,
boolean deleteWorking,
boolean updateActualProps,
SVNProperties actualProps,
boolean keepRecordedInfo,
boolean insertBaseDeleted,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel conflict,
SVNSkel workItems) |
void |
ISVNWCDb.addBaseFile(java.io.File localAbspath,
java.io.File reposRelpath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum checksum,
SVNProperties davCache,
boolean deleteWorking,
boolean updateActualProps,
SVNProperties actualProps,
boolean keepRecordedInfo,
boolean insertBaseDeleted,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel conflict,
SVNSkel workItems)
Add or replace a file in the BASE tree.
|
void |
SVNWCDb.addBaseSymlink(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File target,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties acutalProps,
SVNSkel workItems) |
void |
ISVNWCDb.addBaseSymlink(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File target,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties acutalProps,
SVNSkel workItems)
Add or replace a symlink in the BASE tree.
|
static void |
SvnWcDbExternals.addExternalFile(SVNWCContext context,
java.io.File localAbsPath,
java.io.File wriAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long targetRevision,
SVNProperties newPristineProperties,
java.util.Map<java.lang.String,SVNProperties> iprops,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum newChecksum,
SVNProperties davCache,
java.io.File recordAncestorAbspath,
java.io.File recordedReposRelPath,
long recordedPegRevision,
long recordedRevision,
boolean updateActualProperties,
SVNProperties newActualProperties,
boolean keepRecordedInfo,
SVNSkel conflictSkel,
SVNSkel allWorkItems) |
static void |
SvnWcDbConflicts.addPropConflict(SVNSkel skel,
ISVNWCDb db,
java.io.File wriAbsPath,
java.io.File markerAbsPath,
SVNProperties mineProps,
SVNProperties theirOldProps,
SVNProperties theirProps,
java.util.Collection<java.lang.String> conflictedPropNames) |
static void |
SvnWcDbCopy.copyDir(SVNWCDbDir pdh,
java.io.File localRelpath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
java.util.List<java.io.File> children,
boolean isMove,
SVNDepth depth,
SVNSkel conflict,
SVNSkel workItems) |
static void |
SvnWcDbCopy.copyFile(SVNWCDbDir pdh,
java.io.File localRelpath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
SvnChecksum checksum,
boolean updateActualProps,
SVNProperties newActualProps,
SVNSkel conflict,
SVNSkel workItems) |
void |
SVNWCDb.globalCommit(java.io.File localAbspath,
long newRevision,
long changedRevision,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum newChecksum,
java.util.List<java.io.File> newChildren,
SVNProperties newDavCache,
boolean keepChangelist,
boolean noUnlock,
SVNSkel workItems) |
void |
ISVNWCDb.globalCommit(java.io.File localAbspath,
long newRevision,
long changedRevision,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum newChecksum,
java.util.List<java.io.File> newChildren,
SVNProperties newDavCache,
boolean keepChangelist,
boolean noUnlock,
SVNSkel workItems)
Collapse the WORKING and ACTUAL tree changes down into BASE, called for
each committed node.
|
void |
SVNWCDb.opAddDirectory(java.io.File localAbsPath,
SVNProperties props,
SVNSkel workItems) |
void |
ISVNWCDb.opAddDirectory(java.io.File localAbsPath,
SVNProperties props,
SVNSkel workItems)
Add a new versioned directory.
|
void |
SVNWCDb.opAddFile(java.io.File localAbsPath,
SVNProperties props,
SVNSkel workItems) |
void |
ISVNWCDb.opAddFile(java.io.File localAbsPath,
SVNProperties props,
SVNSkel workItems)
As a new file, there are no properties.
|
void |
SVNWCDb.opAddSymlink(java.io.File localAbsPath,
java.io.File target,
SVNProperties props,
SVNSkel workItems) |
void |
ISVNWCDb.opAddSymlink(java.io.File localAbsPath,
java.io.File target,
SVNProperties props,
SVNSkel workItems) |
void |
SVNWCDb.opCopyDir(java.io.File localAbsPath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
java.util.List<java.io.File> children,
boolean isMove,
SVNDepth depth,
SVNSkel conflict,
SVNSkel workItems) |
void |
ISVNWCDb.opCopyDir(java.io.File localAbsPath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
java.util.List<java.io.File> children,
boolean isMove,
SVNDepth depth,
SVNSkel conflict,
SVNSkel workItems)
Record a copy at LOCAL_ABSPATH from a repository directory.
|
void |
SVNWCDb.opCopyFile(java.io.File localAbsPath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
SvnChecksum checksum,
boolean updateActualProps,
SVNProperties newActualProps,
SVNSkel conflict,
SVNSkel workItems) |
void |
ISVNWCDb.opCopyFile(java.io.File localAbsPath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
SvnChecksum checksum,
boolean updateActualProps,
SVNProperties newActualProps,
SVNSkel conflict,
SVNSkel workItems)
Record a copy at LOCAL_ABSPATH from a repository file.
|
void |
SVNWCDb.opSetProps(java.io.File localAbsPath,
SVNProperties props,
SVNSkel conflict,
boolean clearRecordedInfo,
SVNSkel workItems) |
void |
ISVNWCDb.opSetProps(java.io.File localAbsPath,
SVNProperties props,
SVNSkel conflict,
boolean clearRecordedInfo,
SVNSkel workItems)
Set the properties of the node LOCAL_ABSPATH in the ACTUAL tree to PROPS.
|
void |
SVNWCDb.setActualProperties(SVNSqlJetDb db,
long wcId,
java.io.File localRelpath,
SVNProperties props) |
void |
SVNWCDb.setBaseDavCache(java.io.File localAbsPath,
SVNProperties props) |
void |
ISVNWCDb.setBaseDavCache(java.io.File localAbsPath,
SVNProperties props)
Set the dav cache for LOCAL_ABSPATH to PROPS.
|
static void |
SvnWcDbProperties.upgradeApplyProperties(SVNWCDbRoot root,
java.io.File dirAbsPath,
java.io.File localRelPath,
SVNProperties baseProps,
SVNProperties workingProps,
SVNProperties revertProps,
int originalFormat) |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCDb.addBaseDirectory(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.util.List<java.io.File> children,
SVNDepth depth,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties actualProps,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel workItems) |
void |
ISVNWCDb.addBaseDirectory(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.util.List<java.io.File> children,
SVNDepth depth,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties actualProps,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel workItems)
Add or replace a directory in the BASE tree.
|
void |
SVNWCDb.addBaseFile(java.io.File localAbspath,
java.io.File reposRelpath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum checksum,
SVNProperties davCache,
boolean deleteWorking,
boolean updateActualProps,
SVNProperties actualProps,
boolean keepRecordedInfo,
boolean insertBaseDeleted,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel conflict,
SVNSkel workItems) |
void |
ISVNWCDb.addBaseFile(java.io.File localAbspath,
java.io.File reposRelpath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum checksum,
SVNProperties davCache,
boolean deleteWorking,
boolean updateActualProps,
SVNProperties actualProps,
boolean keepRecordedInfo,
boolean insertBaseDeleted,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel conflict,
SVNSkel workItems)
Add or replace a file in the BASE tree.
|
static void |
SvnWcDbExternals.addExternalFile(SVNWCContext context,
java.io.File localAbsPath,
java.io.File wriAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long targetRevision,
SVNProperties newPristineProperties,
java.util.Map<java.lang.String,SVNProperties> iprops,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum newChecksum,
SVNProperties davCache,
java.io.File recordAncestorAbspath,
java.io.File recordedReposRelPath,
long recordedPegRevision,
long recordedRevision,
boolean updateActualProperties,
SVNProperties newActualProperties,
boolean keepRecordedInfo,
SVNSkel conflictSkel,
SVNSkel allWorkItems) |
static ISVNUpdateEditor |
SvnExternalUpdateEditor.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) |
void |
SVNWCDb.opBumpRevisionPostUpdate(java.io.File localAbsPath,
SVNDepth depth,
java.io.File newReposRelPath,
SVNURL newReposRootURL,
java.lang.String newReposUUID,
long newRevision,
java.util.Collection<java.io.File> excludedPaths,
java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties,
ISVNEventHandler eventHandler) |
void |
ISVNWCDb.opBumpRevisionPostUpdate(java.io.File localAbsPath,
SVNDepth depth,
java.io.File newReposRelPath,
SVNURL newReposRootURL,
java.lang.String newReposUUID,
long newRevision,
java.util.Collection<java.io.File> excludedPaths,
java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties,
ISVNEventHandler eventHandler) |
void |
SVNWCDb.readPropertiesRecursively(java.io.File localAbsPath,
SVNDepth depth,
boolean baseProperties,
boolean pristineProperties,
java.util.Collection<java.lang.String> changelists,
ISvnObjectReceiver<SVNProperties> receiver) |
static void |
SvnWcDbProperties.readPropertiesRecursively(SVNWCDbRoot root,
java.io.File relpath,
SVNDepth depth,
boolean baseProperties,
boolean pristineProperties,
java.util.Collection<java.lang.String> changelists,
ISvnObjectReceiver<SVNProperties> receiver) |
static void |
SvnWcDbProperties.upgradeApplyDavCache(SVNWCDbRoot root,
java.io.File dirRelPath,
java.util.Map<java.lang.String,SVNProperties> cacheValues) |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNWCDBSelectExternalProperties.getColumnProperties(java.lang.String f) |
Modifier and Type | Method and Description |
---|---|
protected SVNProperties |
SvnRepositoryGetRevisionPropertiesImpl.run() |
protected SVNProperties |
SvnRepositoryGetPropertiesImpl.run() |
Modifier and Type | Method and Description |
---|---|
static SVNProperties |
SvnDiffEditor.computePropDiff(SVNProperties props1,
SVNProperties props2) |
protected static SVNProperties |
SvnNgMergeCallback.omitMergeInfoChanges(SVNProperties props) |
protected SVNProperties |
SvnNgGetProperties.run(SVNWCContext context) |
protected SVNProperties |
SvnNgGetProperties.run(SVNWCContext context,
java.io.File target) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> |
SvnNgInheritableProperties.getInheritalbeProperites(SVNWCContext context,
SVNRepository repository,
java.io.File localAbsPath,
long revision,
SVNDepth depth) |
static java.util.Map<java.lang.String,SVNProperties> |
SvnNgInheritableProperties.translateInheritedPropertiesPaths(java.util.Map<java.lang.String,SVNProperties> iprops) |
Modifier and Type | Method and Description |
---|---|
static void |
SvnNgReposToWcCopy.addFileToWc(SVNWCContext context,
java.io.File path,
java.io.InputStream newBaseContents,
java.io.InputStream newContents,
SVNProperties newBaseProps,
SVNProperties newProps,
SVNURL copyFromURL,
long copyFromRev) |
void |
SvnNgAdd.addFromDisk(java.io.File path,
SVNProperties props,
boolean fireEvent) |
static void |
SvnNgPropertiesManager.categorizeProperties(SVNProperties props,
SVNProperties regular,
SVNProperties entry,
SVNProperties working) |
static SVNProperties |
SvnDiffEditor.computePropDiff(SVNProperties props1,
SVNProperties props2) |
void |
SvnReverseOrderDiffCallback.dirAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
SVNProperties copyFromProps,
SVNProperties rightProps,
java.lang.Object dirBaton) |
void |
SvnNgMergeCallback2.dirAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
SVNProperties copyFromProps,
SVNProperties rightProps,
java.lang.Object dirBaton) |
void |
SvnFilterDiffCallback.dirAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
SVNProperties copyFromProps,
SVNProperties rightProps,
java.lang.Object dirBaton) |
void |
SvnDiffCallbackWrapper.dirAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
SVNProperties copyFromProps,
SVNProperties rightProps,
java.lang.Object dirBaton) |
void |
SvnCopyAsChangedDiffCallback.dirAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
SVNProperties copyFromProps,
SVNProperties rightProps,
java.lang.Object dirBaton) |
void |
ISvnDiffCallback2.dirAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
SVNProperties copyFromProps,
SVNProperties rightProps,
java.lang.Object dirBaton) |
void |
SvnReverseOrderDiffCallback.dirChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
SVNProperties leftProps,
SVNProperties rightProps,
SVNProperties propChanges,
java.lang.Object dirBaton) |
void |
SvnNgMergeCallback2.dirChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
SVNProperties leftProps,
SVNProperties rightProps,
SVNProperties propChanges,
java.lang.Object dirBaton) |
void |
SvnFilterDiffCallback.dirChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
SVNProperties leftProps,
SVNProperties rightProps,
SVNProperties propChanges,
java.lang.Object dirBaton) |
void |
SvnDiffCallbackWrapper.dirChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
SVNProperties leftProps,
SVNProperties rightProps,
SVNProperties propChanges,
java.lang.Object dirBaton) |
void |
SvnCopyAsChangedDiffCallback.dirChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
SVNProperties leftProps,
SVNProperties rightProps,
SVNProperties propChanges,
java.lang.Object dirBaton) |
void |
ISvnDiffCallback2.dirChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
SVNProperties leftProps,
SVNProperties rightProps,
SVNProperties propChanges,
java.lang.Object dirBaton) |
void |
SvnReverseOrderDiffCallback.dirDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SVNProperties leftProps,
java.lang.Object dirBaton) |
void |
SvnNgMergeCallback2.dirDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SVNProperties leftProps,
java.lang.Object dirBaton) |
void |
SvnFilterDiffCallback.dirDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SVNProperties leftProps,
java.lang.Object dirBaton) |
void |
SvnDiffCallbackWrapper.dirDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SVNProperties leftProps,
java.lang.Object dirBaton) |
void |
SvnCopyAsChangedDiffCallback.dirDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SVNProperties leftProps,
java.lang.Object dirBaton) |
void |
ISvnDiffCallback2.dirDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SVNProperties leftProps,
java.lang.Object dirBaton) |
void |
SvnNgMergeCallback.dirPropsChanged(SvnDiffCallbackResult result,
java.io.File path,
boolean isAdded,
SVNProperties propChanges,
SVNProperties originalProperties) |
void |
SvnDiffSummarizeCallback.dirPropsChanged(SvnDiffCallbackResult result,
java.io.File path,
boolean isAdded,
SVNProperties propChanges,
SVNProperties originalProperties) |
void |
SvnDiffCallback.dirPropsChanged(SvnDiffCallbackResult result,
java.io.File path,
boolean dirWasAdded,
SVNProperties propChanges,
SVNProperties originalProperties) |
void |
ISvnDiffCallback.dirPropsChanged(SvnDiffCallbackResult result,
java.io.File path,
boolean isAdded,
SVNProperties propChanges,
SVNProperties originalProperties) |
void |
SvnNgMergeCallback2.dirPropsChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
SVNProperties leftProps,
SVNProperties rightProps,
SVNProperties propChanges) |
void |
SvnOldDiffGenerator.displayContentChanged(SvnTarget displayPath,
java.io.File leftFile,
java.io.File rightFile,
java.lang.String revision1,
java.lang.String revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SvnDiffCallback.OperationKind operation,
java.io.File copyFromPath,
SVNProperties originalProperties,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
void |
SvnDiffGenerator.displayContentChanged(SvnTarget target,
java.io.File leftFile,
java.io.File rightFile,
java.lang.String revision1,
java.lang.String revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SvnDiffCallback.OperationKind operation,
java.io.File copyFromPath,
SVNProperties originalProperties,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
void |
ISvnDiffGenerator.displayContentChanged(SvnTarget target,
java.io.File leftFile,
java.io.File rightFile,
java.lang.String revision1,
java.lang.String revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SvnDiffCallback.OperationKind operation,
java.io.File copyFromPath,
SVNProperties originalProperties,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
void |
SvnNewDiffGenerator.displayPropDiff(java.lang.String path,
SVNProperties baseProps,
SVNProperties diff,
java.io.OutputStream result) |
void |
SvnOldDiffGenerator.displayPropsChanged(SvnTarget displayPath,
java.lang.String revision1,
java.lang.String revision2,
boolean dirWasAdded,
SVNProperties originalProps,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
void |
SvnDiffGenerator.displayPropsChanged(SvnTarget target,
java.lang.String revision1,
java.lang.String revision2,
boolean dirWasAdded,
SVNProperties originalProps,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
void |
ISvnDiffGenerator.displayPropsChanged(SvnTarget target,
java.lang.String revision1,
java.lang.String revision2,
boolean dirWasAdded,
SVNProperties originalProps,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
void |
SvnNgMergeCallback.fileAdded(SvnDiffCallbackResult result,
java.io.File path,
java.io.File leftFile,
java.io.File rightFile,
long rev1,
long rev2,
java.lang.String mimeType1,
java.lang.String mimeType2,
java.io.File copyFromPath,
long copyFromRevision,
SVNProperties propChanges,
SVNProperties originalProperties) |
void |
SvnDiffSummarizeCallback.fileAdded(SvnDiffCallbackResult result,
java.io.File path,
java.io.File leftFile,
java.io.File rightFile,
long rev1,
long rev2,
java.lang.String mimeType1,
java.lang.String mimeType2,
java.io.File copyFromPath,
long copyFromRevision,
SVNProperties propChanges,
SVNProperties originalProperties) |
void |
SvnDiffCallback.fileAdded(SvnDiffCallbackResult result,
java.io.File path,
java.io.File leftFile,
java.io.File rightFile,
long rev1,
long rev2,
java.lang.String mimeType1,
java.lang.String mimeType2,
java.io.File copyFromPath,
long copyFromRevision,
SVNProperties propChanges,
SVNProperties originalProperties) |
void |
ISvnDiffCallback.fileAdded(SvnDiffCallbackResult result,
java.io.File path,
java.io.File leftFile,
java.io.File rightFile,
long rev1,
long rev2,
java.lang.String mimeType1,
java.lang.String mimeType2,
java.io.File copyFromPath,
long copyFromRevision,
SVNProperties propChanges,
SVNProperties originalProperties) |
void |
SvnReverseOrderDiffCallback.fileAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
java.io.File copyFromFile,
java.io.File rightFile,
SVNProperties copyFromProps,
SVNProperties rightProps) |
void |
SvnNgMergeCallback2.fileAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
java.io.File copyFromFile,
java.io.File rightFile,
SVNProperties copyFromProps,
SVNProperties rightProps) |
void |
SvnFilterDiffCallback.fileAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
java.io.File copyFromFile,
java.io.File rightFile,
SVNProperties copyFromProps,
SVNProperties rightProps) |
void |
SvnDiffCallbackWrapper.fileAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
java.io.File copyFromFile,
java.io.File rightFile,
SVNProperties copyFromProps,
SVNProperties rightProps) |
void |
SvnCopyAsChangedDiffCallback.fileAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
java.io.File copyFromFile,
java.io.File rightFile,
SVNProperties copyFromProps,
SVNProperties rightProps) |
void |
ISvnDiffCallback2.fileAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
java.io.File copyFromFile,
java.io.File rightFile,
SVNProperties copyFromProps,
SVNProperties rightProps) |
void |
SvnNgMergeCallback.fileChanged(SvnDiffCallbackResult result,
java.io.File path,
java.io.File tmpFile1,
java.io.File tmpFile2,
long rev1,
long rev2,
java.lang.String mimetype1,
java.lang.String mimeType2,
SVNProperties propChanges,
SVNProperties originalProperties) |
void |
SvnDiffSummarizeCallback.fileChanged(SvnDiffCallbackResult result,
java.io.File path,
java.io.File leftFile,
java.io.File rightFile,
long rev1,
long rev2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties propChanges,
SVNProperties originalProperties) |
void |
SvnDiffCallback.fileChanged(SvnDiffCallbackResult result,
java.io.File path,
java.io.File leftFile,
java.io.File rightFile,
long rev1,
long rev2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties propChanges,
SVNProperties originalProperties) |
void |
ISvnDiffCallback.fileChanged(SvnDiffCallbackResult result,
java.io.File path,
java.io.File leftFile,
java.io.File rightFile,
long rev1,
long rev2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties propChanges,
SVNProperties originalProperties) |
void |
SvnReverseOrderDiffCallback.fileChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
java.io.File leftFile,
java.io.File rightFile,
SVNProperties leftProps,
SVNProperties rightProps,
boolean fileModified,
SVNProperties propChanges) |
void |
SvnNgMergeCallback2.fileChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
java.io.File leftFile,
java.io.File rightFile,
SVNProperties leftProps,
SVNProperties rightProps,
boolean fileModified,
SVNProperties propChanges) |
void |
SvnFilterDiffCallback.fileChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
java.io.File leftFile,
java.io.File rightFile,
SVNProperties leftProps,
SVNProperties rightProps,
boolean fileModified,
SVNProperties propChanges) |
void |
SvnDiffCallbackWrapper.fileChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
java.io.File leftFile,
java.io.File rightFile,
SVNProperties leftProps,
SVNProperties rightProps,
boolean fileModified,
SVNProperties propChanges) |
void |
SvnCopyAsChangedDiffCallback.fileChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
java.io.File leftFile,
java.io.File rightFile,
SVNProperties leftProps,
SVNProperties rightProps,
boolean fileModified,
SVNProperties propChanges) |
void |
ISvnDiffCallback2.fileChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
java.io.File leftFile,
java.io.File rightFile,
SVNProperties leftProps,
SVNProperties rightProps,
boolean fileModified,
SVNProperties propChanges) |
void |
SvnNgMergeCallback.fileDeleted(SvnDiffCallbackResult result,
java.io.File path,
java.io.File leftFile,
java.io.File rightFile,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties) |
void |
SvnDiffSummarizeCallback.fileDeleted(SvnDiffCallbackResult result,
java.io.File path,
java.io.File leftFile,
java.io.File rightFile,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties) |
void |
SvnDiffCallback.fileDeleted(SvnDiffCallbackResult result,
java.io.File path,
java.io.File leftFile,
java.io.File rightFile,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties) |
void |
ISvnDiffCallback.fileDeleted(SvnDiffCallbackResult result,
java.io.File path,
java.io.File leftFile,
java.io.File rightFile,
java.lang.String mimeType1,
java.lang.String mimeType2,
SVNProperties originalProperties) |
void |
SvnReverseOrderDiffCallback.fileDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
java.io.File leftFile,
SVNProperties leftProps) |
void |
SvnNgMergeCallback2.fileDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
java.io.File leftFile,
SVNProperties leftProps) |
void |
SvnFilterDiffCallback.fileDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
java.io.File leftFile,
SVNProperties leftProps) |
void |
SvnDiffCallbackWrapper.fileDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
java.io.File leftFile,
SVNProperties leftProps) |
void |
SvnCopyAsChangedDiffCallback.fileDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
java.io.File leftFile,
SVNProperties leftProps) |
void |
ISvnDiffCallback2.fileDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
java.io.File leftFile,
SVNProperties leftProps) |
void |
SvnNewDiffGenerator.handlePropertiesDiff(SVNProperties originalProperties,
SVNProperties propChanges) |
void |
ISvnPropertiesDiffHandler.handlePropertiesDiff(SVNProperties originalProperties,
SVNProperties propChanges) |
protected static SVNProperties |
SvnNgMergeCallback.omitMergeInfoChanges(SVNProperties props) |
void |
SvnDiffCallback.propertiesChanged(java.io.File path,
long revision1,
long revision2,
boolean dirWasAdded,
SVNProperties diff,
SVNProperties originalProperties) |
static void |
SvnNgPropertiesManager.setAutoProperties(SVNWCContext context,
java.io.File path,
SVNProperties properties,
ISvnAddParameters addParameters,
java.lang.Runnable onValidationError) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,SVNProperties> |
SvnNgInheritableProperties.translateInheritedPropertiesPaths(java.util.Map<java.lang.String,SVNProperties> iprops) |
Modifier and Type | Method and Description |
---|---|
protected SVNProperties |
SvnOldGetProperties.run() |
Modifier and Type | Method and Description |
---|---|
protected SVNProperties |
SvnRemoteGetRevisionProperties.run() |
protected SVNProperties |
SvnRemoteGetProperties.run() |
Modifier and Type | Method and Description |
---|---|
static void |
SvnRemoteGetProperties.remotePropertyGet(SVNURL url,
SVNNodeKind kind,
java.lang.String path,
SVNRepository repos,
long revNumber,
SVNDepth depth,
ISvnObjectReceiver<SVNProperties> receiver) |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNFileRevision.getProperties()
Deprecated.
use
SVNFileRevision.getRevisionProperties() instead |
SVNProperties |
SVNFileRevision.getPropertiesDelta()
Returns file properties for this file (for this revision).
|
SVNProperties |
SVNFileRevision.getRevisionProperties()
Returns revision properties.
|
abstract SVNProperties |
SVNRepository.getRevisionProperties(long revision,
SVNProperties properties)
Returns unversioned revision properties for a particular revision.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SVNProperties> |
SVNRepository.getInheritedProperties(java.lang.String path,
long revision,
java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
ISVNEditor |
SVNRepository.getCommitEditor(java.lang.String logMessage,
java.util.Map locks,
boolean keepLocks,
SVNProperties revisionProperties,
ISVNWorkspaceMediator mediator)
Returns an editor for committing changes to the repository ession, setting the revision
properties from
revisionProperties table. |
protected abstract ISVNEditor |
SVNRepository.getCommitEditorInternal(java.util.Map locks,
boolean keepLocks,
SVNProperties revProps,
ISVNWorkspaceMediator mediator) |
java.util.Collection |
SVNRepository.getDir(java.lang.String path,
long revision,
SVNProperties properties,
java.util.Collection dirEntries)
Fetches the contents and properties of a directory located at the specified path
in a particular revision.
|
java.util.Collection<SVNDirEntry> |
SVNRepository.getDir(java.lang.String path,
long revision,
SVNProperties properties,
int entryFields,
java.util.Collection dirEntries)
Fetches the contents and properties of a directory located at the specified path
in a particular revision with the possibility to specify fields of the entry to fetch.
|
abstract long |
SVNRepository.getDir(java.lang.String path,
long revision,
SVNProperties properties,
int entryFields,
ISVNDirEntryHandler handler)
Fetches the contents and/or properties of a directory located at the specified path
in a particular revision with the possibility to specify fields of the entry to fetch.
|
abstract long |
SVNRepository.getDir(java.lang.String path,
long revision,
SVNProperties properties,
ISVNDirEntryHandler handler)
Fetches the contents and/or properties of a directory located at the specified path
in a particular revision.
|
abstract long |
SVNRepository.getFile(java.lang.String path,
long revision,
SVNProperties properties,
java.io.OutputStream contents)
Fetches the contents and/or properties of a file located at the specified path
in a particular revision.
|
abstract SVNProperties |
SVNRepository.getRevisionProperties(long revision,
SVNProperties properties)
Returns unversioned revision properties for a particular revision.
|
void |
ISVNReplayHandler.handleEndRevision(long revision,
SVNProperties revisionProperties,
ISVNEditor editor)
Handles the end of replaying a next revision.
|
void |
ISVNInheritedPropertiesHandler.handleInheritedProperites(java.lang.String inheritedFromPath,
SVNProperties properties) |
ISVNEditor |
ISVNReplayHandler.handleStartRevision(long revision,
SVNProperties revisionProperties)
Handles the start of replaying a next revision and returns an editor through which the revision
will be replayed.
|
Constructor and Description |
---|
SVNFileRevision(java.lang.String path,
long revision,
SVNProperties properties,
SVNProperties propertiesDelta)
Constructs an instance of SVNFileRevision.
|
SVNFileRevision(java.lang.String path,
long revision,
SVNProperties properties,
SVNProperties propertiesDelta,
boolean isResultOfMerge)
Constructs an instance of SVNFileRevision.
|
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNEvent.getRevisionProperties() |
SVNProperties |
ISVNCommitHandler.getRevisionProperties(java.lang.String message,
SVNCommitItem[] commitables,
SVNProperties revisionProperties)
Handles the incoming revision properties and returns filtered revision properties given the paths
(represented by
commitables ) collected for committing and the commit log message. |
SVNProperties |
DefaultSVNCommitHandler.getRevisionProperties(java.lang.String message,
SVNCommitItem[] commitables,
SVNProperties revisionProperties)
Returns
revisionProperties as is if it's not null, or
an empty SVNProperties object if revisionProperties is null. |
SVNProperties |
ISVNPropertyValueProvider.providePropertyValues(java.io.File path,
SVNProperties properties)
Defines local item's properties to be installed.
|
Modifier and Type | Method and Description |
---|---|
void |
ISVNDiffGenerator.displayPropDiff(java.lang.String path,
SVNProperties baseProps,
SVNProperties diff,
java.io.OutputStream result)
Writes the differences in file properties to the specified output
stream.
|
void |
DefaultSVNDiffGenerator.displayPropDiff(java.lang.String path,
SVNProperties baseProps,
SVNProperties diff,
java.io.OutputStream result)
Produces properties difference and writes it to
result . |
SVNCommitInfo |
SVNCommitClient.doCommit(java.io.File[] paths,
boolean keepLocks,
java.lang.String commitMessage,
SVNProperties revisionProperties,
java.lang.String[] changelists,
boolean keepChangelist,
boolean force,
SVNDepth depth)
Commits files or directories into repository.
|
SVNCommitInfo[] |
SVNCommitClient.doCommit(SVNCommitPacket[] commitPackets,
boolean keepLocks,
boolean keepChangelist,
java.lang.String commitMessage,
SVNProperties revisionProperties)
Commits files or directories into repository.
|
SVNCommitInfo |
SVNCommitClient.doCommit(SVNCommitPacket commitPacket,
boolean keepLocks,
boolean keepChangelist,
java.lang.String commitMessage,
SVNProperties revisionProperties)
Commits files or directories into repository.
|
SVNCommitInfo |
SVNCopyClient.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
java.lang.String commitMessage,
SVNProperties revisionProperties)
Copies each source in
sources to dst . |
SVNCommitInfo |
SVNCopyClient.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin) |
SVNCommitInfo |
SVNCommitClient.doDelete(SVNURL[] urls,
java.lang.String commitMessage,
SVNProperties revisionProperties)
Deletes items from a repository.
|
SVNCommitInfo |
SVNCommitClient.doImport(java.io.File path,
SVNURL dstURL,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean useGlobalIgnores,
boolean ignoreUnknownNodeTypes,
SVNDepth depth)
Imports file or directory
path into repository directory
dstURL at HEAD revision. |
SVNCommitInfo |
SVNCommitClient.doImport(java.io.File path,
SVNURL dstURL,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean useGlobalIgnores,
boolean ignoreUnknownNodeTypes,
SVNDepth depth,
boolean applyAutoProperties)
Imports file or directory
path into repository directory
dstURL at HEAD revision. |
SVNCommitInfo |
SVNCommitClient.doMkDir(SVNURL[] urls,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean makeParents)
Creates directory(ies) in a repository.
|
SVNCommitInfo |
SVNWCClient.doSetProperty(SVNURL url,
java.lang.String propName,
SVNPropertyValue propValue,
SVNRevision baseRevision,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean skipChecks,
ISVNPropertyHandler handler)
Sets
propName to propValue on path
. |
SVNProperties |
ISVNCommitHandler.getRevisionProperties(java.lang.String message,
SVNCommitItem[] commitables,
SVNProperties revisionProperties)
Handles the incoming revision properties and returns filtered revision properties given the paths
(represented by
commitables ) collected for committing and the commit log message. |
SVNProperties |
DefaultSVNCommitHandler.getRevisionProperties(java.lang.String message,
SVNCommitItem[] commitables,
SVNProperties revisionProperties)
Returns
revisionProperties as is if it's not null, or
an empty SVNProperties object if revisionProperties is null. |
SVNMergeResult |
ISVNMerger.mergeProperties(java.lang.String localPath,
SVNProperties workingProperties,
SVNProperties baseProperties,
SVNProperties serverBaseProps,
SVNProperties propDiff,
SVNAdminArea adminArea,
SVNLog log,
boolean baseMerge,
boolean dryRun)
Given
adminArea /localPath and property changes (propDiff ) based
on serverBaseProps , merges the changes into the working copy. |
SVNProperties |
ISVNPropertyValueProvider.providePropertyValues(java.io.File path,
SVNProperties properties)
Defines local item's properties to be installed.
|
void |
SVNEvent.setRevisionProperties(SVNProperties revisionProperties) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNLookClient.doGetProperties(java.io.File repositoryRoot,
java.lang.String path,
java.lang.String transactionName)
Returns versioned properties for the specified path in the
given transaction.
|
SVNProperties |
SVNLookClient.doGetProperties(java.io.File repositoryRoot,
java.lang.String path,
SVNRevision revision)
Returns versioned properties for the specified path in the
given revision.
|
SVNProperties |
SVNLookClient.doGetRevisionProperties(java.io.File repositoryRoot,
java.lang.String transactionName)
Returns revision properties for the given transaction.
|
SVNProperties |
SVNLookClient.doGetRevisionProperties(java.io.File repositoryRoot,
SVNRevision revision)
Returns revision properties in the given revision.
|
static SVNProperties |
SVNAdminClient.normalizeRevisionProperties(SVNProperties revProps) |
Modifier and Type | Method and Description |
---|---|
void |
SVNReplayHandler.handleEndRevision(long revision,
SVNProperties revisionProperties,
ISVNEditor editor) |
ISVNEditor |
SVNReplayHandler.handleStartRevision(long revision,
SVNProperties revisionProperties) |
static SVNProperties |
SVNAdminClient.normalizeRevisionProperties(SVNProperties revProps) |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SvnMergeResult.getActualProperties()
Returns all merge actual (working) properties.
|
SVNProperties |
SvnMergeResult.getBaseProperties()
Returns all base (pristine) properties.
|
SVNProperties |
SvnAnnotateItem.getMergedRevisionProperties()
Gets properties of merge revision.
|
SVNProperties |
SvnInheritedProperties.getProperties() |
SVNProperties |
SvnAnnotateItem.getRevisionProperties()
Gets the properties of modification revision.
|
SVNProperties |
AbstractSvnCommit.getRevisionProperties()
Gets custom revision properties for the operation.
|
Modifier and Type | Method and Description |
---|---|
SvnMergeResult |
ISvnMerger.mergeProperties(ISvnMerger baseMerger,
java.io.File localAbsPath,
SVNNodeKind kind,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
SVNProperties serverBaseProperties,
SVNProperties pristineProperties,
SVNProperties actualProperties,
SVNProperties propChanges,
boolean baseMerge,
boolean dryRun,
ISVNConflictHandler conflictResolver)
Merges the property changes
propChanges based on serverBaseProperties
into the working copy localAbsPath |
void |
SvnMergeResult.setActualProperties(SVNProperties actualProperties)
Sets all merge actual (working) properties.
|
void |
SvnMergeResult.setBaseProperties(SVNProperties baseProperties)
Sets all base (pristine) properties.
|
void |
SvnInheritedProperties.setProperties(SVNProperties properties) |
void |
AbstractSvnCommit.setRevisionProperties(SVNProperties revisionProperties)
Sets custom revision properties for the operation.
|
Modifier and Type | Method and Description |
---|---|
SVNProperties |
ISvnCommitHandler.getRevisionProperties(java.lang.String message,
SvnCommitItem[] commitables,
SVNProperties revisionProperties)
Handles the incoming revision properties and returns filtered revision properties given the paths
(represented by
commitables ) collected for committing and the commit log message. |
SVNProperties |
ISvnPropertyValueProvider.providePropertyValues(java.io.File path,
SVNProperties properties)
Defines local item's properties to be installed.
|
Modifier and Type | Method and Description |
---|---|
SVNProperties |
ISvnCommitHandler.getRevisionProperties(java.lang.String message,
SvnCommitItem[] commitables,
SVNProperties revisionProperties)
Handles the incoming revision properties and returns filtered revision properties given the paths
(represented by
commitables ) collected for committing and the commit log message. |
SVNProperties |
ISvnPropertyValueProvider.providePropertyValues(java.io.File path,
SVNProperties properties)
Defines local item's properties to be installed.
|
Copyright © 2020. All rights reserved.