Uses of Class
org.tmatesoft.svn.core.internal.wc.admin.SVNLog
Packages that use SVNLog
Package
Description
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 SVNLogModifier and TypeFieldDescriptionprivate SVNLog
SVNUpdateEditor.SVNDirectoryInfo.log
private SVNLog
SVNUpdateEditor15.SVNDirectoryInfo.log
Methods in org.tmatesoft.svn.core.internal.wc that return SVNLogModifier and TypeMethodDescriptionSVNUpdateEditor.SVNDirectoryInfo.getLog()
SVNUpdateEditor15.SVNDirectoryInfo.getLog()
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNLogModifier and TypeMethodDescriptionstatic void
SVNWCManager.addProperties
(SVNAdminArea dir, String fileName, SVNProperties properties, boolean base, SVNLog log) private SVNStatusType
DefaultSVNMerger.applySingleGenericPropertyChange
(String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, Collection conflicts, boolean dryRun) private SVNStatusType
DefaultSVNMerger.applySingleMergeInfoPropertyChange
(String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, Collection conflicts, boolean dryRun) private SVNStatusType
DefaultSVNMerger.applySinglePropertyAdd
(String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, String propName, SVNPropertyValue baseValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, Collection conflicts, boolean dryRun) private SVNStatusType
DefaultSVNMerger.applySinglePropertyChange
(String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, Collection conflicts, boolean dryRun) private SVNStatusType
DefaultSVNMerger.applySinglePropertyDelete
(String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, Collection conflicts, boolean dryRun) private SVNTreeConflictDescription
SVNUpdateEditor.checkTreeConflict
(File path, SVNEntry entry, SVNAdminArea parentArea, SVNLog log, SVNConflictAction action, SVNNodeKind theirKind, SVNURL theirURL) private boolean
DefaultSVNMerger.maybeGeneratePropConflict
(String localPath, String propName, SVNProperties workingProps, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue baseValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, boolean isDir, boolean dryRun) DefaultSVNMerger.mergeProperties
(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.adminMethods in org.tmatesoft.svn.core.internal.wc.admin that return SVNLogMethods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNLogModifier and TypeMethodDescriptionprivate void
SVNAdminArea.handleCharsetProperty
(SVNAdminArea adminArea, SVNLog log, SVNEntry entry, SVNVersionedProperties baseProps) private void
SVNAdminArea.handlePropTime
(SVNLog log, SVNEntry entry) abstract void
SVNAdminArea.installProperties
(String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close) void
SVNAdminArea14.installProperties
(String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close) void
SVNXMLAdminArea.installProperties
(String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close) SVNAdminArea.mergeProperties
(String name, SVNProperties serverBaseProps, SVNProperties propDiff, String localLabel, String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log) SVNAdminArea.mergeProperties
(String name, SVNProperties serverBaseProps, SVNProperties baseProps, SVNProperties workingProps, SVNProperties propDiff, String localLabel, String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log) SVNAdminArea.mergeText
(String localPath, File base, File latest, File copyFromText, String localLabel, String baseLabel, String latestLabel, SVNProperties propChanges, boolean dryRun, SVNDiffOptions options, SVNLog log) private void
SVNXMLAdminArea.saveBaseProperties
(SVNLog log) private void
SVNXMLAdminArea.saveProperties
(SVNLog log) abstract void
SVNAdminArea.saveVersionedProperties
(SVNLog log, boolean close) void
SVNAdminArea14.saveVersionedProperties
(SVNLog log, boolean close) void
SVNXMLAdminArea.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 SVNLogModifier and TypeMethodDescriptionDefaultSvnMerger.mergeProperties
(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 SVNLogMethods in org.tmatesoft.svn.core.wc that return SVNLogMethods in org.tmatesoft.svn.core.wc with parameters of type SVNLogModifier and TypeMethodDescriptionISVNMerger.mergeProperties
(String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun) GivenadminArea
/localPath
and property changes (propDiff
) based onserverBaseProps
, merges the changes into the working copy.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNLogModifierConstructorDescriptionSVNMergeFileSet
(SVNAdminArea adminArea, SVNLog log, File baseFile, File localFile, String wcPath, File reposFile, File resultFile, File copyFromFile, String mimeType) Creates a newSVNMergeFileSet
object given the data prepared for merging a file.