Subversion 1.6.16
|
A structure to represent a path that changed for a log entry. More...
#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. |
A structure to represent a path that changed for a log entry.
svn_log_changed_path2_t
structure in future releases, always use svn_log_changed_path2_create() to allocate the structure.Definition at line 590 of file svn_types.h.
const char* svn_log_changed_path2_t::copyfrom_path |
Source path of copy (if any).
Definition at line 596 of file svn_types.h.
Source revision of copy (if any).
Definition at line 599 of file svn_types.h.
The type of the node, may be svn_node_unknown.
Definition at line 602 of file svn_types.h.