[CMF-checkins] SVN: CMF/branches/2.1/ - externals should not point
to svn+ssh URLs
Jens Vagelpohl
jens at dataflake.org
Tue Jan 8 11:36:18 EST 2008
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
More information about the CMF-checkins
mailing list