[Yanel-commits] rev 56918 - public/yanel/trunk/src/realms/yanel-website/data-repo/data/download

michi at wyona.com michi at wyona.com
Wed Feb 23 10:17:49 CET 2011


Author: michi
Date: 2011-02-23 10:16:49 +0100 (Wed, 23 Feb 2011)
New Revision: 56918

Modified:
   public/yanel/trunk/src/realms/yanel-website/data-repo/data/download/source-repository.html
Log:
more notes about Mercurial usage added

Modified: public/yanel/trunk/src/realms/yanel-website/data-repo/data/download/source-repository.html
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/data-repo/data/download/source-repository.html	2011-02-22 16:09:52 UTC (rev 56917)
+++ public/yanel/trunk/src/realms/yanel-website/data-repo/data/download/source-repository.html	2011-02-23 09:16:49 UTC (rev 56918)
@@ -13,12 +13,21 @@
 <p>The source code for Yanel lives within a <a href="http://subversion.apache.org">Subversion</a> repository, which can be <a href="http://svn.wyona.com/repos/public/yanel/trunk">found here</a>. You can check out the latest version of Yanel by executing the following command in a shell on your system:</p>
 <pre>svn co http://svn.wyona.com/repos/public/yanel/trunk yanel-trunk</pre>
 <div class="instructions">This will create a new directory called yanel-trunk which contains the latest version of the source code. If you are new to Subversion, take a loot at the <a href="http://subversion.apache.org/docs/">official Subversion documentation</a>. To get started with the source see the <a href="../en/getting-started/index.html">Getting Started</a> guide or the <a href="http://anonymous:anonymous@svn.wyona.com/repos/public/yanel/trunk/README.txt">README.txt</a>.</div>
+
 <h2 class="instructions">Mercurial</h2>
 <p>For developers who prefer to use <a href="http://mercurial.selenic.com">Mercurial</a> instead of Subversion for their day-to-day development, we offer a Mercurial read-only mirror of Yanel's Subversion repository. See <a href="http://hg.wyona.com">hg.wyona.com</a> for access to the repository, and our <a href="../en/development/processes/vcs.html">version control workflow</a> page for more information on the mirror.</p>
+<pre>hg clone http://hg.wyona.com/yanel-mercurial-mirror yanel-hg</pre>
+
+<p>
+If you're new to Mercurial and have generally never worked with
+distributed version control systems before, then take a look at
+<a href="http://hginit.com">http://hginit.com</a> for a good introduction to Mercurial.
+</p>
+
 <h2>Developer Access</h2>
 <p>If you have commits rights to the repository, you check it out using your username and password over SSL.</p>
 <pre>svn co --username USERNAME https://svn.wyona.com/repos/public/yanel/trunk yanel-trunk</pre>
+<p>Please note that as this time, the Subversion repository remains the official, central repository containing the master copy of Yanel. There is no way <span style="line-height: 6px;">to commit to the central Subversion repository using Mercurial yet.</span></p>
 </div>
-<p>Please note that as this time, the Subversion repository remains the official, central repository containing the master copy of Yanel. There is no way <span style="line-height: 6px;">to commit to the central Subversion repository using Mercurial yet.</span></p>
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the Yanel-commits mailing list