Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2013-01-09 Thread Serhat Tekin
Isn't this the same issue in 1.6.10? http://www.mail-archive.com/reviewboard@googlegroups.com/msg09414.html On Monday, January 7, 2013 7:44:53 PM UTC-8, Christian Hammond wrote: Hi, No, because I can't reproduce this problem. I think, unfortunately, it's going to take someone who can who

Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2013-01-08 Thread Liam Reimers
I'd be happy to do some code-level digging. Any tips on where to start? Thanks Liam -- 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: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2013-01-07 Thread Christian Hammond
Hi, No, because I can't reproduce this problem. I think, unfortunately, it's going to take someone who can who can also dig into the code to figure out where the failure is. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2013-01-07 Thread Serhat Tekin
Hello Christian, Have you had a chance to investigate this any further? I'm running into the exact same problem on a Mac OS X Lion install. -- Serhat On Tuesday, December 18, 2012 7:36:41 PM UTC-8, Christian Hammond wrote: Hi Liam, I'm really not sure what to say. It's strange that it

Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2012-12-18 Thread Liam Reimers
Hi, thanks for the response. This is a fresh installation, there was no previously working version. $ svn --version svn, version 1.6.18 (r1303927) compiled Aug 4 2012, 19:46:53 $ python --version Python 2.7.1 $ cd src $ ls mod_wsgi-3.4 mod_wsgi-3.4.tar.gz pysvn-1.7.6 pysvn-1.7.6.tar.gz $ ssh

Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2012-12-18 Thread Liam Reimers
Hmm... did that, and it seems like it should work but it got the same error in the reviewboard.log and this in the rbssh log: 12-18 14:16 root DEBUG['/usr/bin/rbssh', 'username@hostname', 'svnserve', '-t'] 12-18 14:16 root DEBUGPID 61223 12-18 14:16 root

Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2012-12-18 Thread Christian Hammond
Is there anything else in those logs? I'd like to see the entire thing to get more of a complete picture. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Dec 18, 2012 at 2:49 PM, Liam Reimers

Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2012-12-18 Thread Christian Hammond
I'm not really sure off-hand. One thing I want to check is that the root of your entire SVN repo is /svn/devtech, and not /svn. We need the root of the repo, rather than a subdir inside of it. Though, I haven't seen that break in this particular way. Can you also try running:

Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2012-12-18 Thread Christian Hammond
Hi Liam, I'm really not sure what to say. It's strange that it works in the case of running it locally, but not when run inside Apache. We haven't tested any production installs running on MacOS X (we recommend Linux for hosting), so maybe it's related to something there, or maybe it's just

Cannot add a remote SVN repo on 1.6.15 (Regression?)

2012-12-17 Thread Liam Reimers
Seeing the same issue reported at the last post on: https://groups.google.com/d/msg/reviewboard-issues/TDF0cWON4TI/LNNh_RM_K50J This is reviewboard 1.6.15 on OS X. To get this far, I did have to: ln -s /usr/local/bin/rbssh /usr/bin/rbssh When I try to add a repo I get this in the GUI: A