view diff met IOError: [Errno 22] Invalid argument

2011-03-09 Thread Shi Yuanmin - Simon
Traceback (most recent call last): File c:\python25\lib\site-packages\ReviewBoard-1.5.4-py2.5.egg \reviewboard\diffviewer\views.py, line 153, in view_diff interdiffset, highlighting, True) File c:\python25\lib\site-packages\ReviewBoard-1.5.4-py2.5.egg \reviewboard\diffviewer\diffutils.py,

Re: Updating bugzilla bugs

2011-03-09 Thread Vivek Subramanian
Hi Christian, It took me time but I think I have managed to write very bad python code to do what you described. It basically piggbacks on the review_request_published signal. (I simply wrote an almost identical signal like review_request_published with the same bunch of arguments and also sent

Re: Updating bugzilla bugs

2011-03-09 Thread David Trowbridge
If you're running through apache, you'll have to at least do a reload (which is like a restart but it just reloads its configuration). If it's not obvious how to do that, then a restart will also work. It's usually easier to use django's built-in web server while making code changes, because it

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-03-09 Thread Rob Coward
FYI, I've got to the bottom of this with the help of the debug output. It seems that whatever is calling rbssh is not picking up the Username field and just passing the server component of the Path field. As a result, the rbssh script is calculating the username from the user running the

Re: Trouble with installing ReviewBoard on Windows.

2011-03-09 Thread ktckd .
Hi Christian, Thanks for the reply. You are right I forgot to install mod_python. I was able to see the login page after settings things up. But now I am having an issue where the css is not properly loaded for any page. Any ideas? Thanks, On Mar 8, 7:38 pm, Christian Hammond

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-03-09 Thread Christian Hammond
Hi Rob, Glad you got it working. I'll look into our repository path parsing code and see if we're somehow not handling the \ in usernames. Maybe it's being stripped out somewhere. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

Re: RBTools Bazaar support (was: RBTools 0.3 released)

2011-03-09 Thread Daniel Benamy
Sorry to bug you, but I'm really looking forward to bazaar support. Any idea when this will be released or even just committed? I'd try out unreleased code to use it. Thanks so much for your awesome work. Reviewboard is great! Dan On Jan 30, 3:31 pm, Christian Hammond chip...@chipx86.com wrote:

Issue 2014 in reviewboard: get_interesting_headers raises IndexError with C++ end-of-file whitespace change

2011-03-09 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2014 by timw.at@gmail.com: get_interesting_headers raises IndexError with C++ end-of-file whitespace change http://code.google.com/p/reviewboard/issues/detail?id=2014 What version are you running? 1.5.4 What's the URL