From f8662829191544aebed18d978ee36e7983120db2 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Sun, 10 Jul 2005 15:10:29 +0000 Subject: [PATCH] Remove very old info about the CVS repo at Sourceforge. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4144 --- docs/xml/writing-tools.xml | 29 +++++------------------------ 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/docs/xml/writing-tools.xml b/docs/xml/writing-tools.xml index 2bc552e7e..06a377f61 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.