pub const svn_delta_action_svn_txdelta_source: svn_delta_action = 0;
Expand description
Append the @a length bytes at @a offset in the source view to the target.
It must be the case that 0 <= @a offset < @a offset + @a length <= size of source view.