Re: rbtools with subversion instance requiring authentication

2014-07-02 Thread Michelle Avery
Hi Christian, I started out with a post-commit hook using a file:// URL, but I couldn't get that to work. It's been a while since I worked on it, but I was working with it that way today, and if I recall correctly, I never managed to get past the "Unable to find a Review Board server for this

Re: create review

2014-07-02 Thread David Trowbridge
It looks like your SMTP server is not expecting a username and password. For the 500 error, check the apache error log. -David On Wed, Jul 2, 2014 at 3:16 AM, nidhi singh wrote: > Hi >> > > m able to send a test email to myself but not to the review group , got > the following error: > in log

Re: rbtools with subversion instance requiring authentication

2014-07-02 Thread Christian Hammond
Hi MIchelle, I can’t really say, to be honest. I want to get a better sense of your setup, though. This hook is a script living on the SVN server, right? Given that it’s local to there, is there a reason it can’t use a file:// URL to reach its SVN repo? Can I see the hook and the modifications

Re: Image review not working

2014-07-02 Thread Christian Hammond
Hi Justin, The Apache config looks fine. A few questions. Do you get a thumbnail on the review request page for that image? Can you screenshot the brokenness that you’re seeing? Also, can you show me that link? As a sanity-check, you’re getting that page when clicking the thumbnail, right? An

rbtools with subversion instance requiring authentication

2014-07-02 Thread Michelle Avery
Hi, I set up an instance of reviewboard a few weeks ago as a quick proof of concept for my company. At the time, I ran into a problem getting my subversion post-commit hook to work. Our repository allows no anonymous access, so the svn info, log, etc. calls issued by rbtools were hanging wai

Image review not working

2014-07-02 Thread Justin Jansen
I am evaluating reviewboard and have 2.0.2 installed on ubuntu 12.04 installed as the only website so I installed it at /var/www and took over the default apache config. However, I am having trouble getting image review to work correctly. I have read several posts on similar issues and tried

Re: Active Directory - Can't Assign New User to Review

2014-07-02 Thread fireworm
*bump* Anyone have any ideas? On Thursday, June 26, 2014 11:53:46 AM UTC-7, fireworm wrote: > > Removed the pyc file (review_request.pyc). > Set myself as the owner (not www-data or admin or whatever). > Restarted apache. > Refreshed the review webpage. > Page loaded just fine, no pyc next to rev

Re: upgrade from 1.6.11 to 2.0.2 failed - rb is taking a nap

2014-07-02 Thread c mu
Okay, I did that. But now, I get a new error. here's my apache2 config: ServerName de-rb01.domain.de DocumentRoot "/clients01/review-board/htdocs" # Error handlers ErrorDocument 500 /errordocs/500.html WSGIPassAuthorization On WSGIScriptAlias "/" "/clients

Re: create review

2014-07-02 Thread nidhi singh
> > Hi > m able to send a test email to myself but not to the review group , got the following error: in login [Wed Jul 02 15:35:59.654930 2014] [:error] [pid 2944:tid 864] raise SMTPException("SMTP AUTH extension not supported by server.") [Wed Jul 02 15:35:59.654930 2014] [:error] [pid 29

Re: upgrade from 1.6.11 to 2.0.2 failed - rb is taking a nap

2014-07-02 Thread Christian Hammond
mod_python is no longer supported by Django, Apache, or us. You’ll need to move to mod_wsgi. You can generate a temporary site in another directory in order to get a sample apache-wsgi.conf file that you can refer to when upgrading your Apache configuration. Christian --  Christian Hammond - 

upgrade from 1.6.11 to 2.0.2 failed - rb is taking a nap

2014-07-02 Thread c mu
Hi, i'm trying to upgrade mein RB. I followed the instructions and there was no error (easy_install -U ReviewBoard, rb-site upgrade..) but if I try to open the website, I get the following: MOD_PYTHON ERROR ProcessId: 2977 Interpreter:'reviewboard_review-board' ServerName: 'review

Re: Upgrade from 1.6.11 to 2.0.2 - rb is taking a nap

2014-07-02 Thread David Trowbridge
Can you check the Review Board and web server log files for errors? -David On Wed, Jul 2, 2014 at 2:28 AM, c mu wrote: > Hi, > Im trying to upgrade my site. > I did follow the upgrade instructions: > > > easy_install -U ReviewBoard > > > rb-site upgrade /path/to/site > > -- > Get the Review B

Upgrade from 1.6.11 to 2.0.2 - rb is taking a nap

2014-07-02 Thread c mu
Hi, Im trying to upgrade my site. I did follow the upgrade instructions: easy_install -U ReviewBoard rb-site upgrade /path/to/site -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user

Re: create review

2014-07-02 Thread David Trowbridge
Please see the previous message in this thread where I provided some suggestions for how to debug the e-mail issue. -David On Wed, Jul 2, 2014 at 2:19 AM, nidhi singh wrote: > Hi >> > > yeah, m able to send review request to my peer but no email is being sent, > as when the person is logging i

Re: create review

2014-07-02 Thread nidhi singh
> > Hi > yeah, m able to send review request to my peer but no email is being sent, as when the person is logging into review board then only he/she can see the request, m not able to send the email reminder but I have configured the email settings Thank You -- Get the Review Board Power Pa

Re: create review

2014-07-02 Thread David Trowbridge
To create a review request, you can either click the "New Review Request" page and select a committed change, or you can use 'rbt post' to create one for a pending change. https://www.reviewboard.org/docs/rbtools/0.6/rbt/commands/post/ Once you create a review request, fill out the required field

Re: create review

2014-07-02 Thread nidhi singh
Hi Yes I have added the svn repository to review board server thank you -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You

Re: create review

2014-07-02 Thread David Trowbridge
Before I answer that, I'd like to check: have you added your repository to the review board server? https://www.reviewboard.org/docs/manual/2.0/admin/configuration/repositories/ -David On Wed, Jul 2, 2014 at 12:16 AM, nidhi singh wrote: > Hi David, >> > > I have just started with reviewboard

Re: create review

2014-07-02 Thread nidhi singh
> > Hi David, > I have just started with reviewboard and just want to start with the basics like to request for a review and ask people to review my code. But m not able to find the proper steps to follow, neither any video m able to find If it is there, please guide me, as I want to explore t