From users-return-2021-daniel=haxx.se@subversion.apache.org Sat Apr 3 09:30:23 2010 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id o337UMB9001349 for ; Sat, 3 Apr 2010 09:30:22 +0200 Received: (qmail 62132 invoked by uid 500); 3 Apr 2010 07:30:18 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 62125 invoked by uid 99); 3 Apr 2010 07:30:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Apr 2010 07:30:17 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [66.111.4.27] (HELO out3.smtp.messagingengine.com) (66.111.4.27) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Apr 2010 07:30:10 +0000 Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 9354BE9F43; Sat, 3 Apr 2010 03:29:49 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Sat, 03 Apr 2010 03:29:49 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type; s=smtpout; bh=OTmh66xO7kmkSgy7Fmm5/mUWDKQ=; b=C8tJXdF8fPr8mFVe/96MGshXGaNbVp8wHlhQBx83BXDaEP+hXhgJo992U147ZeMd1Imaz60FGXeJebrYHFIFizb8YngQy5732/VoogjWm8Ldy50WO7v/6Y6cF80TdE5cF7T2MTdxhIBNUnqG3F5kMM2QbTTo+yimhnHYbc8+igo= X-Sasl-enc: yst8becZ4wyRwGNmc8LzaMsMqw3vEKw92mM01j8Ko4fEY+6uhdU1OzujXM3yvA 1270279789 Received: from daniel2.local (bzq-79-183-33-10.red.bezeqint.net [79.183.33.10]) by mail.messagingengine.com (Postfix) with ESMTPSA id 9EBD64AEB60; Sat, 3 Apr 2010 03:29:48 -0400 (EDT) Date: Sat, 3 Apr 2010 10:30:24 +0300 (Jerusalem Daylight Time) From: Daniel Shahaf To: Aaron Turner cc: users@subversion.apache.org Subject: Re: Cannot negotiate authentication mechanisim In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Aaron Turner wrote on Fri, 2 Apr 2010 at 18:48 -0700: > So this works fine for me from Linux and TortioseSVN, but from > Windows/Cygwin when I try to check out my repo > (svn://svn.synfin.net/tcpreplay) I get an error "svn: Cannot negotiate > authentication mechanisim". I'm using SASL auth on the backend... > That server only offers DIGEST-MD5 authentication. Natively, Subversion only knows CRAM-MD5 (if the comments in the source are still accurate; `grep MD5 subversion/{svnserve,libsvn_ra_svn}/*`). So I guess you need an svn binary compiled/configured for SASL support, or to configure the server to allow CRAM-MD5. > Anyone know what the solution is? Some issue with how the Cygwin svn > binaries are compiled, or??? > > Thanks. > >