brondsem 2004/03/23 07:24:01
Modified: targets/forrest linking.html linking.pdf contrib.html
contrib.pdf build.html build.pdf
Log:
updates
Revision Changes Path
1.25 +1 -1 xml-site/targets/forrest/linking.html
Index: linking.html
===================================================================
RCS file: /home/cvs/xml-site/targets/forrest/linking.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- linking.html 20 Mar 2004 02:06:59 -0000 1.24
+++ linking.html 23 Mar 2004 15:24:00 -0000 1.25
@@ -906,7 +906,7 @@
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
-<td colspan="1" rowspan="1">Scheme</td><td colspan="1" rowspan="1">Example
'From'</td><td colspan="1" rowspan="1">Example 'To'</td><td colspan="1"
rowspan="1">Description</td>
+<th colspan="1" rowspan="1">Scheme</th><th colspan="1" rowspan="1">Example
'From'</th><th colspan="1" rowspan="1">Example 'To'</th><th colspan="1"
rowspan="1">Description</th>
</tr>
<tr>
1.20 +329 -576 xml-site/targets/forrest/linking.pdf
<<Binary file>>
1.32 +9 -6 xml-site/targets/forrest/contrib.html
Index: contrib.html
===================================================================
RCS file: /home/cvs/xml-site/targets/forrest/contrib.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- contrib.html 10 Mar 2004 16:20:26 -0000 1.31
+++ contrib.html 23 Mar 2004 15:24:01 -0000 1.32
@@ -373,7 +373,7 @@
</li>
</ul>
-<a name="N1000C"></a><a name="Introduction"></a>
+<a name="N1000D"></a><a name="Introduction"></a>
<h3>Introduction</h3>
<div style="margin-left: 0 ; border: 2px">
<p> The Forrest Project is an <a class="external"
href="http://www.opensource.org/">Open Source</a> volunteer project released
@@ -398,7 +398,7 @@
we have work for you! </p>
</div>
-<a name="N1002B"></a><a name="Help+Wanted+Here"></a>
+<a name="N1002C"></a><a name="Help+Wanted+Here"></a>
<h3>Help Wanted Here</h3>
<div style="margin-left: 0 ; border: 2px">
<p> The rest of this document is mainly about contributing new or
@@ -436,7 +436,7 @@
</ul>
</div>
<a name="cvshowto"></a>
- <a name="N1005E"></a><a name="SVN+Usage"></a>
+ <a name="N1005F"></a><a name="SVN+Usage"></a>
<h3>SVN Usage</h3>
<div style="margin-left: 0 ; border: 2px">
<p>An overview of how to use SVN to participate in Forrest development.
@@ -450,7 +450,7 @@
documentation.) </p>
</div>
<a name="ssh"></a>
- <a name="N10078"></a><a
name="SVN+Committer+with+Secure+Shell+access"></a>
+ <a name="N10079"></a><a
name="SVN+Committer+with+Secure+Shell+access"></a>
<h3>SVN Committer with Secure Shell access</h3>
<div style="margin-left: 0 ; border: 2px">
<p>After a developer has consistently provided contributions (code,
@@ -458,9 +458,12 @@
grant this developer commit access to the Subversion repository. </p>
<p>You will need secure access to the repository to be able to commit
patches. The <a href="build.html">building page</a> should have all
the instructions you need to get your machine configured to use the repository.
</p>
+<p>Commits to the SVN repository must go through https: If you have the
codebase
+ checked out via http:, the following will convert it.</p>
+<pre class="code">svn sw --migrate
http://svn.apache.org/repos/asf/xml/forrest/trunk
https://svn.apache.org/repos/asf/xml/forrest/trunk</pre>
</div>
<a name="procedure"></a>
- <a name="N1008C"></a><a
name="Procedure+for+Raising+Development+Issues"></a>
+ <a name="N10095"></a><a
name="Procedure+for+Raising+Development+Issues"></a>
<h3>Procedure for Raising Development Issues</h3>
<div style="margin-left: 0 ; border: 2px">
<p> There are two methods for discussing development and submitting
@@ -494,7 +497,7 @@
enough and the readers eyes glazed over. </p>
</div>
<a name="tips"></a>
- <a name="N100B0"></a><a name="Contribution+Notes+and+Tips"></a>
+ <a name="N100B9"></a><a name="Contribution+Notes+and+Tips"></a>
<h3>Contribution Notes and Tips</h3>
<div style="margin-left: 0 ; border: 2px">
<p> This is a collection of tips for contributing to the project in a
1.22 +133 -169 xml-site/targets/forrest/contrib.pdf
<<Binary file>>
1.5 +10 -12 xml-site/targets/forrest/build.html
Index: build.html
===================================================================
RCS file: /home/cvs/xml-site/targets/forrest/build.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.html 10 Mar 2004 16:20:26 -0000 1.4
+++ build.html 23 Mar 2004 15:24:01 -0000 1.5
@@ -366,10 +366,10 @@
</li>
</ul>
-<a name="N1000C"></a><a name="getting_from_source"></a>
+<a name="N1000D"></a><a name="getting_from_source"></a>
<h3>Getting the Forrest source</h3>
<div style="margin-left: 0 ; border: 2px">
-<a name="N10012"></a><a
name="Step-by-step+Subversion+%28SVN%29+instructions"></a>
+<a name="N10013"></a><a
name="Step-by-step+Subversion+%28SVN%29+instructions"></a>
<h4>Step-by-step Subversion (SVN) instructions</h4>
<div style="margin-left: 0 ; border: 2px">
<div class="frame note">
@@ -380,21 +380,19 @@
<li>Make sure you have a recent release of <a class="external"
href="http://subversion.tigris.org/">Subversion</a> installed.</li>
-<li>At a command prompt, enter "<span class="codefrag">svn co
https://svn.apache.org/repos/asf/xml/forrest/trunk forrest</span>"</li>
-
-<li>This will create a directory called
- "<span class="codefrag">forrest</span>" where the Forrest source
will be stored.</li>
+<li>At a command prompt, enter "<span class="codefrag">svn co
http://svn.apache.org/repos/asf/xml/forrest/trunk forrest</span>"</li>
+
+<li>This will create a directory called "<span
class="codefrag">forrest</span>" where the Forrest source will be stored.</li>
</ol>
-<p>In case you want to update your Forrest source tree to the current
- version, change to the "<span class="codefrag">forrest</span>"
directory and invoke
- "<span class="codefrag">svn up</span>".</p>
+<p>In case you want to update your Forrest source tree to the current
version, change to the
+"<span class="codefrag">forrest</span>" directory and invoke "<span
class="codefrag">svn up</span>".</p>
<p>To see what changes you've made, invoke "<span class="codefrag">svn
stat</span>"</p>
</div>
</div>
-<a name="N10046"></a><a name="building"></a>
+<a name="N10047"></a><a name="building"></a>
<h3>Building and Installing Forrest</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -435,8 +433,8 @@
</pre>
<p>
After updating the Forrest source from SVN, or after you have made
changes, you
- will need to build forrest again. In Windows, run <span
class="codefrag">build clean</span> then
- <span class="codefrag">build</span>. In Unix, run <span
class="codefrag">./build.sh clean</span> then <span
class="codefrag">./build.sh</span>
+ will need to build forrest again. In Windows, run <span
class="codefrag">build</span>. In Unix,
+ run <span class="codefrag">./build.sh</span>
</p>
</div>
1.5 +31 -31 xml-site/targets/forrest/build.pdf
<<Binary file>>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]