|
From: <sv...@va...> - 2005-11-09 22:16:26
|
Author: njn Date: 2005-11-09 22:16:20 +0000 (Wed, 09 Nov 2005) New Revision: 226 Log: Add instructions on checking out with http if behind a firewall. 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-01 22:37:00 UTC (rev 225) +++ trunk/downloads/repository.html 2005-11-09 22:16:20 UTC (rev 226) @@ -34,6 +34,19 @@ To build the checked out code, follow the instructions in the <code>README</code> file that the checkout should give you.</p> =20 +<p> +If you are behind a firewall that doesn't allow the svn protocol, you +can do an http checkout instead: +<pre> + svn co --ignore-externals http://svn.valgrind.org/valgrind/trunk + cd trunk + svn propset svn:externals "VEX http://svn.valgrind.org/vex/trunk"=20 + svn up +</pre> +Older versions of Subversion may not support the +<code>--ignore-externals</code> flag. +</p> + <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, |