Re: RbTools 0.7.4 - ERROR: The current directory does not contain a checkout from a supported source code repository.

2015-06-16 Thread diwan . bose
Thanks David. Its the same with 0.7.4 as well. >>> RBTools 0.7.4 >>> Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] >>> Running on Windows-7-6.1.7601-SP1 >>> Home = C:\Users\diwanc\AppData\Roaming >>> Current directory = C:\Program Files (x86)\RBTools\bin >>> Running: g

Re: Review Board 2.0.16 is released, with security fixes and more

2015-06-16 Thread Paul Fee
Hi Stephen, EPEL7 upgrade didn't work for me. Negative karma and details of haystack dependency issue here. https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6685/ReviewBoard-2.0.16-1.el7,python-djblets-0.8.19-1.el7,python-django-evolution-0.7.5-1.el7 Forgive the formatting, I see bodhi

Re: Review Board 2.0.16 is released, with security fixes and more

2015-06-16 Thread Stephen Gallagher
Thanks for the On Tue, Jun 16, 2015 at 7:03 AM Paul Fee wrote: > Hi Stephen, > > EPEL7 upgrade didn't work for me. Negative karma and details of haystack > dependency issue here. > > https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6685/ReviewBoard-2.0.16-1.el7,python-djblets-0.8.19-1.e

ReviewBot: Problem moving from 0.1 to 0.2

2015-06-16 Thread Steve
Hi all, I'm upgraded a test server from ReviewBoard 1.7.28 to 2.0.15. That seems to be working fine. Now I'm trying to upgrade the ReviewBot extension from 0.1 to 0.2. I followed the instructions here: https://github.com/reviewboard/ReviewBot and everything completed without error. I then

Re: ReviewBot: Problem moving from 0.1 to 0.2

2015-06-16 Thread Steve
Some other information I should have provided: - I refreshed the installed tools on the extension page - Here's what's in my .pth files: root@dory site-packages]# grep -i bot *.pth easy-install.pth:./Review_Bot_Extension-0.2alpha0-py2.6.egg easy-install.pth:./ReviewBot-0.3alpha0-py2.6.egg easy-in

Re: RbTools 0.7.4 - ERROR: The current directory does not contain a checkout from a supported source code repository.

2015-06-16 Thread David Trowbridge
On Tue, Jun 16, 2015 at 3:33 AM, wrote: > >>> Running: git version > ERROR: Could not load SCM Client "git": [Error 2] The system cannot find > the fil > e specified > This looks like it's unable to find the command-line "git" in your path. This is odd, because it should be detecting that you're

customizing reviewboard emails to include repository name.

2015-06-16 Thread Damien NOZAY
Hi, I would like to see if it is possible to add the repository name to the email subject (see mail_review_request); or allow admins to configure the mail subject. subject = "Review Request %d: %s" % (review_request.display_id, summary) subject = "[%s] Review Request %d: %s" % (review_request.

assert index_name in indexes during `rb-site upgrade`

2015-06-16 Thread John Schmitt
http://ur1.ca/muhac (reviewboard-venv)[root@dyn40-25-179 tintri]# rb-site upgrade /var/www/reviewboard Rebuilding directory structure Updating database. This may take a while. The log output below, including warnings and errors, can be ignored unless upgrade fails. --

Re: RbTools 0.7.4 - ERROR: The current directory does not contain a checkout from a supported source code repository.

2015-06-16 Thread Griffin Myers
I think that error message is a red herring and should already be fixed in 4678679 (https://github.com/reviewboard/rbtools/commit/4f344a9efb2c3534e46b117e6bad15856a3a7be9). On Tuesday, June 16, 2015 at 3:34:59 PM UTC-4, David Trowbridge wrote: > > > On Tue, Jun 16, 2015 at 3:33 AM, > wrote: > >>

Unable to add repository to ReviewBoard

2015-06-16 Thread ageha67
Hi All, I setup the Review Board 2.0.15 on Window (Bitnami Version) and I can checkout my code at my computer(use https). My SVN server is setuped on another PC. When I add repository using https, I get blow error : Unable to connect to a repository at URL 'https://XXX.XXX.XXX.XXX/svn/project'