Re: [BUG] svn patch with svn:eol-style set to native

2022-08-15 Thread Vincent Lefevre
On 2022-08-15 10:06:48 -0400, Nathan Hartman wrote: > On Sun, Aug 14, 2022 at 8:08 PM Vincent Lefevre > wrote: > > printf %s "$(printf "%d\n" `seq 2 8`)" > file > > One thing I don't understand about the above is why does the outer > printf %s strip the last newline from the inner one? It is th

Re: [BUG] svn patch with svn:eol-style set to native

2022-08-15 Thread Nathan Hartman
On Mon, Aug 15, 2022 at 10:06 AM Nathan Hartman wrote: > I'll file an issue in the issue tracker... Filed: https://issues.apache.org/jira/browse/SVN-4906 Cheers, Nathan

Re: [BUG] svn patch with svn:eol-style set to native

2022-08-15 Thread Nathan Hartman
On Sun, Aug 14, 2022 at 8:08 PM Vincent Lefevre wrote: > > About this bug: > > On 2022-08-14 14:11:15 -0400, Nathan Hartman wrote: > > But applying your original patch to a clean working copy and then > > running 'svn diff' does show it -- note the - and + of and > > "\ No newline at end of file"

[BUG] svn patch with svn:eol-style set to native

2022-08-14 Thread Vincent Lefevre
About this bug: On 2022-08-14 14:11:15 -0400, Nathan Hartman wrote: > But applying your original patch to a clean working copy and then > running 'svn diff' does show it -- note the - and + of and > "\ No newline at end of file" at the end of the output: [...] > That looks like a bug in SVN. This