Author: cmpilato
Date: Fri Jun 10 16:34:03 2011
New Revision: 1134375
URL: http://svn.apache.org/viewvc?rev=1134375&view=rev
Log:
* site/publish/download/download.html
Lose all the redundant stuff about building, checking out from
version control, nightlies, etc., leaving just a pointer to the
Source Code page for those details.
* site/publish/source-code.html
Point folks to the Download page for, you know, downloads.
Modified:
subversion/site/publish/download/download.html
subversion/site/publish/source-code.html
Modified: subversion/site/publish/download/download.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/download/download.html?rev=1134375&r1=1134374&r2=1134375&view=diff
==============================================================================
--- subversion/site/publish/download/download.html (original)
+++ subversion/site/publish/download/download.html Fri Jun 10 16:34:03 2011
@@ -214,70 +214,8 @@ Textutils</a>.</p>
title="Link to this section">¶</a>
</h2>
-<p>You can install Subversion by compiling
- its <a href="#source-releases" >source code release</a> directly, or
- you can install one of the <a href="packages.html" >prepackaged
- binaries</a> if there is one for your operating system. Unless a
- release has "<tt>alpha</tt>", "<tt>beta</tt>", or "<tt>rc</tt>" in
- its name, it is tested and considered stable for production
- use.</p>
-
-<p>When upgrading, just install "on top of" the older release.
- Subversion 1.x is forward-compatible with any newer 1.y. No
- repository upgrade is required. As long as client and server both
- have the same major release number (1), olders clients will work
- with newer servers and newer clients will work with older servers.
- The only caveat is that if the client and server minor release
- numbers don't match (e.g., 1.0 and 1.1), then some of the features
- of the newer release may not be activated.</p>
+<p>For information about what to do with your freshly downloaded
+ source code release, see our <a href="/source-code.html">Source
+ Code</a> page.</p>
</div> <!-- #installing -->
-
-<div class="h2" id="source-svn">
-<h2>Checking Out Subversion
- <a class="sectionlink" href="#source-svn"
- title="Link to this section">¶</a>
-</h2>
-
-<p>Subversion's source code is stored in the
- <code><a href="http://svn.apache.org/repos/asf/subversion"
- >subversion</a></code> tree of the
- main <a href="http://svn.apache.org/repos/asf" >Subversion
- repository of the Apache Software Foundation</a>.
- You can checkout the latest version of the code
- using the following command:</p>
-
-<blockquote>
-<pre>$ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion
-</pre>
-</blockquote>
-
-</div> <!-- #source-svn -->
-
-<div class="h2" id="nightlies">
-<h2>Nightly Source Releases
- <a class="sectionlink" href="#nightlies"
- title="Link to this section">¶</a>
-</h2>
-
-<p>The project also produces nightly source code snapshots based upon the
-latest development sources. These are available as
-<a href="http://ci.apache.org/projects/subversion/nightlies/index.html">nightly
-source releases</a>, and are only recommended for people who would like to
-test cutting-edge new features. <em>These are not for production use!</em></p>
-
-</div> <!-- #nightlies -->
-
-<div class="h2" id="web-access">
-<h2>Web Access
- <a class="sectionlink" href="#web-access"
- title="Link to this section">¶</a>
-</h2>
-
-<p>If you would rather browse the source code, rather than download
- it, you can do so via Apache's <a href="http://viewvc.org"
- >ViewVC</a> instance. Just use the following link:
- <a href="http://svn.apache.org/viewvc/subversion/trunk/"
- >http://svn.apache.org/viewvc/subversion/trunk/</a></p>
-
-</div> <!-- #web-access -->
Modified: subversion/site/publish/source-code.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/source-code.html?rev=1134375&r1=1134374&r2=1134375&view=diff
==============================================================================
--- subversion/site/publish/source-code.html (original)
+++ subversion/site/publish/source-code.html Fri Jun 10 16:34:03 2011
@@ -17,11 +17,6 @@
<h1>Source Code</h1>
-<div class="bigpoint">
-<p>The best available version of Apache Subversion
- is: <a href="docs/release-notes/1.6.html">1.6.17</a></p>
-</div> <!-- .bigpoint -->
-
<p>You can install Subversion by compiling
its <a href="#source-release" >source code release</a> directly, or
you can install one of the <a href="packages.html" >prepackaged
@@ -48,20 +43,19 @@
<p>To build Subversion from a source code release:</p>
<ol>
- <li><p>Download the latest distribution from the <a
-
href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=74"
- >Source Releases Area</a>.<br />
- Windows users should download <tt>.zip</tt> files. For all other operating
- systems, download <tt>.tar.gz</tt> or <tt>.tar.bz2</tt> files.</p></li>
+ <li><a href="/download/">Download</a> the latest source code
+ distribution or <a href="#source-svn">checkout</a> the source code
+ from version control.</li>
- <li><p>Build and install it according to the instructions in the
+ <li>Build and install it according to the instructions in the
<a
href="http://svn.apache.org/repos/asf/subversion/trunk/INSTALL">INSTALL</a>
- file in the top level of the distribution. You will end up with a
- 'svn' binary in the <tt>subversion/svn/</tt> subdirectory
- (or installed in <tt>/usr/local/bin/</tt>, if you ran
- 'make install'.)</p></li>
+ file in the top level of the distribution.</li>
</ol>
+<p>When your build is complete, you should find the 'svn' binary in
+ the <tt>subversion/svn/</tt> subdirectory (or installed
+ in <tt>/usr/local/bin/</tt>, if you ran 'make install').</p>
+
</div> <!-- #source-release -->
<div class="h2" id="source-svn">