Questions tagged [review-board]

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

Review Board is an open-source web-based code review tool written in Python. It has support for a variety of repository types (svn, perforce, git, mercurial), has a simple workflow and supports both pre-commit and post-commit reviews.

See also

174 questions
3
votes
3 answers

Automating SVN pre-commit to Review Board and then Commit to SVN after approval

My objective is to use SVN pre-commit hook to post a review request directly to reviewboard instead of committing it to repository. As second step I want that on approval of a diff it should automatically go to repository. is that possible to do ?…
Abhishek Bansal
  • 5,197
  • 4
  • 40
  • 69
3
votes
1 answer

ReviewBoard installation on ubuntu 12.04

I'm trying to install ReviewBoard on ubuntu 12.04 using easy_install. http://www.reviewboard.org/docs/manual/1.7/admin/installation/linux/ I tried above instruction step by step, but stucked in easy_install ReviewBoard Error message is…
firia2000
  • 1,773
  • 5
  • 19
  • 20
3
votes
1 answer

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.
Willem D'Haeseleer
  • 19,661
  • 9
  • 66
  • 99
3
votes
2 answers

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

Has anyone seen the complaint The file “” (revision ) was not found in the repository when using the ReviewBoard GUI? E.g. I get The file "agent/src/com/cloud/agent/resource/HypervResource.java" (revision 8b8e89d) was not found in…
Donal Lafferty
  • 5,807
  • 7
  • 43
  • 60
2
votes
1 answer

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 review request tickets generation upon push from…
Wissam Youssef
  • 800
  • 1
  • 10
  • 20
2
votes
2 answers

Getting all review requests from Review Board Python Web API

I would like to get the information about all reviews from my server. That's my code that I used to achieve my goal. from rbtools.api.client import RBClient client = RBClient('http://my-server.net/') root = client.get_root() reviews =…
Hendrra
  • 682
  • 1
  • 8
  • 19
2
votes
2 answers

Svn and reviewboard

I would like to setup svn to be able to send diff to reviewboard like 'hg postreview' plugin does. Can anybody suggest such plugin for SVN ? Thanks
davs
  • 9,226
  • 8
  • 41
  • 54
2
votes
0 answers

download diff file from websvn

Is there a way to generate a diff file (describes changes made in a specific commit transaction) using websvn interface, and allow users to download it ? I want to allow users to download such a diff from websvn, and upload it to to the …
Yonatan Maman
  • 2,428
  • 1
  • 24
  • 34
2
votes
0 answers

mercurial (hg) extension for Review Board 3

I'm planning to upgrade reviewboard version 1.5 to 3.0.5. We are using postreview extension on mercurial to update review on review board server which is 1.5 version. The existing is not working or deprecated for Review Board version 3. I don't…
2
votes
1 answer

Review Board default sender email

Review Board documentation mentions that Sender Headers Review Board can send e-mail on behalf of users. This may happen when creating a new review request or reviewing some code. E-mails appear to be sent from the users, rather than from Review…
Justinas Jakavonis
  • 8,220
  • 10
  • 69
  • 114
2
votes
1 answer

Robot Selenium - Enter text into CodeMirror text area

Recently I've started using Robot with Selenium2Library to automate some GUI test cases. One of the application I'm automating is ReviewBoard. So far I've been able to automate some stuff but having a lot of problem with inputting text into text…
Kevin Yu
  • 85
  • 1
  • 11
2
votes
1 answer

Generate a Single Diff from multiple changelists from different files and folders

Is it possible in perforce, or regular diff or p4v, to generate a single diff which contains changes from multiple changelists? We have about 10 changelists that are checked in and we need a single diff for and they include changes across different…
Adam
  • 510
  • 1
  • 5
  • 21
2
votes
1 answer

easy_install not working : Getting error [Errno -2] Name or service not known -- Some packages may not be found

I am trying to install on my Ubuntu 14.04 machine mercurial using easy_install. I type this command to install as root user : sudo easy_install mercurial And on the terminal i get this error message : Searching for mercurial Reading…
2
votes
2 answers

rbt setup-repo returns with error

I am using git as my code repository. While trying to setup the review board server form git cmd line rbt returns with the below error: ERROR: Could not load SCM Client "git": [Error 2] The system cannot find the file specified ERROR: The current…
user1000070
  • 31
  • 2
  • 5
2
votes
1 answer

Failed to "rbt post " from Perforce P4V

I'm trying to "rbt post CHANGENUM"(CHANGENUM is the number of pending list) from Perforce P4V in Windows7. I succeeded to execute this command from command prompt, but I failed to execute from Perforce P4V with the error below. >>> RBTools 0.7.1…
phicdy
  • 63
  • 5
1 2
3
11 12