Did something change in the last two or three days with
Iceberg/Metcello/Monticello? I was loading a project successfully in a
startup script via:
       Metacello new                       
            repository: 'filetree://', (repoFolder / 'src') fullName;
                        baseline: 'DeNigrisPreferences';
                        onConflict: [ :ex | ex allow ];
                        load.

That now fails with "IceCloneLocationAlreadyExists": IceGenericError:
'~/Dynabook/Working Images/MM 23
1021/pharo-local/iceberg/seandenigris/Pharo-Preferences' exists and is not
an empty directory. The crazy thing is that the directory does *not* exist!

This only fails at startup. If I run manually after startup, the load
succeeds. Ideas?



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

Reply via email to