John Criswell
2011-Jul-18 21:34 UTC
[LLVMdev] Magic Incanatation to apply "svn diff" patches
Dear All, Dumb question: if I create a patch against LLVM mainline using svn diff, what is the magic incantation of the patch command that will apply that patch to another unmodified LLVM tree. Thanks in advance, -- John T.
Do you mean "patch"? patch -p0 < mypatch.diff If not, what are you trying to do that's different? Hope this helps, ~Will On Mon, Jul 18, 2011 at 4:34 PM, John Criswell <criswell at illinois.edu> wrote:> Dear All, > > Dumb question: if I create a patch against LLVM mainline using svn diff, > what is the magic incantation of the patch command that will apply that > patch to another unmodified LLVM tree. > > Thanks in advance, > > -- John T. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
John Criswell
2011-Jul-18 21:54 UTC
[LLVMdev] Magic Incanatation to apply "svn diff" patches
On 7/18/11 4:44 PM, Will Dietz wrote:> Do you mean "patch"? > > patch -p0< mypatch.diff > > If not, what are you trying to do that's different?No, that's what I needed. I didn't realize I had to have the -p0. Thanks. -- John T.> > Hope this helps, > > ~Will > > On Mon, Jul 18, 2011 at 4:34 PM, John Criswell<criswell at illinois.edu> wrote: >> Dear All, >> >> Dumb question: if I create a patch against LLVM mainline using svn diff, >> what is the magic incantation of the patch command that will apply that >> patch to another unmodified LLVM tree. >> >> Thanks in advance, >> >> -- John T. >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>