Re: Getting 500 error trying to access review

2015-06-12 Thread Jonathan Anderson
I was able to remount my git repository on the reviewboard server, and things appear to be back to normal. Thanks! Looks like I'll need to figure out a more persistent way to mount my repo directory. On Friday, June 12, 2015 at 5:08:31 PM UTC-7, Jonathan Anderson wrote: I did not realize

Getting 500 error trying to access review

2015-06-12 Thread Jonathan Anderson
My server got rebooted last night, and since coming back up, I've been getting 500's whenever trying to visit a review e.g. /r/100 Not sure where to troubleshoot this. Traceback (most recent call last): File

Re: Getting 500 error trying to access review

2015-06-12 Thread Jonathan Anderson
localized string properly, hence the functional.__proxy__ stuff. Christian -- Christian Hammond - chri...@beanbaginc.com javascript: Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -Original Message- From: Jonathan Anderson

Re: Diffing between revisions is unreliable.

2015-03-10 Thread Jonathan Anderson
explicitly don't highlight differences that are only due to upstream changes in the files and not changed hunks in the patch. -David On Tue, Mar 10, 2015 at 4:55 PM Jonathan Anderson physics...@gmail.com javascript: wrote: I am using ReviewBoard 2.0.12 I posted a code review using

Diffing between revisions is unreliable.

2015-03-10 Thread Jonathan Anderson
(different) versions of the file, but there is no highlighting. What information can I provide to diagnose this issue? Thanks, Jonathan Anderson Quosal LLC As you can see, the file below says the diff only contains whitespace changes, but at line 100, the files diverge. https://lh5

Re: Posting to reviewboard fails: Got API Error 207 (HTTP code 400): The file was not found in the repository.

2015-03-05 Thread Jonathan Anderson
Thanks for the reply. Any tips on how to debug this problem. -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/

Re: Posting to reviewboard fails: Got API Error 207 (HTTP code 400): The file was not found in the repository.

2015-03-02 Thread Jonathan Anderson
admin? -David On Thu Feb 26 2015 at 7:43:00 PM Jonathan Anderson jona...@webessenceonline.com javascript: wrote: Hello, I am using bitbucket as my repo and it's configured in reviewboard as a repo. Tried to google and debug but haven't gotten anywhere. Any help would be greatly

Posting to reviewboard fails: Got API Error 207 (HTTP code 400): The file was not found in the repository.

2015-02-26 Thread Jonathan Anderson
Hello, I am using bitbucket as my repo and it's configured in reviewboard as a repo. Tried to google and debug but haven't gotten anywhere. Any help would be greatly appreciated. Here is the debug output of the rbt post command: jon$ rbt post -d RBTools 0.7.1 Python 2.7.6 (default, Sep

Re: The specified diff file could not be parsed.

2015-02-18 Thread Jonathan Anderson
Mounting the git repository using NFS, and accessing it directly using the Path field in setup and clearing out the Mirror Path, my issue appears to be resolved. Thanks! On Monday, February 16, 2015 at 10:53:02 AM UTC-8, Jonathan Anderson wrote: Now that I know what was wrong with my

Re: The specified diff file could not be parsed.

2015-02-16 Thread Jonathan Anderson
It sounds like this is a documentation issue then. I don't believe that, in the process of setting up our reviewboard, there was an indication that the repository needed to be hosted locally. In fact, the repository settings in the UI suggested otherwise. I'll give this a try and update back

Re: The specified diff file could not be parsed.

2015-02-16 Thread Jonathan Anderson
, February 16, 2015 at 10:31:14 AM UTC-8, Jonathan Anderson wrote: It's occurring to me that right now, I have a bare repository and intend to keep it that way if I can. If I were to have the reviewboard instance accessing git directly through the file system, would it need a working directory

Re: The specified diff file could not be parsed.

2015-02-16 Thread Jonathan Anderson
on the reviewboard server, tracking our remote, and simply have it fetch when it needs to verify any files? On Monday, February 16, 2015 at 9:45:27 AM UTC-8, Jonathan Anderson wrote: It sounds like this is a documentation issue then. I don't believe that, in the process of setting up our

The specified diff file could not be parsed.

2015-02-09 Thread Jonathan Anderson
I am getting the following error whenever I attempt to rbt post a change that contains updates to an existing file. Posting a change containing a single new file works as expected. I have attached a fiddler archive with the reviewboard request. I am using an ssh git repository. I am accessing