|
From: <sv...@va...> - 2005-07-10 15:11:25
|
Author: njn Date: 2005-07-10 16:10:29 +0100 (Sun, 10 Jul 2005) New Revision: 4144 Log: Remove very old info about the CVS repo at Sourceforge. Modified: trunk/docs/xml/writing-tools.xml Modified: trunk/docs/xml/writing-tools.xml =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/docs/xml/writing-tools.xml 2005-07-10 00:55:26 UTC (rev 4143) +++ trunk/docs/xml/writing-tools.xml 2005-07-10 15:10:29 UTC (rev 4144) @@ -312,31 +312,12 @@ <sect2 id=3D"writing-tools.gettingcode" xreflabel=3D"Getting the code"> <title>Getting the code</title> =20 -<para>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.</para> +<para>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 <ulink url=3D"http://www.valgrind.org/= ">the +Valgrind website</ulink>.</para> =20 -<para>To check out the code from the CVS repository, first login:</para> -<programlisting><![CDATA[ -cvs -d:pserver:ano...@cv...:/cvsroot/valgrind -login]]></programlisting> - -<para>Then checkout the code. To get a copy of the current -development version (recommended for the brave only):</para> -<programlisting><![CDATA[ -cvs -z3 -d:pserver:ano...@cv...:/cvsroot/valgr= ind=20 -co valgrind]]></programlisting> - -<para>To get a copy of the stable released branch:</para> -<programlisting><![CDATA[ -cvs -z3 -d:pserver:ano...@cv...:/cvsroot/valgr= ind -co -r <TAG> valgrind]]></programlisting> - -<para>where <<computeroutput>TAG</computeroutput>> has the -form <computeroutput>VALGRIND_X_Y_Z</computeroutput> for version -X.Y.Z.</para> - </sect2> =20 =20 |