What version are you running?
Software: ReviewBoard-1.0rc3-py2.5, RBTools-0.2beta1-py2.5
What's the URL of the page containing the problem?
N/A. Problem is with post-review tool
What steps will reproduce the problem?
1. cd [my local svn view top-level folder]
2. run 'post-review.py'
What is the expected output? What do you see instead?
After accepting login credentials, replies with:
Error uploading diff: The file was not found in the repository (207)
A review entry is created and is visible in the webapp, but it has no
content (the diffs have not been uploaded).
I've then added some printouts to the post-review.py script that was
provided by the RBTools-0.2beta1-py2.5 module to verify that a valid diff
has been submitted on line 2022 by command server.upload_diff command (and
it is fine).
What operating system are you using? What browser?
Platform: Windows XP, MySQL, Apache 2.2 with mod python, Firefox 3.0.11
Please provide any additional information below.
I have set the svn property 'reviewboard:url' to 'http://localhost:8888'.
When I browse to this URL I get the ReviewBoard web app.