Re: [Development] Managing branches of Qt's git modules

2016-10-05 Thread Robert Löhning
Am 30.09.2016 um 13:05 schrieb Sean Harmer: > > > On 30/09/2016 11:57, Marc Mutz wrote: >> On Friday 30 September 2016 12:39:20 Sean Harmer wrote: >>> Hi, >>> >>> just a query as to how people do bulk checkouts of different branches >>> when working with the Qt git modules. It would be nice to be

Re: [Development] Managing branches of Qt's git modules

2016-10-04 Thread Oswald Buddenhagen
On Fri, Sep 30, 2016 at 11:39:20AM +0100, Sean Harmer wrote: > just a query as to how people do bulk checkouts of different branches > when working with the Qt git modules. It would be nice to be able to use > git submodule foreach ... but this is a problem because not all modules > use the same

Re: [Development] Managing branches of Qt's git modules

2016-10-03 Thread Shawn Rutledge
> On 30 Sep 2016, at 12:39, Sean Harmer wrote: > > So, what do people do to checkout all interesting modules to 5.7, 5.8, dev > etc on Unix like systems and on Windows? Sometimes I use qtrepotools/bin/qt5_tool -p —Branch 5.8 (or whatever branch)

Re: [Development] Managing branches of Qt's git modules

2016-09-30 Thread Thiago Macieira
On sexta-feira, 30 de setembro de 2016 08:26:13 PDT Thiago Macieira wrote: > For example, to switch to dev, I might do: > > git submodule foreach "git rev-parse origin/dev && \ > git rebase --onto origin/dev origin/5.8 || true" By the way, on my Windows and Mac machines, since they fetch

Re: [Development] Managing branches of Qt's git modules

2016-09-30 Thread Kai Koehne
> -Original Message- > From: Development [mailto:development-bounces+kai.koehne=qt.io@qt- > project.org] On Behalf Of Sean Harmer > Sent: Friday, September 30, 2016 12:39 PM > To: development@qt-project.org > Subject: [Development] Managing branches of Qt

Re: [Development] Managing branches of Qt's git modules

2016-09-30 Thread Thiago Macieira
On sexta-feira, 30 de setembro de 2016 11:39:20 PDT Sean Harmer wrote: > So, what do people do to checkout all interesting modules to 5.7, 5.8, > dev etc on Unix like systems and on Windows? > > On *nix systems I've been getting away with a simple bash for loop. But > on windows I find this painfu

Re: [Development] Managing branches of Qt's git modules

2016-09-30 Thread Sean Harmer
On 30/09/2016 11:57, Marc Mutz wrote: On Friday 30 September 2016 12:39:20 Sean Harmer wrote: Hi, just a query as to how people do bulk checkouts of different branches when working with the Qt git modules. It would be nice to be able to use git submodule foreach ... but this is a problem beca

Re: [Development] Managing branches of Qt's git modules

2016-09-30 Thread Sergio Martins
On 2016-09-30 11:39, Sean Harmer wrote: Hi, just a query as to how people do bulk checkouts of different branches when working with the Qt git modules. It would be nice to be able to use git submodule foreach ... but this is a problem because not all modules use the same branching scheme. So, w

Re: [Development] Managing branches of Qt's git modules

2016-09-30 Thread Marc Mutz
On Friday 30 September 2016 12:39:20 Sean Harmer wrote: > Hi, > > just a query as to how people do bulk checkouts of different branches > when working with the Qt git modules. It would be nice to be able to use > git submodule foreach ... but this is a problem because not all modules > use the sam

[Development] Managing branches of Qt's git modules

2016-09-30 Thread Sean Harmer
Hi, just a query as to how people do bulk checkouts of different branches when working with the Qt git modules. It would be nice to be able to use git submodule foreach ... but this is a problem because not all modules use the same branching scheme. So, what do people do to checkout all inte