In preparation for the migration to Git+Gerrit I added a script named "backport-change" to /trunk/tools. It's the Git counterpart to backport-rev. To use it you run
git checkout <1.10 or 1.8 branch> followed by backport-change r<SVN revision> or backport-change <git hash> It will try to cherry-pick the given change from master and open a change request for the corresponding branch on Gerrit. You'll have to have a remote named "gerrit" that points to ssh://<user>@test.code.wireshark.org:29418/wireshark-review-sandbox.git in order it to work. This is a big change from the current method of dumping everything on the Roadmap page but it should hopefully make the backporting process less error-prone. -------- Original Message -------- Subject: [Wireshark-commits] rev 53999: /trunk/tools/ /trunk/tools/: backport-change backport-rev Date: Thu, 12 Dec 2013 23:38:55 GMT From: [email protected] Reply-To: [email protected] To: [email protected] http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53999 User: gerald Date: 2013/12/12 11:38 PM Log: Add a "backport-change" script which cherry-picks a proposed backport and pushes it to Gerrit. Directory: /trunk/tools/ Changes Path Action +140 -0 backport-change Added +2 -1 backport-rev Modified ___________________________________________________________________________ Sent via: Wireshark-commits mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-commits Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
