Re: 207 error for ssh:// repository URIs when http:// URIs work

2011-05-16 Thread Chris Toomey
Hi Christian, It just has the info about the file/revision that it says it can't find: {"stat": "fail", "err": {"msg": "The file was not found in the repository", "code": 207}, "file": "webapp/zend/application/ Bootstrap.php", "revision": "89c64afda439"} If I cd to the repository dir. on the ser

Re: 207 error for ssh:// repository URIs when http:// URIs work

2011-05-16 Thread Christian Hammond
Hi Chris, When you do the HTTP POST and get the 400, what's the result payload like? It should give a hint as to what's failing. At the very least, I'd expect an error message for the path field. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMwa

207 error for ssh:// repository URIs when http:// URIs work

2011-05-16 Thread Chris Toomey
We're running ReviewBoard 1.5.3.1 with Mercurial and are using the "hg postreview" extension to post reviews to the server. This works fine for any repository that we've entered via the RB admin UI with a path (URI) starting with http://, but the RB server replies with a 400 response reporting a 2

Re: How to handle binary files in a review?

2011-05-16 Thread Christian Hammond
You shouldn't be getting an error. If the SCM is configured correctly, with the file type being set to binary, then the diff should just basically say "This is a binary file." The problem of course is that you can't actually review that file, but we're adding support for actual reviewable file atta

How to handle binary files in a review?

2011-05-16 Thread Kunjal
Hello, We have RB-GIT integration and there are many times when the developer adds binary files with the review. When user tries to post review with binary file, we get error and review can not be posted. What is the best way to overcome this problem? Thanks Kunjal -- Want to help the Review Bo

Re: Importing users from LDAP

2011-05-16 Thread Joe
Thanks Eric. How were you able to push the data from ldap into reviewboard database tables? Can you please provide some information on importing the ldap data into our reviewboard database? On May 15, 3:55 pm, Eric Johnson wrote: > On our ReviewBoard server, we push the data into the database