Re: upload diff file getting problem

2014-04-12 Thread Володя Ковтун
I researched the problem occurs because of differences of gitlab api format and reviewboard requests format. What gitlab version does reviewboard (1.7.22) supports ? -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: ht

Re: upload diff file getting problem

2014-04-09 Thread Володя Ковтун
I have the same problem: "rbt post" works fine but i get error while creating review request via web I found that rbt command create diff using command like this: *git diff --no-color --full-index --no-ext-diff --ignore-submodules --no-renames rev1..rev2 -M* so i did: git diff --no-color --

Re: upload diff file getting problem

2014-02-27 Thread Christian Hammond
You'll need to generate diffs by passing --full-index to git diff. We recommend though that you use RBTools to post instead, as it'll ensure the diff is in the right format, attach other useful data, and create/update the review request for you. Christian On Thursday, February 27, 2014, umapath