Re: HTTPS support

2010-04-29 Thread Christian Hammond
Ah so you are running a custom one. It looks like it's hard-coded to use the http:// path. You need to make it set to use https:// for your Review Board URL. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On T

Using Reviewboard with Mercurial

2010-04-29 Thread Andrew
Hi. I have a few questions for the reviewboard gurus. I'm interested in using reviewboard with Mercurial. 1. Does the --parent option work with Mercurial? It's documented as only working with Git. If so, is there a workaround for usage with Mercurial or a suggestion on how to review changesets

.reviewboardrc on windows

2010-04-29 Thread Noah Campbell
Hi Folks, The docs (http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/) are incorrect when specifying the location of .reviewboardrc on windows. It should be: %USERPROFILE%\Application Data instead of $USERPROFILE\LocalSettings\Application Data Great product, keep up the good

Re: No new line at end of file crash diffviewer

2010-04-29 Thread Chris Clark
Christian Hammond wrote: What version of patch are you guys running? I'm running Ubuntu 8.04.3 LTS - I have patch 2.5.9 ing...@reviews:~$ cat /etc/*elease* DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.04 DISTRIB_CODENAME=hardy DISTRIB_DESCRIPTION="Ubuntu 8.04.3 LTS" ing...@reviews:~$

Re: AD Settings in RB

2010-04-29 Thread Kunjal
Thanks. Is this feature will get supported in near future? On Apr 29, 4:52 am, grimbeaver wrote: > You might be able to do it by setting the group name or a custom > search root in the settings but I'm not real familiar with the AD > scheme.  Currently I'm just using the Find DC from DNS option.

Re: HTTPS support

2010-04-29 Thread Kunjal
What I found is that if I do not change post-review.py script at all, I can post the review but I can not post the diff. kapar...@ltsdo-kaparikh ~ $ post-review.cygwin 275221 -d This tool looks at the given Pending-CL# & posts it for review. [Version: 200911 13_1141] >>> Repository info 'Path: p

Re: AD Settings in RB

2010-04-29 Thread grimbeaver
You might be able to do it by setting the group name or a custom search root in the settings but I'm not real familiar with the AD scheme. Currently I'm just using the Find DC from DNS option. The other thing to remember is that a user is not created in reviewboard until after the user logs in on

Re: Install ReviewBoard 1.5. Stucked when create site

2010-04-29 Thread Christian Hammond
Hi, How did you install Review Board? You never installed another version of it? Did you manually install Django Evolution? I've never seen this problem before. It almost looks like it's trying to use an older version of Review Board's model sets at some point in the installation. Christian --

Re: ereviewboard plugin for Eclipse

2010-04-29 Thread Markus Knittig
On 03/24/2010 05:23 PM, Stodge wrote: > Ah! I'm definitely using the right username so maybe it doesn't > support accessing an RB site using Apache's basic auth. Thanks for the > update! The newest version should support this. Please update. If it still doesn't work feel free to raise an issue on

Install ReviewBoard 1.5. Stucked when create site

2010-04-29 Thread Leeeee
This is my first time install Reveiw Board. My install environment: Windows XP SP2 Apache 2.2.11 MySQL 5.0.51b I installed followed dependencies python-2.5.4.msi setuptools-0.6c11.win32-py2.5.exe ( Python Setuptools Installer) patch-2.5.9-7-setup.exe (GNU pa

Re: AD Settings in RB

2010-04-29 Thread Christian Hammond
Hi, I was hoping someone else would respond to this. AD is a contributor-supplied feature, which I have little personal knowledge of. We make use of the Python ldap and DNS modules in order to handle authentication. I don't know what is needed to support multiple security groups, whether we need