File: PATCHES

package info (click to toggle)
clanlib 1.0~svn3827-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 24,600 kB
  • sloc: cpp: 101,591; xml: 6,410; makefile: 1,743; ansic: 463; perl: 424; php: 247; sh: 53
file content (23 lines) | stat: -rw-r--r-- 998 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Due to the modest volume of patches we get and because all recent patches that
have come in are rather hairy, here is a summary of how to create patches for ClanLib.

Diffing
===================================
Use 'diff -u > mypatch.patch' or 'svn diff > mypatch.patch' from within
the ClanLib (trunk) directory. This is contextual diff, it provides more
information so it easier to examine the changes before applying.

If you're using Windows, the TortoiseSVN utility
(http://tortoisesvn.tigris.org/) can easily create patches. Right click
your ClanLib directory (or trunk), and select TortoiseSVN->Create Patch.

Submitting
===================================
Please submit patches to our Developer Chat section on the forums:
http://www.rtsoft.com/forums/forumdisplay.php?f=16

Describing
===================================
You should describe what your patch does. Please no 'This fixes a bug'.
Tell us which bug, in what component. Generally, be descriptive without
being needless verbose.