Comment 13 for bug 896032

Revision history for this message
Renegade (renegade) wrote :

That applied just fine, thank you. :)

Sidenote: For future changes, patch files usually work better than the whole enchilada.
To create those, all you really have to do is call "svn diff" or the respective function of your GUI subversion client, and upload the generated diff instead of the entire edited file.
That allows us to study the changes, requires less space and packing, and is easily and cleanly applicable.

In this case, you could've done (from a command line) "svn diff > AresManual1420.diff" and uploaded AresManual1420.diff, for example.