On Mon, Jan 20, 2020 at 1:31 AM ДЕНИС КОсолапов wrote:
>
> On 2020/01/03 23:27:01 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
> n
On 2020/01/03 23:27:01 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 revision. For example, the below
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
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
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