Hi,
I have installed git-review under python 2.7.9 on windows 7. I have set up a git-review.conf in my home directory under .config\git-review.
The docs page says to create .gitreview in the repository's .git but not what should go in and sort of suggests that it will be created somehow automatically.
Equally when I run git review -s then no output, no errors. It is supposed to update remotes with a gerrit entry but still just origin. It is also supposed to connect to the gerrit server to check it can. I use https to connect but nothing seems to have happened.
Finally if I run a git-review -d <change number> then I get
C:\GitWork\helloTest>git-review -d 8
C:\Python27\lib\site-packages\requests\packages\urllib3\connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See:
https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning)
Traceback (most recent call last):
File "C:\Python27\lib\runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name)
File "C:\Python27\lib\runpy.py", line 72, in _run_code exec code in run_globals
File "C:\Python27\Scripts\git-review.exe\__main__.py", line 9, in <module>
File "C:\Python27\lib\site-packages\git_review\cmd.py", line 1180, in main local_branch = fetch_review(options.changeidentifier, branch, emote)
File "C:\Python27\lib\site-packages\git_review\cmd.py", line 889, in fetch_review raise ReviewInformationNotFound(review)
git_review.cmd.ReviewInformationNotFound: Could not fetch review information for change 8
Looking at the doc page above, this seems to be aimed at writing the python code.
So very lost - does anyone have any ideas?
Regards,
John