Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-reviews-dev] Reviews and R4E development repositories

Hello Miles,
I see you are using master to add your changes to the git repository, 
Shouldn't we use a different branch so you allow master to be in sync with the eclipse.org repo and your branch re-bases to it over time ?
   Having a separate branch allows to simply define a new remote to our local repositories and fetch your changes in a branch which does not need special mapping from master.
  
changing the setup to use a different branch for development shall be fairly simple
    1, creating a new one from the current master
    2. reset master to the commit used as the base for your changes
    3. pull current changes from eclipse org to keep master in sync
    

Regards
/Alvaro  



On Mon, Oct 1, 2012 at 2:12 PM, Miles Parker <miles.parker@xxxxxxxxxxx> wrote:

Just wanted to point the community to the active development branch for the Reviews and R4E model changes effort. We've decided to do the development on github and then move it over to Eclipse git once everyone is satisfied with the changes. You can access the development repos here:

https://github.com/Tasktop/mylyn.reviews
https://github.com/Tasktop/mylyn.reviews.r4e

See: 324327: Define a common model for reviews https://bugs.eclipse.org/bugs/show_bug.cgi?id=324327

(All changes are likely to be on master.)

I'll be pushing a great deal of changes to R4E, probably later today. To make things a bit more confusing, I'll probably also be pushing some smaller changes through gerrit which when approved will show up on the Eclipse masters.

cheers,

Miles

_______________________________________________
mylyn-reviews-dev mailing list
mylyn-reviews-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-reviews-dev


Back to the top