On Tue, Jan 10, 2017 at 12:03:47PM +0000, Edward Welbourne wrote:
> Daniel Pfeifer wrote:
> > How can I get the exact tagged version v5.6.2?
> 
> git clone without specifying --branch (or with any branch you like, it
> doesn't matter) then
> 
> git checkout v5.6.2
> 
that's a bit misleading. that checkout command should be done on the qt5
repository. then just run init-repository, and you'll already get the
exact tagged checkout. explicitly checking out the tag in each
sub-repository should have exactly zero effect at this point.
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to