How to create a patch

Windows

UNIX

  • svn diff DIRECTORY/FILE > patch.txt

How to submit a patch

Please upload patches to Bugzilla instead sending them via the mailing lists.

How to apply a patch

Windows

  • Download patch exec for Windows
  • start -> Control Panel -> System -> Advanced -> Environment Variables -> Edit Use Variable Path (...;C:\Program Files\GnuWin32\bin
  • start -> Run -> cmd -> patch --help

UNIX

  • patch -p0 < patch.txt


Your comments are much appreciated

Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.