Re: Create a patch from svn
kang <[email protected]>
| Newsgroups | gmane.linux.rsbac |
|---|---|
| Message-ID | <[email protected]> |
On Thursday 30 October 2008 09:55:49 Gergely Loónyai wrote: > Hi, > > Howto create a rsbac-patch from svn repo? I should like to patching other > sources (the mandriva kernel sources) for a test. > > Aleph > _______________________________________________ > rsbac mailing list > [email protected] > http://www.rsbac.org/mailman/listinfo/rsbac hi, checkout both mandriva kernel and rsbac sources and use "diff", or checkout the linux kernel and use diff eg: diff -urNp mandriva-kernel trunk > patch.patch or (better): diff -urNp linux-2.6.27.y trunk > patch.patch man diff for more info You can also use "mr" from rsbac-misc repository at your own risks: svn co svn://rsbac.org/rsbac-misc/mkrelease (and ./mr -a /tmp/1.4.0-rc3 1.4.0-rc3 for example)