Hello,

Very thanks for your respond and advice. I understand it much better now but still have some question. 

1) Do we have some regression tests that can be run on QtCreator to verify whether my changes don't break anything? I see the directory "tests\auto" that looks like some kind of automatic tests. how can I run it on Windows?
2) I tried to do a push my changes with command "git push ssh://[email protected]:29418/qt-creator/qt-creator HEAD:refs/for/master", but I have an error that says:

"fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists."

Despite on this I can successfully perform "ssh -p 29418 [email protected]", but I cannot push my review. Do I need some additional credentials? On the page "https://codereview.qt-project.org/" I see the Agreements link and just submitted my agreement will it help?

best regards
Pawel

On Fri, 05 Apr 2013 21:19:03 +0200, Lorenz Haas <[email protected]> wrote:

Hi,

I am also just started to contribute and used the introduction you mentioned, and it worked fine for me. (I haven't heard complaints yet...) Just use

git push ssh://<username>@codereview.qt-project.org:29418/qt-creator/qt-creator HEAD:refs/for/master

to push changes. You can also have a look at http://qt-project.org/wiki/Setting-up-Gerrit.

Best
Lorenz

P.s.: You do not have to create a bug report to submit changes. You can just push changes to gerrit. (Because it seems you have published the report some hours ago when you already had the solution.)





--
Using Opera's revolutionary email client: http://www.opera.com/mail/
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to