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
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
> 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)
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
> -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
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
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
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
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
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
10 matches
Mail list logo