Interface | Description |
---|---|
CommitItemStateFlags |
The constants in this interface describe the changes to an item to
be committed.
|
ISVNClient |
This interface is the commom interface for all subversion
operations.
|
ISVNRepos | |
ISVNRepos.MessageReceiver |
interface to receive the messages
|
Enum | Description |
---|---|
ClientNotifyInformation.Action |
The type of action triggering the notification
|
ClientNotifyInformation.LockStatus | |
ClientNotifyInformation.Status | |
ConflictDescriptor.Action |
Rich man's enum for
svn_wc_conflict_action_t . |
ConflictDescriptor.Kind |
Rich man's enum for
svn_wc_conflict_kind_t . |
ConflictDescriptor.Operation | |
ConflictDescriptor.Reason |
Rich man's enum for
svn_wc_conflict_reason_t . |
ConflictResult.Choice | |
DiffSummary.DiffKind |
The type of difference being summarized.
|
ReposNotifyInformation.Action |
The type of action triggering the notification
|
ReposNotifyInformation.NodeAction |
Exception | Description |
---|---|
ClientException |
This exception is thrown whenever something goes wrong in the
Subversion JavaHL binding's JNI interface.
|
SubversionException |
This checked exception is thrown whenever something goes wrong with
the Subversion JavaHL bindings.
|
Error | Description |
---|---|
JNIError |
This error is thrown by error in the native library.
|
Copyright © 2024. All rights reserved.