#include <svn_types.h>
Data Fields | |
| char | action |
| 'A'dd, 'D'elete, 'R'eplace, 'M'odify | |
| const char * | copyfrom_path |
| Source path of copy (if any). | |
| svn_revnum_t | copyfrom_rev |
| Source revision of copy (if any). | |
| svn_node_kind_t | node_kind |
| The type of the node, may be svn_node_unknown. | |
| svn_tristate_t | text_modified |
| Is the text modified, may be svn_tristate_unknown. | |
| svn_tristate_t | props_modified |
| Are properties modified, may be svn_tristate_unknown. | |
Definition at line 763 of file svn_types.h.
Are properties modified, may be svn_tristate_unknown.
Definition at line 783 of file svn_types.h.
Is the text modified, may be svn_tristate_unknown.
Definition at line 779 of file svn_types.h.
1.4.7