Modifier and Type | Field and Description |
---|---|
private SVNProperties |
SVNCommandEnvironment.myRevisionProperties |
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 |
---|---|
private java.util.List<SVNPropertyData> |
SVNPropListCommand.getPropdataList(SVNProperties properties) |
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 | Field and Description |
---|---|
private SVNProperties |
SVNLogEntry.myRevisionProperties |
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 | Field and Description |
---|---|
private SVNProperties |
DAVResource.myProperties |
private SVNProperties |
DAVCommitEditor.myRevProps |
Modifier and Type | Method and Description |
---|---|
static SVNProperties |
DAVUtil.filterProperties(DAVProperties source,
SVNProperties target) |
SVNProperties |
DAVResource.getProperties() |
SVNProperties |
DAVRepository.getRevisionProperties(long revision,
SVNProperties properties) |
Modifier and Type | Method and Description |
---|---|
private byte[] |
DAVCommitEditor.createTxnPostBody(SVNProperties revisionProperties) |
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) |
private void |
DAVCommitEditor.patchResourceProperties(java.lang.String path,
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) |
Constructor and Description |
---|
DAVCommitEditor(DAVRepository repository,
DAVConnection connection,
SVNProperties revProps,
ISVNWorkspaceMediator mediator,
java.lang.Runnable closeCallback) |
Modifier and Type | Field and Description |
---|---|
private SVNProperties |
DAVInheritedPropertiesHandler.currentProperties |
private SVNProperties |
DAVFileRevisionHandler.myProperties |
private SVNProperties |
DAVFileRevisionHandler.myPropertiesDelta |
private SVNProperties |
DAVLogHandler.myRevProps |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SVNProperties> |
DAVInheritedPropertiesHandler.inhertiedProperties |
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) |
private static boolean |
DAVProppatchHandler.hasNotNullValues(SVNProperties props) |
private static boolean |
DAVProppatchHandler.hasNullValues(SVNProperties props) |
Modifier and Type | Field and Description |
---|---|
private SVNProperties |
FSCommitEditor.myCurrentFileProps |
private SVNProperties |
FSFileRevisionsFinder.SendBaton.myLastProps |
private SVNProperties |
FSCommitEditor.myRevProps |
Modifier and Type | Method and Description |
---|---|
static FSTransactionInfo |
FSTransactionRoot.beginTransactionForCommit(long baseRevision,
SVNProperties revisionProperties,
FSFS owner) |
private void |
FSCommitEditor.changeNodeProperties(java.lang.String path,
SVNProperties propNamesToValues) |
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) |
private java.util.Map |
FSFS.parsePlainRepresentation(SVNProperties entries,
boolean mayContainNulls) |
void |
FSTransactionRoot.setProplist(FSRevisionNode node,
SVNProperties properties) |
private long |
FSTransactionRoot.writeHashRepresentation(FSRepresentation representation,
SVNProperties hashContents,
CountingOutputStream protoFile,
java.security.MessageDigest digest,
FSP2LProtoIndex.ItemType itemType) |
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 |
---|---|
private SVNProperties |
SVNFSFSPackedRevProps.parseProperties(byte[] data,
int offset,
int length) |
SVNProperties |
SVNFSFSPackedRevProps.parseProperties(long revision) |
Modifier and Type | Method and Description |
---|---|
void |
SVNFSFSPackedRevProps.Builder.addPropertiesEntry(SVNProperties properties) |
private static byte[] |
SVNFSFSPackedRevProps.composePropertiesByteArray(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 |
---|---|
private SVNProperties |
SVNUpdateEditor15.SVNFileInfo.copiedBaseProperties |
private SVNProperties |
SVNUpdateEditor.SVNFileInfo.copiedBaseProperties |
private SVNProperties |
SVNUpdateEditor15.SVNFileInfo.copiedWorkingProperties |
private SVNProperties |
SVNUpdateEditor.SVNFileInfo.copiedWorkingProperties |
protected SVNProperties |
SVNRemoteDiffEditor.SVNDirectoryInfo.myBaseProperties |
protected SVNProperties |
SVNRemoteDiffEditor.SVNFileInfo.myBaseProperties |
private SVNProperties |
SVNUpdateEditor15.SVNEntryInfo.myChangedEntryProperties |
private SVNProperties |
SVNUpdateEditor.SVNEntryInfo.myChangedEntryProperties |
private SVNProperties |
SVNUpdateEditor15.SVNEntryInfo.myChangedProperties |
private SVNProperties |
SVNUpdateEditor.SVNEntryInfo.myChangedProperties |
private SVNProperties |
SVNUpdateEditor15.SVNEntryInfo.myChangedWCProperties |
private SVNProperties |
SVNUpdateEditor.SVNEntryInfo.myChangedWCProperties |
private SVNProperties |
SVNExportEditor.myFileProperties |
(package private) SVNProperties |
DefaultDumpFilterHandler.RevisionBaton.myProperties |
private SVNProperties |
SVNDiffEditor.SVNDirectoryInfo.myPropertyDiff |
private SVNProperties |
SVNDiffEditor.SVNFileInfo.myPropertyDiff |
protected SVNProperties |
SVNRemoteDiffEditor.SVNDirectoryInfo.myPropertyDiff |
protected SVNProperties |
SVNRemoteDiffEditor.SVNFileInfo.myPropertyDiff |
private SVNProperties |
SVNSynchronizeEditor.myRevisionProperties |
protected SVNProperties |
SVNUpdateEditor.SVNEntryInfo.treeConflictCreationAttributes |
Modifier and Type | Method and Description |
---|---|
private SVNProperties |
SVNDiffEditor.applyPropChanges(SVNProperties props,
SVNProperties propChanges) |
SVNProperties |
SVNWCProperties.asMap() |
SVNProperties |
SVNWCProperties.compareTo(SVNWCProperties properties) |
private static SVNProperties |
SVNDiffEditor.computePropsDiff(SVNProperties props1,
SVNProperties props2) |
private static SVNProperties |
SVNMergeDriver.computePropsDiff(SVNProperties props1,
SVNProperties props2) |
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 |
SVNUpdateEditor15.SVNEntryInfo.getChangedEntryProperties() |
SVNProperties |
SVNUpdateEditor.SVNEntryInfo.getChangedEntryProperties() |
SVNProperties |
SVNUpdateEditor15.SVNEntryInfo.getChangedProperties() |
SVNProperties |
SVNUpdateEditor.SVNEntryInfo.getChangedProperties() |
SVNProperties |
SVNUpdateEditor15.SVNEntryInfo.getChangedWCProperties() |
SVNProperties |
SVNUpdateEditor.SVNEntryInfo.getChangedWCProperties() |
private SVNProperties |
SVNUpdateEditor.getTreeConflictCreationAttributes(SVNAdminArea adminArea,
SVNTreeConflictDescription treeConflict) |
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) |
private SVNProperties |
SVNDiffEditor.applyPropChanges(SVNProperties props,
SVNProperties propChanges) |
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) |
protected boolean |
SVNMergeCallback.areFilesTheSame(java.io.File older,
SVNProperties originalProps,
java.io.File mine,
SVNAdminArea adminArea) |
private boolean |
SVNMergeCallback.arePropsTheSame(SVNProperties props1,
SVNProperties props2) |
protected void |
AbstractDiffCallback.categorizeProperties(SVNProperties original,
SVNProperties regular,
SVNProperties entry,
SVNProperties wc) |
private void |
DefaultSVNMerger.changeProperty(SVNProperties properties,
java.lang.String propName,
SVNPropertyValue propValue) |
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) |
private static SVNProperties |
SVNDiffEditor.computePropsDiff(SVNProperties props1,
SVNProperties props2) |
private static SVNProperties |
SVNMergeDriver.computePropsDiff(SVNProperties props1,
SVNProperties props2) |
private SVNCommitInfo |
SVNCopyDriver.copyReposToRepos(java.util.List copyPairs,
boolean makeParents,
boolean isMove,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
java.lang.String message,
SVNProperties revprops,
ISVNCommitHandler commitHandler) |
private SVNCommitInfo |
SVNCopyDriver.copyWCToRepos(java.util.List copyPairs,
boolean makeParents,
java.lang.String message,
SVNProperties revprops,
ISVNCommitHandler commitHandler,
ISVNCommitParameters commitParameters,
ISVNExternalsHandler externalsHandler) |
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) |
private java.lang.String |
SVNDiffCallback.defineConversionEncoding(SVNProperties properties,
SVNProperties diff) |
private java.lang.String |
SVNDiffCallback.defineEncoding(SVNProperties properties,
SVNProperties diff) |
private void |
SVNDiffCallback.displayFileDiff(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) |
long |
ISVNFileFetcher.fetchFile(java.lang.String path,
long revision,
java.io.OutputStream os,
SVNProperties properties) |
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[] |
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) |
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) |
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[] |
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) |
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) |
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) |
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) |
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) |
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) |
private java.lang.String |
SVNDiffCallback.getCharset(SVNProperties properties,
DefaultSVNDiffGenerator generator) |
private java.lang.String |
SVNDiffCallback.getCharsetByMimeType(SVNProperties properties,
DefaultSVNDiffGenerator generator) |
private static boolean |
SVNPropertiesManager.hasSVNProperties(SVNProperties props) |
private java.io.File |
SVNMergeDriver.loadFile(SVNRepository repository,
long revision,
SVNProperties properties,
SVNAdminArea adminArea) |
private boolean |
DefaultSVNMerger.maybeGeneratePropConflict(java.lang.String localPath,
java.lang.String propName,
SVNProperties workingProps,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue baseValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
boolean isDir,
boolean dryRun) |
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) |
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) |
SVNStatusType |
SVNDiffCallback.propertiesChanged(java.lang.String path,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback.propertiesChanged(java.lang.String path,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
private char[] |
DefaultSVNPersistentAuthenticationProvider.readPassphrase(java.lang.String realm,
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage passwordStorage,
SVNProperties authValues) |
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) |
private char[] |
DefaultSVNPersistentAuthenticationProvider.readPassword(java.lang.String realm,
java.lang.String userName,
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage passwordStorage,
SVNProperties authValues) |
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) |
private static void |
SVNDiffEditor.reversePropChanges(SVNProperties base,
SVNProperties diff) |
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) |
private void |
DefaultSVNPersistentAuthenticationProvider.savePasswordCredential(SVNProperties values,
SVNAuthentication auth,
java.lang.String realm) |
private void |
DefaultSVNPersistentAuthenticationProvider.saveSSHCredential(SVNProperties values,
SVNAuthentication auth,
java.lang.String realm) |
private boolean |
DefaultSVNPersistentAuthenticationProvider.saveSSLCredential(SVNProperties values,
SVNAuthentication auth,
java.lang.String realm) |
private void |
DefaultSVNPersistentAuthenticationProvider.saveUserNameCredential(SVNProperties values,
SVNAuthentication auth) |
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) |
private boolean |
DefaultSVNPersistentAuthenticationProvider.shouldSaveCredentials(java.lang.String kind,
SVNProperties newValues,
SVNProperties oldValues) |
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 | Field and Description |
---|---|
private SVNProperties |
SVNVersionedProperties.myProperties |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNVersionedProperties.asMap() |
protected SVNProperties |
SVNVersionedProperties.getProperties() |
protected SVNProperties |
SVNSimpleVersionedPropertiesImpl.loadProperties() |
protected abstract SVNProperties |
SVNVersionedProperties.loadProperties() |
protected SVNProperties |
SVNProperties13.loadProperties() |
protected SVNProperties |
SVNAdminArea14.readBaseProperties(java.lang.String name) |
private SVNProperties |
SVNXMLAdminArea.readBaseProperties(java.lang.String name) |
protected SVNProperties |
SVNAdminArea14.readProperties(java.lang.String name) |
private SVNProperties |
SVNXMLAdminArea.readProperties(java.lang.String name) |
protected SVNProperties |
SVNAdminArea14.readRevertProperties(java.lang.String name) |
private SVNProperties |
SVNXMLAdminArea.readRevertProperties(java.lang.String name) |
private SVNProperties |
SVNXMLAdminArea.readWCProperties(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 abstract SVNVersionedProperties |
SVNAdminArea.formatBaseProperties(SVNProperties srcProperties) |
protected SVNVersionedProperties |
SVNAdminArea14.formatBaseProperties(SVNProperties srcProperties) |
protected SVNVersionedProperties |
SVNXMLAdminArea.formatBaseProperties(SVNProperties srcProperties) |
protected abstract SVNVersionedProperties |
SVNAdminArea.formatProperties(SVNEntry entry,
SVNProperties srcProperties) |
protected SVNVersionedProperties |
SVNAdminArea14.formatProperties(SVNEntry entry,
SVNProperties srcProperties) |
protected SVNVersionedProperties |
SVNXMLAdminArea.formatProperties(SVNEntry entry,
SVNProperties srcProperties) |
abstract void |
SVNAdminArea.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) |
void |
SVNXMLAdminArea.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 SVNVersionedProperties |
SVNProperties14.wrap(SVNProperties properties) |
protected SVNVersionedProperties |
SVNSimpleVersionedPropertiesImpl.wrap(SVNProperties properties) |
protected abstract SVNVersionedProperties |
SVNVersionedProperties.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 |
---|---|
(package private) SVNProperties |
SVNTreeConflictEditor.UpdateWorkingProps.actualProps |
SVNProperties |
SVNWCContext.MergePropertiesInfo.newActualProperties |
SVNProperties |
SVNWCContext.MergePropertiesInfo.newBaseProperties |
SVNProperties |
SVNWCContext.PropDiffs.originalProps |
private SVNProperties |
SVNUpdateEditor17.DirectoryBaton.propChanges |
private SVNProperties |
SVNUpdateEditor17.FileBaton.propChanges |
(package private) SVNProperties |
SVNTreeConflictEditor.UpdateWorkingProps.propChanges |
SVNProperties |
SVNWCContext.PropDiffs.propChanges |
private SVNProperties |
SVNDiffEditor17.SVNDirectoryInfo.propertyDiff |
private SVNProperties |
SVNDiffEditor17.SVNFileInfo.propertyDiff |
(package private) SVNProperties |
SVNTreeConflictEditor.WorkingNodeVersion.props |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> |
SVNUpdateEditor17.myInheritableProperties |
Modifier and Type | Method and Description |
---|---|
private SVNProperties |
SVNDiffEditor17.applyPropChanges(SVNProperties props,
SVNProperties propChanges) |
private static SVNProperties |
SVNDiffEditor17.computePropsDiff(SVNProperties props1,
SVNProperties props2) |
private SVNProperties |
SVNWCContext.getActualProperties(java.io.File localAbsPath) |
SVNProperties |
SVNWCContext.getActualProps(java.io.File localAbspath) |
SVNProperties |
SVNWCContext.getPristineProps(java.io.File localAbspath) |
private SVNProperties |
SVNWCContext.getProperties(java.io.File localAbsPath,
java.lang.String name) |
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 |
ISVNEditor2.addDir(java.lang.String path,
java.util.List<java.lang.String> children,
SVNProperties props,
long replacesRev) |
void |
SVNTreeConflictEditor.addDir(java.lang.String path,
java.util.List<java.lang.String> children,
SVNProperties props,
long replacesRev) |
void |
ISVNEditor2.addFile(java.lang.String path,
SvnChecksum checksum,
java.io.InputStream contents,
SVNProperties props,
long replacesRev) |
void |
SVNTreeConflictEditor.addFile(java.lang.String path,
SvnChecksum checksum,
java.io.InputStream contents,
SVNProperties props,
long replacesRev) |
void |
ISVNEditor2.addSymlink(java.lang.String path,
java.lang.String target,
SVNProperties props,
long replacesRev) |
void |
SVNTreeConflictEditor.addSymlink(java.lang.String path,
java.lang.String target,
SVNProperties props,
long replacesRev) |
void |
ISVNEditor2.alterDir(java.lang.String path,
long revision,
java.util.List<java.lang.String> children,
SVNProperties props) |
void |
SVNTreeConflictEditor.alterDir(java.lang.String path,
long revision,
java.util.List<java.lang.String> children,
SVNProperties props) |
void |
ISVNEditor2.alterFile(java.lang.String path,
long revision,
SVNProperties props,
SvnChecksum checksum,
java.io.InputStream newContents) |
void |
SVNTreeConflictEditor.alterFile(java.lang.String path,
long expectedMoveDstRevision,
SVNProperties newProps,
SvnChecksum newChecksum,
java.io.InputStream newContents) |
void |
ISVNEditor2.alterSymlink(java.lang.String path,
long revision,
SVNProperties props,
java.lang.String target) |
void |
SVNTreeConflictEditor.alterSymlink(java.lang.String path,
long revision,
SVNProperties props,
java.lang.String target) |
private SVNProperties |
SVNDiffEditor17.applyPropChanges(SVNProperties props,
SVNProperties propChanges) |
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) |
private static SVNProperties |
SVNDiffEditor17.computePropsDiff(SVNProperties props1,
SVNProperties props2) |
private java.io.File |
SVNWCContext.detranslateWCFile(java.io.File targetAbspath,
boolean forceCopy,
SVNProperties oldActualProps,
SVNProperties propDiff,
java.io.File sourceAbspath) |
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) |
private boolean |
SVNWCContext.maybeGeneratePropConflict(java.io.File localAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean isDir,
java.lang.String propname,
SVNProperties workingProps,
SVNPropertyValue oldVal,
SVNPropertyValue newVal,
SVNPropertyValue baseVal,
SVNPropertyValue workingVal,
ISVNConflictHandler conflictResolver,
boolean dryRun) |
private java.io.File |
SVNWCContext.maybeUpdateTargetEols(java.io.File oldTargetAbspath,
SVNProperties propDiff) |
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) |
private SVNUpdateEditor17.MergeFileInfo |
SVNUpdateEditor17.mergeFile(SVNUpdateEditor17.FileBaton fb,
SVNUpdateEditor17.MergeFileInfo mergeFileInfo,
SVNProperties actualProps,
SVNDate lastChangedDate) |
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) |
private static void |
SVNDiffEditor17.reversePropChanges(SVNProperties base,
SVNProperties diff) |
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 |
private SVNProperties |
SvnExternalUpdateEditor.davPropChanges |
private SVNProperties |
SvnExternalUpdateEditor.entryPropChanges |
SVNProperties |
SVNWCDb.InsertWorking.newActualProps |
SVNProperties |
SVNWCDb.Commit.newDavCache |
SVNProperties |
ISVNWCDb.NodeInstallInfo.properties |
SVNProperties |
ISVNWCDb.WCDbBaseInfo.props |
SVNProperties |
SVNWCDb.InsertBase.props |
SVNProperties |
SVNWCDb.InsertWorking.props |
(package private) SVNProperties |
SVNWCDb.SetProperties.props |
SVNProperties |
SVNWCDb.UpdateMovedAwayNodeInfo.props |
private SVNProperties |
SvnExternalUpdateEditor.regularPropChanges |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SVNProperties> |
SvnExternalUpdateEditor.iprops |
java.util.Map<java.lang.String,SVNProperties> |
SVNWCDb.InsertBase.iprops |
java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> |
SVNWCDb.BumpRevisionPostUpdate.iprops |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
ISVNWCDb.getBaseDavCache(java.io.File localAbsPath)
Retrieve the dav cache for LOCAL_ABSPATH.
|
SVNProperties |
SVNWCDb.getBaseDavCache(java.io.File localAbsPath) |
SVNProperties |
ISVNWCDb.getBaseProps(java.io.File localAbsPath)
Return the properties of the node LOCAL_ABSPATH in the BASE tree.
|
SVNProperties |
SVNWCDb.getBaseProps(java.io.File localAbsPath) |
static SVNProperties |
SvnWcDbStatementUtil.getColumnProperties(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static SVNProperties |
SvnWcDbProperties.readChangedProperties(SVNWCDbRoot root,
java.io.File relpath) |
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).
|
SVNProperties |
SVNWCDb.readPristineProperties(java.io.File localAbsPath) |
static SVNProperties |
SvnWcDbProperties.readPristineProperties(SVNWCDbRoot root,
java.io.File relpath) |
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).
|
SVNProperties |
SVNWCDb.readProperties(java.io.File localAbsPath) |
static SVNProperties |
SvnWcDbProperties.readProperties(SVNWCDbRoot root,
java.io.File relpath) |
Modifier and Type | Method and Description |
---|---|
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.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.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.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.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.
|
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) |
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 |
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.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.opAddDirectory(java.io.File localAbsPath,
SVNProperties props,
SVNSkel workItems)
Add a new versioned directory.
|
void |
SVNWCDb.opAddDirectory(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.opAddFile(java.io.File localAbsPath,
SVNProperties props,
SVNSkel workItems) |
void |
ISVNWCDb.opAddSymlink(java.io.File localAbsPath,
java.io.File target,
SVNProperties props,
SVNSkel workItems) |
void |
SVNWCDb.opAddSymlink(java.io.File localAbsPath,
java.io.File target,
SVNProperties props,
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.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.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.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.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.opSetProps(java.io.File localAbsPath,
SVNProperties props,
SVNSkel conflict,
boolean clearRecordedInfo,
SVNSkel workItems) |
private boolean |
SVNWCDb.propsMatch(SVNProperties srcProps,
SVNProperties dstProps) |
void |
SVNWCDb.setActualProperties(SVNSqlJetDb db,
long wcId,
java.io.File localRelpath,
SVNProperties props) |
private static void |
SvnWcDbProperties.setActualProps(SVNWCDbRoot root,
java.io.File localRelPath,
SVNProperties properties) |
void |
ISVNWCDb.setBaseDavCache(java.io.File localAbsPath,
SVNProperties props)
Set the dav cache for LOCAL_ABSPATH to PROPS.
|
void |
SVNWCDb.setBaseDavCache(java.io.File localAbsPath,
SVNProperties 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 |
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.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.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.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) |
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 |
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.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) |
private void |
SVNWCDb.opSetRevAndReposRelpath(SVNWCDbRoot wcRoot,
java.io.File localRelpath,
java.util.Map<java.lang.String,SVNProperties> nodeIprops,
long revision,
boolean setReposRelpath,
java.io.File reposRelpath,
SVNURL reposRootUrl,
java.lang.String reposUuid) |
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 |
---|---|
SVNProperties |
SvnCodec.SvnCommitHandlerWithFilter.getRevisionProperties(java.lang.String message,
SvnCommitItem[] commitables,
SVNProperties revisionProperties) |
SVNProperties |
SvnCodec.SVNCommitHandler.getRevisionProperties(java.lang.String message,
SVNCommitItem[] commitables,
SVNProperties revisionProperties) |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SvnCodec.SvnCommitHandlerWithFilter.getRevisionProperties(java.lang.String message,
SvnCommitItem[] commitables,
SVNProperties revisionProperties) |
SVNProperties |
SvnCodec.SVNCommitHandler.getRevisionProperties(java.lang.String message,
SVNCommitItem[] commitables,
SVNProperties revisionProperties) |
Modifier and Type | Field and Description |
---|---|
private SVNProperties |
SvnDiffEditor.Entry.baseProps |
private SVNProperties |
SvnNewDiffGenerator.lastOriginalProperties |
private SVNProperties |
SvnNewDiffGenerator.lastPropChanges |
private SVNProperties |
SvnNgDiffUtil.DiffStatusCallback.NodeState.leftProps |
SVNProperties |
SvnNgCommit.SvnCommittedQueueItem.newDavCache |
(package private) SVNProperties |
SvnNgRemoteDiffEditor.DirBaton.pristineProperties |
private SVNProperties |
SvnNgRemoteMergeEditor.FileBaton.pristineProps |
(package private) SVNProperties |
SvnNgRemoteDiffEditor.FileBaton.pristineProps |
private SVNProperties |
SvnNgRemoteDiffEditor2.FileBaton.pristineProps |
private SVNProperties |
SvnDiffEditor.Entry.propChanges |
private SVNProperties |
SvnNgRemoteMergeEditor.DirectoryBaton.propChanges |
SVNProperties |
SvnNgRemoteMergeEditor.FileBaton.propChanges |
private SVNProperties |
SvnNgDiffUtil.DiffStatusCallback.NodeState.propChanges |
(package private) SVNProperties |
SvnNgRemoteDiffEditor.DirBaton.propChanges |
(package private) SVNProperties |
SvnNgRemoteDiffEditor.FileBaton.propChanges |
SVNProperties |
SvnNgRemoteDiffEditor2.DirBaton.propChanges |
private SVNProperties |
SvnNgRemoteDiffEditor2.FileBaton.propChanges |
private SVNProperties |
SvnNgMergeDriver.SingleFileMergeData.properties |
(package private) SVNProperties |
SvnNgReposToWcCopy.SVNCopyForeignEditor.DirectoryBaton.properties |
(package private) SVNProperties |
SvnNgReposToWcCopy.SVNCopyForeignEditor.FileBaton.properties |
private SVNProperties |
SvnNgDiffUtil.DiffStatusCallback.NodeState.rightProps |
Modifier and Type | Method and Description |
---|---|
static SVNProperties |
SvnDiffEditor.computePropDiff(SVNProperties props1,
SVNProperties props2) |
private SVNProperties |
SvnNgMergeCallback.filterSelfReferentialMergeInfo(SVNProperties props,
java.io.File localAbsPath,
boolean honorMergeInfo,
boolean sameRepos,
boolean reintegrateMerge,
SVNRepository repos) |
private SVNProperties |
SvnNgMergeCallback2.filterSelfReferentialMergeInfo(SVNProperties props,
java.io.File targetAbsPath,
SVNRepository svnRepository) |
private static SVNProperties |
SvnDiffCallback.getRegularProperties(SVNProperties propChanges) |
protected static SVNProperties |
SvnNgMergeCallback.omitMergeInfoChanges(SVNProperties props) |
private SVNProperties |
SvnNgMergeCallback2.prepareMergePropsChanged(java.io.File localAbsPath,
SVNProperties propChanges) |
private SVNProperties |
SvnNgRemoteDiffEditor2.removeNonPropChanges(SVNProperties pristineProps,
SVNProperties changes) |
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) |
private boolean |
SvnNgMergeCallback2.areFilesSame(java.io.File olderAbsPath,
SVNProperties originalProps,
java.io.File mineAbsPath) |
private boolean |
SvnNgMergeCallback2.arePropertiesSame(SVNProperties originalProps,
SVNProperties workingProps) |
static void |
SvnNgPropertiesManager.categorizeProperties(SVNProperties props,
SVNProperties regular,
SVNProperties entry,
SVNProperties working) |
private boolean |
SvnNgMergeCallback.compareFiles(java.io.File oldPath,
SVNProperties oldProps,
java.io.File minePath) |
private boolean |
SvnNgMergeCallback.compareProps(SVNProperties p1,
SVNProperties p2) |
private void |
SvnNgMergeCallback2.completeDirectoryAdd(java.io.File localAbsPath,
SVNProperties newOriginalProps,
SVNURL copyFromUrl,
long copyFromRevision) |
static SVNProperties |
SvnDiffEditor.computePropDiff(SVNProperties props1,
SVNProperties props2) |
private SVNCommitInfo |
SvnNgWcToReposCopy.copy(java.util.Collection<SvnNgWcToReposCopy.SvnCopyPair> copyPairs,
boolean makeParents,
SVNProperties revisionProperties,
java.lang.String commitMessage,
ISvnCommitHandler commitHandler) |
private java.lang.String |
SvnDiffCallback.defineConversionEncoding(SVNProperties properties,
SVNProperties diff) |
private java.lang.String |
SvnDiffCallback.defineEncoding(SVNProperties properties,
SVNProperties diff) |
void |
SvnFilterDiffCallback.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 |
SvnDiffCallbackWrapper.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 |
SvnCopyAsChangedDiffCallback.dirAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
SVNProperties copyFromProps,
SVNProperties rightProps,
java.lang.Object dirBaton) |
void |
SvnReverseOrderDiffCallback.dirAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
SVNProperties copyFromProps,
SVNProperties rightProps,
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 |
ISvnDiffCallback2.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 |
SvnNgMergeCallback2.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 |
SvnReverseOrderDiffCallback.dirChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
SVNProperties leftProps,
SVNProperties rightProps,
SVNProperties propChanges,
java.lang.Object dirBaton) |
void |
SvnFilterDiffCallback.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 |
SvnDiffCallbackWrapper.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 |
SvnCopyAsChangedDiffCallback.dirDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SVNProperties leftProps,
java.lang.Object dirBaton) |
void |
SvnReverseOrderDiffCallback.dirDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SVNProperties leftProps,
java.lang.Object dirBaton) |
void |
ISvnDiffCallback.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 |
SvnNgMergeCallback.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) |
private void |
SvnDiffCallback.displayContentChanged(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,
SvnDiffCallback.OperationKind operation,
java.io.File copyFromPath) |
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 |
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 |
SvnNewDiffGenerator.displayPropDiff(java.lang.String path,
SVNProperties baseProps,
SVNProperties diff,
java.io.OutputStream result) |
private void |
SvnDiffGenerator.displayPropDiffValues(java.io.OutputStream outputStream,
SVNProperties diff,
SVNProperties baseProps) |
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 |
SvnOldDiffGenerator.displayPropsChanged(SvnTarget displayPath,
java.lang.String revision1,
java.lang.String revision2,
boolean dirWasAdded,
SVNProperties originalProps,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
private static void |
SvnNgDiffUtil.doArbitraryFilesDiff(java.io.File localAbsPath1,
java.io.File localAbsPath2,
java.io.File path,
boolean file1IsEmpty,
boolean file2IsEmpty,
SVNProperties originalPropertiesOverride,
SVNWCContext context,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
SvnFilterDiffCallback.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 |
SvnDiffCallbackWrapper.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 |
SvnCopyAsChangedDiffCallback.fileDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
java.io.File leftFile,
SVNProperties leftProps) |
void |
SvnReverseOrderDiffCallback.fileDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
java.io.File leftFile,
SVNProperties leftProps) |
private SVNProperties |
SvnNgMergeCallback.filterSelfReferentialMergeInfo(SVNProperties props,
java.io.File localAbsPath,
boolean honorMergeInfo,
boolean sameRepos,
boolean reintegrateMerge,
SVNRepository repos) |
private SVNProperties |
SvnNgMergeCallback2.filterSelfReferentialMergeInfo(SVNProperties props,
java.io.File targetAbsPath,
SVNRepository svnRepository) |
private java.lang.String |
SvnDiffCallback.getCharset(SVNProperties properties,
ISvnDiffGenerator generator) |
private java.lang.String |
SvnDiffCallback.getCharsetByMimeType(SVNProperties properties,
ISvnDiffGenerator generator) |
private static SVNProperties |
SvnDiffCallback.getRegularProperties(SVNProperties propChanges) |
void |
ISvnPropertiesDiffHandler.handlePropertiesDiff(SVNProperties originalProperties,
SVNProperties propChanges) |
void |
SvnNewDiffGenerator.handlePropertiesDiff(SVNProperties originalProperties,
SVNProperties propChanges) |
private SvnNgMergeCallback2.MergeOutcome |
SvnNgMergeCallback2.merge(java.io.File leftAbsPath,
java.io.File rightAbsPath,
java.io.File targetAbsPath,
java.lang.String leftLabel,
java.lang.String rightLabel,
java.lang.String targetLabel,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean dryRun,
java.lang.String diff3Cmd,
SVNDiffOptions mergeOptions,
SVNProperties originalProps,
SVNProperties propChanges,
boolean mergeContentNeeded,
boolean mergePropsNeeded,
ISVNConflictHandler conflictResolver) |
private SVNWCContext.MergePropertiesInfo |
SvnNgMergeCallback.mergePropChanges(java.io.File localAbsPath,
SVNProperties propChanges,
SVNProperties originalProperties) |
protected static SVNProperties |
SvnNgMergeCallback.omitMergeInfoChanges(SVNProperties props) |
private SVNProperties |
SvnNgMergeCallback2.prepareMergePropsChanged(java.io.File localAbsPath,
SVNProperties propChanges) |
private void |
SvnNgCommit.processCommittedInternal(java.io.File localAbspath,
boolean recurse,
boolean topOfRecurse,
long newRevision,
SVNDate revDate,
java.lang.String revAuthor,
SVNProperties newDavCache,
boolean unlockOnly,
boolean noUnlock,
boolean keepChangelist,
SvnChecksum sha1Checksum,
SvnNgCommit.SvnCommittedQueue queue) |
private void |
SvnNgCommit.processCommittedLeaf(java.io.File localAbspath,
boolean viaRecurse,
long newRevnum,
SVNDate newChangedDate,
java.lang.String newChangedAuthor,
SVNProperties newDavCache,
boolean unlockOnly,
boolean noUnlock,
boolean keepChangelist,
SvnChecksum checksum) |
void |
SvnDiffCallback.propertiesChanged(java.io.File path,
long revision1,
long revision2,
boolean dirWasAdded,
SVNProperties diff,
SVNProperties originalProperties) |
private void |
SvnNgCommit.queueCommitted(SvnNgCommit.SvnCommittedQueue queue,
java.io.File localAbsPath,
boolean recurse,
SVNProperties wcPropChanges,
boolean unlockOnly,
boolean removeLock,
boolean removeChangelist,
SvnChecksum sha1Checksum) |
private void |
SvnNgRemoteMergeEditor.removeNonPropChanges(SVNProperties pristineProps,
SVNProperties propChanges) |
private void |
SvnNgRemoteDiffEditor.removeNonPropChanges(SVNProperties pristineProps,
SVNProperties propChanges) |
private SVNProperties |
SvnNgRemoteDiffEditor2.removeNonPropChanges(SVNProperties pristineProps,
SVNProperties changes) |
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 | Field and Description |
---|---|
private SVNProperties |
SvnOldGetProperties.currentProperties |
(package private) SVNProperties |
SvnOldUpgradeEntries.DbNode.inheritedProperties |
(package private) SVNProperties |
SvnOldUpgradeEntries.DbNode.properties |
(package private) SVNProperties |
SvnOldUpgradeEntries.DbActualNode.properties |
Modifier and Type | Method and Description |
---|---|
protected SVNProperties |
SvnOldGetProperties.run() |
Modifier and Type | Method and Description |
---|---|
protected SVNProperties |
SvnRemoteGetProperties.run() |
protected SVNProperties |
SvnRemoteGetRevisionProperties.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 | Field and Description |
---|---|
private SVNProperties |
SVNFileRevision.myProperties |
(package private) SVNProperties |
SVNRepository.Revision.myProperties |
private SVNProperties |
SVNFileRevision.myPropertiesDelta |
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 |
---|---|
private SVNProperties |
SVNClientImpl.getSVNProperties(java.util.Map<java.lang.String,java.lang.String> revpropTable) |
Modifier and Type | Method and Description |
---|---|
private ISvnObjectReceiver<SVNProperties> |
SVNClientImpl.PropertiesReceiverProvider.getPropertiesReceiver() |
private ISvnObjectReceiver<SVNProperties> |
SVNClientImpl.getSVNPropertiesReceiver(ProplistCallback callback) |
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<java.lang.String,byte[]> |
SVNClientImpl.getProperties(SVNProperties svnProperties) |
private static java.util.Map<java.lang.String,java.lang.String> |
SVNClientImpl.getRevisionProperties(SVNProperties revisionProperties) |
Modifier and Type | Field and Description |
---|---|
private SVNProperties |
SVNReplicationEditor.EntryBaton.myProps |
Modifier and Type | Method and Description |
---|---|
private boolean |
SVNReplicationEditor.areFileContentsEqual(java.lang.String path1,
long rev1,
java.lang.String path2,
long rev2,
SVNProperties props2) |
private void |
SVNRepositoryReplicator.updateRevisionProperties(SVNRepository repository,
long revision,
SVNProperties properties) |
Modifier and Type | Field and Description |
---|---|
private SVNProperties |
SVNEvent.myRevisionProperties |
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 |
---|---|
private SVNProperties |
SVNAdminClient.copyRevisionProperties(SVNRepository fromRepository,
SVNRepository toRepository,
long revision,
boolean sync) |
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.
|
private SVNProperties |
SVNLookClient.getProperties(java.io.File repositoryRoot,
java.lang.String propName,
java.lang.String path,
SVNRevision revision,
java.lang.String txnName,
boolean singleProp,
boolean revProps) |
static SVNProperties |
SVNAdminClient.normalizeRevisionProperties(SVNProperties revProps) |
Modifier and Type | Method and Description |
---|---|
private int |
SVNReplayHandler.filterProperties(SVNProperties revProps,
SVNProperties filteredProps,
boolean isStart) |
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 | Field and Description |
---|---|
private SVNProperties |
SvnMergeResult.actualProperties |
private SVNProperties |
SvnMergeResult.baseProperties |
private SVNProperties |
SvnAnnotateItem.mergedRevisionProperties |
private SVNProperties |
SvnInheritedProperties.properties |
private SVNProperties |
SvnAnnotateItem.revisionProperties |
private SVNProperties |
AbstractSvnCommit.revisionProperties |
Modifier and Type | Method and Description |
---|---|
private SVNProperties |
SvnAnnotateItem.createRevisionProperties(java.lang.String author,
java.util.Date date) |
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 |
---|---|
private java.lang.String |
SvnAnnotateItem.getAuthor(SVNProperties revisionProperties) |
private java.util.Date |
SvnAnnotateItem.getDate(SVNProperties revisionProperties) |
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.
|