Commit 32b05477 authored by Christophe Dumez's avatar Christophe Dumez

- use a list for subversion working copy to support several ones simultaneously


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6848 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1b8cf511
......@@ -38,13 +38,8 @@ class SubversionPreference:
'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' },
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment