Author: crossley
Date: Sat Apr 14 17:36:34 2007
New Revision: 528899
URL: http://svn.apache.org/viewvc?view=rev&rev=528899
Log:
Encourage only developers to use SVN.
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/build.xml
Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/build.xml?view=diff&rev=528899&r1=528898&r2=528899
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/build.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/build.xml Sat Apr 14
17:36:34 2007
@@ -24,7 +24,7 @@
<section id="getting_from_source">
<title>Getting the Forrest source</title>
<section>
- <title>Step-by-step Subversion (SVN) instructions</title>
+ <title>Step-by-step Subversion (SVN) instructions for
developers</title>
<note>
If you are behind a proxy, see
<link href="http://subversion.tigris.org/project_faq.html#proxy">this
@@ -54,6 +54,15 @@
SVN is really powerful. See
<link href="http://svnbook.red-bean.com/">Version Control with
Subversion</link> - the opensource SVN book.
+ </p>
+ </section>
+ <section id="release">
+ <title>Sources are also available in the release</title>
+ <p>
+ Each release of forrest contains a copy of all sources as at the time
+ of the release. So the building instructions below do apply to that.
+ Of course the svn method described above will provide the most
up-to-date
+ version for developers.
</p>
</section>
</section>