Re: Another The file was not found in the repository Error 207 issue

2014-12-13 Thread David Trowbridge
That command would try to post the diff contained in the commit HEAD~1 (so
the diff between HEAD~2..HEAD~2), which may not actually have the changes
you expected. If you want the diff between master~1 and master, you can run
'rbt post master'

-David
On Thu, Dec 11, 2014 at 6:12 AM Kevin Jones kjlo...@gmail.com wrote:

 I tried rbt post HEAD~1 to get a diff from the last commit to the master,
 but it only caused the error.

 -Kevin

 On Wed, Dec 10, 2014 at 6:46 PM, David Trowbridge trowb...@gmail.com
 wrote:

 What commands are you using for your post-commit review?

 -David


 On Tue, Dec 9, 2014 at 6:57 PM, Kevin Jones kjlo...@gmail.com wrote:

 Yes. Same hash.

 More digging showed that creating a review from a new branch via rbt
 post works. Attempting to do a post-commit review is where the error occurs.

 -Kevin

 On Tue, Dec 9, 2014 at 4:46 PM, David Trowbridge trowb...@gmail.com
 wrote:

 Do master and origin/master point to the same thing?

 -David

 On Tue, Dec 9, 2014 at 10:16 AM, Kevin Jones kjlo...@gmail.com wrote:

 Greetings,

 I'm trying to figure out why a diff, regardless of whether it was
 created with local diff tools or rbt, keeps reporting that it can't find a
 particular revision of a file in the repository.

 Using: Git and reviewboard 2.0.5
 What I've tried:
 rbt diff
 rbt post master changed_branch
 other permutations of the above to load the diff into reviewboard.

 Right now, I'm grasping at straws, and I'm not even sure how to begin
 debugging the issue. The reviewboard user has access to the repository.
 Gitweb access is configured properly... all of the usual suspects aren't
 that suspicious.

 I know I've done something wrong. I just don't know what.

 Any tips on where to start debugging would be greatly appreciated.
 -Kevin

 --
 Get the Review Board Power Pack at
 http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at
 http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups reviewboard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/reviewboard/Pewp-yIO9Kc/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups reviewboard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/reviewboard/Pewp-yIO9Kc/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 

Re: Another The file was not found in the repository Error 207 issue

2014-12-11 Thread Kevin Jones
I tried rbt post HEAD~1 to get a diff from the last commit to the master,
but it only caused the error.

-Kevin

On Wed, Dec 10, 2014 at 6:46 PM, David Trowbridge trowb...@gmail.com
wrote:

 What commands are you using for your post-commit review?

 -David


 On Tue, Dec 9, 2014 at 6:57 PM, Kevin Jones kjlo...@gmail.com wrote:

 Yes. Same hash.

 More digging showed that creating a review from a new branch via rbt post
 works. Attempting to do a post-commit review is where the error occurs.

 -Kevin

 On Tue, Dec 9, 2014 at 4:46 PM, David Trowbridge trowb...@gmail.com
 wrote:

 Do master and origin/master point to the same thing?

 -David

 On Tue, Dec 9, 2014 at 10:16 AM, Kevin Jones kjlo...@gmail.com wrote:

 Greetings,

 I'm trying to figure out why a diff, regardless of whether it was
 created with local diff tools or rbt, keeps reporting that it can't find a
 particular revision of a file in the repository.

 Using: Git and reviewboard 2.0.5
 What I've tried:
 rbt diff
 rbt post master changed_branch
 other permutations of the above to load the diff into reviewboard.

 Right now, I'm grasping at straws, and I'm not even sure how to begin
 debugging the issue. The reviewboard user has access to the repository.
 Gitweb access is configured properly... all of the usual suspects aren't
 that suspicious.

 I know I've done something wrong. I just don't know what.

 Any tips on where to start debugging would be greatly appreciated.
 -Kevin

 --
 Get the Review Board Power Pack at
 http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups reviewboard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/reviewboard/Pewp-yIO9Kc/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups reviewboard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/reviewboard/Pewp-yIO9Kc/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Another The file was not found in the repository Error 207 issue

2014-12-10 Thread David Trowbridge
What commands are you using for your post-commit review?

-David


On Tue, Dec 9, 2014 at 6:57 PM, Kevin Jones kjlo...@gmail.com wrote:

 Yes. Same hash.

 More digging showed that creating a review from a new branch via rbt post
 works. Attempting to do a post-commit review is where the error occurs.

 -Kevin

 On Tue, Dec 9, 2014 at 4:46 PM, David Trowbridge trowb...@gmail.com
 wrote:

 Do master and origin/master point to the same thing?

 -David

 On Tue, Dec 9, 2014 at 10:16 AM, Kevin Jones kjlo...@gmail.com wrote:

 Greetings,

 I'm trying to figure out why a diff, regardless of whether it was
 created with local diff tools or rbt, keeps reporting that it can't find a
 particular revision of a file in the repository.

 Using: Git and reviewboard 2.0.5
 What I've tried:
 rbt diff
 rbt post master changed_branch
 other permutations of the above to load the diff into reviewboard.

 Right now, I'm grasping at straws, and I'm not even sure how to begin
 debugging the issue. The reviewboard user has access to the repository.
 Gitweb access is configured properly... all of the usual suspects aren't
 that suspicious.

 I know I've done something wrong. I just don't know what.

 Any tips on where to start debugging would be greatly appreciated.
 -Kevin

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups reviewboard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/reviewboard/Pewp-yIO9Kc/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Another The file was not found in the repository Error 207 issue

2014-12-09 Thread David Trowbridge
Do master and origin/master point to the same thing?

-David

On Tue, Dec 9, 2014 at 10:16 AM, Kevin Jones kjlo...@gmail.com wrote:

 Greetings,

 I'm trying to figure out why a diff, regardless of whether it was created
 with local diff tools or rbt, keeps reporting that it can't find a
 particular revision of a file in the repository.

 Using: Git and reviewboard 2.0.5
 What I've tried:
 rbt diff
 rbt post master changed_branch
 other permutations of the above to load the diff into reviewboard.

 Right now, I'm grasping at straws, and I'm not even sure how to begin
 debugging the issue. The reviewboard user has access to the repository.
 Gitweb access is configured properly... all of the usual suspects aren't
 that suspicious.

 I know I've done something wrong. I just don't know what.

 Any tips on where to start debugging would be greatly appreciated.
 -Kevin

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Another The file was not found in the repository Error 207 issue

2014-12-09 Thread Kevin Jones
Yes. Same hash.

More digging showed that creating a review from a new branch via rbt post
works. Attempting to do a post-commit review is where the error occurs.

-Kevin

On Tue, Dec 9, 2014 at 4:46 PM, David Trowbridge trowb...@gmail.com wrote:

 Do master and origin/master point to the same thing?

 -David

 On Tue, Dec 9, 2014 at 10:16 AM, Kevin Jones kjlo...@gmail.com wrote:

 Greetings,

 I'm trying to figure out why a diff, regardless of whether it was created
 with local diff tools or rbt, keeps reporting that it can't find a
 particular revision of a file in the repository.

 Using: Git and reviewboard 2.0.5
 What I've tried:
 rbt diff
 rbt post master changed_branch
 other permutations of the above to load the diff into reviewboard.

 Right now, I'm grasping at straws, and I'm not even sure how to begin
 debugging the issue. The reviewboard user has access to the repository.
 Gitweb access is configured properly... all of the usual suspects aren't
 that suspicious.

 I know I've done something wrong. I just don't know what.

 Any tips on where to start debugging would be greatly appreciated.
 -Kevin

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups reviewboard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/reviewboard/Pewp-yIO9Kc/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.