From: <pst...@us...> - 2008-05-16 19:09:01
|
Revision: 536 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=536&view=rev Author: pstieber Date: 2008-05-16 12:08:33 -0700 (Fri, 16 May 2008) Log Message: ----------- Applied a patch provided by Donald B. Moore. I changed 'Reporting Bugs' to a link to the page. Modified Paths: -------------- web/htdocs/subversion/index.php Modified: web/htdocs/subversion/index.php =================================================================== --- web/htdocs/subversion/index.php 2008-05-16 19:02:41 UTC (rev 535) +++ web/htdocs/subversion/index.php 2008-05-16 19:08:33 UTC (rev 536) @@ -21,37 +21,54 @@ the world to collaborate with one another on the same software and store the source code in a central location, accessible to all. </p> + <p> Linux distributions and Mac OS X supply command-line clients for Subversion. <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> is an easy to use Subversion client for Windows that is integrated into the windows explorer. </p> + <p> The code in the Subversion repository can be unstable at times. Building the -code will take some effort on your part, but we have provided instructions for -building the source code, so this should also be possible for "non-developers" -to complete successfully. +code will take a little effort on your part, but we have provided detailed +instructions for building the source code, so this process should also be +possible for "non-developers" to complete successfully. </p> + <p> Since Jazz++ is currently in a development state, code from the Subversion repository is the best place to get the latest fixes and features as they are -added. Until we reach the point when we are creating binaries to download, we -hope you will give building Jazz++ from Subversion a try. +added. Until we reach the point where we are creating binaries to download, +we hope you will give building Jazz++ from Subversion a try. </p> + +<p> +If you do build Jazz++ from the Subversion repository to try it out, and in +that process think you have discovered a bug or other problem with the way +Jazz++ currently performs, please read our +<a href="/bugreports/">Reporting Bugs</a> +page to find out exactly how you can get together the relevant information +needed to help developers improve and refine Jazz++. +</p> + <h3>Retrieving the source using Subversion</h3> <p> To obtain the current development code, type the following in a terminal: </p> + <code> svn co https://jazzplusplus.svn.sourceforge.net/svnroot/jazzplusplus/trunk/jazz jazz </code> + <p> To obtain the entire Subversion repository, including branches with old builds use: </p> + <code> svn co https://jazzplusplus.svn.sourceforge.net/svnroot/jazzplusplus jazzplusplus </code> + <?php require_once('../include/footer.php'); ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |