----- Original Message ----- | From: "Francois Stephany" <tulipe.moutarde@gmail.com> | To: pharo-project@lists.gforge.inria.fr | Sent: Monday, May 14, 2012 9:02:25 AM | Subject: Re: [Pharo-project] Semantic Versioning | | A release should maybe be a complete new entity (and not editable) | hosted somewhere else than in the code repository. The Fuel gsoc | would | probably help a lot for that. We can maybe imagine something à la | Ruby gems? | With the git/github work, I might be getting close to what you are looking for: ...when you reference a project hosted on github, Metacello downloads the .zip of the project directory and the FileTree repository is marked as readonly... This is awfully close to ruby gems, I think the only thing missing is that whole project directory structure is downloaded instead of just the deployment artifacts... Dale