Re: Subversion workflow help

2017-03-24 Thread Ivan Žitko
Hi, I can see this is old post, but this post is most similar to my problem, so I will just join this discussion. I hope it's ok. In my company, we use SVN, and we installed RB in order to improve quality of our code. I tried to use RB with pre-commit review workflow but it seems that it

Re: PL SQL support on review board

2017-03-24 Thread David Trowbridge
Looking at that package, I believe that just installing it and restarting your web server will work. -David On Fri, Mar 24, 2017 at 9:06 AM Satya B N wrote: > Sorry for the late reply. Thanks for the mentioning the word "Pygments". > > I googled and got the pygments for

Re: Database Upgrade Error

2017-03-24 Thread Chris Eagan
I found another discussion about this issue on this forum [forum post ] and sure enough, my database dump shows that the tables are using MyISAM. I converted the database dump to specify InnoDB instead using the following command

Re: PL SQL support on review board

2017-03-24 Thread Satya B N
Sorry for the late reply. Thanks for the mentioning the word "Pygments". I googled and got the pygments for Oracle PL/SQL. https://github.com/felipebz/oraclesql-pygments-lexer Is it possible to use third party Pygments and Review Board will be able to highlight KEYWORDS, syntax etc?

Re: Database Upgrade Error

2017-03-24 Thread Chris Eagan
I found another discussion about this issue on this forum [forum post ] and sure enough, my database dump shows that the tables are using MyISAM. I converted the database dump to specify InnoDB instead using the following command

Database Upgrade Error

2017-03-24 Thread Chris Eagan
When attempting to perform an rb-site upgrade from version 2.0.18 to 2.5.9, I get the following output, ending in an error. If I continue, further table creation issues occur and the result is a corrupted database. I do have a backup of the database, which I have been using to restore and test

Re: Database Upgrade Error

2017-03-24 Thread Chris Eagan
I went ahead and tested this and the upgrade finished without errors. I was able to login to Review Board but attempts to access existing review requests resulted in the following error: IntegrityError: (1452, 'Cannot add or update a child row: a foreign key constraint fails