| Subversion
    | 
Mergeinfo representing a merge of a range of revisions. More...
#include <svn_types.h>
| Data Fields | |
| svn_revnum_t | start | 
| If the 'start' field is less than the 'end' field then 'start' is exclusive and 'end' inclusive of the range described.  More... | |
| svn_revnum_t | end | 
| svn_boolean_t | inheritable | 
| Whether this merge range should be inherited by treewise descendants of the path to which the range applies.  More... | |
Mergeinfo representing a merge of a range of revisions.
Definition at line 1170 of file svn_types.h.
| svn_boolean_t svn_merge_range_t::inheritable | 
Whether this merge range should be inherited by treewise descendants of the path to which the range applies.
Definition at line 1185 of file svn_types.h.
| svn_revnum_t svn_merge_range_t::start | 
If the 'start' field is less than the 'end' field then 'start' is exclusive and 'end' inclusive of the range described.
This is termed a forward merge range. If 'start' is greater than 'end' then the opposite is true. This is termed a reverse merge range. If 'start' equals 'end' the meaning of the range is not defined.
Definition at line 1179 of file svn_types.h.
 1.8.5
 1.8.5