Re: post-review new files with Perforce

2011-09-28 Thread Christian Hammond
Hi Ben, I'm going through a backlog of e-mail I missed. If you upgrade to the latest RBTools release, this should be fixed. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Sep 14, 2011 at 12:17 PM,

Re: Error of post-review: The current directory does not contain a checkout from a supported source code repository.

2011-09-28 Thread James Tang
Haa, I found the problem caused by svn client. I use TortoiseSVN as my svn client in Windows, but it seems post-review could not communicate with svn server through TortoiseSVN. I installed command line svn, the problem solved. Thanks for you help! On Sep 28, 1:46 pm, Christian Hammond

Can I do post-commite review on the website (without post-review tool)?

2011-09-28 Thread James Tang
I think the post-review tool is a very nice tool for pre-commite reivew with reviewboard. But if I just want to do a post-commite review on my PC, where doesn't install svn client, what should I do? I ask so because I ever seen such a system, so I think I should not be a technical problem, right?

Re: Can I do post-commite review on the website (without post-review tool)?

2011-09-28 Thread Christian Hammond
Hi James, The options we provide today are to use either post-review with --revision-range, or just generate a diff with svn diff. Ideally there'd be a web UI for this built into Review Board. We had someone working on one at one point, but the project sort of didn't pan out. We'll likely work

metric collection - number of comments

2011-09-28 Thread Gyanesh Singh
Hi, Is there any way one can collect some basic kind of metrics, e.g number of comments for a review in reviewboard? Regards, Gyanesh -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/

Re: API LDAP Authentiaction

2011-09-28 Thread Jeff Ward
This is on Apache on FastCGI. There's a weird issue with us hosting WSGI because the server is running an older version of Ubuntu (something we should correct, but can't at the moment). On Sep 27, 5:48 pm, Christian Hammond chip...@chipx86.com wrote: Hi Jeff, Thanks for sending me that info.

Re: Make svn commit via reviewboard UI

2011-09-28 Thread David Trowbridge
Review Board never writes to your repository. Developers still have to commit code using 'svn commit' -David On Wed, Sep 28, 2011 at 10:24 AM, Bing Hua jasoninelmstr...@gmail.com wrote: Hi, I've set up reviewboard and trying to use it on a small project. The question is, is there a way to

Re: metric collection - number of comments

2011-09-28 Thread David Trowbridge
There's nothing built-in. If you only care about simple counts, you could probably write something using the REST API pretty easily. -David On Wed, Sep 28, 2011 at 7:29 AM, Gyanesh Singh gyanesh.si...@gmail.com wrote: Hi, Is there any way one can collect some basic kind of metrics, e.g

Re: metric collection - number of comments

2011-09-28 Thread Gyanesh Singh
Hi David, Thank you for the quick response. Just wanted to check in this group, if someone has something similar. Regards, Gyanesh On Wed, Sep 28, 2011 at 11:01 PM, David Trowbridge trowb...@gmail.comwrote: There's nothing built-in. If you only care about simple counts, you could probably

Re: API LDAP Authentiaction

2011-09-28 Thread Christian Hammond
Can you tell me exactly which versions of ReviewBoard and Djblets are installed, and what version of Python is being used on the server? I can build you some packages with extended debug info to help figure out where auth is getting stuck. Christian -- Christian Hammond - chip...@chipx86.com

Re: API LDAP Authentiaction

2011-09-28 Thread Jeff Ward
Hey Christian, Server is using Python 2.5.2, client is using 2.7.1 RB is 1.6.1-py2.5 Djblets is 0.6.11-py2.5 Having some extra debug info might be helpful. You can send any built packages to this email if you'd like. Thanks for all your help! -- Jeff On Sep 28, 4:17 pm, Christian Hammond

Re: RBTools 0.3.4 released

2011-09-28 Thread Stephen Gallagher
On Mon, 2011-09-26 at 21:27 -0700, Christian Hammond wrote: Hey everyone, RBTools 0.3.4 is released. It's a small bug fix release, which may be useful to those using Git, RBCommons, or Python 2.7. See http://www.reviewboard.org/news/2011/09/26/rbtools-034-released/ for more information.

Re: Issue 2310 in reviewboard: git diff is invalid when using --parent option

2011-09-28 Thread reviewboard
Comment #2 on issue 2310 by bfo...@gmail.com: git diff is invalid when using --parent option http://code.google.com/p/reviewboard/issues/detail?id=2310 Maybe it's a feature actually. I didn't really check the git tree before fixing it. It was part of a fix to support bare repositories and

Re: Issue 2259 in reviewboard: Replying to a comment on a review breaks the js popup on IE8

2011-09-28 Thread reviewboard
Comment #1 on issue 2259 by atiannic...@gmail.com: Replying to a comment on a review breaks the js popup on IE8 http://code.google.com/p/reviewboard/issues/detail?id=2259 Is there any work around for this? Many of the people on our team use IE and it appears to be an issue for them. --

Re: Issue 2310 in reviewboard: git diff is invalid when using --parent option

2011-09-28 Thread reviewboard
Updates: Status: NotABug Labels: Component-RBTools Comment #3 on issue 2310 by chip...@gmail.com: git diff is invalid when using --parent option http://code.google.com/p/reviewboard/issues/detail?id=2310 Yeah, a single revision actually wasn't supported before. It was working