[Development] heads-up: location of qtwebkit in qt5.git changed
Simon Hausmann
simon.hausmann at digia.com
Mon Dec 10 10:28:09 CET 2012
Hi,
My bad this time, I should've sent this heads-up a little earlier :(.
The Qt port of WebKit is integrated into Qt 5 by taking snapshots from WebKit
trunk (SVN) into a git repository and then applying (backported) fixes on top
if necessary. The location of this git repository used to be
git://gitorious.org/qtwebkit/qt5-module.git
and it was recently changed to
git://gitorious.org/qt/qtwebkit.git
along with a corresponding repo in Gerrit under
ssh://codereview.qt-project.org/qt/qtwebkit.git
In order to fix your existing qt5 clone to use the new submodule URL, simply
run
git submodule sync qtwebkit
from the top-level directory.
Simon
More information about the Development
mailing list