[rsbac] Create a patch from svn

kang kang at insecure.ws
Fri Oct 31 12:37:29 CET 2008


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
> rsbac at rsbac.org
> 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)




More information about the rsbac mailing list