I tried to clone the qt creator source from all sources listed at http://code.qt.io/cgit/qt-creator/qt-creator.git:
git://code.qt.io/qt-creator/qt-creator.git http://code.qt.io/qt-creator/qt-creator.git https://code.qt.io/qt-creator/qt-creator.git None works. Https stops with " The server name sent was not recognized " message, the other two with "error: RPC failed; result=52, HTTP code = 0 fatal: The remote end hung up unexpectedly". I will now try it with gerrit. Regards, Jochen Am Freitag, den 22.05.2015, 06:11 +0000 schrieb Ziller Eike: > > On May 22, 2015, at 12:09 AM, Orgad Shaneh <[email protected]> wrote: > > > > On Fri, May 22, 2015 at 12:03 AM, Jochen Becher <[email protected]> > > wrote: > > Hello, > > > > I want to contribute some improvements to QtCreator (Todo Plugin and one > > or two new plugins later this year). I searched for documentation how to > > contribute. The Wiki at qt.io seems to be totally outdated. Is there any > > current documentation? > > > > I tried to clone from code.qt.io (as mentioned on the download page) but > > failed (git: and http: failed with "remote hang up" and https: with > > "server unknown"). Where can I clone the current source? (gitourious > > didn't change since 15th May and will be closed down end of this month). > > Any documentation available on that? > > > > Is there any comprehensive documentation about usage of git and gerrit, > > design documentation and coding style for Qt-Creator? > > > > Regards, Jochen Becher > > > > > > _______________________________________________ > > Qt-creator mailing list > > [email protected] > > http://lists.qt-project.org/mailman/listinfo/qt-creator > > > > Hi, > > > > Welcome aboard :) > > > > If you're new to gerrit start by reading Setting up Gerrit and Gerrit > > Introduction pages on the wiki. > > > > I suggest cloning directly from gerrit, but you can clone from code.qt.io. > > The clone address is mentioned in the bottom of this page. So it's either: > > git clone https://code.qt.io/qt-creator/qt-creator.git > > git remote add gerrit ssh://codereview.qt-project.org/qt-creator/qt-creator > > or: > > git clone ssh://codereview.qt-project.org/qt-creator/qt-creator > > > > Coding style for qt-creator can be found in the docs. For some reason, the > > qtcreator-extending docs are not generated in doc.qt.io (Leena?) > > They are on > http://doc-snapshots.qt.io/qtcreator-extending/extending-index.html > > Br, Eike > > > > > If you have further questions you can join #qt-creator channel on freenode > > (I'm usually not there, but others will be glad to help), or post to this > > list. > > > > Happy hacking! > > > > - Orgad > > _______________________________________________ > > Qt-creator mailing list > > [email protected] > > http://lists.qt-project.org/mailman/listinfo/qt-creator > _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
