Comment #5 on issue 1874 by kognate: post-review does not properly parse
diffs between commits in a branch on a git-svn repository
http://code.google.com/p/reviewboard/issues/detail?id=1874
This is also a problem in 0.3.2
post-review --parent=rb4859posted --debug -n
RBTools 0.3.2
Home = /Users/jsmith
svn info
git rev-parse --git-dir
git symbolic-ref -q HEAD
git svn info
repository info: Path: ********, Base path:**********, Supports
changesets: False
HTTP GETting api/
HTTP GETting http://**********/api/info/
Using the new web API
git merge-base rb4859posted refs/heads/testing
git diff --no-color --no-prefix --no-ext-diff -r -u rb4859posted..
git svn find-rev rb4859posted
git diff --no-color --no-prefix --no-ext-diff -r -u
ab8549308482f656fa0e50562bd2ea19b63bc0f4..rb4859posted
git svn find-rev ab8549308482f656fa0e50562bd2ea19b63bc0f4
Traceback (most recent call last):
File "/usr/local/bin/post-review", line 8, in <module>
load_entry_point('RBTools==0.3.2', 'console_scripts', 'post-review')()
File "/Library/Python/2.6/site-packages/RBTools-0.3.2-py2.6.egg/rbtools/postreview.py",
line 3769, in main
TypeError: object of type 'NoneType' has no len()
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en.