Review Board is an open-source web-based code review tool written in Python.

learn more… | top users | synonyms

0
votes
1answer
42 views

Review Board Python Web API

I'm new with using third-party APIs, and I was trying to get the Review Board Web API to work in python. However, I was confused about 3 things: from rbtools.api.client import RBClient client = ...
0
votes
0answers
32 views

How to submit a sequence of changesets into Review Board (Mercurial)?

I want to submit a sequence of changesets as one changeset (patch) into Review Board. How to do that?
0
votes
0answers
28 views

svn client can handle https,but pysvn can't handle the https repository

if I use command svn checkout https://website, it works well. But when I use pysvn in reviewboard, I'll get the error message SSL handshake failed: SSL disabled due to library version mismatch. then ...
0
votes
0answers
76 views

RBTools fails to detect the repository type, should be a svn repository, but fails @ git

Recently I am using RBTool for post a review request , RBTools 0.5 It is a svn repository,when I made some changes in the checkout directory, I typed "post-review --debug", I hope post-review can find ...
1
vote
1answer
63 views

How to generate reports from Review Board?

We're looking for a way to have Review Board generate reports so we can see information such as how many review requests are being reviewed, and by who etc. I've looked around but haven't been able ...
0
votes
0answers
15 views

How to reduce ReviewBoard email recipients for review responses

We have ReviewBoard version 1.6 running on a Windows Server 2003 EE SP2 server. Our managers would like to cut down on email traffic to the group by having ReviewBoard send responses for "Ship It!" ...
0
votes
1answer
17 views

Red markings in reviewboard

Does anyone knows what these red markings in reviewboard mean ? I've seen them popping up inconsistently. The showing file is a .html file in an csproj, it contains a JavaScript underscore template. ...
0
votes
0answers
45 views

use review board api to create review request fail

I use ruby http client(HTTParty) to access the review board api.I don't known how to build the params "path" which type is "Uploaded file"(API ...
0
votes
0answers
39 views

Setting reviewboard to work with git

I am trying to setup reviewboard to work with git. I followed below blog and it works fine. As per the blog, the local copy of repository is required and should be kept up to date with an external ...
0
votes
0answers
24 views

Does Review Board support commenting on individual lines in an attached source file?

I downloaded and installed Review Board in order to evaluate its fit for our team's workflow. I see that you can attach files to a review. When I go to review an attached file, Review Board lets me ...
0
votes
1answer
38 views

Error during raising review request in ReviewBoard

I have installed reviewboard. I added local GIT repository to it. During creation of review requests, the repository is available to be selected. But, when I am selecting a file from the repository ...
0
votes
0answers
14 views

How are users with no permissions able to use Review Board?

I am taking over management of a Review Board server. Most of the users do not have any of the 105 permissions, nor are they in a group that does (no groups are defined), nor are they Staff or ...
2
votes
1answer
107 views

Upload from git format-patch to ReviewBoard fails on “file not found in the repository”

Has anyone seen the complaint The file “<file>” (revision <revision>) was not found in the repository when using the ReviewBoard GUI? E.g. I get The file ...
2
votes
1answer
121 views

Creating a git diff from nothing

I am trying to create a patch file to be used via reviewboard. It will be the initial patch. diff -ruN --exclude=.git empty_dir working_dir > mypatch_00.patch works but I am getting a "The ...
0
votes
1answer
66 views

Hg postreview with private parent

I have changesets like this: A --> B --> C --> D A is the public tip. D is the changeset I want to post for review. After reading: ...
1
vote
2answers
57 views

Splitting one commit into 2 and get the resulting diff

I recently posted a diff to review board at work. I didn't really check the diff until after and I noticed that whitespace at the end of lines was removed by my editor. I'd like to split those ...
2
votes
3answers
237 views

Git Clone Vs Git Create Repository

What is the difference between , 1. Select Git Clone ? 2. Select Git Create repository here .. and then Pull from repository ? As shown like image. EDIT : Actually we are going to use Review ...
2
votes
1answer
404 views

Integrating Gitlab with ReviewBoard - File Blob vs. Commit SHA1

I'm trying to integrate Gitlab server that our company has been using with a new ReviewBoard server. From everything I've read about ReviewBoard setup, the most straightforward way to integrate ...
0
votes
1answer
102 views

Apache2 cannot run WSGI script

I'm installing Reviewboard on linux, I have copied the config provided by the install package to httpd.conf <VirtualHost *:80> ServerName localhost DocumentRoot ...
0
votes
2answers
82 views

How to create a manual diff between two Json objects which can be sent to Reviewboard using python?

How do I create a diff of two json objects such that they are in the manual diff format which can be sent to reviewboard? I need to generate the diff from inside a python script.I think manual diffs ...
0
votes
0answers
31 views

Review Board operation works through web UI but not API

I have a Review Board user with permissions to add repositories. When logged in to the web UI as that user, adding repositories works. But using the API, I get "101: You don't have permission". Giving ...
1
vote
2answers
181 views

reviewboard post-review and “A +” status files

I have some "A +" status files after merge from another branch in my svn work path, like this: M . A + protected/extensions/Everyman/neo4jphp.phar A + ...
0
votes
0answers
138 views

Error message with reviewboard when viewing diff [closed]

Our reviewboard system is set up on a windows machine. We use p4 to manage code. When viewing diff, there always shows some error message like: Diff currently unavailable. Error: The patch to ...
2
votes
1answer
757 views

reviewboard: post-review error uploading diff with basedir configuration error

I'm working in Ubuntu and I want to use post-review to create a new review request for reviewboard with a manually-generated .diff file but failed. I worked on post-review for most time of today but ...
0
votes
1answer
524 views

pysvn-1.7.6 on rhel6,error: Not a URL, existing file, or requirement spec:

I have Python 2.7.3 installed on RHEL 6, and when I tried to install pysvn-1.7.6, I got an error. What should I do? /search/python/pysvn-1.7.6/Import/pycxx-6.2.4/CXX/Python2/Objects.hxx:2912: ...
1
vote
1answer
412 views

How to make Reviewboard site work

I installed review board on my system with all its dependencies. Now i need to set up a reviewboard site. I followed the instructions on the official website on setting up a site; but it did not work. ...
0
votes
1answer
73 views

Filter django query set by a non-database operation

Working with ReviewBoard 1.6.11, which uses Django 1.3.3. There is a RepositoryManager class that has a method called 'accessible', defined as this: class RepositoryManager(Manager): def ...
0
votes
1answer
87 views

The executable “git” is not in the path

I have Review Board set up on linux RH6. While i try to "Add Repository" (a git repository) in the administrator dashboard, i get the following error - "The executable "git" is not in the path." ...
1
vote
0answers
127 views

Unable to post-review from cvs commitinfo trigger in reviewboard

I am trying to use post review with every cvs commit. Applying a trigger in cvs commitinfo file as follows $>cat commitinfo /usr/bin/post-review --server=http://172.16.7.100:81 ...
1
vote
0answers
119 views

Code Review Mechanism

Phabricator, Rietveld, ReviewBoard How do they handle the pre-commit condition? I mean, do they prevent committing unreviewed code?
1
vote
2answers
102 views

mercurial-reviewboard plugin no longer working with TortoiseHg 2.4.3

I had just barely gotten the Mercurial-Reviewboard plugin working with TortoiseHG 2.4.2 when I upgraded to TortoiseHG 2.4.3 and it stopped working. It's now throwing the following error when I click ...
0
votes
0answers
73 views

How to use hudson to post a code-review request to reviewboard?

Recently, I was trying to combine reviewboard plugin into hudson. I use Hudson ver. 2.2.1 and reviewboard plugin ver. 1.0.0. I already installed the Perforce Plugin on hudson. Reviewboard was not ...
2
votes
3answers
770 views

Reviewboard/SVN post-review errors: repository path is not in the list of known repositories

I'm having difficulties with creating a new review entry in Review Board automatically through a checkin in Subversion (SVN). I've created a post-commit hook which, when run manually gives the ...
0
votes
2answers
518 views

review board diff not uploading

i am currently attempting to do a diff using review board but keep getting an ambiguous error message: Error uploading diff Your review request still exists, but the diff is not attached. The debug ...
0
votes
0answers
95 views

review board diff not working?

I am currently using google review board with subversion as the version control. When attempting to do a diff i get an error saying "the selected file does not appear to be a diff" Does anyone know ...
1
vote
1answer
317 views

Mercurial ReviewBoard and post-review

so here is the story so far, I have installed review board on linux environment, I have configured everything, installed post-review and it works... What does not work is the repository. Our ...
0
votes
1answer
194 views

HG reviewboard installation on Win7 x64

While it was stated that it's not the best idea to host a reviewboard for mercurial on windows evironment I stil gave it a try. So far I have not succeeded. And thus I am in search of help. I am ...
0
votes
1answer
543 views

Is there a way for git to create a patch for revieboard?

I'm currently using the following command: git diff --no-prefix -w trunk > my_beautiful_code.patch but get the following error when I upload the diff in reviewboard: No valid separator after ...
0
votes
0answers
68 views

How to see chinese review comments correctly in review board?

When reviewing a review request from my colleague,I always add some comments via Review board web site. My colleague gets one email in one minute. If I add some Chinese comments,he can see the correct ...
0
votes
1answer
246 views

Compulsory review requests with review board or gerrit [closed]

I just set up review board on git, also used the pre-commit hook scripts in git for sending review request to review board. But it seems that there is no way to force all developers to send review ...
1
vote
1answer
1k views

Review board 's post-review can't work with git,why?

I finally set up a git and review board server. I am sure Git works fine,client machine can pull/push files! Review board server works fine too.I can create a new request manually on web page and ...
2
votes
1answer
583 views

VisualSVN and Review Board integration

The plan is to use Review Board for SVN projects. I have successfully set up Review Board on one machine, and VisualSVN Server on another one. This is the thing I can't figure out: How can I set up ...
0
votes
1answer
204 views

Review Board Authentication

I have a review board running on different server . I am using review board as a normal user of it and can comment on the reviews create it but i am not the admin f it. In order to view the review ...
0
votes
2answers
463 views

trying to install mercurial via easy_install

I am using Active Python 2.5.1, Mercurial 1.8.1 and TortoiseHg 1.1.0 on Windows XP (all x86) I am trying to configure a mercurial repo in reviewboard. For that it requires mercurial python module So ...
1
vote
0answers
66 views

How to delete comment after publishing review?

After I add comment in View Diff window on Reviewboard, I can delete it before publishing (there is delete button in window when I click on comment in source code). When I publish changes and then I ...
1
vote
1answer
282 views

creating new request using reviewboard API

I'm unable to find any doc for creating new review request using rest API 2.0(for rb 1.6.3 version). any pointer is appreciated.
0
votes
1answer
258 views

Automatic commit of an approved diff in Review Board

When I approve a review request in Review Board, can it be configured in such a fashion that it commits the diff file to the SVN automatically?
2
votes
1answer
212 views

Mercurial mq hooks

I would like to setup hg hooks for some actions done by mq extension. For example when I do hg qnew I would like to use post-review to create a new review request in our reviewboard server. I ...
5
votes
1answer
851 views

How do you to post a diff to ReviewBoard through its API?

I have been struggling to post a diff to ReviewBoard through their API. I've managed to login to the server and create a new post, but I've failed to post correctly the contents of the diff file. ...
2
votes
1answer
550 views

Automating Review Requests with ReviewBoard and Mercurial using Python hooks

Here is my problem: I got a remote mercurial repository where the hook is gonna be setup either incoming or changegroup, and I got a ReviewBoard setup on a different server. The idea is to automate ...

1 2