Hello guys. I am having issues while trying to post a diff with post-
review from my windows box. I'm using the latest version of post-
review, with Python2.4 and MinGW32.
When I run "python post-review", review request is posted to the
server but I see no files in it. This is the output I get running with
-d (repository path changed to XXX for security reasons):
>>> Repository info 'Path:
http://devel.livra.com/svn, Base path: /comparativo/frontend/cereza/trunk, Supports changesets: False'
>>> svn diff --diff-cmd=diff
>>> svn info src/main/com/livra/cereza/application/product/MercadoLibreSearcher.java
>>> svn info src/webapp/WEB-INF/web.xml
>>> svn info src/main/com/livra/cereza/application/product/MercadoLibreSearcher.java
>>> svn info src/main/com/livra/cereza/application/product/MercadoLibreSearcher.java
>>> svn info src/main/com/livra/cereza/application/product/MercadoLibreSearcher.java
>>> svn info src/webapp/WEB-INF/web.xml
>>> svn info src/webapp/WEB-INF/web.xml
>>> svn info src/webapp/WEB-INF/web.xml
>>> Looking for '192.168.0.38 /' cookie in C:\Documents and Settings\maximiliano\Local Settings\Application Data\.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request for None
>>> HTTP POSTing to
http://192.168.0.38:8123/api/json/reviewrequests/new/: {'repository_path': '
http://XXX/XXX'}
>>> Review request created
>>> Uploading diff, size: 1534
>>> HTTP POSTing to
http://192.168.0.38:8123/api/json/reviewrequests/8/diff/new/: {'basedir': '/comparativo/frontend/cereza/trunk'}
Error uploading diff: One or more fields had errors (105)
>>> {u'fields': {u'path': [u'The diff file is empty']}, u'stat': u'fail', u'err': {u'msg': u'One or more fields had errors', u'code': 105}}
Your review request still exists, but the diff is not attached.
Anybody have a clue that may help me find out what's going on?
Thanks!
Max