RB-Bug: multiple groups with same name

2013-08-19 Thread Varun Jain
Hi Team, Review Board allows to create multiple group with same but if there are multiple groups present then we cant use that RB group any where. e.g when we type that group in search bar we get Error 500 page stating something broke!! Also that review group can't be added in any code-review

Re: post-review: Error uploading diff

2013-08-19 Thread Akshaya Samantaray
HI David , Thanks for the response . d1.diff is just diff file i have created manually i.e the diff between my dev branch changes Integration branch changes redirected to file called d1.diff and i am trying to upload this manually created diff file d1.diff using *post-review

Re: post-review: Error uploading diff

2013-08-19 Thread Akshaya Samantaray
Hi David , My object is just to upload a file which can be any file (*.gif or *.bmp ) (need not be a diff file) using commandline post-review --diff-filename=file_name to review-board server in our clear-case environment How to do it using post-review in clearcase environment ? let me

Attempting to reset authentication setup

2013-08-19 Thread Michaela Newell
I have tried to reset my authentication setup using the command: rb-site manage /path/to/site set-siteconfig ––key=auth_backend –value=builtin as stated on review boards website how the command is not working and is returning: no such option: --key Any ideas? Many Thanks, Michaela -- Want

Re: Attempting to reset authentication setup

2013-08-19 Thread David Trowbridge
Michaela, It looks like the documentation got a little fuzzed in the translation between plain text and html. The correct command is this (note the extra --): rb-site manage /path/to/site set-siteconfig -- --key=auth_backend --value=builtin -David On Mon, Aug 19, 2013 at 2:45 AM, Michaela

Re: post-review: Error uploading diff

2013-08-19 Thread David Trowbridge
On Mon, Aug 19, 2013 at 4:09 AM, Akshaya Samantaray akshaya.samanta...@gmail.com wrote: d1.diff is just diff file i have created manually i.e the diff between my dev branch changes Integration branch changes redirected to file called d1.diff Please check the contents of the file. If it's

Re: post-review: Error uploading diff

2013-08-19 Thread David Trowbridge
You can't use post-review --diff-filename to upload arbitrary files. The newer rbt commands will let you upload file attachments with rbt attach review request ID --filename=filename For your existing On Mon, Aug 19, 2013 at 4:35 AM, Akshaya Samantaray akshaya.samanta...@gmail.com wrote: Hi

Re: RB-Bug: multiple groups with same name

2013-08-19 Thread David Trowbridge
Varun, Review Board should *not* allow you to create multiple groups with the same name. How did you create the groups? (admin UI or API?) What database backend are you using? -David On Mon, Aug 19, 2013 at 2:59 AM, Varun Jain varun.iam.j...@gmail.comwrote: Hi Team, Review Board allows to

Issue 3062 in reviewboard: [Review Board] ERROR (EXTERNAL IP): Internal Server Error: /admin/settings/storage/

2013-08-19 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3062 by jose@fuhu.com: [Review Board] ERROR (EXTERNAL IP): Internal Server Error: /admin/settings/storage/ http://code.google.com/p/reviewboard/issues/detail?id=3062 *** For customer support, please post to

Re: Issue 3045 in reviewboard: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST

2013-08-19 Thread reviewboard
Comment #6 on issue 3045 by akshaya@gmail.com: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST http://code.google.com/p/reviewboard/issues/detail?id=3045 Any comments ?...Please suggest any workaround or any fix for issue

Issue 3063 in reviewboard: Repeated bug numbers in the bugs field in Review Board.

2013-08-19 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3063 by trivi...@gmail.com: Repeated bug numbers in the bugs field in Review Board. http://code.google.com/p/reviewboard/issues/detail?id=3063 *** For customer support, please post to reviewbo...@googlegroups.com *** If

Re: Issue 3033 in reviewboard: Cannot edit repository settings

2013-08-19 Thread reviewboard
Comment #10 on issue 3033 by k.kotle...@gmail.com: Cannot edit repository settings http://code.google.com/p/reviewboard/issues/detail?id=3033 Maybe try viewing the sourcecode and searching for error and see if anything appears? Attached. Configuration is like this: Name: foo Show this

Re: Issue 3033 in reviewboard: Cannot edit repository settings

2013-08-19 Thread reviewboard
Comment #11 on issue 3033 by trowb...@gmail.com: Cannot edit repository settings http://code.google.com/p/reviewboard/issues/detail?id=3033 I'm not sure if it's what's causing the error, but using Git requires the Raw file URL mask and a service like cgit or gitweb. See

Re: Issue 3062 in reviewboard: [Review Board] ERROR (EXTERNAL IP): Internal Server Error: /admin/settings/storage/

2013-08-19 Thread reviewboard
Updates: Owner: trowb...@gmail.com Labels: Milestone-Release1.7.x Comment #1 on issue 3062 by trowb...@gmail.com: [Review Board] ERROR (EXTERNAL IP): Internal Server Error: /admin/settings/storage/ http://code.google.com/p/reviewboard/issues/detail?id=3062 We'll fix the code

Re: Issue 3058 in reviewboard: file not found in repository

2013-08-19 Thread reviewboard
Comment #9 on issue 3058 by trowb...@gmail.com: file not found in repository http://code.google.com/p/reviewboard/issues/detail?id=3058 What this sounds like is that the gitweb server requires authentication. You can encode these in the URL as https://username:password@myServerAddress/

Re: Issue 3033 in reviewboard: Cannot edit repository settings

2013-08-19 Thread reviewboard
Comment #12 on issue 3033 by k.kotle...@gmail.com: Cannot edit repository settings http://code.google.com/p/reviewboard/issues/detail?id=3033 That's a documentation bug then, because it works without it. Besides, filling it doesn't help. -- You received this message because this project is

Re: Issue 3033 in reviewboard: Cannot edit repository settings

2013-08-19 Thread reviewboard
Comment #13 on issue 3033 by trowb...@gmail.com: Cannot edit repository settings http://code.google.com/p/reviewboard/issues/detail?id=3033 Oh, in addition, I think your bug tracker URL isn't right. The URL you entered is correct if you were entering it as a custom one, but since you've

Re: Issue 3033 in reviewboard: Cannot edit repository settings

2013-08-19 Thread reviewboard
Comment #14 on issue 3033 by k.kotle...@gmail.com: Cannot edit repository settings http://code.google.com/p/reviewboard/issues/detail?id=3033 Now you have hit it. The catch is that once you put additional '%s' in the Trac URL it cannot be fixed since entire forms doesn't work anymore.

Re: Issue 3033 in reviewboard: Repository settings break when using bug tracking hosting services with extra %s

2013-08-19 Thread reviewboard
Updates: Summary: Repository settings break when using bug tracking hosting services with extra %s Status: New Labels: Component-Settings Comment #15 on issue 3033 by trowb...@gmail.com: Repository settings break when using bug tracking hosting services with extra %s

Re: Issue 3033 in reviewboard: Repository settings break when using bug tracking hosting services with extra %s

2013-08-19 Thread reviewboard
Comment #16 on issue 3033 by k.kotle...@gmail.com: Repository settings break when using bug tracking hosting services with extra %s http://code.google.com/p/reviewboard/issues/detail?id=3033 Just a note: it can be worked around by setting Bug tracker type to Custom, then removing extra

Re: Issue 3062 in reviewboard: [Review Board] ERROR (EXTERNAL IP): Internal Server Error: /admin/settings/storage/

2013-08-19 Thread reviewboard
Updates: Status: PendingReview Comment #2 on issue 3062 by trowb...@gmail.com: [Review Board] ERROR (EXTERNAL IP): Internal Server Error: /admin/settings/storage/ http://code.google.com/p/reviewboard/issues/detail?id=3062 (No comment was entered for this change.) -- You received

Re: Issue 3045 in reviewboard: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST

2013-08-19 Thread reviewboard
Updates: Labels: Component-RBTools Comment #7 on issue 3045 by trowb...@gmail.com: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST http://code.google.com/p/reviewboard/issues/detail?id=3045 (No comment was entered for

Re: Issue 2928 in reviewboard: When using AD group name filters, group names are not escaped

2013-08-19 Thread reviewboard
Updates: Status: Fixed Comment #2 on issue 2928 by trowb...@gmail.com: When using AD group name filters, group names are not escaped http://code.google.com/p/reviewboard/issues/detail?id=2928 Fixed in master (11b7b9a). Thanks! -- You received this message because this project is

Re: Issue 3052 in reviewboard: Useless 404 payload for unhandled URLs

2013-08-19 Thread reviewboard
Updates: Owner: trowb...@gmail.com Comment #3 on issue 3052 by trowb...@gmail.com: Useless 404 payload for unhandled URLs http://code.google.com/p/reviewboard/issues/detail?id=3052 (No comment was entered for this change.) -- You received this message because this project is

Re: Issue 3062 in reviewboard: [Review Board] ERROR (EXTERNAL IP): Internal Server Error: /admin/settings/storage/

2013-08-19 Thread reviewboard
Updates: Status: Fixed Comment #3 on issue 3062 by trowb...@gmail.com: [Review Board] ERROR (EXTERNAL IP): Internal Server Error: /admin/settings/storage/ http://code.google.com/p/reviewboard/issues/detail?id=3062 Fixed in release-1.7.x (c532780). Thanks! -- You received this

Re: Issue 3062 in reviewboard: [Review Board] ERROR (EXTERNAL IP): Internal Server Error: /admin/settings/storage/

2013-08-19 Thread reviewboard
Comment #4 on issue 3062 by jose@fuhu.com: [Review Board] ERROR (EXTERNAL IP): Internal Server Error: /admin/settings/storage/ http://code.google.com/p/reviewboard/issues/detail?id=3062 Thank you very much for your fast reply and patch!! I am not an expert in Python (yet), but I will

Re: Issue 3058 in reviewboard: file not found in repository

2013-08-19 Thread reviewboard
Comment #10 on issue 3058 by chzh.sup...@gmail.com: file not found in repository http://code.google.com/p/reviewboard/issues/detail?id=3058 Through using username and password we have solved the problem.thx -- You received this message because this project is configured to send all issue

Re: Issue 3058 in reviewboard: file not found in repository

2013-08-19 Thread reviewboard
Comment #11 on issue 3058 by chzh.sup...@gmail.com: file not found in repository http://code.google.com/p/reviewboard/issues/detail?id=3058 And I have another question.The diff file generated through git diff cannot be uploaded successfully.And when checking the debug code we found the code

Re: Issue 3052 in reviewboard: Useless 404 payload for unhandled URLs

2013-08-19 Thread reviewboard
Updates: Status: Fixed Comment #4 on issue 3052 by trowb...@gmail.com: Useless 404 payload for unhandled URLs http://code.google.com/p/reviewboard/issues/detail?id=3052 Pushed the API fix to djblets master (252601c). Thanks! -- You received this message because this project is

Re: Issue 3022 in reviewboard: rb-site manage index does not work

2013-08-19 Thread reviewboard
Updates: Status: UserError Comment #2 on issue 3022 by trowb...@gmail.com: rb-site manage index does not work http://code.google.com/p/reviewboard/issues/detail?id=3022 I think this is an error in the command you used: where you have site-name, it should be the path to the site