Re: migrate reviewboard on a new server

2018-01-12 Thread Christian Hammond
Hi Sharon, Most likely, your old database contains some tables in MySQL's MyISAM format. The default for tables these days is InnoDB. You'd probably encounter this error even if you were just upgrading on the same server. The solution is really easy. Take your database backup (which should just

Re: Comment Categorization Extension

2018-01-12 Thread Christian Hammond
Hi Lokesh, Is the server disconnected fully from the Internet, then? How do you maintain Review Board upgrades? You can install the extension packages manually. If you downloaded the *.egg file, you can do: easy_install .egg If you downloaded the *.whl, you can do: pip install .whl

migrate reviewboard on a new server

2018-01-12 Thread sharon chen
I tried to migrate reviewboard from an old server to a VM. The older server: OS: SUSE 11.4 reviewboard: 1.6.3 The new server: centos 7 or ubuntu 16.04 reviewboard: Review Board 2.5.16 What is the best approach to achieve this? I have tested the following approach: 1. create the db backup

Re: Can't add perforce repository

2018-01-12 Thread David Trowbridge
The error message is generic for all repository types, most of which have a "path". Would it be possible for you to share a screenshot of what you're putting into the field? (possibly anonymizing any domain names)? Can you check the Review Board log file after attempting to save it to see if there

Re: RBTools Ticket #4628: rbt patch --print cannot be run outside of a source tree

2018-01-12 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4628/ -- New update by alexander For Beanbag, Inc. > RBTools > Ticket #4628 Reply:

Re: Review Board Ticket #4617: Diff fragments do not load correctly when the fragment contains non-ASCII characters

2018-01-12 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4617/ -- New update by jhominal For Beanbag, Inc. > Review Board > Ticket #4617

Re: How to mark single reviewed file as approved

2018-01-12 Thread Michał Grochowina
The functionality is shown here - Eric Brown accepted some files here: http://support.smartbear.com/support/media/images/support/kb/data/2012/6/26/ws-review-overview-materials.zoom85.png -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host

How to mark single reviewed file as approved

2018-01-12 Thread Michał Grochowina
I used before CodeCollaborator. Apart from approving entire review, the reviewers could mark single files as approved. It was very helpful, because the owner (author) thanks for that know that the particular file is OK for the particular reviewer. Also reviewer after uploading a new rework by

Re: Can't add perforce repository

2018-01-12 Thread Giuseppe Salvatore
Hi David, yes I do. And it's strange that the error message refers to a path! Also, is the Name field the name of the repository or a name that will identify the repository in review board (btw I tried putting the real repository name in perforce and doesn't work as well) It's strange that the

RBTools Ticket #4628: rbt patch --print cannot be run outside of a source tree

2018-01-12 Thread Alexander Dorogov
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4628/ -- New ticket #4628 by alexander For Beanbag, Inc. > RBTools Status: New Tags: