Re: svn patch seems to mangle some properties, specifically svn:eol-style

2011-11-27 Thread Stefan Sperling
On Sat, Nov 26, 2011 at 09:17:44AM +0200, Daniel Shahaf wrote: > Looks like it's a known issue, see > > 3430 @XFail() > 3431 @Issue(3814) > 3432 def patch_set_prop_no_eol(sbox): > 3433 "patch doesn't append newline to properties" Fixed and nominated for backport to 1.7.2. > 3618 @XFail() > 361

Re: svn patch seems to mangle some properties, specifically svn:eol-style

2011-11-25 Thread Daniel Shahaf
Looks like it's a known issue, see 3430 @XFail() 3431 @Issue(3814) 3432 def patch_set_prop_no_eol(sbox): 3433 "patch doesn't append newline to properties" 3618 @XFail() 3619 @Issue(3991) 3620 def patch_lacking_trailing_eol(sbox): 3621 "patch file lacking trailing eol" which are currently the

svn patch seems to mangle some properties, specifically svn:eol-style

2011-11-25 Thread Dimitry Andric
I just encountered a possible issue with the new 'svn patch' command in Subversion 1.7.1 (r1186859). When the patchfile includes svn:eol-style property changes, they do not seem to get applied properly. An example patchfile is attached. It was generated by doing the following in some random svn