[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: How to download this?

From: Bob Archer <bob.archer_at_amsi.com>
Date: Tue, 13 Oct 2009 12:54:57 -0400

> Download command was:
> svn co https://tools.assembla.com/chdk/browser/trunk chdk_svn_20091013
> The error is at end.
> How to certificate manually? svn help co explaned nothing.
> How to answer "p" automatically, without prompt?
> (R)eject, accept (t)emporarily or accept (p)ermanently?
>
> I just want download open source software, not waste time on
> these issues.

Did you try to press the "easy button"? (Sorry couldn't resist.)

Looking at the help to co I see there is an --trust-server-cert option. Have you tried that? Or have you tried to type svn help co ?

>
> $ svn co https://tools.assembla.com/chdk/browser/trunk
> chdk_svn_20091013
> Error validating server certificate for
> 'https://tools.assembla.com:443':
> - The certificate is not issued by a trusted authority. Use the
> fingerprint to validate the certificate manually!
> Certificate information:
> - Hostname: *.assembla.com
> - Valid: from Apr 8 09:15:00 2009 GMT until Apr 8 02:45:00 2010 GMT
> - Issuer: 07969287, http://certificates.godaddy.com/repository,
> GoDaddy.com, Inc., Scottsdale, Arizona, US
> - Fingerprint:
> b9:5b:52:d7:c7:76:db:89:9c:fb:0f:21:77:2c:e6:59:75:05:bf:8a
> (R)eject, accept (t)emporarily or accept (p)ermanently? t
> svn: PROPFIND request failed on '/chdk/browser/trunk'
> svn: PROPFIND of '/chdk/browser/trunk': 200 OK
> (https://tools.assembla.com)
>

I assume the problem is just what is stated. The server's SSL certificate isn't valid according to your machine. You probably need to tell it to trust GoDaddy as a certificate authority. Or if the repository is exposed via http:// rather than https:// you can attempt to use that instead.

BOb

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2407211

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-13 23:47:53 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.