From harmony-dev-return-3144-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Tue Jan 17 18:15:51 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 26191 invoked from network); 17 Jan 2006 18:15:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jan 2006 18:15:48 -0000 Received: (qmail 17528 invoked by uid 500); 17 Jan 2006 18:15:20 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 16211 invoked by uid 500); 17 Jan 2006 18:15:11 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 16054 invoked by uid 99); 17 Jan 2006 18:15:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 10:15:10 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [17.250.248.84] (HELO smtpout.mac.com) (17.250.248.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 10:13:59 -0800 Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id k0HIDcKc001874 for ; Tue, 17 Jan 2006 10:13:38 -0800 (PST) Received: from [10.255.1.168] (did.jfax.com [207.213.246.3]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k0HIDY3c021664 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Tue, 17 Jan 2006 10:13:38 -0800 (PST) In-Reply-To: <8140.81.174.169.60.1137519641.squirrel@webmail.eldiablo.co.uk> References: <8056.81.174.169.60.1137517256.squirrel@webmail.eldiablo.co.uk> <20060117171630.GG62178@bali.sjc.webweaving.org> <8140.81.174.169.60.1137519641.squirrel@webmail.eldiablo.co.uk> Mime-Version: 1.0 (Apple Message framework v746.2) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2FED51C8-A2B8-4901-9B9A-FF29E07BF68C@mac.com> Content-Transfer-Encoding: 7bit From: Craig Blake Subject: Re: Subversion problems? Date: Tue, 17 Jan 2006 10:13:35 -0800 To: harmony-dev@incubator.apache.org X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am on a Mac as well, and IIRC when setting up SVN originally I found the binary available from Fink did not support SSL. The binary available from Metassian does, however, and it seems to work pretty well: http://metissian.com/projects/macosx/subversion/ Craig On Jan 17, 2006, at 9:40 AM, el@eldiablo.co.uk wrote: > Ok guys thanks for the responses. > > Geir, George, your right I think, definitely looks like something > my end > now! I was using https://svn.apache.org/repos/asf/incubator/harmony > as the > url for my working copy, and the problems I am having are using the > svn > command line client (v1.2.3, r15833) on Mac OS X. Since you guys > said you > weren't having problems, I tried checking out the classlib from a > dedicated server I've got running FC3 and svn command line client > v1.3.0 > (r17949), and it seems to be working fine! > > Leo, comments inline (apologies for any bad formatting, using > webmail): > >> On Tue, Jan 17, 2006 at 05:00:56PM -0000, el@eldiablo.co.uk wrote: >>> Hi guys, >>> >>> I've just tried updating my Harmony tree from Subversion, but I'm >>> getting >>> this error: >>> >>> svn: SSL is not supported >> >> This means your svn client was compiled without SSL support (or >> the webdav >> lib that svn uses, neon, was compiled without SSL support).