Upgrading from 1.6RC1 to 1.6RC2: There are unapplied evolutions for diffviewer.

2011-07-29 Thread Joe Lencioni
I just upgraded from 1.6RC1 to 1.6RC2 and when I ran rb-site upgrade, I got the following output: Rebuilding directory structure Updating database. This may take a while. Creating tables ... Upgrading Review Board from 1.6 RC1 to 1.6 RC2 There are unapplied evolutions for diffviewer. Installing

Re: Upgrading from 1.6RC1 to 1.6RC2: There are unapplied evolutions for diffviewer.

2011-07-29 Thread Joe Lencioni
like No fixtures found and There are unapplied evolutions? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Jul 29, 2011 at 1:05 PM, Joe Lencioni joe.lenci...@gmail.com wrote: I just upgraded from

ValueError: No JSON object could be decoded

2011-07-18 Thread Joe Lencioni
I was running into a weird error with post-review. Here's the post-review --debug RBTools 0.3.2 Home = /path/to/home/dir svn info git rev-parse --git-dir git symbolic-ref -q HEAD git config --get branch.master.merge git config --get branch.master.remote git config remote.origin.url

Re: Using post-review

2011-07-15 Thread Joe Lencioni
I am having the exact issue that Rajat was. I'm guessing that it is simply a matter of me not understanding exactly how reviewboard works. Here's what post-review --debug gives me: post-review --debug RBTools 0.3.2 Home = /path/to/home/dir svn info git rev-parse --git-dir git symbolic-ref

Re: Using post-review

2011-07-15 Thread Joe Lencioni
I think I figured this out. Essentially, we were using git without a centralized repository. I believe that reviewboard doesn't like this. So, I set up a directory on our server to act as a central repository and then cloned our repositories into there using the --bare option: cd