GME  13
Public Attributes
svn_merge_range_t Struct Reference

#include <svn_types.h>

List of all members.

Public Attributes

svn_revnum_t start
svn_revnum_t end
svn_boolean_t inheritable

Detailed Description

Mergeinfo representing a merge of a range of revisions.

Since:
New in 1.5

Definition at line 1160 of file svn_types.h.


Member Data Documentation

Definition at line 1170 of file svn_types.h.

Whether this merge range should be inherited by treewise descendants of the path to which the range applies.

Definition at line 1175 of file svn_types.h.

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 1169 of file svn_types.h.


The documentation for this struct was generated from the following file: