[SDL] SVN Contributions

Kenneth Bull llubnek at gmail.com
Tue Aug 4 17:55:11 PDT 2009


2009/8/4 GMScribe <ali_lowe at sky.com>:
>
> Hello,
>
> I am interested in becoming a contributor to the SDL 1.3 SVN, is this
> possible? If so how may I go about this?

You can submit a bug report or feature request with a patch here:
http://bugzilla.libsdl.org/

You can create a patch by using the svn diff (or di) command on the
modified working copy and piping the results to a new file.

For linux users this looks like:
user at computer ~ $ svn checkout http://svn.libsdl.org/trunk/SDL SDL-1.3
user at computer ~ $ cd SDL-1.3
user at computer ~/SDL-1.3 $

make your changes

user at computer ~/SDL-1.3 $ svn diff >../my-changes-to-SDL.diff

create bug report and upload patch

You can use the same commands on DOS, Windows and probably Mac as long
as you have svn installed.



More information about the SDL mailing list