Can someone comment on expected behaviour in the picture?
I have a method that is in both my source and destination images but the merge tool shows me a blank left hand pane. I thought the left hand pane was _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
sorry....
I thought the left hand pane was always what was in the image and the right was incoming? My method appears identical in both. thanks, Mike _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project merge1.png (205K) Download Attachment |
The left-hand pane shows the version of the method in the image only if it
currently belongs to the package being merged... hence the "tick" showing an new addition (cross is removal from package, right-hand pane will be blank). I guess that in your image that method is in another package. Regards, Gary ----- Original Message ----- From: "Michael Roberts" <[hidden email]> To: "Pharo-project" <[hidden email]> Sent: Monday, September 07, 2009 11:31 PM Subject: Re: [Pharo-project] Merge tool bug? > sorry.... > > > I thought the left hand pane was always what was in the image and the > right was incoming? > > My method appears identical in both. > > thanks, > Mike > -------------------------------------------------------------------------------- > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Ok but I can't selectively take it or leave it? I seem to have no
choice. Thanks Mike On 8 Sep 2009, at 10:38, "Gary Chambers" <[hidden email]> wrote: > The left-hand pane shows the version of the method in the image only > if it > currently belongs to the package being merged... hence the "tick" > showing an > new addition (cross is removal from package, right-hand pane will be > blank). > > I guess that in your image that method is in another package. > > Regards, Gary > > ----- Original Message ----- > From: "Michael Roberts" <[hidden email]> > To: "Pharo-project" <[hidden email]> > Sent: Monday, September 07, 2009 11:31 PM > Subject: Re: [Pharo-project] Merge tool bug? > > >> sorry.... >> >> >> I thought the left hand pane was always what was in the image and the >> right was incoming? >> >> My method appears identical in both. >> >> thanks, >> Mike >> > > > --- > --- > --- > --- > -------------------------------------------------------------------- > > >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Unfortunately that doesn't appear to be an option with the way Monticello
works. The megre tool, like the original, only deals with conflicts in that manner, not additions or removals. I'm happy to work with anyone that would like to improve MC here, though clearly difficult given the varieties of MC out there... Regards, Gary ----- Original Message ----- From: "Michael Robers" <[hidden email]> To: <[hidden email]> Sent: Tuesday, September 08, 2009 12:55 PM Subject: Re: [Pharo-project] Merge tool bug? > Ok but I can't selectively take it or leave it? I seem to have no > choice. > > Thanks > Mike > > On 8 Sep 2009, at 10:38, "Gary Chambers" <[hidden email]> > wrote: > >> The left-hand pane shows the version of the method in the image only >> if it >> currently belongs to the package being merged... hence the "tick" >> showing an >> new addition (cross is removal from package, right-hand pane will be >> blank). >> >> I guess that in your image that method is in another package. >> >> Regards, Gary >> >> ----- Original Message ----- >> From: "Michael Roberts" <[hidden email]> >> To: "Pharo-project" <[hidden email]> >> Sent: Monday, September 07, 2009 11:31 PM >> Subject: Re: [Pharo-project] Merge tool bug? >> >> >>> sorry.... >>> >>> >>> I thought the left hand pane was always what was in the image and the >>> right was incoming? >>> >>> My method appears identical in both. >>> >>> thanks, >>> Mike >>> >> >> >> --- >> --- >> --- >> --- >> -------------------------------------------------------------------- >> >> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
All this documentation appearing on the list is very useful. It seems
that trying to merge from squeak trunk has stretched the merge model I don't know. It would be a shame if you had to be a mc expert before doing such a task since merging per se is not difficult. I felt really constrained in what I could do per change. It looks like we are in a period where this will become a more common use case since there is good code going into squeak trunk but pharo in some packages is ahead and you don't want the merge tool to discard changes. I'm definitely up for helping. I will try the old merge tool just to use the other features described. Of course it could just be user error.. Cheers mike On Tuesday, September 8, 2009, Gary Chambers <[hidden email]> wrote: > Unfortunately that doesn't appear to be an option with the way Monticello > works. > The megre tool, like the original, only deals with conflicts in that manner, > not additions or removals. > > I'm happy to work with anyone that would like to improve MC here, though > clearly difficult given the varieties of MC out there... > > Regards, Gary > > ----- Original Message ----- > From: "Michael Robers" <[hidden email]> > To: <[hidden email]> > Sent: Tuesday, September 08, 2009 12:55 PM > Subject: Re: [Pharo-project] Merge tool bug? > > >> Ok but I can't selectively take it or leave it? I seem to have no >> choice. >> >> Thanks >> Mike >> >> On 8 Sep 2009, at 10:38, "Gary Chambers" <[hidden email]> >> wrote: >> >>> The left-hand pane shows the version of the method in the image only >>> if it >>> currently belongs to the package being merged... hence the "tick" >>> showing an >>> new addition (cross is removal from package, right-hand pane will be >>> blank). >>> >>> I guess that in your image that method is in another package. >>> >>> Regards, Gary >>> >>> ----- Original Message ----- >>> From: "Michael Roberts" <[hidden email]> >>> To: "Pharo-project" <[hidden email]> >>> Sent: Monday, September 07, 2009 11:31 PM >>> Subject: Re: [Pharo-project] Merge tool bug? >>> >>> >>>> sorry.... >>>> >>>> >>>> I thought the left hand pane was always what was in the image and the >>>> right was incoming? >>>> >>>> My method appears identical in both. >>>> >>>> thanks, >>>> Mike >>>> >>> >>> >>> --- >>> --- >>> --- >>> --- >>> -------------------------------------------------------------------- >>> >>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |