[Zope3-dev] Re: doing a writeable checkout of svn?
Christian Heimes
heimes at faho.rwth-aachen.de
Wed May 12 11:58:49 EDT 2004
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.
Christian
More information about the Zope3-dev
mailing list