Re: Reviewboard Intellij Idea plugin

2013-04-04 Thread Alex Edwards
Anyone know if this plugin works for intellij 12? I use it with 11 at the moment, has a few bugs, doesn't seem to have been maintained for a while, I was thinking of branching it to github and fixing some stuff just not got round to it yet :) One big problem with the plugin is that it doesn't

Re: Failed to get repository information svn+ssh

2013-02-06 Thread Alex Edwards
UTC+1, Alex Edwards wrote: yes I am using my svn username in the url like this svn+ssh://username@host/repo and when i use the gui to create a repository I use the same url but I also set the username to be the same username On Thursday, 24 January 2013 12:02:28 UTC-8, Christian Hammond

Re: Failed to get repository information svn+ssh

2013-01-24 Thread Alex Edwards
been actively working on this problem, but it is very strange... I'll let you know when I finally have something to test. Christian On Jan 23, 2013, at 8:59, Alex Edwards edward...@gmail.com javascript: wrote: I'm not sure how to run as a rb shell, I was just running in python

Re: Failed to get repository information svn+ssh

2013-01-24 Thread Alex Edwards
, 2013, at 9:40, Alex Edwards edward...@gmail.com javascript: wrote: Ok, that didn't appear to have any effect. I deleted the file that was output by that command and reinstalled using the command you asked. I'm still not ruling out that this is a config problem by me. I tried running

Re: Failed to get repository information svn+ssh

2013-01-23 Thread Alex Edwards
just running that in Python, or using 'rb-site manage /path/to/site shell'? Christian On Jan 22, 2013, at 10:55, Alex Edwards edward...@gmail.com javascript: wrote: that didn't seem to change anything. If i do this: client = pysvn.Client() client.set_default_username('user

Re: Failed to get repository information svn+ssh

2013-01-22 Thread Alex Edwards
, the day after. Christian -- Christian Hammond - chi...@chipx86.com javascript: Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Jan 21, 2013, at 8:04 PM, Alex Edwards edward...@gmail.comjavascript: wrote: I'm not certain what version it was I will check

Re: Failed to get repository information svn+ssh

2013-01-22 Thread Alex Edwards
. Christian -- Christian Hammond - chi...@chipx86.com javascript: Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Jan 22, 2013, at 8:43 AM, Alex Edwards edward...@gmail.comjavascript: wrote: All servers are running on PST, I had already configured the timezone

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 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
...@myserver.com/export/cvs/svn/repos') aedwa...@myserver.com's password: aedwards@aedwards-vm1:~$ On Monday, 21 January 2013 09:47:03 UTC-8, Matthew Woehlke wrote: 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

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: Failed to get repository information svn+ssh

2013-01-21 Thread Alex Edwards
. 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. Christian On Jan 21, 2013, at 10:13, Alex Edwards

Reviewboard svn and ssh issues how to test

2012-11-23 Thread Alex Edwards
Hello, I have issue with svn+ssh I have read these posts and they have gone some way to explain what is going on https://groups.google.com/forum/?fromgroups=#!topic/reviewboard/tAikEbYcZHw http://code.google.com/p/reviewboard/issues/detail?id=1750 I am trying to add a repository that uses