SVN: CMF/branches/2.1/ - externals should not point to svn+ssh URLs
Jens Vagelpohl <[email protected]> Tue, 8 Jan 2008 11:36:18 -0500 (EST)
| Newsgroups | gmane.comp.web.zope.cmf.cvs |
|---|---|
| Message-ID | <20080108163618.1673E203B75__44388.1417777904$1199810209$gmane$org@mail.zope.org> |
Log message for revision 82752: - externals should not point to svn+ssh URLs Changed: _U CMF/branches/2.1/ U CMF/branches/2.1/EXTERNALS.txt -=- Property changes on: CMF/branches/2.1 ___________________________________________________________________ Name: svn:externals - # # Used for maintenance of external resources in this svn bundle. Edit # this file as appropriate and then run the following command from within # the checkout directory where this file lives on your local machine: # # svn propset svn:externals -F ./EXTERNALS.TXT . # CMFCore svn+ssh://svn.zope.org/repos/main/Products.CMFCore/branches/2.1/Products/CMFCore GenericSetup svn+ssh://svn.zope.org/repos/main/Products.GenericSetup/tags/1.3.3/Products/GenericSetup + # # Used for maintenance of external resources in this svn bundle. Edit # this file as appropriate and then run the following command from within # the checkout directory where this file lives on your local machine: # # svn propset svn:externals -F ./EXTERNALS.TXT . # CMFCore svn://svn.zope.org/repos/main/Products.CMFCore/branches/2.1/Products/CMFCore GenericSetup svn://svn.zope.org/repos/main/Products.GenericSetup/tags/1.3.3/Products/GenericSetup Modified: CMF/branches/2.1/EXTERNALS.txt =================================================================== --- CMF/branches/2.1/EXTERNALS.txt 2008-01-08 15:47:34 UTC (rev 82751) +++ CMF/branches/2.1/EXTERNALS.txt 2008-01-08 16:36:17 UTC (rev 82752) @@ -5,5 +5,5 @@ # # svn propset svn:externals -F ./EXTERNALS.TXT . # -CMFCore svn+ssh://svn.zope.org/repos/main/Products.CMFCore/branches/2.1/Products/CMFCore -GenericSetup svn+ssh://svn.zope.org/repos/main/Products.GenericSetup/tags/1.3.3/Products/GenericSetup +CMFCore svn://svn.zope.org/repos/main/Products.CMFCore/branches/2.1/Products/CMFCore +GenericSetup svn://svn.zope.org/repos/main/Products.GenericSetup/tags/1.3.3/Products/GenericSetup