|
From: <sv...@va...> - 2005-05-05 14:52:36
|
Author: njn Date: 2005-05-05 15:44:58 +0100 (Thu, 05 May 2005) New Revision: 114 Modified: trunk/devel/cvs_svn.html trunk/php/menu.php Log: Update for the KDE CVS->SVN switchover. Modified: trunk/devel/cvs_svn.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/devel/cvs_svn.html 2005-05-05 14:43:31 UTC (rev 113) +++ trunk/devel/cvs_svn.html 2005-05-05 14:44:58 UTC (rev 114) @@ -12,30 +12,36 @@ =20 The development valgrind-3.0 line is now in SVN at valgrind.org.<br /> =20 -The stable valgrind-2.4 line continues to be in CVS at kde.org, -at least for now.</p> +The stable valgrind-2.4 line continues to be kde.org, now also in SVN, a= t +least for now.</p> =20 <p>If you are doing any development work other than bug fixes for 2.4, p= lease -do them on the 3.0 line against the Subversion repository!</p> +do them on the 3.0 line against the valgrind.org repository!</p> =20 =20 <div class=3D"hr_brown"><hr/></div> <h2>The stable valgrind-2.4 line</h2> =20 <p>If you want to browse the 2.4 repository you can use the=20 -web based interface=20 -<a href=3D"http://webcvs.kde.org/cgi-bin/cvsweb.cgi/valgrind/">ViewCVS</= a>.</p> +<a href=3D"http://websvn.kde.org/trunk/valgrind/">web based interface</a= >.</p> =20 -<p>To check out code on the 2.4 line (anonymous, read-only CVS +<p>To check out code on the 2.4 line (anonymous, read-only Subversion access), follow these=20 -<a href=3D"http://developer.kde.org/source/anoncvs.html">anonymous -cvs</a> instructions. To build the result, follow the -instructions in the <code>README</code> file that the checkout -should give you.</p> +<a href=3D"http://developer.kde.org/source/anonsvn.html">anonymous +SVN</a> instructions. <br /> =20 +Or, if you want the short version, to check out the SVN trunk, run:</p> =20 +<pre> +svn co svn://anonsvn.kde.org/home/kde/trunk/valgrind/ +</pre> =20 +<p> +To build the checked out code, follow the instructions in the +<code>README</code> file that the checkout should give you.</p> =20 + + <div class=3D"hr_brown"><hr/></div> <h2>The unstable valgrind-3.0 development line</h2> =20 Modified: trunk/php/menu.php =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/php/menu.php 2005-05-05 14:43:31 UTC (rev 113) +++ trunk/php/menu.php 2005-05-05 14:44:58 UTC (rev 114) @@ -34,7 +34,7 @@ =20 $devel =3D array( array( 'url'=3D>'platforms.html', 'tag'=3D>'Supported Platforms' ), - array( 'url'=3D>'cvs_svn.html', 'tag'=3D>'CVS / SVN Repos' ), + array( 'url'=3D>'cvs_svn.html', 'tag'=3D>'SVN Repos' ), array( 'url'=3D>'guis.html', 'tag'=3D>'Front Ends / GUIs' ) /*array( 'url'=3D>'consultants.html', 'tag'=3D>'Commercial Support' )= */ ); |