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 r

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 --diff-filena

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 kn

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 Ne

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

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 --filename=" For your existing On Mon, Aug 19, 2013 at 4:35 AM, Akshaya Samantaray < akshaya.samanta...@gmail.com> wrote: > Hi David , > > My ob

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 wrote: > Hi Team, > > Review Board allows to create multiple group