GME
13
|
#include <svn_types.h>
Public Attributes | |
char | action |
const char * | copyfrom_path |
svn_revnum_t | copyfrom_rev |
A structure to represent a path that changed for a log entry. Same as the first three fields of svn_log_changed_path2_t.
Definition at line 808 of file svn_types.h.
'A'dd, 'D'elete, 'R'eplace, 'M'odify
Definition at line 811 of file svn_types.h.
const char* svn_log_changed_path_t::copyfrom_path |
Source path of copy (if any).
Definition at line 814 of file svn_types.h.
Source revision of copy (if any).
Definition at line 817 of file svn_types.h.