[Yanel-commits] rev 47603 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Sun Feb 14 12:39:36 CET 2010


Author: michi
Date: 2010-02-14 12:39:35 +0100 (Sun, 14 Feb 2010)
New Revision: 47603

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/source-repository.xhtml
Log:
client list enhanced

Modified: public/yanel/trunk/src/realms/yanel-website/content/source-repository.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/source-repository.xhtml	2010-02-13 23:14:58 UTC (rev 47602)
+++ public/yanel/trunk/src/realms/yanel-website/content/source-repository.xhtml	2010-02-14 11:39:35 UTC (rev 47603)
@@ -10,7 +10,7 @@
 <div class="instructions">
 <h1>Get the Source of Yanel</h1>
 <p>
-Use <a href="http://subversion.tigris.org">Subversion</a> (SVN clients for Windows: <a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91">CMD</a>, <a href="http://tortoisesvn.tigris.org/">Explorer</a>) to retrieve the Yanel source from <a href="http://svn.wyona.com/repos/public/yanel/trunk">http://svn.wyona.com/repos/public/yanel/trunk</a>:
+Use <a href="http://subversion.tigris.org">Subversion</a> (a list of various SVN clients for Windows, Mac OS X, etc. can be found <a href="#svnclients">here</a>) to retrieve the Yanel source from <a href="http://svn.wyona.com/repos/public/yanel/trunk">http://svn.wyona.com/repos/public/yanel/trunk</a>:
 </p><pre>svn co http://svn.wyona.com/repos/public/yanel/trunk yanel-trunk</pre>
 
 <p>
@@ -24,5 +24,21 @@
 <p>
 </p><pre>svn co --username USERNAME https://svn.wyona.com/repos/public/yanel/trunk yanel-trunk</pre>
 </div>
+
+<a name="svnclients"></a>
+<h2>Various SVN clients</h2>
+<h3>Windows</h3>
+<ul>
+  <li><a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91">Command Line based client</a></li>
+  <li><a href="http://tortoisesvn.tigris.org/">Explorer based client</a></li>
+</ul>
+<h3>Mac OS X</h3>
+<ul>
+  <li><a href="http://www.apple.com/downloads/macosx/development_tools/svnx.html">svnX</a></li>
+</ul>
+<h3>IDE</h3>
+<ul>
+  <li><a href="http://subclipse.tigris.org/">Subclipse</a></li>
+</ul>
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the Yanel-commits mailing list