2015-02-05 11:27 GMT+01:00 Sebastian Tleye <[email protected]>:
> Thanks Yuriy and Thierry, > > I see what I can do, I was using Bitbucket until some time ago but now we > moved our project to a private git server! > If you are on a private server, then GitFileTree will work (except if the git server is on a non-standard port: I will add support for that in the near future). Look for baselines and branches support to make your life (and your configurations) simpler. As I said during PharoDays: we now have a good chunk of the necessary infrastructure and we (the Pharo community) can develop additional support if needed. Asking (funding) the consortium for that could be a real cool way of contributing :) Thierry > > 2015-02-05 11:13 GMT+01:00 Thierry Goubier <[email protected]>: > >> Hi Sebastian, >> >> filetree only gives you access to the latest version of your packages, >> and you can't access the history without access to the underlying version >> control system you are using. >> >> This access for Metacello is available in two ways: via Metacello >> github:// and bitbucket:// urls and tags or branches (but you need to be >> using either github or bitbucket), or via GitFileTree if you are using git. >> >> Thierry >> >> 2015-02-05 11:03 GMT+01:00 Sebastian Tleye <[email protected]>: >> >>> 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 >>> >> >> Hi sebastian >> >> >>> >>> Thanks in advance >>> >>> Sebastián Tleye >>> >> >> > > > -- > Sebastián Tleye >
