[Erp5-report] r43001 rafael - /erp5/trunk/buildout/profiles/bt5.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 3 18:27:08 CET 2011


Author: rafael
Date: Thu Feb  3 18:27:08 2011
New Revision: 43001

URL: http://svn.erp5.org?rev=43001&view=rev
Log:
Use subversion command compiled from software and not the available one in the system.

Modified:
    erp5/trunk/buildout/profiles/bt5.cfg

Modified: erp5/trunk/buildout/profiles/bt5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/bt5.cfg?rev=43001&r1=43000&r2=43001&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/bt5.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/bt5.cfg [utf8] Thu Feb  3 18:27:08 2011
@@ -17,6 +17,7 @@ url =
   https://svn.erp5.org/repos/public/erp5/trunk/bt5
 
 download-command-extra = -r ${versions:erp5_bt5_revision}
+
 # Use svn compiled from software.
-# svn-params = --trust-server-cert --non-interactive --quiet
-# download-command = ${software_definition:software_home}/parts/subversion/bin/svn co ${:svn-params}
+svn-params = --trust-server-cert --non-interactive --quiet
+download-command = ${software_definition:software_home}/parts/subversion/bin/svn co ${:svn-params}



More information about the Erp5-report mailing list