Repository with svn+ssh:// unable to upload diff

2014-12-18 Thread Kumar Paramasivam
Hi, My reviewboard is posted by the diff is not being attached properly. I am using svn+ssh:// as my repository path. Can someone please provide your inputs on this. Making HTTP GET request to http://10.2.51.52/api/review-requests/1/ Making HTTP GET request to

Re: Repository with svn+ssh:// unable to upload diff

2014-12-18 Thread Kumar Paramasivam
error_log from the /etc/httpd/log/error_log Error connecting to server: No authentication methods available [Thu Dec 18 03:39:06 2014] [error] ERROR:root:Error uploading new diff: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your

Re: Condense diff warning: UnicodeWarning: Unicode unequal comparison.....

2014-12-18 Thread Ravikumar R
Thank you David on quick response. The bug report has been generated: https://code.google.com/p/reviewboard/issues/detail?id=3698 Please let me know if more information is needed! Thanks, Ravi On Thursday, December 18, 2014 5:46:46 AM UTC+5:30, David Trowbridge wrote: Ravi, Would you mind

Reviewboard 1.7 - Reviewboard 2.0.x update

2014-12-18 Thread Daniel Laird
All, We were running Reviewboard 1.7.25 and people used a number of methods to create review requests: svn diff - manually upload post-review rbt I have just migrated us to Reviewboard 2.0.11 and seem to have hit an issue. Some of our reviews no longer display it suggests that a file cant be

Re: Reviewboard 1.7 - Reviewboard 2.0.x update

2014-12-18 Thread Daniel Laird
To follow up the error message we get from the diff viewer is: The file '/svn/Common_PythonTests/http://SVN_SERVER_NAME/svn/Common_PythonTests/path/to/file/base.py' (r1838) could not be found in the repository:

Re: Getting a list of all RBs that a user participated in (commented on, ship it, etc) via the API

2014-12-18 Thread Evan Borgstrom
Done. https://code.google.com/p/reviewboard/issues/detail?id=3700 Hopefully you can find some bandwidth internally or with a student for this request. Considering you're going to add the info in a tab in the UI I would hope exposing the same info via an API would be trivial. Thanks, EB On

was not found in the repository. Review board version 2.0.11

2014-12-18 Thread Ivan Stuart
I was trying to create a pre-commit review. I selected the repository and selected my diff file. The diff was create in the directory C:\Projects\gui-app Where the SVN check out to gui-app was from Command: Checkout from https://sami.cdt.int.company.com/svn/product_gui/gui-app/trunk The SVN repo

Re: was not found in the repository. Review board version 2.0.11

2014-12-18 Thread Christian Hammond
Can you show the configuration for the repository on Review Board? It's important that the path that's chosen points to the very root of the Subversion repository, and not a subdirectory within it. Have you tried posting using RBTools? Christian -- Christian Hammond - chip...@chipx86.com

Re: Getting a list of all RBs that a user participated in (commented on, ship it, etc) via the API

2014-12-18 Thread Christian Hammond
The API design takes more consideration, as we need to ensure that what we add is going to be performant, consistent with the rest of the API, and future-proof. Rendering additional data on a page can be done without having to as closely consider future design changes, as it's not an an interface

Re: Reviewboard 1.7 - Reviewboard 2.0.x update

2014-12-18 Thread Christian Hammond
Hi Dan, Would you be able to provide some of the data from that diff (specifically, the 'Index:' line, '---', and '+++' lines in the diff)? A lot of work was done on Subversion since 1.7.x, so something may have regressed. I don't recall being able to handle file paths containing 'http:' in it,

Re: Repository with svn+ssh:// unable to upload diff

2014-12-18 Thread Christian Hammond
This sounds like a communications or configuration issue between your Review Board and Subversion server. Does it ever successfully post? Can you tell the steps you did to configure access to the Subversion repository, including what you did with the SSH key? Christian -- Christian Hammond -

Re: RB email notification not worked

2014-12-18 Thread Christian Hammond
If you can get the test e-mail, it's more likely that the mail server is filtering out the e-mails. Can you answer my prior questions about the type of mail server? Can you also verify that you are using the correct mail settings (username, password, TLS)? Christian -- Christian Hammond -

Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard
Comment #3 on issue 2224 by imyuanj...@gmail.com: post-review fails w/ error fetching extended information for this repository https://code.google.com/p/reviewboard/issues/detail?id=2224 I received this error while I was configuring .reviewboardrc via `rbt setup-repo`. Attachments:

Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard
Comment #4 on issue 2224 by imyuanj...@gmail.com: post-review fails w/ error fetching extended information for this repository https://code.google.com/p/reviewboard/issues/detail?id=2224 Update: I ran the command `rbt setup-repo` in the top level directory of my repo (which was checked

Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard
Comment #5 on issue 2224 by imyuanj...@gmail.com: post-review fails w/ error fetching extended information for this repository https://code.google.com/p/reviewboard/issues/detail?id=2224 Some more info. Before I ran above commands, the following property on the SVN repo was already set.

Issue 3698 in reviewboard: Condensediff warning in 2.0.11

2014-12-18 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3698 by raav...@gmail.com: Condensediff warning in 2.0.11 https://code.google.com/p/reviewboard/issues/detail?id=3698 What version are you running? RB migration from 1.6.9 == 2.0.11 What's the URL of the page containing the

Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard
Comment #6 on issue 2224 by imyuanj...@gmail.com: post-review fails w/ error fetching extended information for this repository https://code.google.com/p/reviewboard/issues/detail?id=2224 I had the same problem. In fact, I had this very error when I ran `rbt setup-repo`. Anyways, I added my

Issue 3699 in reviewboard: I can NOT issue a review

2014-12-18 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3699 by rtpan.m...@gmail.com: I can NOT issue a review https://code.google.com/p/reviewboard/issues/detail?id=3699 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its entirety, or your bug report will be

Issue 3700 in reviewboard: Getting a list of all RBs that a user participated in (commented on, ship it, etc) via the API

2014-12-18 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3700 by evan.bor...@gmail.com: Getting a list of all RBs that a user participated in (commented on, ship it, etc) via the API https://code.google.com/p/reviewboard/issues/detail?id=3700 Provide an API endpoint for

Re: Issue 1072 in reviewboard: HTTPS Subversion repositories don't work with Review Board

2014-12-18 Thread reviewboard
Comment #50 on issue 1072 by jjthomas...@gmail.com: HTTPS Subversion repositories don't work with Review Board https://code.google.com/p/reviewboard/issues/detail?id=1072 I see this is still an issue today, Getting no love on a solution. -- You received this message because this project is

Re: Issue 3699 in reviewboard: I can NOT issue a review

2014-12-18 Thread reviewboard
Updates: Status: Invalid Comment #1 on issue 3699 by trowb...@gmail.com: I can NOT issue a review https://code.google.com/p/reviewboard/issues/detail?id=3699 You have to fill out the form in full or we can't help. You might try first starting with your server admin (this bug-tracker

Re: Issue 3528 in reviewboard: UnicodeDecodeError while LDAP-authenticating

2014-12-18 Thread reviewboard
Updates: Status: Fixed Comment #2 on issue 3528 by trowb...@gmail.com: UnicodeDecodeError while LDAP-authenticating https://code.google.com/p/reviewboard/issues/detail?id=3528 Fixed in release-2.0.x (c691ebc). Thanks! -- You received this message because this project is configured

Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard
Comment #8 on issue 2224 by trowb...@gmail.com: post-review fails w/ error fetching extended information for this repository https://code.google.com/p/reviewboard/issues/detail?id=2224 Your 'rbt post -d' screenshot shows that it returned HTTP 500, which means something is wrong on the