Tagged Questions
Review Board is an open-source web-based code review tool written in Python.
15
votes
5answers
4k views
Successful code review strategy with SVN and ReviewBoard?
I've managed to introduce ReviewBoard to the coding workflow in my company, while "introduce" means having installed and presented it. We also have a general agreement that we need code reviews ...
4
votes
1answer
161 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
136 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 ...
2
votes
2answers
375 views
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 ...
2
votes
1answer
203 views
How do I create a manual diff?
I have an existing codebase that I'd like to highlight particular portions of for demonstration purposes. We use Review Board, which allows a user to upload a diff and conveniently compare it against ...
1
vote
1answer
58 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 ...
1
vote
1answer
105 views
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
1
vote
0answers
185 views
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 ...
0
votes
0answers
43 views
Why is this django evolution breaking (for reviewboard)?
Help. I'm trying to upgrade reviewboard from 1.5.1 to 1.6.3. Part of this involves running a command rb-site upgrade /path/to/reviewboard which in turn uses Django evolutions (the stored evolutions ...
0
votes
1answer
102 views
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 ...
0
votes
0answers
145 views
ReviewBoard-compatible diffs from within NetBeans
I'm looking at using Netbeans 6.9.1 as an IDE but one problem I'm having is getting it to produce diff files that ReviewBoard will accept. I can produce them from the command line using "svn diff" or ...
0
votes
1answer
203 views
review-board extension for tortoisehg
i'm using reviewboard extension for tortoisehg and installed reviewboard on some server. Everything is good but i have one problem: i can't update existing reviews with extension because they are not ...
0
votes
1answer
129 views
Looking for a functional “Review Board” setup or virtual machine
I want to setup a Review Board pilot for my org, on top of an existing SVN repository. A hosted solution won't work, as it won't be able to access that repository.
From the documentation it seems like ...
0
votes
1answer
293 views
Review Board extension for mercurial not working on a Windows machine
I have installed mercurial and review board extension for mercurial on my Windows XP machine. In review board, I have added a repository say "MyRepo" which is on a central server.
I cloned "MyRepo" to ...
0
votes
1answer
832 views
easy_install ReviewBoard [Errno 104] Connection reset by peer
I have a Kubuntu 10.04 VM image and am trying to install ReviewBoard by following The Linux Installation Wiki. When I get to the step to easy_install ReviewBoard, I encounter a problem I cannot find a ...
0
votes
2answers
82 views
How to add insert-comment feature to any Windows text (code) editor
I want to write a Windows add-on or application that adds the following function to any Windows text (code) editor:
I select one or more lines of code in the editor (existing functionality of the ...