Re: diff content information in ReviewBoard Database

2016-07-13 Thread Christian Hammond
Hi John, We fetch the files from the repository, which may be slightly different from what you have in your tree locally (many repositories alter things like encodings/line endings to match the local environment when checking out files). We may then make other changes (our own encoding/line ending

Re: diff content information in ReviewBoard Database

2016-07-13 Thread john levin
Hi Chris, I'm trying to download the diffs in my linux server (where svn server installed to validate in pre-commit) via wget but i'm getting the html files only. Any suggestions ? Also i guess i should try the API's. Can you please let me know how to utilize the API's. I have no idea about i

What version of the Django suits with ReviewBoard? 1146, "Table 'reviewboard.auth_user' doesn't exist")

2016-07-13 Thread Cui Fisher
What version of the Django suits with ReviewBoard? What version of the MySQL-python suits with ReviewBoard? centos 6.5 httpd-2.2.15-53.el6.centos.x86_64 Python 2.6.6 import django >>> print django.VERSION (1, 4, 21, 'final', 0) pip-1.5.4. setuptools-24.0.2 yum -y install mysql-server (mysq

Reviewboard Installation on Ubuntu

2016-07-13 Thread Diganta Kumar Sahoo
Hi, I installed reviewboard on my ubuntu machine. i removed 000-default from sites-enabled.But still it showing directory structure in the browser. Thanks, Diganta -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you?

Re: RB, SVN, and AD

2016-07-13 Thread Cathy Mullican
Well, after all that fuss...it turns out that you CAN combine Integrated Windows Authentication and Basic Windows Authentication with VisualSVN Server, it's just that the user still has to be in your Active Directory. (Docs were unclear, and I'm not admin on the SVN server, so there was a minor

Re: What version of the Django suits with ReviewBoard? 1146, "Table 'reviewboard.auth_user' doesn't exist")

2016-07-13 Thread Stephen Gallagher
Don't try to use the Django version shipped in EPEL 6, it's too old. EPEL 7 (For Red Hat Enterprise Linux/CentOS 7) has Django 1.6 which works with ReviewBoard 2.5. Or on EPEL 6, just remove the RPM packages entirely and install ReviewBoard with pip. On Wed, Jul 13, 2016 at 11:04 AM Cui Fisher w

Re: Reviewboard Installation on Ubuntu

2016-07-13 Thread Christian Hammond
Hi, First, did you restart the web server after removing the file? If so, can you share the rest of your Apache configuration here? Thanks, Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Wed, Jul

Re: RB, SVN, and AD

2016-07-13 Thread Christian Hammond
Hi Cathy, Glad that's been solved! Been working on figuring out the Kerberos stuff, but I haven't gotten as far as I'd like. The way you have it now is probably the ideal way, for performance and maintenance reasons. Would you be able to share what you did to set this up? Thanks, Christian --

can I make users not able to write review or not able to makr "ship it!" as the default behaviour

2016-07-13 Thread Jason Tsai
Hi, I am exploring Review Board and wondering if we can restrict users other than reviewers to only explore/observe review request but not review it. I notice that seems every user can review and mark review request as "ship it". We want to only allow groups or designated reviewers to review or

Re: RB, SVN, and AD

2016-07-13 Thread Cathy Mullican
Just had to add http-auth-types=basic to the [global] section of the .subversion/servers file and enable basic auth in addition to the integrated Windows auth on the server. Our initial confusion was because you can't have a non-AD user in addition to the Windows users, and because I wasn't seeing

Re: RB, SVN, and AD

2016-07-13 Thread Cathy Mullican
One last related question -- is there a way for RB to automatically import a group of AD users so I can configure the accounts and maybe do some more testing, or do I need to have each person go to the site and log in in order for the account to be created? On Wednesday, July 13, 2016 at 3:41:0

Re: Reviewboard Installation on Ubuntu

2016-07-13 Thread Diganta Kumar Sahoo
Hi, yes i restarted the server, and here the configuration below ServerName reviews.testorg.com DocumentRoot "/var/www/reviews.testorg.com/htdocs" # Error handlers ErrorDocument 500 /errordocs/500.html WSGIPassAuthorization On WSGIScriptAlias "/" "/var/www/reviews.testorg.com/htdocs/reviewboar

Re: Reviewboard Installation on Ubuntu

2016-07-13 Thread Diganta Kumar Sahoo
Hi, If i am trying to launch reviews.testorg.com directly in browser.It is showing URL blocked by our company. I want this url should go on our private network. Thanks, Diganta On Thu, Jul 14, 2016 at 10:23 AM, Diganta Kumar Sahoo wrote: > Hi, > > yes i restarted the server, and here the confi