[Erp5-report] r6848 - /erp5/trunk/products/ERP5/PropertySheet/SubversionPreference.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 21 15:42:14 CEST 2006


Author: chris
Date: Fri Apr 21 15:42:11 2006
New Revision: 6848

URL: http://svn.erp5.org?rev=6848&view=rev
Log:
- use a list for subversion working copy to support several ones simultaneously

Modified:
    erp5/trunk/products/ERP5/PropertySheet/SubversionPreference.py

Modified: erp5/trunk/products/ERP5/PropertySheet/SubversionPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/SubversionPreference.py?rev=6848&r1=6847&r2=6848&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/SubversionPreference.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/SubversionPreference.py Fri Apr 21 15:42:11 2006
@@ -38,13 +38,8 @@
       'preference'  : 1,
       'mode'        : 'w' },
     { 'id'          : 'preferred_subversion_working_copy',
-      'description' : 'The Subversion working copy for bt5',
-      'type'        : 'string',
-      'preference'  : 1,
-      'mode'        : 'w' },
-    { 'id'          : 'preferred_bootstrap_working_copy',
-      'description' : 'The Subversion working copy for bootstrap',
-      'type'        : 'string',
+      'description' : 'The Subversion working copies',
+      'type'        : 'lines',
       'preference'  : 1,
       'mode'        : 'w' },
   )




More information about the Erp5-report mailing list