Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
trunk
-
None
Description
This is the test patch_set_prop_no_eol() in patch_tests.py. The goal here is to allow 'svn patch' to create properties both with a trailing newline (eg, svn:mergeinfo) and without a trailing newline (eg, svn:eol-style). It should work using the standard unidiff syntax --- using a line beginning with '\ ' after the last hunk to indicate whether the old/new versions had/have a trailing newline.