What is the correct approach when attempting to add multiple pre-commit diff files? (Multiple Parent Diffs)

2015-04-16 Thread James Knight
I have the following scenario, I have a remote Git repository (powered by GitLab) configured and working as expected with ReviewBoard (2.0.15). In my local repository (cloned), I have a series of ten (10) commits I'm about to push to the origin. Before I do this, I generate a (full indexed; unif

Re: What is the correct approach when attempting to add multiple pre-commit diff files? (Multiple Parent Diffs)

2015-04-22 Thread James Knight
y push up the changes on the remote on a branch (something I wanted to avoid) and reference the branch in rbt's `--parent` parameter when generating a review for each pending commit. On Thursday, April 16, 2015 at 2:37:30 PM UTC-4, Stephen Gallagher wrote: > > On Thu, 2015-04-16

Re: What is the correct approach when attempting to add multiple pre-commit diff files? (Multiple Parent Diffs)

2015-04-23 Thread James Knight
t;Commit 3" and parent "Commit 2", the missing index is: Commit F <- ? <- Commit 2 <- Commit 3 On Wednesday, April 22, 2015 at 6:03:48 PM UTC-4, David Trowbridge wrote: > > How have you configured the repository on Review Board? > > -David >

Re: What is the correct approach when attempting to add multiple pre-commit diff files? (Multiple Parent Diffs)

2015-04-23 Thread James Knight
tead of "None > - Custom Repository" > > -David > > On Thu, Apr 23, 2015 at 10:52 AM Stephen Gallagher < > ste...@gallagherhome.com > wrote: > >> On Thu, Apr 23, 2015 at 11:49 AM James Knight > > wrote: >> >>> Repository options are configured as f

Re: What is the correct approach when attempting to add multiple pre-commit diff files? (Multiple Parent Diffs)

2015-04-23 Thread James Knight
or else none of the > parent diffs will have anything to compare against. > On Thu, Apr 23, 2015 at 5:23 PM James Knight > wrote: > >> First of all, thanks for the replies; I appreciate the help. >> >> @Stephen Gallagher >> I think this is were I am failing to com

Re: What is the correct approach when attempting to add multiple pre-commit diff files? (Multiple Parent Diffs)

2015-04-23 Thread James Knight
ng service or the raw file URL), we apply > the parent diff, and treat that as the base for the diff being reviewed. > Then, we apply the diff representing the commit(s) you want to actually > review. > > RBTools takes care of all this automatically, letting you just do: >