On 05/24/2013 05:55 PM, Liviu Andronic wrote:
On Thu, May 23, 2013 at 10:11 PM, Richard Heck <rgh...@lyx.org> wrote:
I have posted a lyx2lyx conversion routine to the bug report
     http://www.lyx.org/trac/ticket/8588#comment:23
Please test and let me know if there are problems. If so, please post the

Richard, I'm afraid I'm having problems with applying the patches.
Using latest trunk I tried all combinations between
patch < %f

to
patch -p3 < %f

but I keep getting skipped patches and rejected hunks. How should I
apply the patches?

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.

rh

Reply via email to