From: Nicholas Nethercote Date: Sun, 10 Jul 2005 15:10:29 +0000 (+0000) Subject: Remove very old info about the CVS repo at Sourceforge. X-Git-Tag: svn/VALGRIND_3_0_0~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8662829191544aebed18d978ee36e7983120db2;p=thirdparty%2Fvalgrind.git Remove very old info about the CVS repo at Sourceforge. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4144 --- diff --git a/docs/xml/writing-tools.xml b/docs/xml/writing-tools.xml index 2bc552e7e1..06a377f61c 100644 --- a/docs/xml/writing-tools.xml +++ b/docs/xml/writing-tools.xml @@ -312,30 +312,11 @@ memory checker. Getting the code -To write your own tool, you'll need to check out a copy of -Valgrind from the CVS repository, rather than using a packaged -distribution. This is because it contains several extra files -needed for writing tools. - -To check out the code from the CVS repository, first login: - - -Then checkout the code. To get a copy of the current -development version (recommended for the brave only): - - -To get a copy of the stable released branch: - valgrind]]> - -where <TAG> has the -form VALGRIND_X_Y_Z for version -X.Y.Z. +To write your own tool, you'll need the Valgrind source code. +A normal source distribution should do, although you might want to +check out the latest code from the Subversion repository. See the +information about how to do so at the +Valgrind website.