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

Download error on http://pypi.python.org/simple/ReviewBoard/: timed out -- Some packages may not be found

Well... I was faced a problem when I try to install ReviewBoard.... Below is error message.. Is there a solution? P.S. My network is under proxy. $ sudo easy_install ReviewBoard Searching for ReviewBoard Reading…
JH5774
  • 31
  • 1
  • 5
2
votes
1 answer

Download patch from Review board

How would one download a review board patch from command line. Lets say a review has multiple versions of patch uploaded ( after multiple reviews), i want a way to download the latest patch ( and eventually build, test and commit on behalf of…
GeeDee
  • 165
  • 1
  • 10
2
votes
1 answer

Does Review Board support automatic code commit into SVN after shipping the review request in "pre-commit review" mode

Now my team is trying to add code review practices into development process, and I have deployed Review Board. Below is a typical scenario: Developer: Revise some code files. Developer: Create a patch file by TortoiseSVN Developer: Create a review…
KevinLeng
  • 1,843
  • 2
  • 12
  • 7
2
votes
1 answer

Reviewboard error: rbtools.commands.CommandError: There don't seem to be any diffs

I'm using ReviewBoard and rbt post to post a review request. I issue the following command: rbt post --debug -o 4a6c23e933f753ddb855a8f2a16ae5a0c9bb8ebe..2d785c5d7b34317e679b20ac112ac7f69074df66 And see the following output: DEBUG:root:Checking for…
Tyler Collier
  • 11,489
  • 9
  • 73
  • 80
2
votes
0 answers

Upload from git ReviewBoard showing "file not found in in repository"

I have only 1 file in my diff. I tried I used the similar technique that I was using previously. done git fetch; git rebase origin/master, then created diff create diff using git diff HEAD > ~/temp/file.diff commit file locally and then git…
nothing_authentic
  • 2,927
  • 3
  • 17
  • 22
2
votes
2 answers

Cannot access git (atlassian stash) repository from reviewboard

I am setting up a reviewboard instance for my git (stash) repository, but I am having problems. I set up my path (using the clone url) and my repository type is git, but I am getting this error: [Errno -5] No address associated with…
Roberto
  • 1,450
  • 1
  • 15
  • 32
2
votes
1 answer

Py2Exe and pkg_resources.iter_entry_points()

I'm attempting to use Py2Exe to build a Windows executable from ReviewBoard's postreview.py, so my users don't need to install Python in order to post review requests. I'm running up against a problem in which the compiled version can't find any…
Bill Brooks
  • 751
  • 1
  • 10
  • 30
2
votes
1 answer

reviewboard:A repository was not found at the specified path

I am using ReviewBoard 1.7.7 installed on Linux Redhat 6 . I get the A repository was not found at the specified path error message when I try to create a CVS RevfiewBoard Repository, using :pserver:review_board@localhost:/home/cvsroot and…
sysuleiw
  • 21
  • 2
2
votes
2 answers

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 whitespace changes out into a separate commit. How can I…
Parris
  • 17,833
  • 17
  • 90
  • 133
2
votes
1 answer

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 find myself stuck on this postbasedir problem. I…
chenxi.hou
  • 51
  • 1
  • 6
2
votes
2 answers

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. Googled all day for 2 days with no help. The…
SGhosh
  • 857
  • 10
  • 14
2
votes
2 answers

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 messages do not give much away either, no errors…
godzilla
  • 3,005
  • 7
  • 44
  • 60
2
votes
1 answer

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 another guy can see the review request from…
Dean Chen
  • 3,800
  • 8
  • 45
  • 70
1
vote
1 answer

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.
Pragalathan M
  • 1,673
  • 1
  • 14
  • 19
1
vote
1 answer

bitnami Review Board The Python module "subvertpy" is not installed when adding repository

bitnami Review Board The Python module "subvertpy" is not installed when adding repository The Python module "subvertpy" is not installed. You may need to restart the server after installing it.
陈剑翔
  • 11
  • 1