How To Create Patch For Stendhal: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Madmetzger
No edit summary
imported>Madmetzger
Line 9: Line 9:
== Eclipse way ==
== Eclipse way ==
{{TODO|describe how to create a patch via Eclipse}}
{{TODO|describe how to create a patch via Eclipse}}
[[File:How-to-create-patch-01.PNG]]
[[File:How-to-create-patch-02.PNG]]
[[File:How-to-create-patch-03.PNG]]

== Command line way ==
== Command line way ==
{{TODO|describe how to create a patch via CLI}}
{{TODO|describe how to create a patch via CLI}}

Revision as of 16:39, 29 March 2010

If you want to contribute to Stendhal with some changes to some files you can ease us integrating the changes if you create a patch file for your changes. There are two neat ways to do that. We are going to describe here how to create a patch on each of this ways.

As a prerequisite for both ways of creating a patch is a checked out version of Stendhal.

Common best practices for patches and CVS

  • keep your local copy of Stendhal regularly up to date to avoid merge conflicts

TODO: list best practice tipps

Eclipse way

TODO: describe how to create a patch via Eclipse

Command line way

TODO: describe how to create a patch via CLI