[Zope3-dev] Re: doing a writeable checkout of svn?
Martijn Faassen
faassen at infrae.com
Thu May 13 01:12:30 EDT 2004
Christian Heimes wrote:
> Martijn Faassen wrote:
>
>> Perhaps my account hasn't been enabled on the svn machine yet, but I
>> can't seem to do a writeable checkout of Zope3 through svn yet.
>> Read-only checkouts do work.
>>
>> When I do this:
>>
>> svn co svn+ssh://faassen@svn.zope.org/repos/main/Zope3/trunk Zope3
>>
>> I get this error:
>>
>> Permission denied (publickey,keyboard-interactive).
>> svn: Connection closed unexpectedly
>
> If your local user name differs from the username on svn.zope.org you
> have to add a configuration to ~/.ssh/config (see "[svn] Problems using
> svn+ssh")
>
> ~/.ssh/config
>
> Host svn.zope.org
> Hostname svn.zope.org
> User tiran
>
> svn --username tiran doesn work and svn+ssh://foo@bar/ seems to have
> some problems, too.
Thanks, though that isn't the issue in my case; I'm 'faassen' on both
machines.
Regards,
Martijn
More information about the Zope3-dev
mailing list