Permission denied accessing the local Git repository '/home/user/foo/.git'

2015-08-04 Thread udam . dewaraja
Hello, I'm trying to set up reviewboard on Fedora linux. I've already disabled SELinux due to other issues starting up Reviewboard. Running apache with the other recommended settings. Now I have review board setup but cannot get my git repository set up (even after trying for a day). Here's

Re: Permission denied accessing the local Git repository '/home/user/foo/.git'

2015-08-04 Thread Christian Hammond
Hi, Just to check, is this repository local to the Review Board server, or remote? If local, make sure that your web server's user (usually apache or www-data) has read access to everything under the git repository. if remote, you're going to need to use a service like gitweb/cgit/gitlab/etc,

Re: Permission denied accessing the local Git repository '/home/user/foo/.git'

2015-08-04 Thread Christian Hammond
Hi, There's no additional logs for this, as that's basically all the information we're given. That error is coming straight from Git. Best way to reproduce for testing is to `sudo -s` to your web server's user, then attempt to do a `git ls-remotes` on that repository. See if you get an error.

Re: Permission denied accessing the local Git repository '/home/user/foo/.git'

2015-08-04 Thread udam . dewaraja
Hi Christian, Thank you for the quick response. I'm using local repo due to not having the gitweb/cgit etc. I locally cloned the git repository under my home directory. The whole repository has read privileges to all users of the system (chmod -R ugo+r foo) already. However, the error message

Re: Permission denied accessing the local Git repository '/home/user/foo/.git'

2015-08-04 Thread udam . dewaraja
Ok yes, that was the problem. For anyone thats in this bad situation in the future, the way to figure out the issue is as follows: As Christian mentioned, do: sudo -su apache (or user who runs apache) cd to git repo git ls-remote In my case, it was failing to connect via ssh (public key

Re: Issue 3935 in reviewboard: Auto populate branch name when creating new Review Request

2015-08-04 Thread reviewboard
Updates: Status: Confirmed Labels: Milestone-Release2.5.x EasyFix Project-ReviewBoard Component-PostCommitUI Comment #1 on issue 3935 by chip...@gmail.com: Auto populate branch name when creating new Review Request https://code.google.com/p/reviewboard/issues/detail?id=3935 Seems

Issue 3935 in reviewboard: Auto populate branch name when creating new Review Request

2015-08-04 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3935 by j...@codeq.com: Auto populate branch name when creating new Review Request https://code.google.com/p/reviewboard/issues/detail?id=3935 *** For customer support, please post to reviewbo...@googlegroups.com ***