Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 22 May 2003 15:35:40 +0900 (JST) Message-Id: <20030522.153540.99612744.gotoh@taiyo.co.jp> To: cygwin AT cygwin DOT com Subject: Re: CVS through a proxy From: Shun-ichi GOTO In-Reply-To: References: <64F0F24E4646E644B6AF14331D69F84101D00767 AT orsmsx403 DOT jf DOT intel DOT com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I'm author of 'connect' proxy command. >>>>> at Wed, 21 May 2003 23:10:24 -0400 (EDT), >>>>> Igor Pechtchanski said, > I'm reasonably sure CVS itself doesn't understand proxies. However, you > can use CVS with ssh, and there are numerous options for making ssh work > through SOCKS proxies and such. Just search Google for "ssh proxy" -- the > first match is , which > looks relevant, and there may be others. If you want to use ssh beyond the firewall, 'connect' is good for you. It use SOCKS4/5 or https CONNECT method on both UNIX or Windows platform. It is also good for CVS :ext: method, of course. But 'connect' program doesn't effects for CVS :pserver: method. There's many patches for HTTP proxy (using HTTPS CONNECT method). And I also have one easy patch which adds SOCKS4/5 support for :pserver: method. If you want to use SOCKS from Windows, try this. http://www.imasy.or.jp/~gotoh/cvs-socks/cvs-1.11.5-tsocks-1.12.diff And see this page to know how to use http://www.imasy.or.jp/~gotoh/cvs-socks/ To use it, you must apply it to original cvs-1.11.5, then configure and compile it. Or try binary I compiled. http://www.imasy.or.jp/~gotoh/cvs-socks/cvs-1.11.5-tsocks-1.12.exe.gz ## Note that it is for bare cvs-1.11.5. So it is not well considered ## around cygwin. (ex. binary/text mount, etc.) ## I'm using this patch since two years ago. ## I can't live without this (and 'connect'). --- Regards, Shun-ichi Goto R&D Group, TAIYO Corp., Tokyo, JAPAN -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/