repo setup for a remote git repo

2013-08-11 Thread Qi Luo
I'm setting up rb for my private git repo, here's my config, Repo type: git path: g...@git.xxx.com:testing.git raw mask url: http://git.xxx.com/gitweb/?p=testing.git;a=blob;f=;hb= Git server is running on Ubuntu 12.04, gitolite and gitweb installed Reviewboard is 1.7.11, on Ubuntu 10.04 I also

Re: "Diff currently unavailable" frequently happenend, but not always

2013-08-21 Thread Qi LUO
Removing last “;” fixed most ‘diff unavailbale’, so far so good, except I still had one file named ‘index.html’ failed to diff. I didn’t find any ‘fetching file from’ string in reviewboard.log -- Qi LUO Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, 22 August, 2013 at 3

How to programmatically add repo into rb?

2013-08-21 Thread Qi Luo
I've read web api, but there are only get, update, delete operations. Did I miss sth or is it not supported for now? -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~--~~~

Re: How to programmatically add repo into rb?

2013-08-21 Thread Qi LUO
thanks, -- Qi LUO Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, 22 August, 2013 at 1:23 PM, David Trowbridge wrote: > To create new repositories, you can do a POST on the repository list resource: > > http://www.reviewboard.org/docs/manual/1.7/webapi/2.0/

How to auto fill 'Branch' valune by post-review?

2014-01-06 Thread Qi Luo
I mean the branch displayed on the left-up of web interface, I'm using git and post-review, I'd like rb can detect which branch for the posted commit, thanks. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://r

Compare and diff directly between local topic and server master branch when rbt post

2015-05-28 Thread Qi Luo
Our team is running github-flow which means we develop on topic branches and then merge them into master branch. The review happens before merge. I've just tested how to use Review Board with above workflow. And I found the diff generated by rbt post was only diff between origin/master and curr

Re: Compare and diff directly between local topic and server master branch when rbt post

2015-05-29 Thread Qi Luo
ranch or rebase your topic branch on top of master (if it > hasn’t been pushed yet). That way the diff between origin/master and the > topic branch will only contain the changes from the topic branch. > > Regards, > Barret Rennie > > On May 29, 2015, at 12:47 AM, Qi Luo >

How to set proxy for SVN repo

2015-07-07 Thread Qi Luo
I'm on RB 2.0.15, Ubuntu 14.04 I'm trying to add a SVN repo, unfortunately I need to set up a http proxy for accessing that svn repo. I've found nowhere to configure the proxy for review board. I've tried to add a global http proxy at /etc/environment, and also added proxy at /etc/subversion/se

Re: How to set proxy for SVN repo

2015-07-09 Thread Qi Luo
environment in your reviewboard.wsgi file > (in $sitedir/htdocs/). You'll then need to restart the web server. > > See if that solves the problem. If not, we can look deeper into the setup. > > Christian > > -- > Christian Hammond - chri...@beanbaginc.com &