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 password as the svn account, not that secure but I am primarily trying to get this working to get it introduced into the process where I have recently started. thanks Alex On Monday, 21 January 2013 19:51:30 UTC-8, Christian Hammond wrote: > > 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. > > Christian > > > On Jan 21, 2013, at 10:13, Alex Edwards <[email protected] <javascript:>> > wrote: > > 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 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 that command? >> >> aedwards@aedwards-vm1:~$ sudo -u www-data python >> [sudo] password for aedwards: >> Python 2.7.3 (default, Sep 26 2012, 21:51:14) >> [GCC 4.7.2] on linux2 >> Type "help", "copyright", "credits" or "license" for more information. >> >>> import pysvn >> >>> client = pysvn.Client() >> >>> client.info2('svn+ssh://[email protected]/export/cvs/svn/repos') >> [email protected] <javascript:>'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 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 created an ssh key pair and uploaded the key to >>> reviewboard >>> > (and the server). >>> > - I can ssh to the server using the key >>> > - I can ssh to the server using the apache user (and key) >>> > >>> > When I attempt to add a repository I get an error "A repository was >>> not >>> > found at the specified path". >>> >>> This sounds suspiciously like Jonathan's recent git troubles... is your >>> server using SELinux? If yes, have you checked your SELinux log for >>> denials? >>> >>> -- >>> Matthew >>> >> -- > 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/ > -~----------~----~----~----~------~----~------~--~--- > To unsubscribe from this group, send email to > [email protected] <javascript:> > For more options, visit this group at > http://groups.google.com/group/reviewboard?hl=en > > > > -- 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/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
