Re: Requested revision does not exist, using Bazaar

2014-06-17 Thread Christian Hammond
Hi Brian, Spent a little bit of time this evening trying to debug this, but no real luck. Can you see if there’s anything in common with the timestamps where things fail? Do they wrap around to a new day, new month, anything? Christian --  Christian Hammond - christ...@beanbaginc.com Review

Re: Requested revision does not exist, using Bazaar

2014-06-17 Thread Brian
Hi Christian, So far I haven't found a pattern in the timestamps that are causing issues. I have upgraded one of our servers to use RB 2.0.2 and I also recreated the Bazaar repository that we were using. There are only two of us working on this project and very little history, so we didn't

Re: Requested revision does not exist, using Bazaar

2014-06-17 Thread Christian Hammond
Hi Brian, So, I guess Bazaar requires a local timestamp when doing a 'date:’ query. Review Board attempts to convert the date in the diff to a local date that would match it. It sounds like something’s going terribly wrong there. I toyed with it briefly, but couldn’t reproduce the problem

Re: Requested revision does not exist, using Bazaar

2014-06-17 Thread Brian
My hope at this point is that there was something wrong with the repository. We've used this combination of tools for a couple of years with no issue, even after a couple of server upgrades/reinstalls. On Tuesday, June 17, 2014 12:12:47 PM UTC-7, Christian Hammond wrote: Hi Brian, So, I

Re: Requested revision does not exist, using Bazaar

2014-06-17 Thread Adam Collard
Hi Brian, Have you tried using the bzr-diff-revid plugin for Bazaar? https://launchpad.net/bzr-diff-revid From the description on the LP page: bzr-diff-revid is a plugin for the Bazaar VCS. It tweaks the output of bzr diff: When possible, it includes the revid of the file version in the diff

Re: Requested revision does not exist, using Bazaar

2014-06-17 Thread Brian
Hi Adam, You know, I hadn't thought about trying this, but I may give it a shot. Thanks for the idea! Brian On Tuesday, June 17, 2014 1:02:58 PM UTC-7, Adam wrote: Hi Brian, Have you tried using the bzr-diff-revid plugin for Bazaar? https://launchpad.net/bzr-diff-revid From the

Re: Requested revision does not exist, using Bazaar

2014-06-12 Thread Rahul Sisondia
Hi Brian, I am also facing same issue. So what is the solution or workaround for this problem ? Thanks Rahul On Thursday, April 17, 2014 2:28:29 AM UTC+5:30, Brian wrote: Following up on this... we found that the developer creating the diff had a different time zone on his machine than

Re: Requested revision does not exist, using Bazaar

2014-06-12 Thread Christian Hammond
Hi Brian, Can you go into more details on how the timestamps affect things? I’d love to find a way to fix/workaround this in RBTools and/or Review Board. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - 

Re: Requested revision does not exist, using Bazaar

2014-06-12 Thread Brian
I can tell you what we know so far. When we have this issue, I trace the bad revision back to what I can find in the Bazaar log for the file. We are UTC-7, and the timestamp is usually 7 hours off from a match. This may be the case for all files/revisions, I'm not sure yet. Most (if not all) of

Re: Requested revision does not exist, using Bazaar

2014-04-16 Thread Brian
Following up on this... we found that the developer creating the diff had a different time zone on his machine than the server. So it was actually a Bazaar issue, not being able to match the times in the checkouts. On Friday, February 28, 2014 12:46:16 PM UTC-7, Brian wrote: Hello, We are