Re: when adding Repository: Unable to retrieve information from local Git repository

2013-01-21 Thread Matthew Woehlke
On 2013-01-18 19:08, Jonathan Mastin wrote: Solved. The server is running with SELinux enforcing and so the git command couldn't be started by apache. The repository can be added by disabling SELinux, or running the two below commands audit2allow -a -M reviewboard semodule -i reviewboard.pp

Re: can't close other users' requests?

2013-01-21 Thread Matthew Woehlke
On 2013-01-19 22:34, Raja wrote: Hi Matthew It looks you also need reviews.can_edit_reviewrequest for this to done. Just granting can change status seems to throw a permission denied error when trying to check if the user can edit the request. The UI doesnt reflect this, but the server log

Failed to get repository information svn+ssh

2013-01-21 Thread Alex Edwards
Hello, I am still having trouble getting this to work, I am unsure what I am doing differently to others. I started with rb 1.6 but couldn't get it working so I thought I would have a go with rb 1.7.1 I reinstalled reviewboard and rbtools. And I am still facing the same problems. - I have

Re: Failed to get repository information svn+ssh

2013-01-21 Thread Matthew Woehlke
On 2013-01-21 12:42, Alex Edwards wrote: I am still having trouble getting this to work, I am unsure what I am doing differently to others. I started with rb 1.6 but couldn't get it working so I thought I would have a go with rb 1.7.1 I reinstalled reviewboard and rbtools. And I am still facing

Re: Failed to get repository information svn+ssh

2013-01-21 Thread Alex Edwards
My problem seems very similar to this http://code.google.com/p/reviewboard/issues/detail?id=1750 On Monday, 21 January 2013 09:42:08 UTC-8, Alex Edwards wrote: Hello, I am still having trouble getting this to work, I am unsure what I am doing differently to others. I started with rb 1.6

Re: Failed to get repository information svn+ssh

2013-01-21 Thread Alex Edwards
the server with apache and RB is runnning ubuntu, the svn server has selinux but it has been disabled I tried using pysvn and was prompted for a password, after which it hung for a while then seems to have exited python (i think), should I have still been in the python shell after executing

Re: Failed to get repository information svn+ssh

2013-01-21 Thread Alex Edwards
I have also tried adding this to the svn config file in site root/data/.subversion/config ssh = ssh -i /var/www/test.com/data/.ssh/id_dsa but that doesnt seem to change anything either! On Monday, 21 January 2013 10:04:30 UTC-8, Alex Edwards wrote: the server with apache and RB is runnning

Re: pip install problem

2013-01-21 Thread Michel Alexandre Salim
Hello, On Wednesday, January 25, 2012 6:33:11 PM UTC+7, Bart Celary wrote: Hi, I have tried to 'pip install' the latest git snapshot of the Reviewboard. I am working in a clean virtualenv (setuptools/pip only). It failed with an error: Is there any progress on this report? One year

Re: pip install problem

2013-01-21 Thread Christian Hammond
Hi Michel, We do not support pip. Pip, while popular, is incomplete and doesn't support a critical feature, Python Entrypoints, which we require for all extensions, authentication backends, and repository backends. You'll have to use easy_install with Review Board and our dependencies. Christian

Re: Failed to get repository information svn+ssh

2013-01-21 Thread Christian Hammond
Specifying your own ssh will actually make it worse. It needs to use our own rbssh in order to use your key. What 1.6.x release did you first have this problem in? I'm trying to determine if there's some big regression in us, in pysvn/svn, or if there's some common configuration problem.

Re: Failed to get repository information svn+ssh

2013-01-21 Thread Alex Edwards
I'm not certain what version it was I will check in the morning it would have been 1.6.14 or 1.6.15, how would I test rbssh? I dont particularly need to use a certificate, can I get this working with a password? I just assumed it only worked with keys! I can set the ssh user to have the same

Re: Failed to get repository information svn+ssh

2013-01-21 Thread Christian Hammond
My feeling is that if keys are broken, there's a larger issue we should look into. I'm going to play with some stuff and just try again to reproduce this problem on my end. Christian On Jan 21, 2013, at 20:04, Alex Edwards edwards.a...@gmail.com wrote: I'm not certain what version it was I

Re: Failed to get repository information svn+ssh

2013-01-21 Thread Christian Hammond
Good news. I was able to reproduce this. I'm going to figure out the root cause and get it into the RB 1.7.3 release. This will be late tomorrow or, more likely, the day after. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

Re: pip install problem

2013-01-21 Thread Michel Alexandre Salim
Hi Christian, Thanks, that clears up the issue. There were similar problems with PyObjc, but Pip ended up getting patch for that a few months ago. Will look at using easy_install, or stick with django_tables2 since the only feature I need at the moment is the datagrid. Thanks, -- Michel On

Issue 2872 in reviewboard: Faulity import in 1.7.2

2013-01-21 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2872 by lamott...@gmail.com: Faulity import in 1.7.2 http://code.google.com/p/reviewboard/issues/detail?id=2872 What version are you running? 1.7.2 What's the URL of the page containing the problem? None What steps will