You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ma...@apache.org on 2010/01/26 15:43:46 UTC

svn commit: r903245 - in /subversion/site/publish: getting.html site-nav.html source-code.html

Author: markphip
Date: Tue Jan 26 14:43:46 2010
New Revision: 903245

URL: http://svn.apache.org/viewvc?rev=903245&view=rev
Log:
Consolidate the two pages related to getting source code into one and
add link to binary packages to the site navigation.

* site/publish/site-nav.html
  Replaced "Latest Release" with "Binary Packages" and adjusted link.

* site/publish/source-code.html
  Consolidated the source release content from getting.html.

* site/publish/getting.html
  Deleted.

Removed:
    subversion/site/publish/getting.html
Modified:
    subversion/site/publish/site-nav.html
    subversion/site/publish/source-code.html

Modified: subversion/site/publish/site-nav.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/site-nav.html?rev=903245&r1=903244&r2=903245&view=diff
==============================================================================
--- subversion/site/publish/site-nav.html (original)
+++ subversion/site/publish/site-nav.html Tue Jan 26 14:43:46 2010
@@ -12,7 +12,7 @@
   </li>
   <li>Getting Subversion
     <ul>
-      <li><a href="/getting.html">Latest Release</a></li>
+      <li><a href="/packages.html">Binary Packages</a></li>
       <li><a href="/source-code.html">Source Code</a></li>
     </ul>
   </li>

Modified: subversion/site/publish/source-code.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/source-code.html?rev=903245&r1=903244&r2=903245&view=diff
==============================================================================
--- subversion/site/publish/source-code.html (original)
+++ subversion/site/publish/source-code.html Tue Jan 26 14:43:46 2010
@@ -17,6 +17,50 @@
 
 <h1>Source Code</h1>
 
+<div class="bigpoint">
+<p>The best available version of Subversion
+   is:&nbsp;<a href="docs/release-notes/1.6.html">1.6.9</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
+   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>
+
+<div class="h2" id="source-release" title="source-release">
+<h2>Source Release</h2>
+
+<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&amp;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><p>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>
+</ol>
+
+</div>   <!-- source-release -->
+
 <h2 id="source-svn">Checking Out Subversion</h2>
 
 <p>Subversion's source code is stored in the