Re: Pre-Commit Workflow

2014-02-21 Thread Charles Yates
Guess it might be easier if I provide the script and associated document which I'm muttering about here :). https://docs.google.com/document/d/1z3XtAsVoCx9BDWS8itFZ0mOTd9d66tPus7eSE13m0eM It's very much a prototype - just knocked up in handful of shell scripts (I've only included a couple of

Migrate data from 1.6.12 version to 1.7.21?

2014-02-21 Thread shravanthi s
Hi, We are in the process of upgrading our Review Board version from 1.6.12 to 1.7.21 . However we had issues upgrading python so we installed latest ReviewBoard on another server with higher version of python (as we faced certificate issues while running easy_install ReviewBoard==1.6.12 --

Re: Migrate data from 1.6.12 version to 1.7.21?

2014-02-21 Thread Christian Hammond
Hi Shravanthi, I don't know why you hit that SSL error (I'd love to see the whole output), but yes, it should be possible to take a dump of 1.6.12, install it on the new server, and then run the 'rb-site upgrade' script. It is important that the database you are importing into be completely

Re: The current directory does not contain a checkout... (problem posting from perforce)

2014-02-21 Thread Darryl McCutcheon
Thanks! On Thursday, 20 February 2014 16:44:25 UTC-5, David Trowbridge wrote: Darryl, The --p4-* options have a bug where settings in a .p4config file still had higher priority than the command-line options. I'll make sure that the fix for that bug is in the next rbtools point release.

Re: updating to reviewboard 1.7.21 fails with Unable to execute the manager command syncdb

2014-02-21 Thread Christian Hammond
It looks like you may be using Python 3? If so, you will have to use 2.x (we recommend 2.7), as the 1.7.x releases are not compatible with 3.x. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Fri, Feb

updating to reviewboard 1.7.21 fails with Unable to execute the manager command syncdb

2014-02-21 Thread Marcello
Hi, I have an issue updating from 1.7.16 to 1.7.21 (on debian 7.4) # rb-site upgrade /srv/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. -- begin log

Re: updating to reviewboard 1.7.21 fails with Unable to execute the manager command syncdb

2014-02-21 Thread Marcello
Hello Christian, no, only python 2.7 (Version: 2.7.3-4+deb7u1) is installed. Am Freitag, 21. Februar 2014 20:55:46 UTC+1 schrieb Marcello: Hi, I have an issue updating from 1.7.16 to 1.7.21 (on debian 7.4) # rb-site upgrade /srv/reviewboard/ Rebuilding directory structure Updating

Re: updating to reviewboard 1.7.21 fails with Unable to execute the manager command syncdb

2014-02-21 Thread Christian Hammond
What version of Django is on there? Also, how did you install Review Board? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Fri, Feb 21, 2014 at 12:19 PM, Marcello marcello.cesc...@gmail.comwrote:

Re: Snapshot/Static view support of reviewboard

2014-02-21 Thread David Trowbridge
I wanted to apologize for the silence on this. I'm afraid that we don't know the answer. ClearCase support was a third-party contribution, and none of the core team really knows much about it =/ -David On Mon, Feb 17, 2014 at 1:43 AM, Mayank Kumar mayank...@gmail.com wrote: Hi, We are still

Re: Snapshot/Static View support in RB

2014-02-21 Thread David Trowbridge
I wanted to apologize for the silence on this. I'm afraid that we don't know the answer. ClearCase support was a third-party contribution, and none of the core team really knows much about it =/ -David On Wed, Feb 19, 2014 at 8:55 AM, Vivek Gupta vivek2...@gmail.com wrote: Hi All, We, in

2.0 needs Python 2.6.5 or newer

2014-02-21 Thread Bruce Cran
After having problems running rb-site to upgrade my installation, I realised that Ubuntu 9.04 only has Python 2.6.2, while Django needs 2.6.5 or newer ( http://stackoverflow.com/questions/19365230/django-init-keywords-must-be-strings-error-while-running-runserver ).

Re: 2.0 needs Python 2.6.5 or newer

2014-02-21 Thread David Trowbridge
Bruce, You're right. We'll make sure that the combined release notes for the 2.0 final mention the 2.6.5 dependency. -David On Fri, Feb 21, 2014 at 4:58 PM, Bruce Cran bruce.c...@gmail.com wrote: After having problems running rb-site to upgrade my installation, I realised that Ubuntu 9.04

Re: Issue 3257 in reviewboard: LDAP Authentication Error with Email Attribute

2014-02-21 Thread reviewboard
Comment #5 on issue 3257 by frikoda...@gmail.com: LDAP Authentication Error with Email Attribute http://code.google.com/p/reviewboard/issues/detail?id=3257 Thanks for quick response:) -- You received this message because this project is configured to send all issue notifications to this

Issue 3258 in reviewboard: POST /api/review-requests/id/diffs/ fails if the review request doesn't have a repository

2014-02-21 Thread reviewboard
Status: Started Owner: trowb...@gmail.com Labels: Type-Defect Priority-Medium Component-API New issue 3258 by trowb...@gmail.com: POST /api/review-requests/id/diffs/ fails if the review request doesn't have a repository http://code.google.com/p/reviewboard/issues/detail?id=3258 Traceback

Issue 3259 in reviewboard: Should be able to seamlessly switch between commit-level reviews diff-level reviews

2014-02-21 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3259 by vlov...@gmail.com: Should be able to seamlessly switch between commit-level reviews diff-level reviews http://code.google.com/p/reviewboard/issues/detail?id=3259 *** For customer support, please post to

Re: Issue 3259 in reviewboard: Should be able to seamlessly switch between commit-level reviews diff-level reviews

2014-02-21 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 2638 Comment #1 on issue 3259 by trowb...@gmail.com: Should be able to seamlessly switch between commit-level reviews diff-level reviews http://code.google.com/p/reviewboard/issues/detail?id=3259 (No comment was entered for this

Re: Issue 2638 in reviewboard: Add patch series

2014-02-21 Thread reviewboard
Comment #2 on issue 2638 by trowb...@gmail.com: Add patch series http://code.google.com/p/reviewboard/issues/detail?id=2638 Issue 3259 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications to this address. You may

Re: Issue 3258 in reviewboard: POST /api/review-requests/id/diffs/ fails if the review request doesn't have a repository

2014-02-21 Thread reviewboard
Updates: Status: Fixed Comment #1 on issue 3258 by trowb...@gmail.com: POST /api/review-requests/id/diffs/ fails if the review request doesn't have a repository http://code.google.com/p/reviewboard/issues/detail?id=3258 Fixed in release-2.0.x (25fae79). -- You received this

Issue 3260 in reviewboard: Dashboard column selector is in a seemingly-random order

2014-02-21 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium Component-Dashboard Component-Docs New issue 3260 by trowb...@gmail.com: Dashboard column selector is in a seemingly-random order http://code.google.com/p/reviewboard/issues/detail?id=3260 What version are you running? 2.0 beta 3