Little gotcha to be aware of: the doc files that are currently in the
repository have DOS-style newlines, and if you edit them in XMLmind's
XML Editor, they end up with UNIX-style newlines. This causes Subversion
to consider each and every line as changed (while TortoiseSVN properly
displays the diff). Probably best to leave the doc files' newlines as
CRLF (I think Chris Buechler, who maintains the documentation, doesn't
use XMLmind anyway).
- Manuel
svn at m0n0 dot ch wrote:
> Author: mkasper
> Date: 2006-01-10 19:48:44 +0100 (Tue, 10 Jan 2006)
> New Revision: 39
>
> Modified:
> doc/trunk/dev/image-guide.xml
> Log:
> Developer's guide:
> - change PHP compilation instructions to include RADIUS PECL module
> - modify racoon compilation instructions for ipsec-tools
> - replace PATCHDIR by MWPATCHDIR (clashed with ports scripts)
> - add instructions to get phpconf/webgui from repository
>
> Modified: doc/trunk/dev/image-guide.xml
> ===================================================================
> --- doc/trunk/dev/image-guide.xml 2006-01-10 18:08:15 UTC (rev 38)
> +++ doc/trunk/dev/image-guide.xml 2006-01-10 18:48:44 UTC (rev 39)
> @@ -1,1170 +1,1208 @@
> -<?xml version="1.0" encoding="UTF-8"?>
> -<!-- $Id: image-guide.xml,v 1.1 2005/09/26 00:53:14 chris Exp $ -->
> -<chapter>
> - <?dbhtml filename="image-guide.html"?>
> -
> - <title>The complete guide to building a m0n0wall image from scratch</title>
> -
> ...
|