Hi Javier,

You can use the URL with spec 'tonel://' to create a new Monticello
repository that uses Tonel.

For example:

   MCRepository fromUrl: 'tonel://path/to/my/directory'.
and then use it as a regular Monticello repository.
For example you can do:

((MCRepository fromUrl: 'tonel://path/to/my/directory')
versionFromFileNamed: 'PackageName')
 snapshot definitions

And will return all the definitions for the package.
Also, you can use it through the UI of Monticello.

Cheers,
Pablo

On Sun, Mar 22, 2020 at 5:05 AM Javier Pimás <elpochodelage...@gmail.com> wrote:
>
> Hi! Does anybody have at hand a one liner to load into Pharo a set of files 
> in tonel format? I have them in a directory without any git repo.
>
> Cheers,
> Javier



-- 
Pablo Tesone.
teso...@gmail.com

Reply via email to