Re: Unable to use rbt tools with svn-git

2019-03-29 Thread Christian Hammond
Hi, Thanks for digging into this. Shame they made such a backwards-incompatible change to these diffs. We’ll need to update the parser in Review Board to account for this. Unfortunately, we’re no longer supporting 2.5.x releases without a support contract in place, though. We’d need to target a

Re: Unable to use rbt tools with svn-git

2019-03-28 Thread Oriol Odena
Hi Christian. Sorry, a long time ago since I reported this issue last time! Finally I found issue in patch file. Whanever reason, patch file generated once run rbt post is wrongly processed by reviewboard version (2.5.6.1 version). Checking manually patch, I easily found what glitches server:

Re: Unable to use rbt tools with svn-git

2017-04-07 Thread Oriol Odena
Hi Christian. Don't worry, I really appreciate your support. We're using 2.5.6.1 version of review board. Probably it's not important, but as I commented before rbt tools version is 0.7.9. Don't know if is very important, but I remark difference between response when I perform a post in svn

Re: Unable to use rbt tools with svn-git

2017-04-06 Thread Christian Hammond
I'm sorry, this fell off my radar and into my e-mail backlog. Everything looks correct, and it seems that a diff is making its way to Review Board. During parsing, Review Board seems to have decided that the diff is empty. What version of Review Board are you using? Christian -- Christian

Re: Unable to use rbt tools with svn-git

2017-03-29 Thread Oriol Odena
Hi all. Any news after last post? Please if you need any additional information, don't doubt to ask me. Best regards, Oriol Odena. El martes, 21 de marzo de 2017, 9:33:18 (UTC+1), Oriol Odena escribió: > > Hi Christian. > > that's the 'rbt post' with debug from > commit

Re: Unable to use rbt tools with svn-git

2017-03-21 Thread Oriol Odena
Hi Christian. that's the 'rbt post' with debug from commit e2e8497c3c34a88ef1b726f60f3724ccef1ca385: *oodena@linux-oodena:~/workspace/trunk_git> rbt post --debug e2e8497c3c34a88ef1b726f60f3724ccef1ca385* *>>> RBTools 0.7.9* *>>> Python 2.6.9 (unknown, Apr 7 2015, 08:28:12) * *[GCC 4.3.4

Re: Unable to use rbt tools with svn-git

2017-03-20 Thread Christian Hammond
Hi, For that first test, can you show me: 1) The `rbt post` call with --debug? 2) The `rbt diff` with --debug? 3) The commit SHA of the upstream trunk branch? Basically, I need to get more of a picture of every commit that's a part of this and exactly what commands are being issued so that I

Re: Unable to use rbt tools with svn-git

2017-03-20 Thread Oriol Odena
Hi Christian. First, thanks for your inmediate answer. I'm quite desperate and I sincerelly appreciate it. I'm quite sure this is no a problem from one exact git post, maybe it's something wrong with review board server (not sure it was 100% clear in my previous post, everybody in my company

Re: Unable to use rbt tools with svn-git

2017-03-18 Thread Christian Hammond
Hi Oriol, Can you show me what your branch/commit history looks like from trunk up to the commit you're trying to post? If this has changed at all since the debug output you provided, having new debug output would help a lot. I basically need to be able to match up those SHAs and get a sense of

Unable to use rbt tools with svn-git

2017-03-17 Thread Oriol Odena
Hi All, I'm currently stucked using rbt tools integrated with git, wich I recognize seems quite strange. My company uses svn as central repository and initially I started using it with reviewboard and rbt tools in order to perform group reviewing. Recently I decided to start working locally