Re: Issue 1959 in reviewboard: Looking for a list of DIFF file settings - using Mercurial 1.7.3

2011-01-26 Thread reviewboard
Updates: Labels: -Type-Defect Type-Support Comment #1 on issue 1959 by chip...@gmail.com: Looking for a list of DIFF file settings - using Mercurial 1.7.3 http://code.google.com/p/reviewboard/issues/detail?id=1959 We expect a unified diff in a format that our tools can parse. A

Re: Issue 1885 in reviewboard: Permissions to restrict viewing of all commits and closing review requests

2011-01-26 Thread reviewboard
Comment #1 on issue 1885 by ruben.st...@mevis.fraunhofer.de: Permissions to restrict viewing of all commits and closing review requests http://code.google.com/p/reviewboard/issues/detail?id=1885 I would appreciate that feature too. At our institute there are projects whose code is

Re: Issue 1632 in reviewboard: Alphabetial sorting of review requests should not be case sensitive

2011-01-26 Thread reviewboard
Comment #8 on issue 1632 by jira.s...@gmail.com: Alphabetial sorting of review requests should not be case sensitive http://code.google.com/p/reviewboard/issues/detail?id=1632 This seems to be database related (the order_by() function in django can order by a list of fields from a table,

Re: Issue 1953 in reviewboard: Addressing comments on View Diff page is not usable

2011-01-26 Thread reviewboard
Comment #2 on issue 1953 by jeffl...@gmail.com: Addressing comments on View Diff page is not usable http://code.google.com/p/reviewboard/issues/detail?id=1953 This issue is definitely what I'm experiencing as well, but it's not very succinct. I'll try to explain in a different way. Look

Re: Issue 1953 in reviewboard: Addressing comments on View Diff page is not usable

2011-01-26 Thread reviewboard
Comment #3 on issue 1953 by jeffl...@gmail.com: Addressing comments on View Diff page is not usable http://code.google.com/p/reviewboard/issues/detail?id=1953 This issue is definitely what I'm experiencing as well, but it's not very succinct. I'll try to explain in a different way. Look

Re: Issue 1953 in reviewboard: Addressing comments on View Diff page is not usable

2011-01-26 Thread reviewboard
Comment #4 on issue 1953 by jeffl...@gmail.com: Addressing comments on View Diff page is not usable http://code.google.com/p/reviewboard/issues/detail?id=1953 This issue is definitely what I'm experiencing as well, but it's not very succinct. I'll try to explain in a different way. Look

Issue 1961 in reviewboard: Git SSH repository: Cannot spawn rbssh

2011-01-26 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1961 by anthony@gmail.com: Git SSH repository: Cannot spawn rbssh http://code.google.com/p/reviewboard/issues/detail?id=1961 *NOTE: Do not post confidential information in this bug report.* What version are you

Re: Issue 1961 in reviewboard: Git SSH repository: Cannot spawn rbssh

2011-01-26 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 1961 by chip...@gmail.com: Git SSH repository: Cannot spawn rbssh http://code.google.com/p/reviewboard/issues/detail?id=1961 This looks to me like there are a couple problems. First, your Apache configuration likely was never updated to

Re: Issue 1961 in reviewboard: Git SSH repository: Cannot spawn rbssh

2011-01-26 Thread reviewboard
Comment #2 on issue 1961 by anthony@gmail.com: Git SSH repository: Cannot spawn rbssh http://code.google.com/p/reviewboard/issues/detail?id=1961 Thanks for writing back quickly! I see now that another user had overridden the system path to point at a different python scripts directory,

Re: Issue 1961 in reviewboard: Git SSH repository: Cannot spawn rbssh

2011-01-26 Thread reviewboard
Comment #3 on issue 1961 by anthony@gmail.com: Git SSH repository: Cannot spawn rbssh http://code.google.com/p/reviewboard/issues/detail?id=1961 2011-01-26 17:28:23,963 - ERROR - Git: Failed to find valid repository ssh://xxx.xxx.com/somerepo.git:

Re: Issue 1961 in reviewboard: Git SSH repository: Cannot spawn rbssh

2011-01-26 Thread reviewboard
Comment #4 on issue 1961 by anthony@gmail.com: Git SSH repository: Cannot spawn rbssh http://code.google.com/p/reviewboard/issues/detail?id=1961 P.S. I have pycrypto 2.1 installed for python 2.5 -- You received this message because you are subscribed to the Google Groups

Re: Issue 1961 in reviewboard: Git SSH repository: Cannot spawn rbssh

2011-01-26 Thread reviewboard
Comment #5 on issue 1961 by chip...@gmail.com: Git SSH repository: Cannot spawn rbssh http://code.google.com/p/reviewboard/issues/detail?id=1961 pwd is a Linux-only Python module, as far as I can tell. It looks like Python assumes it can access it, even though it can't. This is outside our

Re: Issue 1961 in reviewboard: Git SSH repository: Cannot spawn rbssh

2011-01-26 Thread reviewboard
Comment #6 on issue 1961 by anthony@gmail.com: Git SSH repository: Cannot spawn rbssh http://code.google.com/p/reviewboard/issues/detail?id=1961 Ah, good idea. I made my username part of the SSH URL now and it is able to skip over the pwd call. It now complains that the authentication

Re: Issue 1961 in reviewboard: Git SSH repository: Cannot spawn rbssh

2011-01-26 Thread reviewboard
Comment #7 on issue 1961 by chip...@gmail.com: Git SSH repository: Cannot spawn rbssh http://code.google.com/p/reviewboard/issues/detail?id=1961 It *should* try both password and public key. Did you try re-generating/uploading a key since making the %HOME% change? If so, it no longer