![]() |
Subversion
|
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). More... | |
| svn_revnum_t | copyfrom_rev |
| Source revision of copy (if any). More... | |
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 801 of file svn_types.h.
| const char* svn_log_changed_path_t::copyfrom_path |
Source path of copy (if any).
Definition at line 807 of file svn_types.h.
| svn_revnum_t svn_log_changed_path_t::copyfrom_rev |
Source revision of copy (if any).
Definition at line 810 of file svn_types.h.
1.8.13