<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 10.06.2013 18:09, Chris McMahon
wrote:<br>
</div>
<blockquote
cite="mid:CAJohBHRZMaaL4+-yr2fBDCkzO34=Yo5VadV3UPa7qTn=0HZYTQ@mail.gmail.com"
type="cite">
<div dir="ltr">
<div><br>
</div>
Ccing the QA list... <br>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sun, Jun 9, 2013 at 4:54 PM,
Tomislav Plavcic <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:tplavcic@gmail.com"
target="_blank">tplavcic@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello,<br>
<br>
I tried to do one easy task of those which Zeljko listed
just to get<br>
started on the workflow with git, gerrit and to get
familiar with<br>
cucumber,watir and other stuff.<br>
<br>
So i refactored the UserPage class to VisualEditorPage
(task #1) but<br>
it seems i don't have push right on the repository (go
figure :)<br>
Well, i'm not sure what's the policy on this so please
inform me...<br>
</blockquote>
<div><br>
</div>
<div style="">I think that you should be able to do this.
When you follow the directions at <a
moz-do-not-send="true"
href="http://www.mediawiki.org/wiki/Gerrit/Getting_started">http://www.mediawiki.org/wiki/Gerrit/Getting_started</a>,
what error messages to you get? For example, you should
be able to do </div>
<div style=""><br>
</div>
<div style="">$ git clone <a class="moz-txt-link-freetext" href="ssh://">ssh://</a><a moz-do-not-send="true"
href="http://plavi@gerrit.wikimedia.org:29418/qa/browsertests">plavi@gerrit.wikimedia.org:29418/qa/browsertests</a><br>
</div>
<div style=""><br>
</div>
<div style="">Then do </div>
<div style=""><br>
</div>
<div style="">$ git checkout -b plavi_branch</div>
<div style=""><br>
</div>
<div style="">Then make some changes in the code. When you
are done, do </div>
<div style=""><br>
</div>
<div style="">$ git commit --all</div>
<div style=""><br>
</div>
<div style="">This will put you into your default editor
where you are required to create a commit message for your
new branch. After you write the message and save it in
your editor, you would do</div>
<div style=""><br>
</div>
<div style="">$ git review</div>
<div style=""><br>
</div>
</div>
</div>
</div>
</blockquote>
<br>
O.K. Git now works for me - I made a mistake (of not reading
tutorial) and didn't use "git review" but "git push" command... :(<br>
<br>
Thank you!<br>
<pre class="moz-signature" cols="72">--
Tomislav Plavcic
Theoretically, if I cut costs enough we'll be profitable without selling any products... Dilbert</pre>
</body>
</html>