Re: How to get post-review to work w/ http://reviews.reviewboard.org (to request reviews for RB changes)

2009-11-08 Thread Pv
Thanks for the -d reminder. Interesting: C:\svns\reviewboard\reviewboard\webapi>post-review -d >>> svn info The current directory does not contain a checkout from a supported source code repository. It is running "svn", even though technically the "c:\svns\reviewboard" directory is a git enlistm

Re: How to get post-review to work w/ http://reviews.reviewboard.org (to request reviews for RB changes)

2009-11-08 Thread Dan Savilonis
You can run post-review with the -d option to see what it is trying to do. I suspect the git get_repository_info() check is failing. It will start by running: $ git rev-parse --git-dir and then a few more commands, which will all be listed with the -d option. Once you see where it fails, you can