From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3461 invoked from network); 8 May 2000 16:31:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 May 2000 16:31:40 -0000 Received: (qmail 6420 invoked by alias); 8 May 2000 16:31:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11265 Received: (qmail 6408 invoked from network); 8 May 2000 16:31:32 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) Date: Mon, 8 May 2000 20:31:28 +0400 (MSD) From: Andrej Borsenkow X-Sender: bor@itsrm2.mow.siemens.ru To: ZSH workers mailing list Subject: RE: cvs [update aborted]: reading from server: Protocol error In-Reply-To: <000001bfb762$c9c25f20$21c9ca95@mow.siemens.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE On Sat, 6 May 2000, Andrej Borsenkow wrote: > > > > I'm using SOCKS5 patched CVS 1.10.8. I can do login and I see with > > tcpdump that it really tries to contact at least SOCKS server in > > update - with the above message. > > >=20 > Hmm ... is it the valid CVS response (after tcpdump -x)? >=20 > bor@itsrm2% xxd -r -p /tmp/foo.1 | less > E^@^@3^@^@5^Ft=DA=E1)xP^X=D2^@^Oa^@^@I LOVE Y >=20 Yes, this is valid response (just look through cvs source :-) The problem is SOCKS - I once compiled cvs with SOCKS5 and lost modifications. Now I tried to do it once more - without success; I tried it both with 1.10 and 1.10.8 with basically the same results. Obviously, something more is needed than just including socks.h and compiling with -DSOCKS. When I'm back, I probably try to make real patch for CVS+SOCKS stuff =2E.. currently, I just restored old copy that works. -andrej