|
From: <sv...@va...> - 2011-11-24 17:37:01
|
Author: florian Date: 2011-11-24 17:32:20 +0000 (Thu, 24 Nov 2011) New Revision: 445 Log: Update instructions for accessing the old valgrind repository. Modified: trunk/downloads/repository.html Modified: trunk/downloads/repository.html =================================================================== --- trunk/downloads/repository.html 2011-11-24 17:08:09 UTC (rev 444) +++ trunk/downloads/repository.html 2011-11-24 17:32:20 UTC (rev 445) @@ -88,21 +88,18 @@ <div class="hr_brown"><hr/></div> -<h2>The Old (2.4 and earlier) Repository</h2> +<h2>The Old (2.4.1 and earlier) Repository</h2> -<p>If you want to browse the old repository you can use the -<a href="http://websvn.kde.org/trunk/valgrind/">web interface</a>.</p> - -<p>To check out code from the old repository (anonymous, read-only Subversion -access), follow these -<a href="http://developer.kde.org/source/anonsvn.html">anonymous -SVN</a> instructions. <br /> - -Or, if you want the short version, to check out the SVN trunk, run:</p> - +<p>The old valgrind repository is no longer available. Only code drops +of old valgrind releases are. To see what is out there, issue this command: <pre> - svn co svn://anonsvn.kde.org/home/kde/trunk/valgrind/ + svn ls svn://anonsvn.kde.org/tags/valgrind </pre> +Then you can check out the code for an old release like so: +<pre> + svn co svn://anonsvn.kde.org/tags/valgrind/X.Y.Z valgrind-X.Y.Z +</pre> +by replacing X.Y.Z with an actual release number.</p> <p> To build the checked out code, follow the instructions in the |