[LinuxBIOS] svn question

Robinson Tryon bishop.robinson at gmail.com
Thu Jan 10 04:16:55 CET 2008


On Jan 9, 2008 9:59 PM,  <joe at smittys.pointclark.net> wrote:
> Dumb question, but I can't seem to find any real good docs on svn. How
> to I commit a patch to my local LinuxBIOSV2 copy??

Do you want to commit something to a repository, or do you just want
to patch your local checkout?

To merge a patch into your local svn checkout you can use the 'patch'
tool.  Check out the man page for specifics -- but you'll basically
run something like:

  patch /path/to/file /patch/to/patchfile.patch

Here's a couple of examples: http://wiki.creativecommons.org/HOWTO_Patch




More information about the coreboot mailing list