Hi,
Last time we looked at GitHub, the workflow seemed a bit 'odd' since
there were no "authorative" location. Since then GitHub has add the
concept of "Organization" which can invite people in as "owners" as
well as "collaborators". It seems to me that the same workflow that we
are currently using can be used, as well as all the funky GitHub that
people are so worked up about.

I think we should simply make the transfer asap, or directly after a
1.2 release...

What does it mean to people?

For Qi4j community members (commit access);
 1. Need to create an account on GitHub.
 2. Ask the 'owners' to make them collaborators.
 3. the Qi4j repositories on dscm.ops4j.org will disappear, and the
remote origin of your local copy needs to be re-pointed to a GitHub
URL, such as
   git remote rm origin
   git remote add origin [email protected]:Qi4j/qi4j-core.git

3rd Party evolving Qi4j;
 1. Clone the qi4j repository(ies) on your own account,
 2. Do "pull requests" to the Qi4j community, if you want us to review
and incorporate patches.

For read-only access,
 1. Clone from github instead of dscm.ops4j.org

For me;
 1. Update the docs on www.qi4j.org accordingly.

WDYAT?


Cheers
-- 
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java

I  live here; http://tinyurl.com/2qq9er
I  work here; http://tinyurl.com/2ymelc
I relax here; http://tinyurl.com/2cgsug

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to