|
From: <sv...@va...> - 2005-11-14 21:17:09
|
Author: njn Date: 2005-11-14 21:17:04 +0000 (Mon, 14 Nov 2005) New Revision: 228 Log: Clarify old vs. new repository details. Modified: trunk/downloads/repository.html Modified: trunk/downloads/repository.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/downloads/repository.html 2005-11-11 17:33:41 UTC (rev 227) +++ trunk/downloads/repository.html 2005-11-14 21:17:04 UTC (rev 228) @@ -6,24 +6,24 @@ code at the leading edge of the development effort. Such code may not work properly.</p> =20 -<p>The actively developed valgrind-3.0 line is in a +<p>The actively developed, current (v3.0 and later) code is in a <a href=3D"http://subversion.tigris.org/">Subversion</a> (SVN) repositor= y at valgrind.org.<br /> =20 -The old valgrind-2.4 line, also in SVN, is hosted by kde.org, -at least for the moment.</p> +The old (v2.4 and earlier) code, also in an SVN repository, is hosted by +kde.org, at least for the moment.</p> =20 -<p>If you are doing any development work, please do it on the 3.0 line -against the valgrind.org repository!</p> +<p>If you are doing any development work, please do it using the +code from the current repository at valgrind.org!</p> =20 =20 <div class=3D"hr_brown"><hr/></div> -<h2>The Valgrind-3.0 development line</h2> +<h2>The Current (3.0 and later) Repository</h2> =20 -<p>If you want to browse the 3.0 repository you can use the -<a href=3D"http://svn.valgrind.org/">web interface</a>.</p> +<!--<p>If you want to browse the current repository you can use the +<a href=3D"http://svn.valgrind.org/">web interface</a>.</p>--> =20 -<p>To check out code on the 3.0 line (anonymous, read-only SVN=20 +<p>To check out code from the current repository (anonymous, read-only S= VN access), do this:</p> =20 <pre> @@ -47,20 +47,20 @@ <code>--ignore-externals</code> flag. </p> =20 -<p><b>Note:</b> as of October 2005, the 3.0 line works well on x86/Linux -<b>and AMD64/Linux</b>. On <b>PPC32/Linux</b> it works reasonably well -and is under active development. If you are interested in PPC32/Linux, -the code should be stable enough to be worth trying out. +<p><b>Note:</b> as of October 2005, the code from the 3.0+ repository wo= rks +well on x86/Linux <b>and AMD64/Linux</b>. On <b>PPC32/Linux</b> it work= s +reasonably well and is under active development. If you are interested = in +PPC32/Linux, the code should be stable enough to be worth trying out. </p> =20 =20 <div class=3D"hr_brown"><hr/></div> -<h2>The old Valgrind-2.4 line</h2> +<h2>The Old (2.4 and earlier) Repository</h2> =20 -<p>If you want to browse the 2.4 repository you can use the=20 +<p>If you want to browse the old repository you can use the=20 <a href=3D"http://websvn.kde.org/trunk/valgrind/">web interface</a>.</p> =20 -<p>To check out code on the 2.4 line (anonymous, read-only Subversion +<p>To check out code from the old repository (anonymous, read-only Subve= rsion access), follow these=20 <a href=3D"http://developer.kde.org/source/anonsvn.html">anonymous SVN</a> instructions. <br /> |