Hi, The project has, for the most part, standardized on patches using the --no-prefix option.
As such, they can be applied with: patch -p0 --dry-run < patch patch -p0 < patch I think git apply -p0 would work as well. Brock On Mon, Oct 15, 2012 at 1:13 PM, Cameron Gandevia <[email protected]> wrote: > Hi > > I am having difficulty understanding how to apply some of the patches > submitted for flume-ng. In particular I am trying to apply > https://issues.apache.org/jira/browse/FLUME-1425 but it seems the patch does > not cleanly apply on trunk. I am simply trying to apply it using git apply > is this incorrect? > > Thanks -- Apache MRUnit - Unit testing MapReduce - http://incubator.apache.org/mrunit/
