Re: [Pharo-users] Metacello config with local file based repository

2013-12-10 Thread Paul DeBruicker
That should work fine Esteban A. Maringolo wrote > I'm defining my first Metacello config (ConfigurationOf...) but I > wonder how should I declare a local file based repository. > > Ej: > spec repository: '/home/emaringolo/development/monticello/'. > or its window counterpart: > spec reposito

[Pharo-users] Metacello config with local file based repository

2013-12-10 Thread Esteban A. Maringolo
I'm defining my first Metacello config (ConfigurationOf...) but I wonder how should I declare a local file based repository. Ej: spec repository: '/home/emaringolo/development/monticello/'. or its window counterpart: spec repository: 'E:\users\emaringolo\development\monticello\'. Is that possible