From c99d87885d7aa8af29b2ad4f716e8142a5edb458 Mon Sep 17 00:00:00 2001 From: Lucas Carvalho <lucas@nexedi.com> Date: Mon, 29 Nov 2010 17:22:15 +0000 Subject: [PATCH] - Using the buildout svn, because old svn version does not work using --trust-server-cert. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40887 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/software-profiles/erp5.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildout/software-profiles/erp5.cfg b/buildout/software-profiles/erp5.cfg index 404ecca7a4..9715106969 100644 --- a/buildout/software-profiles/erp5.cfg +++ b/buildout/software-profiles/erp5.cfg @@ -65,9 +65,9 @@ destination = ${:location}/Products stop-on-error = true update-command = ${:command} command = svn checkout ${:svn_param} http://svn.plone.org/svn/collective/DCWorkflowGraph/tags/release-0_3/ ${:destination}/DCWorkflowGraph && - svn checkout ${:svn_param} svn://svn.zope.org/repos/main/Zelenium/trunk/@110603 ${:destination}/Zelenium && - svn checkout ${:svn_param} svn://svn.zope.org/repos/main/PluginRegistry/tags/1.0 ${:destination}/PluginRegistry && - svn checkout ${:svn_param} http://svn.plone.org/svn/archetypes/MimetypesRegistry/tags/Archetypes-1.4.0-final ${:destination}/MimetypesRegistry + ${subversion:location}/bin/svn checkout ${:svn_param} svn://svn.zope.org/repos/main/Zelenium/trunk/@110603 ${:destination}/Zelenium && + ${subversion:location}/bin/svn checkout ${:svn_param} svn://svn.zope.org/repos/main/PluginRegistry/tags/1.0 ${:destination}/PluginRegistry && + ${subversion:location}/bin/svn checkout ${:svn_param} http://svn.plone.org/svn/archetypes/MimetypesRegistry/tags/Archetypes-1.4.0-final ${:destination}/MimetypesRegistry [eggs] recipe = zc.recipe.egg -- 2.30.9