Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-12 Thread Dev
No christian.Apache is in 'nologin' mode.So as a apache user i won't be able to check-out. On Feb 12, 11:52 am, Christian Hammond chip...@chipx86.com wrote: So doing a checkout as Apache/lighttpd's user using svn+ssh is working without a password on that server? What did you do to enable that?

Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-12 Thread Dev
Below is the Log message i got from the SVN server. Feb 12 14:07:40 XXX sshd[27074]: Failed password for apache from :::XXX.XXX.XXX.XXX port 39183 ssh2 I guess if i enable apache as password less in the server,there may be security violence.Is it possible to point out the

Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-12 Thread Christian Hammond
Apache's no-login, but you should (as root) be able to sudo as Apache's user, and you should be able to generate public/private keys for that user and put it on the SVN server's authorized_keys for the user that Review Board is trying to connect as. If you sudo as Apache, you'll need to make sure

Re: settings_local.py ?

2009-02-12 Thread Christian Hammond
Hmm, I didn't receive either of these errors in my lighttpd install. What distro and version of lighttpd? You may have to make adjustments to your setup. I'm really not a lighttpd expert (far more experience with Apache). Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: settings_local.py ?

2009-02-12 Thread Dale
Lighttpd version is 1.4.19 (ssl), running on a ubuntu linux. Ok, thanks. I just thought it was strange errors, the original conf file for lighttpd that I got when I installed it didn't have that problems, so it should be something with the conf file, let me try to figure out what the problem is.

Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-12 Thread Dev
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 14:07:40 XXX sshd[27074]: Failed password for apache from :::XXX.XXX.XXX.XXX

Support for Custom Version Control System

2009-02-12 Thread dyoon....@gmail.com
Hi, Our company is using a version control system developed in house. It's implemented with Perl and Oracle database. I'd like to add a support for it. Can you tell me which files need to be modified? Thanks, Dan --~--~-~--~~~---~--~~ You received this message

Diff error

2009-02-12 Thread Dave
I've setup reviewboard 1.0 alpha 2 release on CentOS 5.2. I've used p4diff to generate the diff and when I tried to upload the diff file, I am getting the following error message. The selected file does not appear to be a diff. Any suggestions on what diff program that I should be using?

Re: settings_local.py ?

2009-02-12 Thread Martin Ankerl
Thanks a lot! This seems to work now. Martin On Feb 11, 11:26 pm, Christian Hammond chip...@chipx86.com wrote: Okay, looks like the reviewboard.fcgi file isn't being generated correctly. Can you two edit that file and append /conf/ to the path being inserted? For example:    

Re: Diff error

2009-02-12 Thread TP
You need to use post-review script. RB expects different headers in diff output. On Feb 12, 10:55 am, Dave dave.johnsonsm...@gmail.com wrote: I've setup reviewboard 1.0 alpha 2 release on CentOS 5.2. I've used p4diff to generate the diff and when I tried to upload the diff file, I am getting

Re: Support for Custom Version Control System

2009-02-12 Thread Muhammad Haggag
I don't think there's a guide for that, but it's not too hard. All SCM plugins reside under reviewboard/scmtools. The base class for all SCM tools is SCMTool defined in scmtools/core.py. You can derive from it and override the functions. I wrote a plugin for our tool by following the lead of the

Re: Diff error

2009-02-12 Thread Dave
Thanks to both of you. Its working now. -Dave On Feb 12, 3:22 pm, Christian Hammond chip...@chipx86.com wrote: Yeah. Basically, p4's diffs don't include all the information we need to process the diff and fetch the files. Christian -- Christian Hammond - chip...@chipx86.com Review

Issue 878 in reviewboard: reviewboard pass user 'SYSTEM' to perforce

2009-02-12 Thread codesite-noreply
Updates: Status: UserError Comment #3 on issue 878 by trowbrds: reviewboard pass user 'SYSTEM' to perforce http://code.google.com/p/reviewboard/issues/detail?id=878 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields

Issue 884 in reviewboard: Viewing review diff before publishing makes review uneditable

2009-02-12 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 884 by chris.a.williams: Viewing review diff before publishing makes review uneditable http://code.google.com/p/reviewboard/issues/detail?id=884 *NOTE: Do not post confidential information in this bug report.* What's the

Issue 705 in reviewboard: MultipleObjectsReturned: get() returned more than one Review -- it returned 5!

2009-02-12 Thread codesite-noreply
Comment #3 on issue 705 by ciaomary: MultipleObjectsReturned: get() returned more than one Review -- it returned 5! http://code.google.com/p/reviewboard/issues/detail?id=705 We're having the same issue since the upgrade to Alpha 1. It has happened for two different users, on two different