Re: ERROR - - root - SVN: Failed to get repository information

2017-06-27 Thread Christian Hammond
Hi Markus, The SSL certificate shouldn't be a factor. The error you're hitting is due to SVN-side access controls. You'll need to find out from the SVN administrator what kind of access that user has. It's possible that your user account being used for Review Board has some restrictions

Re: ERROR - - root - SVN: Failed to get repository information

2017-06-27 Thread Markus
Hi Chris, thank you for your answer. I´m not the admin for our svn but I installed and configured reviewboard with the svn admin. We use an wildcard SSL certificate. Our svn server is at https://svn.companyname/repo an the certificate is valid for https://*.companyname/ Can this lead to

Re: ERROR - - root - SVN: Failed to get repository information

2017-06-26 Thread Christian Hammond
<pixeld...@web.de> wrote: > Hi, > > i have some problems to setup reviewboard with my svn server. > I got the ERROR Message in the reviewboard log: > *ERROR - - root - SVN: Failed to get repository information for > https://server/svn/Library/ <https://server/svn/Lib

ERROR - - root - SVN: Failed to get repository information

2017-06-26 Thread Markus
Hi, i have some problems to setup reviewboard with my svn server. I got the ERROR Message in the reviewboard log: *ERROR - - root - SVN: Failed to get repository information for https://server/svn/Library/: Unable to connect to a repository at URL 'https://server/svn/Library'* *Access to '/svn

Re: Issue 3459 in reviewboard: Failed to get repository information( rb 2.1 alpha 0 (dev))

2014-07-10 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3459 by trowb...@gmail.com: Failed to get repository information( rb 2.1 alpha 0 (dev)) http://code.google.com/p/reviewboard/issues/detail?id=3459 I don't see anything reviewboard-specific in here. Can you confirm that the credentials

Issue 3459 in reviewboard: Failed to get repository information( rb 2.1 alpha 0 (dev))

2014-07-01 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3459 by way.sun...@gmail.com: Failed to get repository information( rb 2.1 alpha 0 (dev)) http://code.google.com/p/reviewboard/issues/detail?id=3459 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its

Re: Failed to get repository information svn+ssh

2013-11-20 Thread 刘金雨
I got the same issue and report it at here Issue 3140: unable to add subversion respositoryhttps://code.google.com/p/reviewboard/issues/detail?id=3140 在 2013年3月13日星期三UTC+11上午6时42分47秒,Christian Hammond写道: That's a known issue. We tell pysvn about the path and username, but it chooses to

Re: Failed to get repository information svn+ssh

2013-03-12 Thread Pierre-Emmanuel Dutang
Hi guys, I tried this solution https://code.google.com/p/reviewboard/issues/detail?id=2834 and visibly it's working but I still have an issue about the username. The username have to be in the repo address, if I don't put any name in the repo address it's doesn't works :( best Pierre On

Re: Failed to get repository information svn+ssh

2013-03-12 Thread Christian Hammond
That's a known issue. We tell pysvn about the path and username, but it chooses to ignore the username. We should probably rewrite the path on-the-fly, but I fear that can lead to unexpected configuration problems. You should be able to put the username in and just have the original in Mirror

Re: Failed to get repository information svn+ssh

2013-02-19 Thread o10ka . 72b
Hi. Perhaps, Issue 2834 could be helpful for you. http://code.google.com/p/reviewboard/issues/detail?id=2834 -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/

Re: Failed to get repository information svn+ssh

2013-02-12 Thread andreasfischer82
Same problem here! I do not get ReviewBoard 1.7.5 working with our subversion repository. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/

Re: Failed to get repository information svn+ssh

2013-02-06 Thread Alex Edwards
I don't have a working solution yet On Tuesday, 5 February 2013 05:23:06 UTC-8, Pierre-Emmanuel Dutang wrote: Hello guys, Have you find a solution for this issue cause I have exactly the same problem when I want to add a svn repository. thanks On Thursday, January 24, 2013 9:37:55 PM

Re: Failed to get repository information svn+ssh

2013-02-05 Thread Pierre-Emmanuel Dutang
Hello guys, I would like to know if you have a solution for this issue cause I have exactly the same problem on my svn repository thanks -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/

Re: Failed to get repository information svn+ssh

2013-02-05 Thread Pierre-Emmanuel Dutang
Hello guys, Have you find a solution for this issue cause I have exactly the same problem when I want to add a svn repository. thanks On Thursday, January 24, 2013 9:37:55 PM UTC+1, Alex Edwards wrote: yes I am using my svn username in the url like this svn+ssh://username@host/repo and

Re: Failed to get repository information svn+ssh

2013-01-24 Thread Christian Hammond
Hi Alex, I've either lost my mind or found a very weird bug, so I want to have you run a test for me to see what happens. Blow away your pycrypto installation. You can find the location by doing: $ python import Crypto Crypto.__file__ There should be a path to a .egg file (or

Re: Failed to get repository information svn+ssh

2013-01-24 Thread Alex Edwards
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 the rb shell rb-site manage /path/ shell I repeated this (and imported

Re: Failed to get repository information svn+ssh

2013-01-24 Thread Christian Hammond
Make sure you're including the proper username as part of the URL. Christian On Jan 24, 2013, at 9:40, Alex Edwards edwards.a...@gmail.com 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.

Re: Failed to get repository information svn+ssh

2013-01-24 Thread Christian Hammond
Also I don't think the rb-site shell test you're doing is enough. There's a bunch of environment variables and things we set that won't be set in this case. You should repro by actually trying to create a repository, and making sure you include the username in the svn+ssh://. Christian --

Re: Failed to get repository information svn+ssh

2013-01-24 Thread Alex Edwards
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 wrote: Also I don't think the

Re: Failed to get repository information svn+ssh

2013-01-23 Thread Alex Edwards
I'm not sure how to run as a rb shell, I was just running in python On Tuesday, 22 January 2013 11:07:28 UTC-8, Christian Hammond wrote: Running that likely wont give you an accurate repro case. There's a lot that goes on to configure what's used for SSH and how the key is loaded. Are you

Re: Failed to get repository information svn+ssh

2013-01-23 Thread Christian Hammond
If you run the rb-site command I mentioned, you should get that shell. I've 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 edwards.a...@gmail.com wrote: I'm not sure

Re: Failed to get repository information svn+ssh

2013-01-22 Thread Alex Edwards
All servers are running on PST, I had already configured the timezone (or reviewboard has done it for me) to US/Pacific. I tried reviewboard on UTC same errors in the logs, ive checked and they are all in sync. Does apache keep a default location/timezone as well that I might need to change?

Re: Failed to get repository information svn+ssh

2013-01-22 Thread Christian Hammond
I don't think Apache really factors into this. One more thing to try is to edit your site's conf/settings_local.py file and add: TIME_ZONE = 'US/Pacific' And then restart Apache and try again. If it works, it's a bandaid. I have thoughts on a better fix, but I want to check that first.

Re: Failed to get repository information svn+ssh

2013-01-22 Thread Alex Edwards
that didn't seem to change anything. If i do this: client = pysvn.Client() client.set_default_username('user') client.info2('svn+ssh://host/repo') Password: should I see some content? or does python just exit? On Tuesday, 22 January 2013 10:44:20 UTC-8, Christian Hammond wrote: I don't

Re: Failed to get repository information svn+ssh

2013-01-22 Thread Christian Hammond
Running that likely wont give you an accurate repro case. There's a lot that goes on to configure what's used for SSH and how the key is loaded. Are you just running that in Python, or using 'rb-site manage /path/to/site shell'? Christian On Jan 22, 2013, at 10:55, Alex Edwards

Failed to get repository information svn+ssh

2013-01-21 Thread Alex Edwards
2013-01-21 09:28:09,543 - ERROR - SVN: Failed to get repository information for svn+ssh://aedwa...@myserver.com/export/cvs/svn/repos: Unable to connect to a repository at URL 'svn+ssh://aedwa...@myserver.com/export/cvs/svn/repos' To better debug SSH connection problems, remove the -q option from

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
cf081ddcceda04cb28d22e7c8e5fa0da 2013-01-21 09:28:09,142 - DEBUG - userauth is OK 2013-01-21 09:28:09,277 - INFO - Authentication (publickey) successful! 2013-01-21 09:28:09,378 - DEBUG - EOF in transport thread 2013-01-21 09:28:09,543 - ERROR - SVN: Failed to get repository information for svn+ssh

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: 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. -

Failed to get repository information.

2011-10-20 Thread shilpageo
Hi Chris, I am getting following error in /etc/httpd/logs, while adding repository into reviewboard. Its https repository path.Reviewboard UI doesn't ask for certificate. It is subversion repository. *ERROR:root:SVN: Failed to get repository information*. Thnak you, Shilpa -- Want

Re: Failed to get repository information.

2011-10-20 Thread Christian Hammond
following error in /etc/httpd/logs, while adding repository into reviewboard. Its https repository path.Reviewboard UI doesn't ask for certificate. It is subversion repository. *ERROR:root:SVN: Failed to get repository information*. Thnak you, Shilpa -- Want to help the Review Board project