|
From: Nicholas N. <nj...@cs...> - 2005-11-09 22:18:59
|
On Wed, 5 Oct 2005, Mads Kiilerich wrote: > The description on http://valgrind.org/devel/cvs_svn.html didn't work for me. > I'm behind a firewall which doesn't allow the svn protocol - but http > works fine. > > The following did it for me, using svn, version 1.2.3 (r15833). I > suggest adding a note to cvs_svn.html. > > svn co --ignore-externals http://svn.valgrind.org/valgrind/trunk > cd trunk > svn propedit svn:externals . > # change: VEX svn://svn.valgrind.org/vex/trunk > # to: VEX http://svn.valgrind.org/vex/trunk > svn up I put a modified version up at http://www.valgrind.org/downloads/repository.html: svn co --ignore-externals http://svn.valgrind.org/valgrind/trunk cd trunk svn propset svn:externals "VEX http://svn.valgrind.org/vex/trunk" svn up But I'm not sure if it's correct. When I try it SVN complains about --ignore-externals. I'm using 1.1.3, perhaps that version is too old? And if I omit the --ignore-externals, I get this: [~/grind] svn co http://svn.valgrind.org/valgrind/trunk svn: PROPFIND request failed on '/valgrind/trunk' svn: PROPFIND of '/valgrind/trunk': 405 Method Not Allowed (http://svn.valgrind.org) Can someone confirm if the above invocation works? Thanks. Nick |