The problem here is that filetree only has the last version, so if you are on a commit with 12th, monticello cannot access 10th. I have created a guide some time ago on how to use metacello + github, maybe it can be useful for you: http://sleepycoders.blogspot.ch/2014/04/how-to-distribute-your-github-pharo.... Uko
On 05 Feb 2015, at 11:03, Sebastian Tleye <sebastian.tleye@gmail.com> wrote:
Hi,
I am using a filetree repository for my project, also I have created a first stable version using the versioner tool. Everything was working fine until I commited more changes, now when I want to install the stable version is throwing an error saying that cannot resolve the package that it needs, however if I load the development version it works perfectly.
To clarify a little,
The development version tries to load Phadeo-ImporterExporters-SebastianTleye.12 and it works perfectly. The stable version tries to load Phadeo-ImporterExporters-SebastianTleye.10 and it throws an error saying that it cannot be resolve.
Any Idea of what is happening? I read that filetree and Metacello are compatibles so I don't know what's the problem
Thanks in advance
Sebastián Tleye