|
From: Mineeva, T. A <tat...@in...> - 2017-05-10 16:13:39
|
Hello Ivo, Could you please explain how to connect to Valgrind SVN through 'socat' tunneling? Also, do I understand correctly that the Git repository does not update along with the svn trunk yet? The latest Git commit I can pull is from March, 4, "Convert release-HOWTO.txt from SVN to GIT". Regards, Tanya -----Original Message----- From: Knapp, Rashawn L Sent: Thursday, March 30, 2017 12:41 AM To: Ivo Raisr <iv...@iv...>; Mineeva, Tatyana A <tat...@in...> Cc: val...@li... Subject: RE: [Valgrind-developers] Valgrind repository access and AVX-512 development progress Thank you everyone who offered svn and git access help. For now, we have resolved the git clone issue; we will tackle the svn checkout late. We did need to contact corporate system administrators and we were able to resolve our git clone issue using, as Ivo suggests, socat and configuration file creations which identify the correct proxy server and protocol. The difficult part was that this was not straightforward for us as the process on our end was different this time for this public git repo. Regards, -Rashawn -----Original Message----- From: Ivo Raisr [mailto:iv...@iv...] Sent: Wednesday, March 29, 2017 2:30 PM To: Mineeva, Tatyana A <tat...@in...> Cc: val...@li... Subject: Re: [Valgrind-developers] Valgrind repository access and AVX-512 development progress 2017-03-29 18:21 GMT+02:00 Julian Seward <js...@ac...>: > On 29/03/17 17:54, Mineeva, Tatyana A wrote: >> Our team cannot access the Valgrind Subversion repository: >> $ svn co svn://svn.valgrind.org/valgrind/trunk valgrind >> svn: Can't connect to host 'svn.valgrind.org': Connection timed out >> Is the this repository functional, or should we switch to the git repository? > > The SVN repo works fine. I've been using it this afternoon and > committed to it just a few minutes ago. So as Eliot says, this is > probably a corporate firewall problem. Such things have happened before. Indeed, corporate proxy problem. Unfortunately svn.valgrind.org does not offer access via http:// (which would allow to specify http proxy at hand). So in our corporate settings, I ended up with a horrible hack using 'socat' tunneling. I can share details if you are interested. >> We do not currently have success cloning the Valgrind git repository: >> $ git clone git://sourceware.org/git/valgrind.git >> Cloning into 'valgrind'... >> fatal: unable to connect to sourceware.org: >> sourceware.org[0: 209.132.180.131]: errno=Connection timed out > > I don't know. Ivo might know more. Ivo? Two commets here: 1) valgrind.git at sourceware.org is still unofficial, testing repo. And it will remain so until migration from SVN to GIT happens, which is bound after 3.13 release is done. 2) Again, your corporate firewall is blocking access here. I. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Valgrind-developers mailing list Val...@li... https://lists.sourceforge.net/lists/listinfo/valgrind-developers -------------------------------------------------------------------- Joint Stock Company Intel A/O Registered legal address: Krylatsky Hills Business Park, 17 Krylatskaya Str., Bldg 4, Moscow 121614, Russian Federation This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. |