[Zope3-dev] [svn] Problems using svn+ssh
Fred Drake
fred at zope.com
Tue May 4 20:12:18 EDT 2004
On Tuesday 04 May 2004 08:08 pm, Christian Heimes wrote:
> I have some problems using svn+ssh. Jim added me to the svn users today
> but I'm not able to use writable checkouts.
...
> ~/.ssh/config
>
> Host svn.zope.org
> ~ Hostname svn.zope.org
> ~ User tiran
That's the best way to go with SSH.
> Now I was able to login fast but I got:
>
> ~ svn co --username tiran svn+ssh://svn.zope.org/Zope3/trunk
> ~ svn: No repository found in 'svn+ssh://svn.zope.org/Zope3/trunk'
The URL for the repository is wrong. Try
svn+ssh://svn.zope.org/repos/main/Zope3/trunk
-Fred
--
Fred L. Drake, Jr. <fred at zope.com>
PythonLabs at Zope Corporation
More information about the Zope3-dev
mailing list