HsSVN-0.1: (Part of) Subversion binding for HaskellContentsIndex
Subversion.FileSystem.PathChange
Description
This module only defines two types; PathChange and ChangeKind.
Synopsis
data PathChange = PathChange {
pcChangeKind :: ChangeKind
pcTextMod :: Bool
pcPropMod :: Bool
}
data ChangeKind
= ModifiedPath
| AddedPath
| DeletedPath
| ReplacedPath
Documentation
data PathChange

PathChange describes a change in a revision occured on a path.

Note that svn_fs_path_change_t.node_rev_id is currently unavailable in this binding. Add one if you really need it.

Constructors
PathChange
pcChangeKind :: ChangeKindKind of change.
pcTextMod :: BoolWere there text modifications?
pcPropMod :: BoolWere there property modifications?
show/hide Instances
data ChangeKind
The kind of change that occured on the path.
Constructors
ModifiedPathdefalut value
AddedPathpath added in txn
DeletedPathpath removed in txn
ReplacedPathpath removed and re-added in txn
show/hide Instances
Produced by Haddock version 0.8