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 voidSVNWCManager. addProperties(SVNAdminArea dir, java.lang.String fileName, SVNProperties properties, boolean base, SVNLog log)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 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)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
Methods 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.
-