You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/06/17 14:18:50 UTC

svn commit: r1493727 - /subversion/site/publish/quick-start.html

Author: danielsh
Date: Mon Jun 17 12:18:50 2013
New Revision: 1493727

URL: http://svn.apache.org/r1493727
Log:
* quick-start.html: Suggest people try GUI clients for quick-start.

Modified:
    subversion/site/publish/quick-start.html

Modified: subversion/site/publish/quick-start.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/quick-start.html?rev=1493727&r1=1493726&r2=1493727&view=diff
==============================================================================
--- subversion/site/publish/quick-start.html (original)
+++ subversion/site/publish/quick-start.html Mon Jun 17 12:18:50 2013
@@ -17,6 +17,27 @@
 
 <h1>Apache Subversion: Quick Start</h1>
 
+<div class="h2" id="gui">
+<h2>Graphical user interface (GUI) clients
+  <a class="sectionlink" href="#gui"
+    title="Link to this section">&para;</a>
+</h2>
+
+<p>If you are not familiar with Subversion, you may be better served by a
+graphical client.  (The Subversion project only maintains a command-line-based
+clients, but a number of third parties maintain graphical clients that build on
+<a href="/docsapi/latest/">our API (for programmers)</a>.)  We do not maintain
+a list of such clients; instead, we recommend you do a Web search for
+<tt>Subversion GUI client</tt>.
+
+</div>
+
+<div class="h2" id="bootstrap">
+<h2>Make an existing directory a working copy of a new repository
+  <a class="sectionlink" href="#bootstrap"
+    title="Link to this section">&para;</a>
+</h2>
+
 <p>The following commands will convert a <tt>./my-directory/</tt> containing
 files into a working copy of a newly-created repository:</p>
 
@@ -51,6 +72,7 @@ $ svn up
 href="http://svnbook.red-bean.com/nightly/en/svn.intro.quickstart.html"
 >quickstart instructions in The Subversion Book</a>.</p>
 
+</div> <!-- bootstrap -->
 
 </div> <!-- #site-content -->
 </body>