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
4
votes
1 answer

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 realize that comment was not clever then I would…
scdmb
  • 15,091
  • 21
  • 85
  • 128
4
votes
1 answer

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?
Firsay
  • 55
  • 3
4
votes
3 answers

ReviewBoard pip installation failure

I am trying to install ReviewBoard on 14.04.1-Ubuntu and I get the error below. I have used commands: sudo apt-get install python-setuptools python-dev memcached patch libjpeg-dev sudo pip install -U pip sudo easy_install pip sudo apt-get install…
Justinas Jakavonis
  • 8,220
  • 10
  • 69
  • 114
4
votes
2 answers

Reviewboard error abort: The file was not found in the repository (207)

Unable to see the differences in reviewboard. Seeing the below error while posting review. But in review board portal i can see the message. but couldnt see the differences. [dkanagaraj@localhost hid-MS-PoC]$ hg postreview tip --debug Parent is…
divakar.scm
  • 1,256
  • 5
  • 21
  • 32
4
votes
0 answers

How to install ReviewBoard under Nginx?

Sorry for my poor english, I'm french... no one is perfect. I'm trying to install ReviewBoard under Nginx (LEMP with Debian Wheezy, Nginx 1.4.5, MySQL 14.14, PHP 5.4.4). My python installation use Python 2.7.3, easy_install 0.6.24dev-r0, pip 1.1,…
Adlibitum
  • 51
  • 4
4
votes
2 answers

Installing mysql-libs on server with MySQL-Server5.5

I'm trying to install ReviewBoard on my server, but I keep on getting the following errors. file /usr/share/mysql/greek/errmsg.sys from install of mysql-libs-5.1.69-1.el6_4.x86_64 conflicts with file from package…
EZFrag
  • 317
  • 12
  • 29
4
votes
3 answers

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 Board as our code review tool.That tool requires to…
Sampath
  • 63,341
  • 64
  • 307
  • 441
4
votes
2 answers

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 + protected/extensions/Everyman/InitNeo4j.php A + …
chris
  • 275
  • 1
  • 3
  • 12
4
votes
2 answers

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: warning: deprecated conversion from string constant to…
xielingyun
  • 780
  • 9
  • 17
3
votes
2 answers

Apache multiple virtual hosts on the same same ip(diffrent url's)

I have 2 virtual hosts(bugzilla and board review) on an apache server sitting inside an ubuntu machine. I have one external ip address I can use(with one port enabled) so I can't assign different host names or different ports for the virtual…
Jonathan
  • 552
  • 1
  • 4
  • 10
3
votes
2 answers

Setting up a Git repository under Review-Board on Windows Server 2003

I need some help. I have a Windows Server 2003 computer that I'm setting up with Git and Review-Board. My Git repositories are managed by Gitolite. The setup is successful and everything is working fine (tested with multiple workstations). The…
3
votes
1 answer

Eclipse eReviewBoard: how to set the server

I am trying to install eReviewBoard in Eclipse Neon. After I selected the task repository type (Reviewboard), I have no idea how to set the information about the server: Server, Label, User ID, and Password. Do I need to register an account…
Randy Tang
  • 4,283
  • 12
  • 54
  • 112
3
votes
2 answers

How to avoid review board interfering with our workflow?

My team is starting to use Review Board with Perforce with a pre-commit review. We want to send all pre-commits to reviewboard. Though I believe pre-commit is the best way to go about this (than a post-commit review), I have some questions: How…
sgarg
  • 2,340
  • 5
  • 30
  • 42
3
votes
3 answers

Apache httpd bad request when accessing by ip address - Review Board

I have setup Review Board and it works fine when accessed from localhost. When I try to access it by ip (from LAN), I get BAD REQUEST. I have copied apache-wsgi.conf to my apache conf directory. apache-wsgi.conf ServerName…
Timson
  • 191
  • 1
  • 9
3
votes
0 answers

Show non-merge differences between two commits in git

I'm trying to do a code review on a feature branch that has changes from the mainline merged in at several points. I make this question's title intentionally very similar to Show non-merge differences for two commits in git but I'm not satisfied…
kresho
  • 136
  • 1
  • 8
1
2
3
11 12