Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(6329)

Issue 285550043: Replace tools/myvn with new Git workflow helper.

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 2 months ago by kpreid_google
Modified:
8 years, 1 month ago
Reviewers:
MarkM
CC:
google-caja-discuss_googlegroups.com
Visibility:
Public.

Description

'tools/myvn change' is now 'tools/workflow prepare'. 'tools/myvn snapshot' is now 'tools/workflow snapshot'. 'tools/myvn eclipse' is now 'tools/eclipse-setup'. Other stuff does not map as well.

Patch Set 1 #

Total comments: 6

Patch Set 2 : Replace tools/myvn with new Git workflow helper. #

Patch Set 3 : Replace tools/myvn with new Git workflow helper. #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+608 lines, -826 lines) Patch
D tools/appspot.py View 1 chunk +0 lines, -516 lines 0 comments Download
A tools/eclipse-setup View 1 2 1 chunk +92 lines, -0 lines 0 comments Download
A tools/log_helper.py View 1 2 1 chunk +332 lines, -0 lines 0 comments Download
D tools/myvn View 1 chunk +0 lines, -310 lines 0 comments Download
A tools/workflow View 1 chunk +184 lines, -0 lines 7 comments Download

Messages

Total messages: 7
kpreid_google
8 years, 2 months ago (2016-02-19 23:21:40 UTC) #1
MarkM
https://codereview.appspot.com/285550043/diff/1/tools/eclipse-setup File tools/eclipse-setup (right): https://codereview.appspot.com/285550043/diff/1/tools/eclipse-setup#newcode6 tools/eclipse-setup:6: # (5) From Existing Source On Eclipse Mars, I ...
8 years, 2 months ago (2016-02-20 01:56:30 UTC) #2
kpreid_google
'tools/myvn change' is now 'tools/workflow prepare'. 'tools/myvn snapshot' is now 'tools/workflow snapshot'. 'tools/myvn eclipse' is ...
8 years, 2 months ago (2016-02-22 22:10:37 UTC) #3
MarkM
On 2016/02/22 22:10:37, kpreid_google wrote: > Fix snapshot-when-not-squashed bug. I successfully snapshotted. Thanks.
8 years, 2 months ago (2016-02-22 22:35:21 UTC) #4
kpreid_google
'tools/myvn change' is now 'tools/workflow prepare'. 'tools/myvn snapshot' is now 'tools/workflow snapshot'. 'tools/myvn eclipse' is ...
8 years, 2 months ago (2016-02-22 23:38:59 UTC) #5
kpreid_google
https://codereview.appspot.com/285550043/diff/1/tools/eclipse-setup File tools/eclipse-setup (right): https://codereview.appspot.com/285550043/diff/1/tools/eclipse-setup#newcode6 tools/eclipse-setup:6: # (5) From Existing Source On 2016/02/20 01:56:30, MarkM ...
8 years, 2 months ago (2016-02-22 23:39:06 UTC) #6
MarkM
8 years, 2 months ago (2016-02-23 03:24:45 UTC) #7
https://codereview.appspot.com/285550043/diff/40001/tools/workflow
File tools/workflow (right):

https://codereview.appspot.com/285550043/diff/40001/tools/workflow#newcode40
tools/workflow:40: #       $ tools/workflow validate-change
Since "ant runtests" doesn't actually work at the moment, we should say
something about how to cope.

https://codereview.appspot.com/285550043/diff/40001/tools/workflow#newcode44
tools/workflow:44: #       $ git merge --ff-only <my-branch-name>
When I got here, I could not remember what branch name I used. I remembered "git
branch" and look for the star. But this happened after "git checkout master".
You should explain how to get your branch name.

https://codereview.appspot.com/285550043/diff/40001/tools/workflow#newcode115
tools/workflow:115: private-snapshot )
Assuming private snapshots are not ready yet, you should mention in the
instructions that they are coming.

https://codereview.appspot.com/285550043/diff/40001/tools/workflow#newcode122
tools/workflow:122: checkReviewersHappyAndMatchesReview
no such command was found

https://codereview.appspot.com/285550043/diff/40001/tools/workflow#newcode123
tools/workflow:123: if ! "$tools_dir/log_helper.py" fail-if-private "$@"; then
no fail-if-private was found. This if concluded that we had a private cl and
gave us the message below.

https://codereview.appspot.com/285550043/diff/40001/tools/workflow#newcode141
tools/workflow:141: echo TODO IMPLEMENT
Is the reason this isn't implemented is that you have to fork the "I am really
pushing" vs "I am posting a pull request"? Perhaps these should be two separate
commands anyway?

Since "tools/workflow push" doesn't work yet, for those who can "git push" you
should mention that in the workflow text above. Probably the same for a pull
request, but I don't know.

https://codereview.appspot.com/285550043/diff/40001/tools/workflow#newcode178
tools/workflow:178: else
little bits of extra whitespace here and there.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b