| 
    Subversion
    
   | 
 
A struct that describes the diff of an item. More...
#include <svn_client.h>
Data Fields | |
| const char * | path | 
| Path relative to the target.  More... | |
| svn_client_diff_summarize_kind_t | summarize_kind | 
| Change kind.  | |
| svn_boolean_t | prop_changed | 
| Properties changed? For consistency with 'svn status' output, this should be false if summarize_kind is _added or _deleted.  More... | |
| svn_node_kind_t | node_kind | 
| File or dir.  | |
A struct that describes the diff of an item.
Passed to svn_client_diff_summarize_func_t.
Definition at line 852 of file svn_client.h.
| const char* svn_client_diff_summarize_t::path | 
Path relative to the target.
If the target is a file, path is the empty string.
Definition at line 856 of file svn_client.h.
| svn_boolean_t svn_client_diff_summarize_t::prop_changed | 
Properties changed? For consistency with 'svn status' output, this should be false if summarize_kind is _added or _deleted.
Definition at line 863 of file svn_client.h.
 1.8.5