Author: bpendleton
Date: Sun Oct 2 23:06:00 2016
New Revision: 998759
Log:
DERBY-6898: Improve developer documentation for docs
Modified:
websites/production/db/content/derby/manuals/dita.html
Modified: websites/production/db/content/derby/manuals/dita.html
==============================================================================
--- websites/production/db/content/derby/manuals/dita.html (original)
+++ websites/production/db/content/derby/manuals/dita.html Sun Oct 2 23:06:00
2016
@@ -257,6 +257,18 @@ be committing changes.
</li>
+<li>If you are working on Fedora, or on another platform where the
+system 'svn' executable uses LIBMAGIC, then you need to specify an
+alternate subversion/config file in your home directory to ensure that
+the svn eol style is correct when you are adding new files to subversion
+with svn add. On my Fedora system, this worked:
+<pre class="code">
+*.dita = svn:mime-type=text/xml;svn:eol-style=native
+*.ditamap = svn:mime-type=text/xml;svn:eol-style=native
+</pre>
+
+</li>
+
</ul>
<p>To set up your environment for creating output from DITA-source:
</p>
@@ -280,7 +292,7 @@ set the
</li>
<li>
-<p>For PDF output: Make sure to include the <span
class="codefrag">fop.jar</span>, <span
class="codefrag">avalon-framework-cvs-20020806.jar</span>, and <span
class="codefrag">batik.jar</span> files located in <span
class="codefrag">%DOC_ROOT%/trunk/lib/</span> in your <span
class="codefrag">CLASSPATH</span> environment variable.</p>
+<p>Modify your CLASSPATH to include the <span class="codefrag">fop.jar</span>,
<span class="codefrag">avalon-framework-cvs-20020806.jar</span>, and <span
class="codefrag">batik.jar</span> files located in <span
class="codefrag">%DOC_ROOT%/trunk/lib/</span> in your <span
class="codefrag">CLASSPATH</span> environment variable.</p>
</li>
</ol>