Re: SVN Patch Vs GNU Patch

2020-01-04 Thread Daniel Shahaf
Stefan Sperling wrote on Sat, 04 Jan 2020 09:35 +00:00: > Patch files can be mangled during transfer in any number of ways. > Adding workarounds for mangled patches is not a sustainable approach. Perhaps the maintainers of the "patchutils" package would be open to adding a tool that fixes this sor

Re: SVN Patch Vs GNU Patch

2020-01-04 Thread Stefan Sperling
On Fri, Jan 03, 2020 at 11:27:01PM +, Dipu Haridasan wrote: > Hi Team, > > I observed that for `svn patch` to apply properly, the spaces between > filename and revision in the patch must be a tab. However, the GNU patch > works irrespective of the number of spaces between filename and revisi

SVN Patch Vs GNU Patch

2020-01-04 Thread Dipu Haridasan
Hi Team, I observed that for `svn patch` to apply properly, the spaces between filename and revision in the patch must be a tab. However, the GNU patch works irrespective of the number of spaces between filename and revision. For example, the below patch can be applied using the GNU patch, howe