Re: Status of mercurial+ssh support

2014-03-06 Thread hnhn
Hi, the Abort: repository .. is not local message is one you get when trying to run local-only commands on remote repositories, such as 'hg cat' or 'hg log'. Looking why I'm getting similar failures as Jimmy describes in his first email here, this is what hg.py is doing - calling 'hg cat' on a

Re: Status of mercurial+ssh support

2013-05-30 Thread jimmy jiang
Hi. Christian, I updated the mercurial to latest v2.6.1. but new error happened, It is Abort: repository 'ssh://hg@135.251.206.233/AONT_R2X_MS' is not local , which is the earlier to the original error. The reviewboard.log attached, please help to check, thanks. BR Jimmy. -- Want to help the

Re: Status of mercurial+ssh support

2013-05-29 Thread Christian Hammond
Hi Jimmy, Sorry, I meant mercurial and not bzr. Thanks for the correct info :) Can you try upgrading the server's copy of mercurial? It looks like we're expecting a newer version, which may be the reason you're having the problem. That sshrepository object mentioned is gone, and I want to see if

Re: Status of mercurial+ssh support

2013-04-19 Thread jimmy jiang
Thanks. it is good to hear it works in your test suite. i will further check. i want to add some logs in rb source code in the installed review board dir (/usr/local/lib/python2.7/dist-packages/Reviewboard-1.7.6.**.egg/reviewboard/), it seems failed to take effective. how can i change the local

Re: Status of mercurial+ssh support

2013-04-19 Thread Christian Hammond
How does it fail? That should work, in theory, so long as you're importing the logging module in that file. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Fri, Apr 19, 2013 at 5:35 PM, jimmy jiang

Re: Status of mercurial+ssh support

2013-04-16 Thread Christian Hammond
Can you look for any related errors in reviewboard.log? We test this in our test suite, so I'd expect it to work. Could be an issue invoking rbssh. Christian On Mon, Apr 8, 2013 at 1:11 AM, jimmy jiang jimmy.a.ji...@gmail.com wrote: I am using rb1.7.6 and ssh:// hg repo, and still found

Re: Status of mercurial+ssh support

2013-04-08 Thread jimmy jiang
I am using rb1.7.6 and ssh:// hg repo, and still found the auhentication is ok based on ssh key when create repo in reviewboard, but when i upload diff into review request, it still report as below error: the file .. (revision ) was not found in the repository. is rb still not working

Re: Status of mercurial+ssh support

2011-07-14 Thread Gilles Moris
On Thursday 14 July 2011 01:18:33 am Mark Wang wrote: Hi all -- does Reviewboard currently support remote mercurial repos over ssh? I had read messages on this list from 2009 saying that such support didn't exist but haven't seen any updates yet about this. I tried setting up a remote hg

Status of mercurial+ssh support

2011-07-13 Thread Mark Wang
Hi all -- does Reviewboard currently support remote mercurial repos over ssh? I had read messages on this list from 2009 saying that such support didn't exist but haven't seen any updates yet about this. I tried setting up a remote hg repo via ssh (keys, etc. are all OK, and I can rbssh from the