Ganesh Jayaraman wrote:
svn diff of
xml-xindice/src/documentation/content/xdocs/community/howto/compilation/unix.xml
Applied. Only modification I made is I replaced "host:{XINDICE_HOME}>" with
simple "$" for cleaner look. Now you need to patch windows.xml, so that these
two pages stay in sync! :)
Couple of tips:
* Easiest way to produce patch (for all modified files at once) is to use
svn command from xml-xindice directory:
svn diff > my.patch
Or for single file/directory:
svn diff path/to/file > my.patch
* Please send patches as attachments, otherwise mail clients can
wrap long lines and break the patch.
Vadim