t things
> 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:0
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 c
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
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 /path/to/new/
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