Outdated git-review package
Adam Dinwoodie
adam@dinwoodie.org
Wed Jul 20 08:07:23 GMT 2022
On Wed, Jul 13, 2022 at 08:44:22AM +0000, Oledzki, Maciej (Nokia - PL/Wroclaw) wrote:
> Hi,
>
> Latest git-review package available in Cygwin repository (2.1.0-1) is not compatible with latest git package (2.37.0-1).
> Following error appears in during gerrit review:
>
> Errors running git rebase -p -i remotes/gerrit/master
> fatal: --preserve-merges was replaced by --rebase-merges
>
> This problem is fixed in git review 2.2.0:
> https://docs.opendev.org/opendev/git-review/latest/releasenotes.html#relnotes-2-2-0
>
> It would be great if version 2.2.0 (or more recent) of git-review was available.
Marco, are you able to get this updated? I've had a play with the
current cygport file, and it looks like the update works trivially,
although I haven't been able to set up a test environment to test it
locally. My changes are at [0] if you want to see them, but I don't
think there's anything very interesting.
[0]: https://github.com/me-and/Cygwin-git-review/tree/prerelease
Maciej, it looks like you should be able to install this yourself from
PyPI or from the source itself. Alternatively I've prepared a Cygwin
package that you should be able to install manually.
Options:
- If you have an appropriate version of `python*-pip` installed, run
python3 -m pip install git-review
- If you want to install from source yourself, it's available at
https://opendev.org/opendev/git-review
- If you want to use my tentative Cygwin build, make sure you have
the curl, python39 and python39-setuptools packages installed, and
the git-review package _uninstalled_, then run:
curl -L https://github.com/me-and/Cygwin-git-review/releases/download/v2.3.1-1-prerelease.10.1/git-review-2.3.1-1.tar.xz | tar -xJC/
As above, I've not actually been able to test this package, so I
can't provide any guarantees about it, but you're very welcome to
give it a go!
HTH
Adam
More information about the Cygwin
mailing list