Uses of Class
org.tmatesoft.svn.core.internal.wc.admin.SVNLog
-
Packages that use SVNLog Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client. -
-
Uses of SVNLog in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNLog Modifier and Type Field Description private SVNLogSVNUpdateEditor.SVNDirectoryInfo. logprivate SVNLogSVNUpdateEditor15.SVNDirectoryInfo. logMethods in org.tmatesoft.svn.core.internal.wc that return SVNLog Modifier and Type Method Description SVNLogSVNUpdateEditor.SVNDirectoryInfo. getLog()SVNLogSVNUpdateEditor15.SVNDirectoryInfo. getLog()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNLog Modifier and Type Method Description static voidSVNWCManager. addProperties(SVNAdminArea dir, java.lang.String fileName, SVNProperties properties, boolean base, SVNLog log)private SVNStatusTypeDefaultSVNMerger. 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 SVNStatusTypeDefaultSVNMerger. 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 SVNStatusTypeDefaultSVNMerger. 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 SVNStatusTypeDefaultSVNMerger. 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 SVNStatusTypeDefaultSVNMerger. 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)private SVNTreeConflictDescriptionSVNUpdateEditor. checkTreeConflict(java.io.File path, SVNEntry entry, SVNAdminArea parentArea, SVNLog log, SVNConflictAction action, SVNNodeKind theirKind, SVNURL theirURL)private booleanDefaultSVNMerger. 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)SVNMergeResultDefaultSVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun) -
Uses of SVNLog in org.tmatesoft.svn.core.internal.wc.admin
Subclasses of SVNLog in org.tmatesoft.svn.core.internal.wc.admin Modifier and Type Class Description classSVNLogImplMethods in org.tmatesoft.svn.core.internal.wc.admin that return SVNLog Modifier and Type Method Description SVNLogSVNAdminArea. getLog()Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNLog Modifier and Type Method Description private voidSVNAdminArea. handleCharsetProperty(SVNAdminArea adminArea, SVNLog log, SVNEntry entry, SVNVersionedProperties baseProps)private voidSVNAdminArea. handlePropTime(SVNLog log, SVNEntry entry)abstract voidSVNAdminArea. installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close)voidSVNAdminArea14. installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close)voidSVNXMLAdminArea. installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close)SVNStatusTypeSVNAdminArea. mergeProperties(java.lang.String name, SVNProperties serverBaseProps, SVNProperties propDiff, java.lang.String localLabel, java.lang.String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log)SVNStatusTypeSVNAdminArea. 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)SVNStatusTypeSVNAdminArea. 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)private voidSVNXMLAdminArea. saveBaseProperties(SVNLog log)private voidSVNXMLAdminArea. saveProperties(SVNLog log)abstract voidSVNAdminArea. saveVersionedProperties(SVNLog log, boolean close)voidSVNAdminArea14. saveVersionedProperties(SVNLog log, boolean close)voidSVNXMLAdminArea. saveVersionedProperties(SVNLog log, boolean close) -
Uses of SVNLog in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNLog Modifier and Type Method Description SVNMergeResultDefaultSvnMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun) -
Uses of SVNLog in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNLog Modifier and Type Field Description private SVNLogSVNMergeFileSet. myLogMethods in org.tmatesoft.svn.core.wc that return SVNLog Modifier and Type Method Description SVNLogSVNMergeFileSet. getLog()Returns the log object.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNLog Modifier and Type Method Description SVNMergeResultISVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)GivenadminArea/localPathand property changes (propDiff) based onserverBaseProps, merges the changes into the working copy.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNLog Constructor Description SVNMergeFileSet(SVNAdminArea adminArea, SVNLog log, java.io.File baseFile, java.io.File localFile, java.lang.String wcPath, java.io.File reposFile, java.io.File resultFile, java.io.File copyFromFile, java.lang.String mimeType)Creates a newSVNMergeFileSetobject given the data prepared for merging a file.
-