Unable to find a Review Board server for this source code tree after updating SVN from 1.6 to 1.8

2014-07-10 Thread Dandy Calaoagan
Hi, I have a setup of review board working before (Python 2.7, Slik Subversion 1.6.17, Tortoise 1.6.17, RBTools 0.4.2) in my computer. I recently tried setting up a new one with the following versions - Python 2.7, Slik Subversion 1.8.x, Tortoise 1.8.x, and RBTools 0.4.2. When doing a

Re: Authentication failed while adding svn repository

2014-07-10 Thread shravanthi s
I tried this piece of code to check if pysvn was working fine import pysvn def login(realm, username, may_save): user = 'my_user' password = 'my_password' return True, user, password, False def svnCo(repo_url,checkout_dir): client = pysvn.Client() client.callback_get_login

Table 'reviewboard.auth_user' doesn't exist

2014-07-10 Thread Joe
Hello, Im trying to install review board on a SuSE system, which is our official server in the company. Unfortunately all other ports other than SSH is blocked from communication. So Im not able to use easy_install or pip to install any resources. I have manually installed all the necessary

Re: BadRequest Error while posting using rbt

2014-07-10 Thread Neeraj K
In the meantime isn't there a workaround ? This is causing a lot of problems for me. On Monday, July 7, 2014 11:07:27 AM UTC-7, David Trowbridge wrote: This fix is included in the new 0.6.2 release. -David On Jul 7, 2014, at 9:19 AM, Austin Hanson ber...@gmail.com javascript: wrote:

Re: Table 'reviewboard.auth_user' doesn't exist

2014-07-10 Thread David Trowbridge
What version of django did you install? -David On Thu, Jul 10, 2014 at 8:38 AM, Joe jothira...@gmail.com wrote: Hello, Im trying to install review board on a SuSE system, which is our official server in the company. Unfortunately all other ports other than SSH is blocked from

Re: BadRequest Error while posting using rbt

2014-07-10 Thread David Trowbridge
What do you mean in the meantime?. Is there a reason you can't upgrade to 0.6.2? -David On Thu, Jul 10, 2014 at 11:49 AM, Neeraj K nee...@minted.com wrote: In the meantime isn't there a workaround ? This is causing a lot of problems for me. On Monday, July 7, 2014 11:07:27 AM UTC-7, David

Re: CVS Repositories Configuration:The executable cvs.exe is not in the path.

2014-07-10 Thread David Trowbridge
You'll have to talk to bitnami about this. -David On Thu, Jul 10, 2014 at 3:30 AM, Rama krishna imr...@gmail.com wrote: Hi All, We are using Bitnami Review board 2.0.1 on Windows OS, while configuring CVS Repositories observed The executable cvs.exe is not in the path. For more details

Re: Table 'reviewboard.auth_user' doesn't exist

2014-07-10 Thread Christian Hammond
Also, what version of Djblets? This smells like a dependency version issue. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On July 10, 2014 at 11:49:18 AM, David Trowbridge (trowb...@gmail.com)

Re: BadRequest Error while posting using rbt

2014-07-10 Thread Neeraj K
Well I am discussing that with the admin. Not sure how much time that would take. On Thursday, July 10, 2014 11:56:18 AM UTC-7, David Trowbridge wrote: What do you mean in the meantime?. Is there a reason you can't upgrade to 0.6.2? -David On Thu, Jul 10, 2014 at 11:49 AM, Neeraj K

Re: BadRequest Error while posting using rbt

2014-07-10 Thread Neeraj K
Ok I just upgraded to 0.6.2 and I still get the same error techopss-mbp-10:minted neeraj$ rbt post ERROR: Error creating review request: Review request with this commit ID already exists in the repository. (HTTP 409, API Error 227) techopss-mbp-10:minted neeraj$ rbt post

Re: BadRequest Error while posting using rbt

2014-07-10 Thread David Trowbridge
That looks like a different error to me. It looks like you've got some draft review requests (probably from previous versions). I'd suggest deleting them and trying again, or adding '-u' to your rbt post command line to update them. -David On Thu, Jul 10, 2014 at 12:19 PM, Neeraj K

Re: BadRequest Error while posting using rbt

2014-07-10 Thread Neeraj K
How do I delete a review ? I only see a discarded or submitted option under the 'close' menu. I tried discarding but that does not help. On Thursday, July 10, 2014 12:38:36 PM UTC-7, David Trowbridge wrote: That looks like a different error to me. It looks like you've got some draft review

Re: BadRequest Error while posting using rbt

2014-07-10 Thread Neeraj K
I still keep getting the same error. I deleted all drafts and modified the recent most change in git and ran the command. It created another zombie review request(draft) with nothing in it. techopss-mbp-10:minted neeraj$ rbt post --parent=release-printerapi --debug RBTools 0.6.2 Python

Re: BadRequest Error while posting using rbt

2014-07-10 Thread David Trowbridge
Huh, it happened immediately after modifying the commit (and thus getting a new SHA-1)? Can you run 'git commit --amend', save, and try posting again? -David On Thu, Jul 10, 2014 at 4:17 PM, Neeraj K nee...@minted.com wrote: I still keep getting the same error. I deleted all drafts and

Re: Unable to find a Review Board server for this source code tree after updating SVN from 1.6 to 1.8

2014-07-10 Thread David Trowbridge
Can you run with --debug and reply with the output? I suspect it's finding the repository correctly, but just doesn't know about your server (in which case adding a .reviewboardrc file to the root of the checkout is the correct solution). I also highly recommend upgrading to the latest rbtools

Request: Possible to update diff in the same way as New Review Request on RB 2.X?

2014-07-10 Thread MoonWalker
Hi, I love the new feature that you guys added that allow us to select Repository - branch - change and it will generate the diff automatically, that self contain the whole process. Is it possible to offer the same mechanism on subsequent diff updates? Cheers -- Get the Review Board Power

Re: Authentication failed while adding svn repository

2014-07-10 Thread MoonWalker
If I remember well svn (in our case) will block the user if the credentials were wrong after 3 times. Have you tried to login in the reviewboard server and try to access the svn repository? On Thursday, July 10, 2014 8:55:35 PM UTC+10, shravanthi s wrote: I tried this piece of code to check

Re: Unable to find a Review Board server for this source code tree after updating SVN from 1.6 to 1.8

2014-07-10 Thread Dandy Calaoagan
I upgraded the rb tools I'm using to 0.6. However, 'rbt post' doesn't work even when doing it in the root directory of the source code (Error creating review request: The repository pat h specified is not in the list of known repositories (HTTP 400, API Error 206)). Anyway, below is the output

Re: Issue 3474 in reviewboard: Missing OK/Cancel buttons when editing summary

2014-07-10 Thread reviewboard
Updates: Labels: Usability Comment #2 on issue 3474 by trowb...@gmail.com: Missing OK/Cancel buttons when editing summary http://code.google.com/p/reviewboard/issues/detail?id=3474 This does seem to be a usability issue that keeps popping up. -- You received this message because

Re: Issue 3456 in reviewboard: Following clicking publish an erroroneous message stating a description is required is displayed

2014-07-10 Thread reviewboard
Comment #3 on issue 3456 by trowb...@gmail.com: Following clicking publish an erroroneous message stating a description is required is displayed http://code.google.com/p/reviewboard/issues/detail?id=3456 I think the issue is that you're not saving any of the fields. We had some code that

Re: Issue 3456 in reviewboard: Following clicking publish an erroroneous message stating a description is required is displayed

2014-07-10 Thread reviewboard
Comment #4 on issue 3456 by trowb...@gmail.com: Following clicking publish an erroroneous message stating a description is required is displayed http://code.google.com/p/reviewboard/issues/detail?id=3456 Also, can you check the javascript console in your browser and the reviewboard log for

Re: Issue 3442 in reviewboard: Cycle in Depends On causes Review Request Drafts to lock out of publishing

2014-07-10 Thread reviewboard
Updates: Status: PendingReview Owner: trowb...@gmail.com Labels: Project-Djblets Component-API Comment #1 on issue 3442 by trowb...@gmail.com: Cycle in Depends On causes Review Request Drafts to lock out of publishing

Re: Issue 3451 in reviewboard: Server Error when viewing specific diff

2014-07-10 Thread reviewboard
Updates: Status: PendingReview Owner: trowb...@gmail.com Labels: Component-ChangeDescriptions Comment #3 on issue 3451 by trowb...@gmail.com: Server Error when viewing specific diff http://code.google.com/p/reviewboard/issues/detail?id=3451 (No comment was entered for

Re: Issue 3456 in reviewboard: Following clicking publish an erroroneous message stating a description is required is displayed

2014-07-10 Thread reviewboard
Comment #5 on issue 3456 by buffa...@gmail.com: Following clicking publish an erroroneous message stating a description is required is displayed http://code.google.com/p/reviewboard/issues/detail?id=3456 What I have found is that after I click publish, and click X to close the popup dialog,

Re: Issue 3451 in reviewboard: Server Error when viewing specific diff

2014-07-10 Thread reviewboard
Updates: Status: Fixed Comment #4 on issue 3451 by trowb...@gmail.com: Server Error when viewing specific diff http://code.google.com/p/reviewboard/issues/detail?id=3451 Fixed in release-2.0.x (915d270). Thanks! -- You received this message because this project is configured to send

Re: Issue 3435 in reviewboard: Example crontab shows deprecated index rb-site command

2014-07-10 Thread reviewboard
Updates: Status: PendingReview Owner: trowb...@gmail.com Labels: Project-ReviewBoard Component-RB-Site Comment #2 on issue 3435 by trowb...@gmail.com: Example crontab shows deprecated index rb-site command http://code.google.com/p/reviewboard/issues/detail?id=3435 (No

Re: Issue 3459 in reviewboard: Failed to get repository information( rb 2.1 alpha 0 (dev))

2014-07-10 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3459 by trowb...@gmail.com: Failed to get repository information( rb 2.1 alpha 0 (dev)) http://code.google.com/p/reviewboard/issues/detail?id=3459 I don't see anything reviewboard-specific in here. Can you confirm that the credentials

Re: Issue 3427 in reviewboard: ValueError: too many values to unpack when upload a pdf file

2014-07-10 Thread reviewboard
Comment #4 on issue 3427 by trowb...@gmail.com: ValueError: too many values to unpack when upload a pdf file http://code.google.com/p/reviewboard/issues/detail?id=3427 Something about those mimetypes is also very wrong. text/text/application/pdf is not a correctly-formatted mimetype. --

Re: Issue 3428 in reviewboard: 'rbt post' should report review id if it creates the review but fails to finish updating it

2014-07-10 Thread reviewboard
Updates: Status: PendingReview Owner: trowb...@gmail.com Labels: Project-RBTools Component-RBTools Comment #1 on issue 3428 by trowb...@gmail.com: 'rbt post' should report review id if it creates the review but fails to finish updating it

Re: Issue 3369 in reviewboard: When I try to add file to a review request, It sends request to download a file file-attachments. If we save, find or close the download file, the upload gets aborted

2014-07-10 Thread reviewboard
Updates: Status: Incomplete Comment #4 on issue 3369 by trowb...@gmail.com: When I try to add file to a review request, It sends request to download a file file-attachments. If we save, find or close the download file, the upload gets aborted. I have attached the file given for

Re: Issue 3376 in reviewboard: RBTools 0.6 - UnicodeEncodeError with ISO-8859-15

2014-07-10 Thread reviewboard
Updates: Status: Incomplete Comment #7 on issue 3376 by trowb...@gmail.com: RBTools 0.6 - UnicodeEncodeError with ISO-8859-15 http://code.google.com/p/reviewboard/issues/detail?id=3376 (No comment was entered for this change.) -- You received this message because this project is

Re: Issue 3393 in reviewboard: Interdiffs are incorrect when new files are added

2014-07-10 Thread reviewboard
Updates: Status: Incomplete Comment #2 on issue 3393 by trowb...@gmail.com: Interdiffs are incorrect when new files are added http://code.google.com/p/reviewboard/issues/detail?id=3393 (No comment was entered for this change.) -- You received this message because this project is

Re: Issue 3386 in reviewboard: Comments on PNG images don't show the image.

2014-07-10 Thread reviewboard
Updates: Status: SetupIssue Comment #8 on issue 3386 by trowb...@gmail.com: Comments on PNG images don't show the image. http://code.google.com/p/reviewboard/issues/detail?id=3386 (No comment was entered for this change.) -- You received this message because this project is

Re: Issue 3398 in reviewboard: Error displaying this diff

2014-07-10 Thread reviewboard
Comment #7 on issue 3398 by trowb...@gmail.com: Error displaying this diff http://code.google.com/p/reviewboard/issues/detail?id=3398 Are the contents of the file that it's trying to patch what you expect? Sometimes hosting services will return an HTTP 200 but the contents will be a random

Re: Issue 3403 in reviewboard: Getting Something Broke error from the server Active Directory authentication with correct password.

2014-07-10 Thread reviewboard
Comment #7 on issue 3403 by trowb...@gmail.com: Getting Something Broke error from the server Active Directory authentication with correct password. http://code.google.com/p/reviewboard/issues/detail?id=3403 I'm not sure when exactly filter_format was introduced (python-ldap isn't great

Re: Issue 3474 in reviewboard: Single-line inline editors without OK/Cancel are confusing for users

2014-07-10 Thread reviewboard
Updates: Summary: Single-line inline editors without OK/Cancel are confusing for users Comment #3 on issue 3474 by trowb...@gmail.com: Single-line inline editors without OK/Cancel are confusing for users http://code.google.com/p/reviewboard/issues/detail?id=3474 (No comment was entered

Re: Issue 3474 in reviewboard: Single-line inline editors without OK/Cancel are confusing for users

2014-07-10 Thread reviewboard
Comment #4 on issue 3474 by trowb...@gmail.com: Single-line inline editors without OK/Cancel are confusing for users http://code.google.com/p/reviewboard/issues/detail?id=3474 Issue 3454 has been merged into this issue. -- You received this message because this project is configured to send

Re: Issue 3454 in reviewboard: Editing caption for uploaded files does not work properly

2014-07-10 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 3474 Comment #4 on issue 3454 by trowb...@gmail.com: Editing caption for uploaded files does not work properly http://code.google.com/p/reviewboard/issues/detail?id=3454 I'm going to merge this into a more general bug -- You received

Re: Issue 3446 in reviewboard: ReviewRequestFieldsHook and email notfications

2014-07-10 Thread reviewboard
Updates: Labels: Project-ReviewBoard Component-Extensions Component-EMail Comment #3 on issue 3446 by trowb...@gmail.com: ReviewRequestFieldsHook and email notfications http://code.google.com/p/reviewboard/issues/detail?id=3446 (No comment was entered for this change.) -- You

Re: Issue 3452 in reviewboard: RR updated altough no changes made / warn when no changes are made

2014-07-10 Thread reviewboard
Updates: Labels: Component-ChangeDescriptions EasyFix Comment #1 on issue 3452 by trowb...@gmail.com: RR updated altough no changes made / warn when no changes are made http://code.google.com/p/reviewboard/issues/detail?id=3452 (No comment was entered for this change.) -- You

Re: Issue 3411 in reviewboard: favicon not shown in diff view

2014-07-10 Thread reviewboard
Updates: Status: ThirdParty Comment #2 on issue 3411 by trowb...@gmail.com: favicon not shown in diff view http://code.google.com/p/reviewboard/issues/detail?id=3411 This definitely seems to be a bug in Firefox. Other browsers handle this correctly. -- You received this message

Re: Issue 3411 in reviewboard: favicon not shown in diff view

2014-07-10 Thread reviewboard
Comment #3 on issue 3411 by bruce.c...@gmail.com: favicon not shown in diff view http://code.google.com/p/reviewboard/issues/detail?id=3411 Apparently Firefox by default limits favicon sizes to 1KB - see the browser.chrome.image_icon.max_size setting (and

Re: Issue 3411 in reviewboard: favicon not shown in diff view

2014-07-10 Thread reviewboard
Comment #4 on issue 3411 by trowb...@gmail.com: favicon not shown in diff view http://code.google.com/p/reviewboard/issues/detail?id=3411 Huh, interesting. I wonder if there's a way to crush the .ico files to be smaller. If not, we should probably just cut the cord to the past and switch

Re: Issue 3411 in reviewboard: favicon not shown in diff view

2014-07-10 Thread reviewboard
Updates: Status: New Comment #5 on issue 3411 by trowb...@gmail.com: favicon not shown in diff view http://code.google.com/p/reviewboard/issues/detail?id=3411 (No comment was entered for this change.) -- You received this message because this project is configured to send all

Issue 3475 in reviewboard: Make the format/layout used in _extract_commit_message() customizable

2014-07-10 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3475 by bruce.c...@gmail.com: Make the format/layout used in _extract_commit_message() customizable http://code.google.com/p/reviewboard/issues/detail?id=3475 What version are you running? RBTools 0.6.2 Describe the