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
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNLog Modifier and Type Method Description static void
SVNWCManager. addProperties(SVNAdminArea dir, java.lang.String fileName, SVNProperties properties, boolean base, SVNLog log)
SVNMergeResult
DefaultSVNMerger. 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 class
SVNLogImpl
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNLog Modifier and Type Method Description SVNLog
SVNAdminArea. getLog()
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNLog Modifier and Type Method Description 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
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)
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 SVNLog Modifier and Type Method Description SVNMergeResult
DefaultSvnMerger. 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
Methods in org.tmatesoft.svn.core.wc that return SVNLog Modifier and Type Method Description SVNLog
SVNMergeFileSet. getLog()
Returns the log object.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNLog Modifier and Type Method Description SVNMergeResult
ISVNMerger. mergeProperties(java.lang.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 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 newSVNMergeFileSet
object given the data prepared for merging a file.
-