Revision: 762 http://rpy.svn.sourceforge.net/rpy/?rev=762&view=rev Author: lgautier Date: 2009-09-14 19:02:18 +0000 (Mon, 14 Sep 2009)
Log Message: ----------- hints to get the right branch from the repository Modified Paths: -------------- trunk/htdocs/templates/rpy2_download.html Modified: trunk/htdocs/templates/rpy2_download.html =================================================================== --- trunk/htdocs/templates/rpy2_download.html 2009-09-14 17:44:43 UTC (rev 761) +++ trunk/htdocs/templates/rpy2_download.html 2009-09-14 19:02:18 UTC (rev 762) @@ -59,6 +59,25 @@ </p> <p> +When using the command-line client, fetching the repository is achieved with: +<pre> +hg clone https://www.bitbucket.org/lgautier/rpy2 +</pre> +and switching to the branch of interest with: +<pre> +hg update -C version_2.0.x +</pre> +or +<pre> +hg update -C version_2.1.x +</pre> +or the very experimental +<pre> +hg update -C version_2.1.x_python3 +</pre> +</p> + +<p> The <a href="rpy2/doc-dev/html/overview.html#installation">documentation for the development version</a> has further instructions regarding the installation process. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list