pub const svn_delta_action_svn_txdelta_new: svn_delta_action = 2;
Expand description
Append the @a length bytes at @a offset in the window’s @a new string to the target.
It must be the case that 0 <= @a offset < @a offset + @a length <= length of @a new. Windows MUST use new data in ascending order with no overlap at the moment; svn_txdelta_to_svndiff() depends on this.