diff --git a/buildout/software-profiles/erp5-2.12.cfg b/buildout/software-profiles/erp5-2.12.cfg
index 17011833a1df737b4da8b209b1d034718d99410d..f03d7cc5f6dbb8e57292b7b59eed66ade3858d67 100644
--- a/buildout/software-profiles/erp5-2.12.cfg
+++ b/buildout/software-profiles/erp5-2.12.cfg
@@ -48,7 +48,7 @@ stop-on-error = true
 # nor git. plone.recipe.command can do same job, but it is controllable which
 # binary will be used
 recipe = plone.recipe.command
-svn_param =--trust-server-cert --non-interactive --quiet
+svn_param =--trust-server-cert --non-interactive --no-auth-cache --quiet
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 stop-on-error = true
 command =
diff --git a/buildout/software-profiles/erp5.cfg b/buildout/software-profiles/erp5.cfg
index 76c35a823c9116cde7714644ade52d9e1f4eac96..12545c814b8ac1c62add69c8c68e78fd68f4a9ec 100644
--- a/buildout/software-profiles/erp5.cfg
+++ b/buildout/software-profiles/erp5.cfg
@@ -61,10 +61,10 @@ urls =
 
 [products-other]
 # Recipe infrae.subversion is using svn command under the hood, but there is
-# no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour
+# no way to pass --trust-server-cert --non-interactive --no-auth-cache, so in 2.12 falvour
 # it is better to evaluate usage of provided subversion command
 recipe = plone.recipe.command
-svn_param =--trust-server-cert --non-interactive --quiet
+svn_param =--trust-server-cert --non-interactive --no-auth-cache --quiet
 # dircty hack to support PluginRegistry/utils.py:17 assumption that products
 # are in Products folder
 # XXX: Zelenium was eggfied for recent zope versions (2.12) and are available at Bazaar.
diff --git a/buildout/software-profiles/products-erp5.cfg b/buildout/software-profiles/products-erp5.cfg
index 9bb75a37f47c4762c7d6c6af292c370c66b7b2da..3f0cc0c4c3a5783ce128c9d2b919a5ed1310d05a 100644
--- a/buildout/software-profiles/products-erp5.cfg
+++ b/buildout/software-profiles/products-erp5.cfg
@@ -4,10 +4,10 @@ extends =
 
 [products-erp5]
 # Recipe infrae.subversion is using svn command under the hood, but there is
-# no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour
+# no way to pass --trust-server-cert --non-interactive --no-auth-cache, so in 2.12 falvour
 # it is better to evaluate usage of provided subversion command
 recipe = plone.recipe.command
-svn_param =--trust-server-cert --non-interactive --quiet --revision ${versions:erp5_products_revision}
+svn_param =--trust-server-cert --non-interactive --no-auth-cache --quiet --revision ${versions:erp5_products_revision}
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 stop-on-error = true
 update-command = ${:command}
@@ -17,10 +17,10 @@ command =
 
 [products-erp5-development]
 # Recipe infrae.subversion is using svn command under the hood, but there is
-# no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour
+# no way to pass --trust-server-cert --non-interactive --no-auth-cache, so in 2.12 falvour
 # it is better to evaluate usage of provided subversion command
 recipe = plone.recipe.command
-svn_param =--trust-server-cert --non-interactive --quiet --revision ${versions:erp5_products_revision}
+svn_param =--trust-server-cert --non-interactive --no-auth-cache --quiet --revision ${versions:erp5_products_revision}
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 stop-on-error = true
 update-command = ${:command}