Re: Review Board Ticket #4396: Some files difference is not showing properly after running "rbt post". While opening the url in browser.

2017-01-13 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4396/ -- New update by skumar8 For Beanbag, Inc. > Review Board > Ticket #4396

Re: RBTools Ticket #4501: rbt on mac won't run

2017-01-13 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4501/ -- New update by dwilson For Beanbag, Inc. > RBTools > Ticket #4501 Reply:

Re: Review Board Ticket #3720: Diff split across many pages when greater than 100 files included

2017-01-13 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/3720/ -- New update by icd.mu**@gmai* (Google Code) For Beanbag, Inc. >

Re: Review Board Ticket #4022: syntax highlighting failed with CVS repository due to trailing ", v"

2017-01-13 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4022/ -- New update by wesly.chen For Beanbag, Inc. > Review Board > Ticket #4022

Re: Review Board Ticket #4448: Allow authenticating to API with e-mail address instead of username

2017-01-13 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4448/ -- New update by david For Beanbag, Inc. > Review Board > Ticket #4448 Reply:

Review Board Ticket #4508: View diff not working on webUI

2017-01-13 Thread Manish Mohapatra
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4508/ -- New ticket #4508 by dressarosa94 For Beanbag, Inc. > Review Board Status:

Re: Windows to Linux migration

2017-01-13 Thread jerome
I think I have found a clue, the table siteconfig_siteconfiguration contain the server config and the paths! so the Windows dump going to Linux, some paths are C:\... which would prevent the server configuration. I guess I have to cherry pick the data I import here! Is there an easy way to

Re: Windows to Linux migration

2017-01-13 Thread jerome
>From inside /opt/reviewboard-2.5.7-2/ folder: bash-4.2# cat apps/reviewboard/conf/httpd-vhosts.conf ServerName reviewboard.example.com ServerAlias www.reviewboard.example.com DocumentRoot "/opt/reviewboard-2.5.7-2/apps/reviewboard/htdocs/rb-sites/reviewboard/htdocs" Include

Re: Default reviewer not assigned to the review (yet another weird utf8 problem)

2017-01-13 Thread David Trowbridge
Something is super weird with your database schema. The "binary" field of that table should be a longblob, not text (and therefore shouldn't care at all about encodings one way or another). Can you pull out the schema and send it here? -David On Fri, Jan 13, 2017 at 9:08 AM Shooter Gravatar

Re: Windows to Linux migration

2017-01-13 Thread David Trowbridge
Can you send the contents of the apache VirtualHost config (which probably lives in the review board site's conf/ directory)? -David On Fri, Jan 13, 2017 at 11:33 AM wrote: > The mysqld.log > > bash-4.2# cat mysql/data/mysqld.log > 170113 14:30:40 mysqld_safe Starting

Re: Windows to Linux migration

2017-01-13 Thread jerome
The mysqld.log bash-4.2# cat mysql/data/mysqld.log 170113 14:30:40 mysqld_safe Starting mysqld.bin daemon with databases from /opt/reviewboard-2.5.7-2/mysql/data 170113 14:30:40 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled 170113

Re: Windows to Linux migration

2017-01-13 Thread jerome
I cleared the apache log and here's what I when fetching the page: bash-4.2# cat apache2/logs/access_log 10.1.30.177 - - [13/Jan/2017:14:15:45 -0500] "GET /reviewboard/ HTTP/1.1" 500 250 10.1.30.177 - - [13/Jan/2017:14:15:52 -0500] "GET /reviewboard/ HTTP/1.1" 500 250 10.1.30.177 - -

Re: Windows to Linux migration

2017-01-13 Thread David Trowbridge
You should definitely find something in the apache error log. I'd start by double-checking the apache logging configuration to make sure logs are ending up where you'd expect. -David On Fri, Jan 13, 2017 at 10:48 AM wrote: > Hi, > > I'm having some trouble migrating my

Windows to Linux migration

2017-01-13 Thread jerome
Hi, I'm having some trouble migrating my reviewboard from Windows to Linux. I was running Bitnami stack to have a self contain reviewboard. I was having Windows version 2.5.1-1 and wanted to move to Linux version 2.5.7-2. So I first upgraded the Windows version 2.5.7-2 under Windows to avoid

Re: Default reviewer not assigned to the review (yet another weird utf8 problem)

2017-01-13 Thread Shooter Gravatar
Another update. I completely remove ReviewBoard 2.5.7 from my system and downloaded again 2.5.6.1 with easy_install. Run the installation again. Same configuration as before. I can now create a review request from the UI by browsing the commits on my repo, and the default reviewer rule is

Re: Default reviewer not assigned to the review (yet another weird utf8 problem)

2017-01-13 Thread Shooter Gravatar
More info on this. I started from scratch once again : deleted MySQL database, remove all reviewboard sites and start the rb-site install process again. My site now has one repository, 2 users (the admin and me), one group (myGroup) and one default reviewer (assigns a specific path to