El Thursday 19 November 2015, Edward Sutton escribió: > I get a fatal: Remote branch 5.5.1 not found in upstream origin after > trying to init-repository. > > > After reading the "Branch Guidelines" at > https://wiki.qt.io/Branch_Guidelines I expected the branch to be named > “5.5.1”. > > What am I doing wrong here? > > > git clone git://code.qt.io/qt/qt5.git > > cd qt5 > > git checkout 5.5.1
Quoting the wiki page you mention: "has a name like 5.3.1. It is (usually) created from the stable branch when a release is imminent. It is terminated by a release tag, after which the branch is deleted." You want the v5.5.1 tag. -- Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2 http://barnacity.net/ | http://disperso.net _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
