Re: [Pharo-users] Git refreshing

2015-03-15 Thread Thierry Goubier
I also believe that baselines + git branches and tags would simplify a lot complex projects configurations (Moose?). Thierry Le 15/03/2015 22:24, p...@highoctane.be a écrit : I moved my workflow to use git with Pharo. Took a while but can't go back. e.g. of collaboration https://github.com/f

Re: [Pharo-users] Git refreshing

2015-03-15 Thread p...@highoctane.be
I moved my workflow to use git with Pharo. Took a while but can't go back. e.g. of collaboration https://github.com/flow-stack/Mapless/pull/13/files Phil On Sun, Mar 15, 2015 at 10:14 PM, stepharo wrote: > >> At the same time, there is just me and Max (and Esteban as well, I think) >> working

Re: [Pharo-users] Git refreshing

2015-03-15 Thread stepharo
At the same time, there is just me and Max (and Esteban as well, I think) working on getting that git support working, so don't bash us too much. It's hard enough to get it done (look at Max questions about libcgit) that we don't need too much additional pressure. Thanks for that. Git is too

Re: [Pharo-users] Git refreshing

2015-03-04 Thread Thierry Goubier
2015-03-03 23:38 GMT+01:00 Peter Uhnák : > Well, as you have noticed in Java, C or C++, switching branches does >>> not call make automatically :) >>> >>> You can use git hooks for that. >>> >> >> Ok. Then I would suggest you take the code source of CLANG, LLVM, >> OpenOffice or of the Lin

Re: [Pharo-users] Git refreshing

2015-03-03 Thread Peter Uhnák
> > Well, as you have noticed in Java, C or C++, switching branches does >> not call make automatically :) >> >> You can use git hooks for that. >> > > Ok. Then I would suggest you take the code source of CLANG, LLVM, > OpenOffice or of the Linux kernel, you add the git hooks to call make,

Re: [Pharo-users] Git refreshing

2015-03-03 Thread Thierry Goubier
Hi Peter, Le 03/03/2015 19:29, Peter Uhnák a écrit : On Sun, Mar 1, 2015 at 8:58 PM, Thierry Goubier mailto:thierry.goub...@gmail.com>> wrote: So is there currently any solution that could resolve this? Maybe I could run some code that would simply load what is on the disk? If

Re: [Pharo-users] Git refreshing

2015-03-03 Thread Peter Uhnák
On Sun, Mar 1, 2015 at 8:58 PM, Thierry Goubier wrote: > Hi Peter, > > Le 01/03/2015 17:00, Peter Uhnák a écrit : > >> Hi, >> >> I'm facing a problem with branches and refreshing the code. Currently I >> handle (except for commits) everything from commandline, but the problem >> is that when I sw

Re: [Pharo-users] Git refreshing

2015-03-01 Thread Thierry Goubier
Hi Peter, Le 01/03/2015 17:00, Peter Uhnák a écrit : Hi, I'm facing a problem with branches and refreshing the code. Currently I handle (except for commits) everything from commandline, but the problem is that when I switch branches I don't know how to easily refresh the code. What I am doing n

[Pharo-users] Git refreshing

2015-03-01 Thread Peter Uhnák
Hi, I'm facing a problem with branches and refreshing the code. Currently I handle (except for commits) everything from commandline, but the problem is that when I switch branches I don't know how to easily refresh the code. What I am doing now is running loading Baseline again, but that feels odd