Why does a Git local clone need to be kept in sync?

2016-03-10 Thread John Borries
On the reviewboard site it says "In order to work with Review Board, a local clone needs to be kept in sync regularly. It should either have direct access to a central Git server, or it needs to be updated on every commit to the central Git server." My question is why? What features will break

Re: Why does a Git local clone need to be kept in sync?

2016-03-10 Thread John Borries
ew Board is on a separate server from your git repository, it does > require either the local clone or some API frontend because git's remote > protocol does not allow fetching individual files. > > -David > > On Thu, Mar 10, 2016 at 2:02 PM John Borries <pippe...@gmail.com

Re: Bad request calling create repo web API

2016-03-11 Thread John Borries
Well, it wouldn't work when I tried in a REST client in chrome or firefox, but it worked via python. strange. On Friday, March 11, 2016 at 11:09:29 AM UTC-8, John Borries wrote: > > Hey guys, I'm getting a bad request error when I try to POST to > /api/repositories/ to create a repo

Is it possible to post a review across multiple repositories?

2016-03-08 Thread John Borries
Hi, suppose I have two Git repos. Say one has html, one has javascript. I'm making a change to both at once, so I'd like to submit a single code review that contains the changes from both repos. Is this possible in reviewboard? Looking through the rbt commands, and the reviewboard post source