GME
13
|
#include <svn_types.h>
Public Attributes | |
char | action |
const char * | copyfrom_path |
svn_revnum_t | copyfrom_rev |
svn_node_kind_t | node_kind |
svn_tristate_t | text_modified |
svn_tristate_t | props_modified |
A structure to represent a path that changed for a log entry.
Definition at line 753 of file svn_types.h.
'A'dd, 'D'elete, 'R'eplace, 'M'odify
Definition at line 756 of file svn_types.h.
const char* svn_log_changed_path2_t::copyfrom_path |
Source path of copy (if any).
Definition at line 759 of file svn_types.h.
Source revision of copy (if any).
Definition at line 762 of file svn_types.h.
The type of the node, may be svn_node_unknown.
Definition at line 765 of file svn_types.h.
Are properties modified, may be svn_tristate_unknown.
Definition at line 773 of file svn_types.h.
Is the text modified, may be svn_tristate_unknown.
Definition at line 769 of file svn_types.h.