|
From: Ivo R. <iv...@iv...> - 2017-05-11 08:51:02
|
2017-05-10 18:13 GMT+02:00 Mineeva, Tatyana A <tat...@in...>: > Hello Ivo, > > Could you please explain how to connect to Valgrind SVN through 'socat' tunneling? Sure. The magic incantation is: socat TCP4-LISTEN:3690,reuseaddr,fork "PROXY:<your-proxy-servername-here>:svn.valgrind.org:3690,proxyport=<your-proxy-port-here>" & Then do something along these lines: svn co --ignore-externals "svn://localhost:3690/valgrind/trunk" valgrind svn co --ignore-externals "svn://localhost:3690/vex/trunk" valgrind/VEX > Also, do I understand correctly that the Git repository does not update along with the svn trunk yet? It is currently for testing only. I'll update it with the latest SVN commits tomorrow. I. |