Rob Miller, on 2008-08-05:
> Maurits van Rees wrote:
>> Come to think of it, when my username on my laptop would have been
>> 'mauritsvanrees' this checkout probably would have worked, so there is
>> probably an ssh config file somewhere that I can tweak.  Does anyone
>> know how to do that?
>
> yes, b/c i just had to figure it out to check out the cmf-coredev buildout at
> https://svn.plone.org/svn/plone/buildouts/cmf-coredev/trunk.  you have to 
> include something like this in your ~/.ssh/config file:
>
> Host svn.zope.org
> User [USERNAME]
>
> the "Host" directive means that all subsequent config options only apply to 
> that host, at least until another Host directive is hit.  wildcards are 
> supported, so "Host *" will match all hosts.

Ah yes, that is it.  Thanks!

-- 
Maurits van Rees | http://maurits.vanrees.org/
            Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]

_______________________________________________
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests

Reply via email to