Dear Richard,
I must admit that I'm a bit lost.

On Sat, May 25, 2013 at 12:20 AM, Richard Heck <rgh...@lyx.org> wrote:
> Try:
>     git apply FILE.patch
> That should work. The patches are based off 01add2d52f, so you could do:
>     git checkout -b Chunks 01add2d52f
> first, if you want.
>
I tried to apply the patches but failed. If I do:
root@liv-laptop:/home/liv/Build/lyx# git checkout -b Chunks 01add2d52f
Switched to a new branch 'Chunks'

and then:
>git apply "0001-Liviu-s-chunk-patch.patch"  (5272)
0001-Liviu-s-chunk-patch.patch:74: trailing whitespace.
# Literate Chunk inset definitions.
0001-Liviu-s-chunk-patch.patch:79: trailing whitespace.
# Note that this file is included in sweave.module,
0001-Liviu-s-chunk-patch.patch:80: trailing whitespace.
# knitr.module and noweb.module.
warning: 3 lines add whitespace errors.
>git apply "0001-Liviu-s-chunk-patch.patch" (5272) returned '0'

>git apply "0002-A-start-on-lyx2lyx-for-chunks.patch"  (5513)
0002-A-start-on-lyx2lyx-for-chunks.patch:32: trailing whitespace.

0002-A-start-on-lyx2lyx-for-chunks.patch:34: trailing whitespace.

0002-A-start-on-lyx2lyx-for-chunks.patch:58: trailing whitespace.

0002-A-start-on-lyx2lyx-for-chunks.patch:65: trailing whitespace.

0002-A-start-on-lyx2lyx-for-chunks.patch:67: trailing whitespace.

warning: squelched 11 whitespace errors
warning: 16 lines add whitespace errors.
>git apply "0002-A-start-on-lyx2lyx-for-chunks.patch" (5513) returned '0'


I must be doing something wrong, but I'm not sure how to do it right.
Please advise.

Liviu

Reply via email to