Re: Having trouble setting up a GitHub (Private Organization) repository

2012-05-04 Thread Can Özmen
But in the case of a private org that would make 'foo' the owner, which is the name of the organization. Then the 'Get your API Token' part asks for foo's password, which doesn't make sense since 'foo' is not an account that I can log-in with. -- Can Özmen On Wednesday, May 2, 2012 at

Re: Having trouble setting up a GitHub (Private Organization) repository

2012-05-04 Thread Christian Hammond
Do you have an SSH key configured and linked on that account? That could do it. If you check the Review Board log file, there may be more information. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri,

Re: Having trouble setting up a GitHub (Private Organization) repository

2012-05-04 Thread Can Özmen
I first tried adding the SSH key to my GitHub account and then as a deploy key to the private repo's account. Both fail with the same message: 2012-05-04 14:24:39,977 - DEBUG - Switch to new keys ... 2012-05-04 14:24:39,983 - DEBUG - Trying SSH key 3e2bacb616553a8258f03dc1b70f3a9c 2012-05-04

Re: Problem uploading screenshots

2012-05-04 Thread Daniel
Attached is the screenshot of the console you asked for. Thanks, Daniel https://lh6.googleusercontent.com/-zI4uTyoe4ys/T6QParQvlfI/AFQ/jEq2pTO8Q1E/s1600/ScreenShot003.jpg On Thursday, April 26, 2012 2:48:54 PM UTC-6, Christian Hammond wrote: What version of Review Board? Can

Problem posting a diff

2012-05-04 Thread Florian Leibert
Hi, I started with new repo, added files and tried to upload a diff - getting the error: The file 'README' (re69de29bb2d1d6434b8b29ae775ad8c2e48c5391) could not be found in the repository. I don't know what went on? Is there a way to force an initial review? Right now, I cannot post any reviews

Re: Having trouble setting up a GitHub (Private Organization) repository

2012-05-04 Thread Christian Hammond
How did you install Review Board? Looks like either a broken install or maybe some tightened security disallowing it from running executables? Christian On May 4, 2012, at 4:29, Can Özmen canoz...@gmail.com wrote: I first tried adding the SSH key to my GitHub account and then as a deploy

Re: Problem uploading screenshots

2012-05-04 Thread Christian Hammond
Hi Daniel, I'll needs bit more than that. Can you go into the Network tab, find the request, and show the request/response headers and the payload data? Christian On May 4, 2012, at 10:20, Daniel doub...@mcdewey.com wrote: Attached is the screenshot of the console you asked for.

Can't install reviewboard w/ mysql on mac

2012-05-04 Thread Paul
Hi, Trying to install reviewboard 1.6.6 on a mac (lion). I installed mysql- python and mysql 5.5.23 and have it running. When I run sudo rb-site install and get to the question regarding db, I don't see a mysql option. It only shows sqlite3. Why doesn't the mysql option show up? * What database

Re: Having trouble setting up a GitHub (Private Organization) repository

2012-05-04 Thread Can Özmen
I'm on an EC2 instance that I got up through Bitnami. I then upgraded to 1.6.6 ((was on 1.6.5 originally)) with help from victoria. For example the default site's log folder wasn't writeable after the upgrade so maybe some permissions are not set correctly. Is there any way to check that?