Issue 1747 in reviewboard: post-review --revison-range=XXXXX crashes

2010-08-03 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 1747 by codemonkey.uk: post-review --revison-range=X crashes
http://code.google.com/p/reviewboard/issues/detail?id=1747

What version are you running?

RBTools 0.2

What's the URL of the page containing the problem?

N/A

What steps will reproduce the problem?

1. post-review --revison-range=X

What is the expected output? What do you see instead?

I expect this to create a post-checkin review with diff for change list  
specified.


Instead it crashes with the following stack trace:

Traceback (most recent call last):
  File C:\Python26\Scripts\post-review-script.py, line 9, in module
load_entry_point('RBTools==0.2', 'console_scripts', 'post-review')()
   
File C:\Python26\lib\site-packages\rbtools-0.2-py2.6.egg\rbtools\postreview.p

y, line 2861, in main
submit_as=options.submit_as)
   
File C:\Python26\lib\site-packages\rbtools-0.2-py2.6.egg\rbtools\postreview.p

y, line 2554, in tempt_fate
parent_diff_content)
   
File C:\Python26\lib\site-packages\rbtools-0.2-py2.6.egg\rbtools\postreview.p

y, line 503, in upload_diff
debug(Uploading diff, size: %d % len(diff_content))
TypeError: object of type 'NoneType' has no len()

What operating system are you using? What browser?

Windows XP SP3.
P4 Server 2005.1/89985.
Safari

Please provide any additional information below.

I am trying to set up to evaluate Review Board for use with a post check-in  
workflow using P4 source control on a large project.



--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1113 in reviewboard: post-review tool cannot handle revisions with deleted files in Subversion

2010-08-03 Thread reviewboard


Comment #3 on issue 1113 by bobafeth2000: post-review tool cannot handle  
revisions with deleted files in Subversion

http://code.google.com/p/reviewboard/issues/detail?id=1113

I added a workaround for that issue on my local installation. I hope it can  
help anybody having the same problem until an official fix come out.


Attached are two files:
- postreview.org is the original one upon which the fix is based  
(RBTools-0.2)

- postreview.py is the modified one that handles the case of deleted files.

Attachments:
postreview.py  104 KB
postreview.org  104 KB

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 1748 in reviewboard: error posting to review board

2010-08-03 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 1748 by lbelcz13: error posting to review board
http://code.google.com/p/reviewboard/issues/detail?id=1748

I get the following error when posting to review board:

Error creating review request: User does not exist (code 208)

posting review request...

Traceback (most recent call last):
  File c:\python25\lib\site-packages\cx_Freeze\initscripts\Console.py,  
line 27, in module

  File rb.py, line 1194, in module
  File rb.py, line 1179, in main
TypeError: 'NoneType' object is unsubscriptable


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1748 in reviewboard: error posting to review board

2010-08-03 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 1748 by chipx86: error posting to review board
http://code.google.com/p/reviewboard/issues/detail?id=1748

Please provide information on what you're trying to do, exactly,  
step-by-step. Also the version numbers of everything.


There isn't enough information for us to figure out anything.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.