Re: Subversion problems?

2006-01-18 Thread Karan Malhi
I had the same issues. rm -Rf and another checkout worked. On 1/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Well I tried the pre-compiled Subversion packages that were suggested, and > they work a treat! Thanks Craig. > > It seems that between my lack of SSL support, and some connectio

Re: Subversion problems?

2006-01-18 Thread el
Well I tried the pre-compiled Subversion packages that were suggested, and they work a treat! Thanks Craig. It seems that between my lack of SSL support, and some connection problems yesterday (causing the chunk errors), the problems were all at my end. Seems to be resolved now though, and this mo

Re: Subversion problems?

2006-01-17 Thread Geir Magnusson Jr
That's the one that I use and haven't ever had a problem. geir Craig Blake wrote: 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: h

Re: Subversion problems?

2006-01-17 Thread Craig Blake
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

Re: Subversion problems?

2006-01-17 Thread el
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

Re: Subversion problems?

2006-01-17 Thread Leo Simons
On Tue, Jan 17, 2006 at 05:00:56PM -, [EMAIL PROTECTED] 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, ne

Re: Subversion problems?

2006-01-17 Thread George Harley1
aries in there. What SVN client are you using ? Best regards, George George C. Harley [EMAIL PROTECTED] 17/01/2006 17:00 Please respond to harmony-dev@incubator.apache.org To harmony-dev@incubator.apache.org cc Subject Subversion problems?

Re: Subversion problems?

2006-01-17 Thread Geir Magnusson Jr
I just did a quick checkout, and things seem to be ok. try svn co https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk (one line) That will get you head automatically geir [EMAIL PROTECTED] wrote: Hi guys, I've just tried updating my Harmony tree from Subversion,

Subversion problems?

2006-01-17 Thread el
Hi guys, I've just tried updating my Harmony tree from Subversion, but I'm getting this error: svn: SSL is not supported So then I decided to specifically look at Tim's instructions from yesterday for building the classlib snapshots, and so tried the following svn command: svn checkout -r HEAD