Metacello config with local file based repository

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Metacello config with local file based repository

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?

Esteban A. Maringolo

Reply | Threaded
Open this post in threaded view
|

Re: Metacello config with local file based repository

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 repository: 'E:\users\emaringolo\development\monticello\'.

Is that possible?

Esteban A. Maringolo