Package | Description |
---|---|
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 | Field and Description |
---|---|
static ISVNCommitParameters.Action |
ISVNCommitParameters.DELETE
A constant that instructs a commit operation to force
a deletion of a missing item.
|
static ISVNCommitParameters.Action |
ISVNCommitParameters.ERROR
A constant that defines a file/dir missing situation as an
error, commit should fail.
|
static ISVNCommitParameters.Action |
ISVNCommitParameters.SKIP
A constant that instructs a commit operation to skip a
missing item.
|
Modifier and Type | Method and Description |
---|---|
ISVNCommitParameters.Action |
ISVNCommitParameters.onMissingDirectory(File file)
Returns the action a commit operation should undertake
if there's a missing directory under commit scope that is not
however scheduled for deletion.
|
ISVNCommitParameters.Action |
DefaultSVNCommitParameters.onMissingDirectory(File file)
Says a committer to abort the operation.
|
ISVNCommitParameters.Action |
ISVNCommitParameters.onMissingFile(File file)
Returns the action a commit operation should undertake
if there's a missing file under commit scope that is not however
scheduled for deletion.
|
ISVNCommitParameters.Action |
DefaultSVNCommitParameters.onMissingFile(File file)
Says a committer to skip a missing file.
|
Copyright © 2022. All rights reserved.