Subversion 1.6.16
|
Change descriptor. More...
#include <svn_fs.h>
Data Fields | |
const svn_fs_id_t * | node_rev_id |
node revision id of changed path | |
svn_fs_path_change_kind_t | change_kind |
kind of change | |
svn_boolean_t | text_mod |
were there text mods? | |
svn_boolean_t | prop_mod |
were there property mods? | |
svn_node_kind_t | node_kind |
what node kind is the path? (Note: it is legal for this to be svn_node_unknown .) | |
svn_boolean_t | copyfrom_known |
Copyfrom revision and path; this is only valid if copyfrom_known is true. | |
svn_revnum_t | copyfrom_rev |
const char * | copyfrom_path |
Change descriptor.