|
| Subversion.FileSystem.PathChange |
|
|
| Description |
| This module only defines two types; PathChange and ChangeKind.
|
|
| Synopsis |
|
|
|
| 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 :: ChangeKind | Kind of change.
| | pcTextMod :: Bool | Were there text modifications?
| | pcPropMod :: Bool | Were there property modifications?
|
|
| Instances | |
|
|
| data ChangeKind |
| The kind of change that occured on the path.
| | Constructors | | ModifiedPath | defalut value
| | AddedPath | path added in txn
| | DeletedPath | path removed in txn
| | ReplacedPath | path removed and re-added in txn
|
| Instances | |
|
|
| Produced by Haddock version 0.8 |