2009/3/18 Pat Farrell <pfarrell_at_pfarrell.com>:
> Konstantin Kolinko wrote:
>> What is the output of "svn --version"?
>
> svn, version 1.5.1 (r32289)
> compiled Dec 31 2008, 06:38:09
>
> Copyright (C) 2000-2008 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet
> (http://www.Collab.Net/).
>
> The following repository access (RA) modules are available:
>
> * ra_neon : Module for accessing a repository via WebDAV protocol using
> Neon.
> - handles 'http' scheme
> - handles 'https' scheme
> * ra_svn : Module for accessing a repository using the svn network protocol.
> - with Cyrus SASL authentication
> - handles 'svn' scheme
> * ra_local : Module for accessing a repository on local disk.
> - handles 'file' scheme
> * ra_serf : Module for accessing a repository via WebDAV protocol using
> serf.
> - handles 'http' scheme
> - handles 'https' scheme
>
>> If those are not mentioned, it means that svn client was compiled
>> without https support.
>
> The svn client was installed from the Debian Lenny repositories.
> No local compiling.
>
>
>>
>>
>> Does https://localhost/ work for you?
>
> No, same result
>
Are you able to access https://localhost/ with a web browser?
E.g.
wget --no-check-certificate https://www.pfarrell.com/
It should not be firewall/iptables, because usually localhost
connections are allowed.
Also, note that subversion should ask you, whether you trust the
server certificate (and store a record of your acceptance as a file
in ~/.subversion/svn.ssl.server/ ). I do not know, but may be
something prevents it?
Can it be unability to encrypt it? E.g., the same as storing
clear-text passwords on some systems. I have never faced
such one, though.
Surely, you are not using --non-interactive.
Does that ~/.subversion/svn.ssl.server/directory exist already? Deleting it
should cause re-asking for the certificate.
Are access rights on ~/.subversion/ reasonable?
Is this svn client able to connect to external svn repositories, over
http or https ?
I am sorry, but I probably won't be able to help further. It is
going into specifics I am not familiar with.
Best regards,
Konstantin Kolinko
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1344984
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-18 04:44:06 CET