Re: Help migrating an old Review Board server

2010-07-20 Thread Ian
I did do a complete fresh install of 1.0.9 on my new server actually, I was only trying to upgrade the site files. :-) It looks like we're using MySQL on the old server. Which brings up another question, which database is recommended for best performance with Review Board? I'm using Mac OS X Ser

Re: Help migrating an old Review Board server

2010-07-20 Thread Christian Hammond
SQLite should never really be used for a production system. It's not really designed for extensive concurrency. We use MySQL and haven't had a problem with it, so I'd personally recommend that. The dump/import I was referring to would be the native SQL dump. That only works when going between the

Re: Help migrating an old Review Board server

2010-07-20 Thread Ian
Oh, OK, I'll use the MySQL db option then, thanks! Presumably the only database I need to transfer with mysqldump is the one named after my Review Board site ("reviewboard" in my case)? Ian On Jul 20, 12:49 am, Christian Hammond wrote: > SQLite should never really be used for a production syste

Re: Help migrating an old Review Board server

2010-07-20 Thread Christian Hammond
Yep, that should be the only thing. As for the actual site files, the only things you should need to transfer are anything in htdocs/media/uploaded/. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Jul

Re: post-review diff upload error on windows XP

2010-07-20 Thread Dan Savilonis
The documentation and clearcase support in rbtools is rather outdated. I believe Jan has an improvement so you don't need to use my cleartool lsco hack among other things. There are a large number of patches in the queue on reviews.reviewboard.org but they don't appear to be going anywhere. Noneth

Re: Help migrating an old Review Board server

2010-07-20 Thread Ian Anderson
I did do a complete fresh install of 1.0.9 on my new server actually, I was only trying to upgrade the site files. :-) It looks like we're using MySQL on the old server. Which brings up another question, which database is recommended for best performance with Review Board? I'm using Mac OS X

Re: post-review diff upload error on windows XP

2010-07-20 Thread Jan Koprowski
Is not my intention to rewrite Clear Case implementation. We use Clear Case in company and my manager ask me I can do something to switch from Code Striker to Review Board - so I do it. Now in company I have other tasks. From time to time I write some useful (i believe useful) patches but in my com

Re: Trying to demo review board

2010-07-20 Thread Chris Clark
My 2 cents, if you want to demo ReviewBoard you really should use a supported SCM. Adding support for an SCM isn't super hard BUT it isn't super trivial either. There isn't a how-to doc for adding an SCM, you just have to be committed to doing it. I know as I've done it. It really isn't hard b

Re: Three questions for using Review Board 1.0.6

2010-07-20 Thread Andrew
I'm wondering if there has been any progress on the DVCS front. I'd be very interested in the current design. Is one of the GSOC students actively working on this? On Jun 2, 6:08 pm, Christian Hammond wrote: > Hi James, > > Today, each logical change is meant to have its own review request. If