[squeak-dev] Re: [Vm-dev] A Git-based VM sources repositories for you

Igor Stasenko siguctua at gmail.com
Wed Dec 15 07:35:07 UTC 2010


On 15 December 2010 07:57, stephane ducasse <stephane.ducasse at gmail.com> wrote:
>
> igor
>
> It would be good to have a structure so that people can have their own branches and do not pollute by accident the blessed one. What is the process then?
> I would like to have
>        - mariano experiments
>        - JB handle vm
>        - ...
> that can be checkedout and compiled but not polluting the normal VM.
>

Sure, that's possible without any extra effort.
Any user can create own, private (in terms that only he can make
modifications, but everyone can read the results) repository.

The blessed repository obviously made for the branch people could use
for compiling an 'official' VM, which is stable and
bug free :) Only selected people will have a write access to it.
You can, consider that 'blessed' one is the same as current SVN
repository. But we extending the model with possibility that everyone
outside can do own clone of it, and make own work publicly available.
And of course portions of code can flow between private and 'blessed'
branches after review.


> Stef
>

-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list