Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-13 Thread Dev
I am awaiting for reply. -Dev On Feb 12, 2:54 pm, Dev devmeg...@gmail.com wrote: Hi Christian, Below is my clear scenario: 1.I have installed ReviewBoard in say 'Server1' 2.SVN server is running in say 'Server2' 3.When i try to view 'View Diff', SVN server is giving me an error Feb 12

Re: pre-commit workflow

2009-02-13 Thread Brot
Is there any documentation for this post-review script? Where should this script run? In my case we are using a linux server for review-board and have windows-client where we are working on our code (svn working base is on windows). Does this script fit into this environment? Do I have the

Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-13 Thread Christian Hammond
Hi, Since SSH requires either a password or, in this case, an authorized key, you have to have a key for the apache user. It's trying to use the apache user because it's using SSH. Regardless of the user it's trying to log in as, it's going to use the running user's keys. If that's a security

Patch default apache-fastcgi.conf file wrong

2009-02-13 Thread Peter Bengtsson
The created apache-fastcgi.conf looks like this:: DocumentRoot /var/www/mydomain/htdocs ... # Direct all other requests to the fastcgi server RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^/(.*)$ /reviewboard.fcgi/$1 [QSA,L] It

Example httpd.conf for Cygwin/Apache2 without mod_python

2009-02-13 Thread David B
Hi all, Briefly... I'm looking for some guidance or a working example of httpd.conf settings for Review Board under Cygwin and Apache2 *without* mod_perl. Can anyone help? The full story... I am attempting to install Review Board under Cygwin on Windows XP. I'm just looking to evaluate the

Re: Example httpd.conf for Cygwin/Apache2 without mod_python

2009-02-13 Thread David B
Oh heck. Now I feel dumb. The example config was there all along and I was looking in the wrong place. Sorry to waste everyone's time. Now I just need to make it work. On Feb 13, 5:15 pm, David B da...@ball1.net wrote: Hi all, Briefly... I'm looking for some guidance or a working example

Diff containing new file results in File not found error

2009-02-13 Thread Darren
Hi all, Just tried uploading a diff based on changes to our instance of reviewboard. The diff contains a number of changes to existing code, plus the addition of two new files. When I click View Diff the changes to existing code display correctly. However, in the Files Changed summary the

Re: Broken Json API? Weird behavior after publishing

2009-02-13 Thread Christian Hammond
Not sure what you mean about the buttons being unreachable. Do you mean you don't see them in the web UI? If so, are you sure you're logged in? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Fri, Feb 13,

Re: API JSON: how create a review?

2009-02-13 Thread Christian Hammond
The API's a little unclear here, but you basically get a review automatically once you start posting comments or changing the body_top or body_bottom variables in a review. You'd use the following for this: /api/json/reviewrequests/review_request_id/reviews/review_id/

Re: Diff containing new file results in File not found error

2009-02-13 Thread Christian Hammond
Sounds like the diff header didn't have the information we expected signifying that this was a new file. What repository type is this, and what did you use to create/upload the diff? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. -

Re: Diff containing new file results in File not found error

2009-02-13 Thread Darren
Repository is SVN, and the diff was created by TortiseSVN on windows. Diff was uploaded by hand through the web UI. Darren. On Feb 13, 2:08 pm, Christian Hammond chip...@chipx86.com wrote: Sounds like the diff header didn't have the information we expected signifying that this was a new

Re: Diff containing new file results in File not found error

2009-02-13 Thread Christian Hammond
Try using post-review. IIRC, TortoiseSVN generates slightly non-standard diffs that cause problems. It would be nice to work around this, though. post-review also just makes filing review request a lot easier. Christian -- Christian Hammond - chip...@chipx86.com Review Board -