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

2014-12-09 Thread Kevin Jones
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.


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: There don't seem to be any diffs! issue with SVN ReviewBoard

2014-12-09 Thread David Trowbridge
The version of RBTools that you're using is pretty old. Can you upgrade to
the 0.6.x series?

-David

On Mon, Dec 8, 2014 at 11:35 PM, Mayank Kumar mayank...@gmail.com wrote:


 Hi,

 I am trying to integrate SVN with ReviewBoard.
 I am able to create the review request by creating a diff file separately
 and upload it.

 Also, rbt post works fine if I go into the particular directory and give
 this command.

 But if there are multiple files modified in different folders and the
 command rbt post is given at the top of the folder, it says There don't
 seem to be any diffs!.
 Below is the debug output for the same:

 C:\Share\SVN Reporbt post -d
 DEBUG:root:Checking for a Subversion repository...
 DEBUG:root:Running: svn info --non-interactive
 DEBUG:root:Running: diff --version
 DEBUG:root:repository info: Path: https://10.120.16.200/ismaning/dev,
 Base path: /trunk/Branches/2201_GSMR_PPC, Sup
 DEBUG:root:Making HTTP GET request to
 http://172.21.111.93:8080/reviewboard/api/
 DEBUG:root:Making HTTP GET request to
 http://172.21.111.93:8080/reviewboard/api/info/
 DEBUG:root:Running: svn st
 DEBUG:root:Running: svn diff --diff-cmd=diff
 Traceback (most recent call last):
   File C:\Python27\Scripts\rbt-script.py, line 8, in module
 load_entry_point('RBTools==0.5.6', 'console_scripts', 'rbt')()
   File
 C:\Python27\lib\site-packages\rbtools-0.5.6-py2.7.egg\rbtools\commands\main.py,
 line 127, in main
 command.run_from_argv([RB_MAIN] + args)
   File
 C:\Python27\lib\site-packages\rbtools-0.5.6-py2.7.egg\rbtools\commands\__init__.py,
 line 158, in run_from_
 exit_code = self.main(*args) or 0
   File
 C:\Python27\lib\site-packages\rbtools-0.5.6-py2.7.egg\rbtools\commands\post.py,
 line 633, in main
 raise CommandError(There don't seem to be any diffs!)
 rbtools.commands.CommandError: There don't seem to be any diffs!


 It might be a trivial issue but I am not sure how to fix it.

 Would appreciate any help.

 Regards
 Mayank

  --
 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.


Re: There don't seem to be any diffs! issue with SVN ReviewBoard

2014-12-09 Thread Mayank Kumar

Thanks David for your response.

I have upgraded RBTools to version 0.6.3. But still facing the same issue. 
Below is the debug output for your reference:

C:\Share\SVN Repo\swrbt post -d
 RBTools 0.6.3
 Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit 
(Intel)]
 Running on Windows-XP-5.1.2600-SP3
 Home = C:\Documents and Settings\mayankk\Application Data
 Current directory = C:\Share\SVN Repo\sw
 Checking for a Subversion repository...
 Running: svn info --non-interactive
 Running: diff --version
 repository info: Path: https://XXX.XXX.XXX.XXX/ismaning/dev, Base path: 
/trunk/Branches/2201_GSMR_PPC/sw, Supports changesets: False
 Making HTTP GET request to http://XXX.XXX.XXX.XXX:8080/reviewboard/api/
 Making HTTP GET request to 
http://XXX.XXX.XXX.XXX:8080/reviewboard/api/info/
 Making HTTP GET request to 
http://.XXX.XXX.XXX:8080/reviewboard/api/repositories/
 Making HTTP GET request to 
http://XXX.XXX.XXX.XXX:8080/reviewboard/api/repositories/48/info/
 Making HTTP GET request to 
http://XXX.XXX.XXX.XXX:8080/reviewboard/api/repositories/51/info/
 repository info: Path: https:///XXX.XXX.XXX.XXX/ismaning/dev, Base 
path: /trunk/Branches/2201_GSMR_PPC/sw, Supports changesets: False
 Running: svn info --non-interactive
 Running: diff --version
 repository info: Path: https:///XXX.XXX.XXX.XXX/ismaning/dev, Base 
path: /trunk/Branches/2201_GSMR_PPC/sw, Supports changesets: False
 Running: svn status --ignore-externals
 Running: svn diff --diff-cmd=diff --notice-ancestry -r BASE
Traceback (most recent call last):
  File C:\Python27\Scripts\rbt-script.py, line 8, in module
load_entry_point('RBTools==0.6.3', 'console_scripts', 'rbt')()
  File 
C:\Python27\lib\site-packages\rbtools-0.6.3-py2.7.egg\rbtools\commands\main.py,
 
line 134, in main
command.run_from_argv([RB_MAIN, command_name] + args)
  File 
C:\Python27\lib\site-packages\rbtools-0.6.3-py2.7.egg\rbtools\commands\__init__.py,
 
line 416, in run_from_argv
exit_code = self.main(*args) or 0
  File 
C:\Python27\lib\site-packages\rbtools-0.6.3-py2.7.egg\rbtools\commands\post.py,
 
line 753, in main
raise CommandError(There don't seem to be any diffs!)
rbtools.commands.CommandError: There don't seem to be any diffs!

But if I go to the directory in which files are modified, I am able to 
create the review request. 
Below is the debug output for the successful review request:

C:\Share\SVN Repo\sw\incrbt post -d
 RBTools 0.6.3
 Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit 
(Intel)]
 Running on Windows-XP-5.1.2600-SP3
 Home = C:\Documents and Settings\mayankk\Application Data
 Current directory = C:\Share\SVN Repo\sw\inc
 Checking for a Subversion repository...
 Running: svn info --non-interactive
 Running: diff --version
 repository info: Path: https:///XXX.XXX.XXX.XXX/ismaning/dev, Base 
path: /trunk/common/inc, Supports changesets: False
 Making HTTP GET request to http:///XXX.XXX.XXX.XXX:8080/reviewboard/api/
 Making HTTP GET request to 
http:///XXX.XXX.XXX.XXX:8080/reviewboard/api/info/
 Making HTTP GET request to 
http:///XXX.XXX.XXX.XXX:8080/reviewboard/api/repositories/
 Making HTTP GET request to 
http://1/XXX.XXX.XXX.XXX:8080/reviewboard/api/repositories/48/info/
 Making HTTP GET request to 
http:///XXX.XXX.XXX.XXX:8080/reviewboard/api/repositories/51/info/
 repository info: Path: https:///XXX.XXX.XXX.XXX/ismaning/dev, Base 
path: /trunk/common/inc, Supports changesets: False
 Running: svn info --non-interactive
 Running: diff --version
 repository info: Path: https:///XXX.XXX.XXX.XXX/ismaning/dev, Base 
path: /trunk/common/inc, Supports changesets: False
 Running: svn status --ignore-externals
 Running: svn diff --diff-cmd=diff --notice-ancestry -r BASE
 Running: svn info gsm/audio.h
 Running: svn info gsm
 Running: svn info types.h
 Running: svn info gsm/audio.h
 Running: svn info gsm/audio.h
 Running: svn info gsm/audio.h
 Running: svn info types.h
 Running: svn info types.h
 Running: svn info types.h
 Making HTTP GET request to 
http:///XXX.XXX.XXX.XXX:8080/reviewboard/api/review-requests/
 Making HTTP POST request to 
http:///XXX.XXX.XXX.XXX:8080/reviewboard/api/review-requests/
 Making HTTP GET request to 
http:///XXX.XXX.XXX.XXX:8080/reviewboard/api/review-requests/10/diffs/
 Making HTTP POST request to 
http:///XXX.XXX.XXX.XXX:8080/reviewboard/api/review-requests/10/diffs/
 Making HTTP GET request to 
http:///XXX.XXX.XXX.XXX:8080/reviewboard/api/review-requests/10/draft/
Review request #10 posted.

http:///XXX.XXX.XXX.XXX:8080/reviewboard/r/10/
http:///XXX.XXX.XXX.XXX:8080/reviewboard/r/10/diff/


Regards
Mayank

On Wednesday, 10 December 2014 06:48:18 UTC+5:30, David Trowbridge wrote:

 The version of RBTools that you're using is pretty old. Can you upgrade to 
 the 0.6.x series?

 -David

 On Mon, Dec 8, 2014 at 11:35 PM, Mayank Kumar maya...@gmail.com 
 javascript: wrote:


 Hi,

 I am trying to integrate SVN with ReviewBoard.
 I am able to create the review request by creating a diff 

Review Board Power Pack Reports

2014-12-09 Thread Peter Williams
Hello!

Without installing the new power pack, is there a way to get a list of the 
metrics + charts being used in the power pack?

It would be easier to evaluate by distributing this to the evaluators.

Thanks

-- 
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: Review Board Power Pack Reports

2014-12-09 Thread David Trowbridge
Peter,

The documentation at
https://www.reviewboard.org/docs/powerpack/dev/powerpack/manual/reports/ is
probably a good starting point. Let us know if you have any questions (we
can also field questions about power pack at supp...@beanbaginc.com).

-David

On Tue, Dec 9, 2014 at 10:27 PM, Peter Williams 
i.ask.django.questi...@gmail.com wrote:

 Hello!

 Without installing the new power pack, is there a way to get a list of the
 metrics + charts being used in the power pack?

 It would be easier to evaluate by distributing this to the evaluators.

 Thanks

 --
 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.