Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2013-02-07 Thread reviewboard
Comment #26 on issue 2686 by andreasf...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 Same problem with newest version 1.7.5 After upgrading from 1.6.1 the repository access is no more possible rbssh gives the following: SSH:

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-11-28 Thread reviewboard
Comment #25 on issue 2686 by alin.pan...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 I just upgraded from 1.6.9 to 1.6.14. My setup also used svn+ssh, and had some diff files uploaded. After the upgrade, I am facing the same

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-08-01 Thread reviewboard
Comment #24 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 It looks like ReviewBoard 1.6.11 has resolved the issue for me. :) Thanks so much for working with me on this! -- You received this message

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-31 Thread reviewboard
Comment #22 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 I did the following: $ git clone -b release-0.6.x https://github.com/djblets/djblets.git $ cd djblets/ $ sudo ./setup.py install $ sudo service

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-31 Thread reviewboard
Comment #23 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 Upgrade to 1.6.11 and see if this is fixed for you. -- You received this message because you are subscribed to the Google Groups

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-30 Thread reviewboard
Updates: Status: Fixed Labels: Djblets Comment #19 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 This has been fixed on the release-0.6.x branch of Djblets (e940ca0). You can manually

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-30 Thread reviewboard
Comment #20 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 That sounds great! I would be happy to test this ahead of the 1.6.11 release. I'm not familiar with the process of the manual install you

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-30 Thread reviewboard
Comment #21 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 You would have to check out Djblets from git (http://github.com/djblets/djblets/), check out the release-1.6.x branch, and then do: $ sudo

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard
Comment #12 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 I have reverted back to 1.6.9 on Ubuntu and that is working just fine. If others are running into the same issue described in this bug report,

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard
Comment #13 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 PythonDebug Off shouldn't be related. I'm surprised the SetEnv calls didn't work. I'm trying to reproduce this bug here, but haven't succeeded

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard
Comment #14 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 Just to be completely sure, the log files should be rbssh-pid.log in that directory. -- You received this message because you are subscribed to

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard
Comment #15 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 One thing you could try (I know you reverted back now) is to run this manually, as Apache. $ sudo -s $ sudo -u apache2 -s $

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard
Comment #16 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 Forgot a step. You'll need to set HOME to be /var/lib/reviewboard/data as well. -- You received this message because you are subscribed to the

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard
Comment #17 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 I still have the virtual machine that is running 1.6.10 and is broken so I was able to generate the following output using the method you

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard
Updates: Status: Confirmed Owner: chip...@gmail.com Labels: Component-SCMTools Comment #18 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 Now that is interesting, and gets us much

Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-26 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 What version are you running? 1.6.10 What's the URL of the page containing the problem? Any page that

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-26 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 Are you sure it wasn't coincidental timing? We don't have any changes to either rbssh or svn in this release.

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-26 Thread reviewboard
Comment #2 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 I don't know how it could be since it seems to work correctly with version 1.6.9. Is there something I can do to get more information about the

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-26 Thread reviewboard
Comment #3 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 No dependency changes were made. The only SCM code that changed was some file parsing for CVS and some hosting support for Mercurial, neither of

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-26 Thread reviewboard
Comment #4 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 I moved the /var/lib/reviewboard to /var/lib/reviewboard-backup and did a fresh install of 1.6.10 to /var/lib/reviewboard using sqlite as the

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-26 Thread reviewboard
Comment #5 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 By the way, the server I am running on is Ubuntu 10.04.4 LTS -- Linux reviewboard 2.6.32-30-generic #59-Ubuntu SMP Tue Mar 1 21:30:46 UTC 2011

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-26 Thread reviewboard
Comment #7 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 I am currently setting up a VM with CentOS 5 to see if that makes a difference. The log from the previous attempt follows: 13:45:09DEBUG

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-26 Thread reviewboard
Comment #8 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 Try setting the DEBUG_RBSSH to 1 in the environment for Apache (SetEnv), and set DEBUG_LOGDIR to the directory you're using for reviewboard.log.

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-26 Thread reviewboard
Comment #9 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 I added both of those to my apache configuration in the VirtualHost associated with ReviewBoard at the beginning as follows, but I didn't see any

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-26 Thread reviewboard
Comment #10 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 Debian-based distros are definitely a lot easier. Fedora's not bad either, since they maintain up-to-date RB packages. Sorry, I was in a rush

Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-26 Thread reviewboard
Comment #11 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for Subversion http://code.google.com/p/reviewboard/issues/detail?id=2686 I made that change, but it still isn't giving me the additional output. I made sure to restart apache2 and memcached. I tried moving the SetEnv