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.
|
Modifier and Type | Method and Description |
---|---|
static void |
SVNWCManager.addProperties(SVNAdminArea dir,
String fileName,
SVNProperties properties,
boolean base,
SVNLog log) |
SVNMergeResult |
DefaultSVNMerger.mergeProperties(String localPath,
SVNProperties workingProperties,
SVNProperties baseProperties,
SVNProperties serverBaseProps,
SVNProperties propDiff,
SVNAdminArea adminArea,
SVNLog log,
boolean baseMerge,
boolean dryRun) |
Modifier and Type | Class and Description |
---|---|
class |
SVNLogImpl |
Modifier and Type | Method and Description |
---|---|
SVNLog |
SVNAdminArea.getLog() |
Modifier and Type | Method and Description |
---|---|
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) |
SVNStatusType |
SVNAdminArea.mergeProperties(String name,
SVNProperties serverBaseProps,
SVNProperties propDiff,
String localLabel,
String latestLabel,
boolean baseMerge,
boolean dryRun,
SVNLog log) |
SVNStatusType |
SVNAdminArea.mergeProperties(String name,
SVNProperties serverBaseProps,
SVNProperties baseProps,
SVNProperties workingProps,
SVNProperties propDiff,
String localLabel,
String latestLabel,
boolean baseMerge,
boolean dryRun,
SVNLog log) |
SVNStatusType |
SVNAdminArea.mergeText(String localPath,
File base,
File latest,
File copyFromText,
String localLabel,
String baseLabel,
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) |
Modifier and Type | Method and Description |
---|---|
SVNMergeResult |
DefaultSvnMerger.mergeProperties(String localPath,
SVNProperties workingProperties,
SVNProperties baseProperties,
SVNProperties serverBaseProps,
SVNProperties propDiff,
SVNAdminArea adminArea,
SVNLog log,
boolean baseMerge,
boolean dryRun) |
Modifier and Type | Method and Description |
---|---|
SVNLog |
SVNMergeFileSet.getLog()
Returns the log object.
|
Modifier and Type | Method and Description |
---|---|
SVNMergeResult |
ISVNMerger.mergeProperties(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. |
Constructor and Description |
---|
SVNMergeFileSet(SVNAdminArea adminArea,
SVNLog log,
File baseFile,
File localFile,
String wcPath,
File reposFile,
File resultFile,
File copyFromFile,
String mimeType)
Creates a new
SVNMergeFileSet object given the data prepared for
merging a file. |
Copyright © 2023. All rights reserved.