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 ISVNAddParameters.Action |
ISVNAddParameters.ADD_AS_BINARY
Rules to add a file as binary.
|
static ISVNAddParameters.Action |
ISVNAddParameters.ADD_AS_IS
Rules to add a file ad is.
|
static ISVNAddParameters.Action |
ISVNAddParameters.REPORT_ERROR
Rules not to add file but to report an error, i.e.
|
Modifier and Type | Method and Description |
---|---|
ISVNAddParameters.Action |
ISVNAddParameters.onInconsistentEOLs(File file)
Receives a file with inconsistent EOLs and returns an action which should be
performed against this file.
|
Copyright © 2022. All rights reserved.