Re: Error uploading diff: One or more fields had errors (105)

2009-11-16 Thread developer 236
i have ReviewBoard 1.0.5.1 on server. I am not clear with ' adding P4 in web server's path'. Shall i check @ server side?? On 11/16/09, Christian Hammond chip...@chipx86.com wrote: I can't tell which version of Review Board you're using, but it sounds like you're missing a dependency on the

Re: Error uploading diff: One or more fields had errors (105)

2009-11-16 Thread Christian Hammond
Yeah, it's on the server side. When you post a diff, Review Board will verify the existence of each file. For Perforce repositories, it does this using the p4 command line tool. There's instructions in the documentation for installing this. Christian -- Christian Hammond - chip...@chipx86.com

Re[2]: Error uploading diff: One or more fields had errors (105)

2009-11-16 Thread lmar
What about other types of repositaries ? Subversion for example? Is the p4 needed for post diffs ? -Original Message- From: Christian Hammond chip...@chipx86.com To: reviewboard@googlegroups.com Date: Mon, 16 Nov 2009 00:37:11 -0800 Subject: Re: Error uploading diff: One or more fields

Re: Error uploading diff: One or more fields had errors (105)

2009-11-16 Thread developer 236
i have installed 'p4python25.exe' (python binding to perforce API) on server. Also i put some print statements in upload_diff(...) in script file. before calling self.api_post('api/json/reviewrequests/%s/diff/new/' % review_request['id'], fields, files) and the o/p was

Re: Error uploading diff: One or more fields had errors (105)

2009-11-16 Thread developer 236
i installed p4 tool also @ the server m/c, but still getting the same error. The p4 is also in path environment variable. On 11/16/09, Christian Hammond chip...@chipx86.com wrote: fields should be empty. That's okay. p4python25.exe just installs the Python modules. You still need p4.exe on

Help to configure Review Board

2009-11-16 Thread Roman Prikhodchenko
Hi! My name is Roman, I'm a software developer in a small new company. Actually I'm not a system administrator but I was chosen to configure some services for project development because there is no system administrator in our company yet. One of these services is Review Board. I have a Debian

Re: Help to configure Review Board

2009-11-16 Thread lmar
dependency_error('Unable to read settings_local.py.') Русский: Посмотри в каталожке где_лежит_ревьюборд/conf файлик settings_local.py - возможно там есть похожий, типа settings_local.py.orig - его надо поправить под себя и переименовать. Eng: It's seemed like a setup issue - after install we

Re: Help to configure Review Board

2009-11-16 Thread Roman Prikhodchenko
Русский: Там уже есть файл settings_local.py и вроде бы правильно там все. Eng: This file already exists in /srv/Reviews/Catalog/ Content of this file: # Site-specific configuration settings for Review Board # Definitions of these settings can be found at #

Re: Review Board 1.1 alpha 2 released

2009-11-16 Thread David Solbach
Whohoo! Recaptcha support! This fixes downstream bug #213617 [1] Thanks a lot! David [1] https://bugs.kde.org/show_bug.cgi?id=213617 Am Sonntag, 15. November 2009 23:13:55 schrieb Christian Hammond: Hi everyone, We've just put out a release of Review Board 1.1 alpha 2. This is a major

Eclipse plugin: basic usage?

2009-11-16 Thread Bickford, Mark
Hi, We're just starting to implement ReviewBoard, and I have some questions about the Eclipse plugin. I'll be upfront in saying that I have very little experience with Eclipse (preferring to use IDEA), but some of our developers use Eclipse and I need to be able to support them. I am able to

Re: Integrated authentication with Active Directory

2009-11-16 Thread Akhilesh
Thanks Thilo for the pointer. It fixed he issue. On Nov 13, 11:39 am, Thilo-Alexander Ginkel th...@ginkel.com wrote: On Friday 13 November 2009 17:36:17Akhileshwrote: Thanks Thilo for reply. I see that Find DC from DNS remains disabled. How do I enable it? IIRC you need to install pydns

Fetching all user accounts from Active Directory

2009-11-16 Thread Akhilesh
Hi, I have Reviewboard site (running on Windows) integrated with Active Directory. One issue that I'm seeing is unless end-user accesses reviewboard site at least once, his/her name doesn't appear in the drop-down list for People field in the Review Request. It means I can post the review

Re: Error uploading diff: One or more fields had errors (105)

2009-11-16 Thread Thilo-Alexander Ginkel
On Monday 16 November 2009 11:50:36 developer 236 wrote: i installed p4 tool also @ the server m/c, but still getting the same error. The p4 is also in path environment variable. Is the PATH modification also visible to the Apache process hosting Review Board? I don't know which OS you are

Re: Fetching all user accounts from Active Directory

2009-11-16 Thread Christian Hammond
There was a post about this recently. Basically, no, we can't scan for people and add them. However, you can type in a username that exists in your Active Directory that isn't yet in Review Board, and if it finds it, it will add to the database. Christian -- Christian Hammond -

RE: Eclipse plugin: basic usage?

2009-11-16 Thread Bickford, Mark
The IDEA plugin is in source form at http://idea-reviewboard.googlecode.com ; I checked out the source and built it in IDEA. The Eclipse plugin was a Google Summer of Code project sponsored by ReviewBoard. I am not sure how to get the source code, but there is an Eclipse download site at

Re: Eclipse plugin: basic usage?

2009-11-16 Thread Christian Hammond
You can find it here: http://github.com/mknittig/ereviewboard It's a Summer of Code project by Markus Knittig, who can explain more about how to use it. There's no VS plugin in the works. We only have so many hours in a day. If someone wants to work on one, do let us know. Christian --

Re: Review Board 1.1 alpha 2 released

2009-11-16 Thread Chris Clark
Christian Hammond wrote: We've just put out a release of Review Board 1.1 alpha 2. This is a major enhancement release, and we'd love to get some testing for it. It looks like 1.1 alpha 2 is at http://reviews.reviewboard.org. I've a question on bug or behavior, someone posted a review url

Anyone seeing multiple emails from ReviewBoard

2009-11-16 Thread Chris Clark
I've a report from _some_ users that they are seeing multiple emails being sent from Reviewboard. The scenario is this: 1. postreview used to create/publish new review 2. review comments posted by reviewer, this code sucks change it... etc 3. postreview used to post new diffs, post

a problem during creating sites

2009-11-16 Thread IRIS WANG
Hi All, How are you? This is the first time I installed reviewboard. My web server is Apache, I already have a Django project on the web server. the Django project port number is 8000. I created some tables for the project. the Django website is running very good. Today, I installed all the

Re: a problem during creating sites

2009-11-16 Thread IRIS WANG
The error screenshot as following: http://lh6.ggpht.com/_bx27SLUV73U/SwICHXVmL1I/ABo/tUOFS6eadgo/reviewboard10.jpg http://lh6.ggpht.com/_bx27SLUV73U/SwICHsBZ4kI/ABs/SNwhCTnUfLs/reviewboard11.jpg

Re: How-to use post-review when running multiple repositories

2009-11-16 Thread mary
Thanks for the tip! it's probably my .reviewboardrc file... On Nov 11, 1:13 am, Christian Hammond chip...@chipx86.com wrote: Hi, This would only happen if: 1) You hard-coded the repository path in your copy of post-review. 2) You have a .reviewboardrc sitting in some parent directory

Re: a problem during creating sites

2009-11-16 Thread Christian Hammond
Hi, Did you delete the new site directory before re-running rb-site? rb-site expects the directory to be non-existent. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Nov 16, 2009 at 6:23 PM, IRIS