Re: How to make detailed permission control on ReviewBoard

2009-12-16 Thread Christian Hammond
This support is planned for a future release (probably the 2.0 timeframe) but doesn't exist in any way today. If you really need separation on that level, you may have to set up multiple Review Board servers. If they already have access to the sourcecode on other repositories/groups anyway, and

Re: About Error occured when print view diff on User WebUI of ReviewBoard

2009-12-16 Thread Christian Hammond
I don't really know what you mean, but I know that many companies using Review Board have clients on Linux, Windows and Mac who post to a Review Board server on Linux without any problems. I'd have to see some diffs and original source files where this fails to have an idea as to what's going

Re: About User setting UI

2009-12-16 Thread Christian Hammond
This is a Django bug, though I think there's a bug filed in our own bug tracker for it. We'll probably address this in a future release. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Dec 15, 2009 at

Re: Can't add repository on development installation

2009-12-16 Thread Christian Hammond
Hi Ryan, The Djblets versioning issue is due to our setup.py configuration appending .dev to the end by default, despite it not being a development release. We haven't bumped the version since the last release. I'll do that probably tomorrow (about to head to bed) but what you could do in the

Re: reviewboard api is missing

2009-12-16 Thread victor zachev
Hello Yes I am able to login to the UI with this username/password. I was able to create a group and a repository in the UI. What worries me is the error message: post-review --server=http://localhost/rb Unable to access http://localhost/rb/api/json/accounts/login/. The host path may be

Re: Installation problem

2009-12-16 Thread Dregel
This did the trick: yum install python-imaging On Dec 15, 4:44 pm, Dregel dre...@gmail.com wrote: Looks like the installation of PIL did fail. I'll start there then. Cheers! Python 2.4.3 (#1, Sep  3 2009, 15:37:37) ... import PIL Traceback (most recent call last):   File stdin, line 1, in

Re: Cant connect to SVN repository using RB 1.1 alpa 2

2009-12-16 Thread Dregel
Hi, I hit the same error today. Did you ever solve this? On Nov 27, 6:25 am, pk pankaj.khar...@gmail.com wrote: Hi Christian, Is this hosted on a Windows or Linux install? - Its hosted on a Ubuntu m/c. What happens if you check out that repo on the same box? Therepositoryis on a remote

Re:Re: About Error occured when print view diff on User WebUI of ReviewBoard

2009-12-16 Thread qhlonline
Hi, Christian, Now that is the different diff file contents of the same file change: On Windows: WWW Index: abc.c === RCS file: /export/home/cvsroot/test/abc.c,v retrieving

Re: Re: About Error occured when print view diff on User WebUI of ReviewBoard

2009-12-16 Thread Christian Hammond
What version of diff is on the Windows install? It must specifically use GNU diff, and not some other diff tool. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Dec 16, 2009 at 7:27 PM, qhlonline

Re:Re: Re: About Error occured when print view diff on User WebUI of ReviewBoard

2009-12-16 Thread qhlonline
I am using the TortoiseCVS as CVS client, I am not sure what kind of diff it support, But my diff command is using as cvs diff -uN Can you please recommand me some GNU-diff-supported CVS client run on Windows OS? Thanks. Best Regards! 在2009-12-17,Christian Hammond chip...@chipx86.com

About Post-Review User change problem

2009-12-16 Thread qhlonline
Hi, I used post-review to create review request. in the form as: post-review --username=A --password=Apassword --target-person=C myfile; But when I want to post reviewrequest as another user, like B, I type: post-review --username=B --password=Bpassword --target-person=C myfile; This time ,

Re: Re: Re: About Error occured when print view diff on User WebUI of ReviewBoard

2009-12-16 Thread Christian Hammond
That's on the client, not the server, right? What version of patch is on the server? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Dec 16, 2009 at 7:43 PM, qhlonline qhlonl...@163.com wrote: I am

Re: About Post-Review User change problem

2009-12-16 Thread Christian Hammond
Known bug. See http://code.google.com/p/reviewboard/issues/detail?id=762 Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com 2009/12/16 qhlonline qhlonl...@163.com Hi, I used post-review to create review