[Zope-CMF] Re: Eggified CMF 2.1.1 now available

2008-08-05 Thread Maurits van Rees
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


[Zope-CMF] Re: Eggified CMF 2.1.1 now available

2008-08-04 Thread Maurits van Rees
Tres Seaver, on 2008-08-03:

 I created satellite versions of the 2.1.1 eggs for the remaining CMF
 products this morning:

  - CMFDefault

  - CMFTopic

  - CMFActionIcons

  - CMFCalendar

  - CMFUid

  - DCWorkflow

 Source distributions for the 2.1.1 versions are now available on PyPI.

Great, thanks!

But I hit a problem when I try to make a checkout the CMFActionIcons tag:


$ svn co svn://svn.zope.org/repos/main/Products.CMFActionIcons/tags/2.1.1
A2.1.1/Products
A2.1.1/Products/EXTERNALS.txt
A2.1.1/Products/__init__.py
A2.1.1/setup.py
A2.1.1/README.txt
 U   2.1.1

Fetching external item into '2.1.1/Products/CMFActionIcons'
Permission denied (publickey,gssapi-with-mic).
svn: Connection closed unexpectedly


This is because EXTERNALS.txt points to:

CMFActionIcons svn+ssh://svn.zope.org/repos/main/CMF/tags/2.1.1/CMFActionIcons

Should that not be changed to just svn instead of svn+ssh?

I *do* have an ssh account for svn.zope.org, so a checkout of
svn+ssh://[EMAIL PROTECTED]/... works.  Am I missing some
trick so that svn+ssh://svn.zope.org/ works too, without having a
username in there?

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?


BTW, I noticed this when making a checkout of the core development
buildout of Plone, branch 3.2:
https://svn.plone.org/svn/plone/buildouts/plone-coredev/branches/3.2
Not everyone using that checkout will have ssh access to svn.zope.org.


-- 
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


[Zope-CMF] Re: Eggified CMF 2.1.1 now available

2008-08-04 Thread Rob Miller

Maurits van Rees wrote:

Tres Seaver, on 2008-08-03:

I created satellite versions of the 2.1.1 eggs for the remaining CMF
products this morning:

 - CMFDefault

 - CMFTopic

 - CMFActionIcons

 - CMFCalendar

 - CMFUid

 - DCWorkflow

Source distributions for the 2.1.1 versions are now available on PyPI.


Great, thanks!

But I hit a problem when I try to make a checkout the CMFActionIcons tag:


$ svn co svn://svn.zope.org/repos/main/Products.CMFActionIcons/tags/2.1.1
A2.1.1/Products
A2.1.1/Products/EXTERNALS.txt
A2.1.1/Products/__init__.py
A2.1.1/setup.py
A2.1.1/README.txt
 U   2.1.1

Fetching external item into '2.1.1/Products/CMFActionIcons'
Permission denied (publickey,gssapi-with-mic).
svn: Connection closed unexpectedly


This is because EXTERNALS.txt points to:

CMFActionIcons svn+ssh://svn.zope.org/repos/main/CMF/tags/2.1.1/CMFActionIcons

Should that not be changed to just svn instead of svn+ssh?

I *do* have an ssh account for svn.zope.org, so a checkout of
svn+ssh://[EMAIL PROTECTED]/... works.  Am I missing some
trick so that svn+ssh://svn.zope.org/ works too, without having a
username in there?

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.


-r

___
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