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

2014-12-17 Thread Mayank Kumar

Below is the output:

C:\Share\SVN Reposvn propget svn:externals sw
-r 2761 ../../common/inc@2822 inc

regards
Mayank

On Wednesday, 17 December 2014 05:18:38 UTC+5:30, David Trowbridge wrote:

 I'm not sure exactly how to interpret that output. Can you run 'svn 
 propget svn:externals sw' ?

 -David

 On Tue, Dec 16, 2014 at 5:49 AM, Mayank Kumar maya...@gmail.com 
 javascript: wrote:


 Hi David,

 Sorry for bit late reply.

 I am not sure about the SVN configuration as I don't have access to it.
 But sw property shows that its svn:externals as shown below:

 Property   Value
 svn:externals-r 2761 ../../common/inc@2822 inc

 Regards
 Mayank

 On Thursday, 11 December 2014 10:09:22 UTC+5:30, David Trowbridge wrote:

 Just to check, the sw directory isn't pulled in using svn:externals, 
 is it?

 If not, can you tell us more about your svn configuration both on the 
 server and the client?

 -David
 On Wed, Dec 10, 2014 at 8:31 PM Mayank Kumar maya...@gmail.com wrote:


 Hi David,

 The directory structure for my code is as SVNRepo\sw\inc\abc and I 
 have modified files under sw\inc folder and sw\inc\abc folder.
 Also, a file is modified in SVNRepo\sw\proc\aaa\bbb\ccc\ddd\ folder.

 If I execute svn diff --diff-cmd=diff --notice-ancestry -r BASE 
 command from SVNRepo folder, it returns nothing.

 If I execute svn diff --diff-cmd=diff --notice-ancestry -r BASE 
 command from SVNRepo\sw folder, it returns nothing.

 If I execute svn diff --diff-cmd=diff --notice-ancestry -r BASE 
 command from SVNRepo\sw\inc folder, it returns differences of the files 
 in SVNRepo\sw\inc and SVNRepo\sw\inc\abc folders !!! and rbt post 
 also create the successful review request from this folder with all the 
 files in SVNRepo\sw\inc and SVNRepo\sw\inc\abc folders.

 Similarly for SVNRepo\sw\proc\aaa\bbb\ccc\ddd\ folder, if execute 
 rbt post from SVNRepo\sw\proc\aaa\bbb\ folder it created the review 
 request successfully.

 I need a single review request for all the modified files in different 
 folders.

 Just for your information, I am using svn 1.6 client.

 Regards
 Mayank

 On Thursday, 11 December 2014 06:10:59 UTC+5:30, David Trowbridge wrote:

 Can you see what the output of that 'svn diff --diff-cmd=diff 
 --notice-ancestry -r BASE' command is?

 -David


 On Tue, Dec 9, 2014 at 8:27 PM, Mayank Kumar maya...@gmail.com 
 wrote:


 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/re
 viewboard/api/
  Making HTTP GET request to http://XXX.XXX.XXX.XXX:8080/re
 viewboard/api/info/
  Making HTTP GET request to http://.XXX.XXX.XXX:8080/r
 eviewboard/api/repositories/
  Making HTTP GET request to http://XXX.XXX.XXX.XXX:8080/re
 viewboard/api/repositories/48/info/
  Making HTTP GET request to http://XXX.XXX.XXX.XXX:8080/re
 viewboard/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

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

2014-12-16 Thread Mayank Kumar

Hi David,

Sorry for bit late reply.

I am not sure about the SVN configuration as I don't have access to it.
But sw property shows that its svn:externals as shown below:

Property   Value
svn:externals-r 2761 ../../common/inc@2822 inc

Regards
Mayank

On Thursday, 11 December 2014 10:09:22 UTC+5:30, David Trowbridge wrote:

 Just to check, the sw directory isn't pulled in using svn:externals, is 
 it?

 If not, can you tell us more about your svn configuration both on the 
 server and the client?

 -David
 On Wed, Dec 10, 2014 at 8:31 PM Mayank Kumar maya...@gmail.com 
 javascript: wrote:


 Hi David,

 The directory structure for my code is as SVNRepo\sw\inc\abc and I have 
 modified files under sw\inc folder and sw\inc\abc folder.
 Also, a file is modified in SVNRepo\sw\proc\aaa\bbb\ccc\ddd\ folder.

 If I execute svn diff --diff-cmd=diff --notice-ancestry -r BASE command 
 from SVNRepo folder, it returns nothing.

 If I execute svn diff --diff-cmd=diff --notice-ancestry -r BASE command 
 from SVNRepo\sw folder, it returns nothing.

 If I execute svn diff --diff-cmd=diff --notice-ancestry -r BASE command 
 from SVNRepo\sw\inc folder, it returns differences of the files in 
 SVNRepo\sw\inc and SVNRepo\sw\inc\abc folders !!! and rbt post also 
 create the successful review request from this folder with all the files in 
 SVNRepo\sw\inc and SVNRepo\sw\inc\abc folders.

 Similarly for SVNRepo\sw\proc\aaa\bbb\ccc\ddd\ folder, if execute rbt 
 post from SVNRepo\sw\proc\aaa\bbb\ folder it created the review request 
 successfully.

 I need a single review request for all the modified files in different 
 folders.

 Just for your information, I am using svn 1.6 client.

 Regards
 Mayank

 On Thursday, 11 December 2014 06:10:59 UTC+5:30, David Trowbridge wrote:

 Can you see what the output of that 'svn diff --diff-cmd=diff 
 --notice-ancestry 
 -r BASE' command is?

 -David


 On Tue, Dec 9, 2014 at 8:27 PM, Mayank Kumar maya...@gmail.com wrote:


 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

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

2014-12-10 Thread Mayank Kumar

Hi David,

The directory structure for my code is as SVNRepo\sw\inc\abc and I have 
modified files under sw\inc folder and sw\inc\abc folder.
Also, a file is modified in SVNRepo\sw\proc\aaa\bbb\ccc\ddd\ folder.

If I execute svn diff --diff-cmd=diff --notice-ancestry -r BASE command 
from SVNRepo folder, it returns nothing.

If I execute svn diff --diff-cmd=diff --notice-ancestry -r BASE command 
from SVNRepo\sw folder, it returns nothing.

If I execute svn diff --diff-cmd=diff --notice-ancestry -r BASE command 
from SVNRepo\sw\inc folder, it returns differences of the files in 
SVNRepo\sw\inc and SVNRepo\sw\inc\abc folders !!! and rbt post also 
create the successful review request from this folder with all the files in 
SVNRepo\sw\inc and SVNRepo\sw\inc\abc folders.

Similarly for SVNRepo\sw\proc\aaa\bbb\ccc\ddd\ folder, if execute rbt 
post from SVNRepo\sw\proc\aaa\bbb\ folder it created the review request 
successfully.

I need a single review request for all the modified files in different 
folders.

Just for your information, I am using svn 1.6 client.

Regards
Mayank

On Thursday, 11 December 2014 06:10:59 UTC+5:30, David Trowbridge wrote:

 Can you see what the output of that 'svn diff --diff-cmd=diff 
 --notice-ancestry 
 -r BASE' command is?

 -David

 On Tue, Dec 9, 2014 at 8:27 PM, Mayank Kumar maya...@gmail.com 
 javascript: wrote:


 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

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

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

2014-12-08 Thread Mayank Kumar

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.


Exporting of reviews data in xls/csv format

2014-04-01 Thread Mayank Kumar
Hi,

Is it possible to export the admin data (reviews, comments, users etc) into 
xls or cvs format?
Actually for project execution purpose, we need statistics about the 
reviews in xls/cvs format. 

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


Network drive access issue

2014-03-02 Thread Mayank Kumar
Hi,

We are using ClearCase with ReviewBoard (version 1.7) on Windows XP. 
rbttool version is 0.5.6.

I have created a view and mount it on T: drive. My Reviewboard server is 
running on PC itself.
When I tried to raise a Review request from T:, I am getting the below 
error at rbt tool side.

T:\mayankk_view\bse_tdscdma_fw_app_l3rbt post -d
DEBUG:root:Checking for a Subversion repository...
DEBUG:root:Checking for a Git repository...
DEBUG:root:Checking for a Mercurial repository...
DEBUG:root:Checking for a CVS repository...
DEBUG:root:Checking for a Perforce repository...
DEBUG:root:Checking for a Plastic repository...
DEBUG:root:Checking for a ClearCase repository...
DEBUG:root:Running: cleartool pwv -short
DEBUG:root:Running: diff --version
DEBUG:root:Running: cleartool lsview -full -properties -cview
DEBUG:root:Running: cleartool describe -short vob:.
DEBUG:root:Running: cleartool pwv -root
DEBUG:root:repository info: Path: T:\mayankk_view\bse_tdscdma_fw_app_l3, 
Base path: T:\mayankk_view\bse_tdscdma_fw_app_l3, Supports changesets: False
DEBUG:root:Making HTTP GET request to 
http://172.21.111.163:8080/reviewboard/api/
DEBUG:root:Making HTTP GET request to 
http://172.21.111.163:8080/reviewboard/api/info/
DEBUG:root:Running: cleartool lscheckout -all -cview -me -fmt 
%En\t%PVn\t%Vn\n
DEBUG:root:Running: cleartool get -to 
c:\docume~1\mayankk\locals~1\temp\tmpt2cgxz 
T:\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAContro
ller\CommandHandler.cpp@@\main\lte_bse_int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_temp_mayankk\1
DEBUG:root:Running: cleartool get -to 
c:\docume~1\mayankk\locals~1\temp\tmpflocin 
T:\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAContro
ller\CommandHandler.cpp
DEBUG:root:Running: diff -uN c:\docume~1\mayankk\locals~1\temp\tmpt2cgxz 
c:\docume~1\mayankk\locals~1\temp\tmpflocin
DEBUG:root:Command exited with rc 1: ['diff', '-uN', 
'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpt2cgxz', 
'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpfl
ocin']
--- c:\docume~1\mayankk\locals~1\temp\tmpt2cgxz 2014-02-28 
17:53:29.502049100 +0530
+++ c:\docume~1\mayankk\locals~1\temp\tmpflocin 2014-02-28 
17:53:29.673915300 +0530
@@ -16,7 +16,7 @@
 * DESCRIPTION:   This file contains the member functions for 
CommandHandler class
 *
 
*/
-//Comment added by mayank for testing
+//Comment added by mayank for
 #include CommandHandler.h
 #include map
 using namespace std;
---
DEBUG:root:Running: cleartool describe -fmt %On 
T:\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAController\CommandHandler.cpp@@\main\lte
_bse_int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_temp_mayankk\1
DEBUG:root:Running: cleartool describe -fmt %On 
T:\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAController\CommandHandler.cpp
DEBUG:root:Making HTTP GET request to 
http://172.21.111.163:8080/reviewboard/api/review-requests/
DEBUG:root:Making HTTP POST request to 
http://172.21.111.163:8080/reviewboard/api/review-requests/
DEBUG:root:Making HTTP GET request to 
http://172.21.111.163:8080/reviewboard/api/review-requests/406/diffs/
DEBUG:root:Making HTTP POST request to 
http://172.21.111.163:8080/reviewboard/api/review-requests/406/diffs/
DEBUG:root:Got API Error 207 (HTTP code 400): The file was not found in the 
repository
DEBUG:root:Error data: {u'stat': u'fail', u'file': 
u'T:/mayankk_view/bse_tdscdma_fw_app_l3/afTDSCDMADevMode/TDSCDMAController/CommandHandler.cpp@@/mai
n/lte_bse_int_tdscdma_r17p1/tdscdma_bse_del_cttl_int/lte_bse_tdscdma_temp_mayankk/1',
 
u'err': {u'msg': u'The file was not found in the repository', u'
code': 207}, u'revision': 
u'\\main\\lte_bse_int_tdscdma_r17p1\\tdscdma_bse_del_cttl_int\\lte_bse_tdscdma_temp_mayankk\\1'}
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_argv
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 659, in main
submit_as=self.options.submit_as)
  File 
C:\Python27\lib\site-packages\rbtools-0.5.6-py2.7.egg\rbtools\commands\post.py,
 
line 534, in post_request
raise CommandError('\n'.join(error_msg))
rbtools.commands.CommandError: Error uploading diff

The file was not found in the repository (HTTP 400, API Error 207)
Your review request still exists, but the diff is not attached.

If I execute it from M: (dynamic view) or local harddisk (snapshot view), 
then it works fine.

I did some trouble shooting with my limited knowledge of Phython and came 
to know that in 

Re: Network drive access issue

2014-03-02 Thread Mayank Kumar

Thanks David for fast response. I really appreciate.

The revision name is correct. As I said above, I am able to execute the 
phython code separately. But it doesn't work with ReviewBoard.
That's why I was thinking that there might be some configuration/setting 
related issue.

regards
Mayank

On Monday, 3 March 2014 12:03:34 UTC+5:30, David Trowbridge wrote:

 This looks like the relevant error:

 DEBUG:root:Got API Error 207 (HTTP code 400): The file was not found in 
 the repository
 DEBUG:root:Error data: {u'stat': u'fail', u'file': 
 u'T:/mayankk_view/bse_tdscdma_fw_app_l3/afTDSCDMADevMode/TDSCDMAController/CommandHandler.cpp@@/main/lte_bse_int_tdscdma_r17p1/tdscdma_bse_del_cttl_int/lte_bse_tdscdma_temp_mayankk/1',
  
 u'err': {u'msg': u'The file was not found in the repository', u'code': 
 207}, u'revision': 
 u'\\main\\lte_bse_int_tdscdma_r17p1\\tdscdma_bse_del_cttl_int\\lte_bse_tdscdma_temp_mayankk\\1'}

 Note that this error is coming from Review Board, and rbt itself is fine. 
 That revision string in there looks a little suspect, but it might be 
 fine. We *do not* support for Review Board servers running on Windows 
 hosts, and ClearCase support is a third party contribution for which none 
 of the core team has any real knowledge. Hopefully someone else will pipe 
 up with some suggestions, but unfortunately you may have to figure this out 
 on your own.

 -David


 On Sun, Mar 2, 2014 at 10:24 PM, Mayank Kumar maya...@gmail.comjavascript:
  wrote:

 Hi,

 We are using ClearCase with ReviewBoard (version 1.7) on Windows XP. 
 rbttool version is 0.5.6.

 I have created a view and mount it on T: drive. My Reviewboard server 
 is running on PC itself.
 When I tried to raise a Review request from T:, I am getting the below 
 error at rbt tool side.

 T:\mayankk_view\bse_tdscdma_fw_app_l3rbt post -d
 DEBUG:root:Checking for a Subversion repository...
 DEBUG:root:Checking for a Git repository...
 DEBUG:root:Checking for a Mercurial repository...
 DEBUG:root:Checking for a CVS repository...
 DEBUG:root:Checking for a Perforce repository...
 DEBUG:root:Checking for a Plastic repository...
 DEBUG:root:Checking for a ClearCase repository...
 DEBUG:root:Running: cleartool pwv -short
 DEBUG:root:Running: diff --version
 DEBUG:root:Running: cleartool lsview -full -properties -cview
 DEBUG:root:Running: cleartool describe -short vob:.
 DEBUG:root:Running: cleartool pwv -root
 DEBUG:root:repository info: Path: T:\mayankk_view\bse_tdscdma_fw_app_l3, 
 Base path: T:\mayankk_view\bse_tdscdma_fw_app_l3, Supports changesets: False
 DEBUG:root:Making HTTP GET request to 
 http://172.21.111.163:8080/reviewboard/api/
 DEBUG:root:Making HTTP GET request to 
 http://172.21.111.163:8080/reviewboard/api/info/
 DEBUG:root:Running: cleartool lscheckout -all -cview -me -fmt 
 %En\t%PVn\t%Vn\n
 DEBUG:root:Running: cleartool get -to 
 c:\docume~1\mayankk\locals~1\temp\tmpt2cgxz 
 T:\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAContro

 ller\CommandHandler.cpp@@\main\lte_bse_int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_temp_mayankk\1
 DEBUG:root:Running: cleartool get -to 
 c:\docume~1\mayankk\locals~1\temp\tmpflocin 
 T:\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAContro
 ller\CommandHandler.cpp
 DEBUG:root:Running: diff -uN c:\docume~1\mayankk\locals~1\temp\tmpt2cgxz 
 c:\docume~1\mayankk\locals~1\temp\tmpflocin
 DEBUG:root:Command exited with rc 1: ['diff', '-uN', 
 'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpt2cgxz', 
 'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpfl
 ocin']
 --- c:\docume~1\mayankk\locals~1\temp\tmpt2cgxz 2014-02-28 
 17:53:29.502049100 +0530
 +++ c:\docume~1\mayankk\locals~1\temp\tmpflocin 2014-02-28 
 17:53:29.673915300 +0530
 @@ -16,7 +16,7 @@
  * DESCRIPTION:   This file contains the member functions for 
 CommandHandler class
  *

  
 */
 -//Comment added by mayank for testing
 +//Comment added by mayank for
  #include CommandHandler.h
  #include map
  using namespace std;
 ---
 DEBUG:root:Running: cleartool describe -fmt %On 
 T:\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAController\CommandHandler.cpp@@\main\lte

 _bse_int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_temp_mayankk\1
 DEBUG:root:Running: cleartool describe -fmt %On 
 T:\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAController\CommandHandler.cpp
 DEBUG:root:Making HTTP GET request to 
 http://172.21.111.163:8080/reviewboard/api/review-requests/
 DEBUG:root:Making HTTP POST request to 
 http://172.21.111.163:8080/reviewboard/api/review-requests/
 DEBUG:root:Making HTTP GET request to 
 http://172.21.111.163:8080/reviewboard/api/review-requests/406/diffs/
 DEBUG:root:Making HTTP POST request to 
 http://172.21.111.163:8080/reviewboard/api/review-requests/406/diffs/
 DEBUG:root:Got API Error 207 (HTTP code 400): The file was not found in 
 the repository
 DEBUG:root:Error

Re: Snapshot/Static view support of reviewboard

2014-02-17 Thread Mayank Kumar
Hi,
We are still not able to find any solution for this issue.
Does anyone has any idea about this issue?
 
Regards
Mayank

On Friday, 14 February 2014 16:09:41 UTC+5:30, Mayank Kumar wrote:

 Hi, 

 Does ReviewBoard supports SnapShot view of clearcase to create a review 
 request when the repository is created using a different dynamic view??

 We are using Clearcase with ReviewBoard(version 1.7) and repositories are 
 created using a Dynamic view VOBs.
 I can create a review request successfully using a dynamic view on my 
 client PC.
 But when I am trying to create a review request using a snapshot view, I 
 am facing some issue. Below is the output of the rbt post command:

  C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components*rbt post 
 -d*
 DEBUG:root:Checking for a ClearCase repository...
 DEBUG:root:Running: cleartool pwv -short
 DEBUG:root:Running: diff --version
 DEBUG:root:Running: cleartool lsview -full -properties -cview
 DEBUG:root:Running: cleartool describe -short vob:.
 DEBUG:root:Running: cleartool pwv -root
 DEBUG:root:repository info: Path: 
 C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components, Base path: 
 C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components, Supports 
 changesets: False
 DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/
 DEBUG:root:Making HTTP GET request to 
 http://myIP:8080/reviewboard/api/info/
 DEBUG:root:Running: cleartool lscheckout -all -cview -me -fmt 
 %En\t%PVn\t%Vn\n
 DEBUG:root:Running: cleartool get -to 
 c:\docume~1\mayankk\locals~1\temp\tmpdvg6hf 
 C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components\Source\common\code\TDDefaultParameters.c@@\main\lte_bse_

 int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_rb_demo_mayankk\0
 DEBUG:root:Running: cleartool get -to 
 c:\docume~1\mayankk\locals~1\temp\tmp13lksw 
 C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components\Source\common\code\TDDefaultParameters.c
 DEBUG:root:Running: diff -uN c:\docume~1\mayankk\locals~1\temp\tmpdvg6hf 
 c:\docume~1\mayankk\locals~1\temp\tmp13lksw
 DEBUG:root:Command exited with rc 1: ['diff', '-uN', 
 'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpdvg6hf', 
 'c:\\docume~1\\mayankk\\locals~1\\temp\\tmp13lksw']
 --- c:\docume~1\mayankk\locals~1\temp\tmpdvg6hf 2014-02-14 
 15:21:11.406507600 +0530
 +++ c:\docume~1\mayankk\locals~1\temp\tmp13lksw 2014-02-14 
 15:21:11.609623500 +0530
 @@ -162,7 +162,7 @@
  #undef SID
  #endif

 -
 +//added comment for testing RB 1
  #include TDDefaultParameters.h
  #include rrc_ch.h

 @@ -2258,3 +2258,4 @@

  /
  * End of source module $RCSfile: l23/common/TDDefaultParameters.c $

  
 */
 +//added comment for testing RB 2
 \ No newline at end of file
 ---
 DEBUG:root:Running: cleartool describe -fmt %On 
 C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components\Source\common\code\TDDefaultParameters.c@@\main\lte_bse_int_tdscdma_r17p1\tdscdma_bse_del_
 cttl_int\lte_bse_tdscdma_rb_demo_mayankk\0
 DEBUG:root:Running: cleartool describe -fmt %On 
 C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components\Source\common\code\TDDefaultParameters.c
 DEBUG:root:Making HTTP GET request to 
 http://myIP:8080/reviewboard/api/review-requests/
 DEBUG:root:Making HTTP POST request to 
 http://myIP:8080/reviewboard/api/review-requests/
 DEBUG:root:Making HTTP GET request to 
 http://myIP:8080/reviewboard/api/review-requests/201/diffs/
 DEBUG:root:Making HTTP POST request to 
 http://myIP:8080/reviewboard/api/review-requests/201/diffs/
 DEBUG:root:Got API Error 207 (HTTP code 400): The file was not found in 
 the repository
 DEBUG:root:Error data: {u'stat': u'fail', u'file': 
 u'C:/cc_views/mayankk_static_view_rb_demo/bse_opt109_components/Source/common/code/TDDefaultParameters.c@@/main/lte_bse_int_tdscdma_r17p1/tdscdma_bse
 _del_cttl_int/lte_bse_tdscdma_rb_demo_mayankk/0', u'err': {u'msg': u'*The 
 file was not found in the repository*', u'code': 207}, u'revision': 
 u'\\main\\lte_bse_int_tdscdma_r17p1\\tdscdma_bse_del_cttl_in
 t\\lte_bse_tdscdma_rb_demo_mayankk\\0'}
 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_argv
 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 659, in main
 submit_as=self.options.submit_as)
   File 
 C:\Python27\lib\site-packages\rbtools-0.5.6-py2.7.egg\rbtools\commands\post.py,
  
 line 534, in post_request
 raise CommandError

Snapshot/Static view support of reviewboard

2014-02-14 Thread Mayank Kumar
Hi,

Does ReviewBoard supports SnapShot view of clearcase to create a review 
request when the repository is created using a different dynamic view??

We are using Clearcase with ReviewBoard(version 1.7) and repositories are 
created using a Dynamic view VOBs.
I can create a review request successfully using a dynamic view on my 
client PC.
But when I am trying to create a review request using a snapshot view, I am 
facing some issue. Below is the output of the rbt post command:

C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components*rbt post -d*
DEBUG:root:Checking for a ClearCase repository...
DEBUG:root:Running: cleartool pwv -short
DEBUG:root:Running: diff --version
DEBUG:root:Running: cleartool lsview -full -properties -cview
DEBUG:root:Running: cleartool describe -short vob:.
DEBUG:root:Running: cleartool pwv -root
DEBUG:root:repository info: Path: 
C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components, Base path: 
C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components, Supports 
changesets: False
DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/
DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/info/
DEBUG:root:Running: cleartool lscheckout -all -cview -me -fmt 
%En\t%PVn\t%Vn\n
DEBUG:root:Running: cleartool get -to 
c:\docume~1\mayankk\locals~1\temp\tmpdvg6hf 
C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components\Source\common\code\TDDefaultParameters.c@@\main\lte_bse_
int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_rb_demo_mayankk\0
DEBUG:root:Running: cleartool get -to 
c:\docume~1\mayankk\locals~1\temp\tmp13lksw 
C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components\Source\common\code\TDDefaultParameters.c
DEBUG:root:Running: diff -uN c:\docume~1\mayankk\locals~1\temp\tmpdvg6hf 
c:\docume~1\mayankk\locals~1\temp\tmp13lksw
DEBUG:root:Command exited with rc 1: ['diff', '-uN', 
'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpdvg6hf', 
'c:\\docume~1\\mayankk\\locals~1\\temp\\tmp13lksw']
--- c:\docume~1\mayankk\locals~1\temp\tmpdvg6hf 2014-02-14 
15:21:11.406507600 +0530
+++ c:\docume~1\mayankk\locals~1\temp\tmp13lksw 2014-02-14 
15:21:11.609623500 +0530
@@ -162,7 +162,7 @@
 #undef SID
 #endif

-
+//added comment for testing RB 1
 #include TDDefaultParameters.h
 #include rrc_ch.h

@@ -2258,3 +2258,4 @@
 /
 * End of source module $RCSfile: l23/common/TDDefaultParameters.c $
 */
+//added comment for testing RB 2
\ No newline at end of file
---
DEBUG:root:Running: cleartool describe -fmt %On 
C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components\Source\common\code\TDDefaultParameters.c@@\main\lte_bse_int_tdscdma_r17p1\tdscdma_bse_del_
cttl_int\lte_bse_tdscdma_rb_demo_mayankk\0
DEBUG:root:Running: cleartool describe -fmt %On 
C:\cc_views\mayankk_static_view_rb_demo\bse_opt109_components\Source\common\code\TDDefaultParameters.c
DEBUG:root:Making HTTP GET request to 
http://myIP:8080/reviewboard/api/review-requests/
DEBUG:root:Making HTTP POST request to 
http://myIP:8080/reviewboard/api/review-requests/
DEBUG:root:Making HTTP GET request to 
http://myIP:8080/reviewboard/api/review-requests/201/diffs/
DEBUG:root:Making HTTP POST request to 
http://myIP:8080/reviewboard/api/review-requests/201/diffs/
DEBUG:root:Got API Error 207 (HTTP code 400): The file was not found in the 
repository
DEBUG:root:Error data: {u'stat': u'fail', u'file': 
u'C:/cc_views/mayankk_static_view_rb_demo/bse_opt109_components/Source/common/code/TDDefaultParameters.c@@/main/lte_bse_int_tdscdma_r17p1/tdscdma_bse
_del_cttl_int/lte_bse_tdscdma_rb_demo_mayankk/0', u'err': {u'msg': u'*The 
file was not found in the repository*', u'code': 207}, u'revision': 
u'\\main\\lte_bse_int_tdscdma_r17p1\\tdscdma_bse_del_cttl_in
t\\lte_bse_tdscdma_rb_demo_mayankk\\0'}
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_argv
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 659, in main
submit_as=self.options.submit_as)
  File 
C:\Python27\lib\site-packages\rbtools-0.5.6-py2.7.egg\rbtools\commands\post.py,
 
line 534, in post_request
raise CommandError('\n'.join(error_msg))
rbtools.commands.CommandError: Error uploading diff


The file was not found in the repository (HTTP 400, API Error 207)

Your review request still exists, but the diff is not attached.


Does anyone faced this issue with Snapshot view?? Is there any work around 
for the same???

Re: rbt post issue with clearcase

2014-02-10 Thread Mayank Kumar

We are still struggling with the below issues.
Anyone has any solution for the below issues? It would be great help if 
someone can give any pointer to the below issues.

regards
Mayank

On Friday, 7 February 2014 14:46:40 UTC+5:30, Mayank Kumar wrote:

 Hi, 

 We are using Review Board 1.7 on Windows XP with ClearCase as repository 
 in our company. 

 We are facing issues with rbt post command. Following are the issue we 
 are facing: 

 1. .*reviewboardrc file creation*: I am not able to create .reviewboardrc 
 file using rbt setup-repo command. Following is the output of the command:

  

 *rbt setup-repo -d*

 Enter the Review Board server URL: http://myIP:8080/reviewboard

 DEBUG:root:Checking for a Subversion repository...

 DEBUG:root:Checking for a Git repository...

 DEBUG:root:Checking for a Mercurial repository...

 DEBUG:root:Checking for a CVS repository...

 DEBUG:root:Checking for a Perforce repository...

 DEBUG:root:Checking for a Plastic repository...

 DEBUG:root:Checking for a ClearCase repository...

 DEBUG:root:Running: cleartool pwv -short

 DEBUG:root:Running: diff --version

 DEBUG:root:Running: cleartool lsview -full -properties -cview

 DEBUG:root:Running: cleartool describe -short vob:.

 DEBUG:root:Running: cleartool pwv -root

 DEBUG:root:repository info: Path: L:\bse_tdscdma_fw_app_, Base path: 
 L:\bse_tdscdma_fw_app_, Supports changesets: False

 DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/

 DEBUG:root:Making HTTP GET request to 
 http://myIP:8080/reviewboard/api/info/

 DEBUG:root:Making HTTP GET request to 
 http://myIP:8080/reviewboard/api/repositories/

 No ClearCase repository found or selected for http://myIP:8080/reviewboard. 
 .reviewboardrc not created.

  

 Does anyone know about this issue?? Although, I have created this file 
 manually and moved ahead.

  

 2. *With Static View*: With static view, I have created the 
 .reviewboardrc file manually with the Server URL and repository and placed 
 it in the root directory of my view. I have checked out one file and made 
 the changes in that. After that, on the command prompt, I changed the 
 directory to that particular folder and execute the following command:

  

 *rbt post -d*

 DEBUG:root:Checking for a Subversion repository...

 DEBUG:root:Checking for a Git repository...

 DEBUG:root:Checking for a Mercurial repository...

 DEBUG:root:Checking for a CVS repository...

 DEBUG:root:Checking for a Perforce repository...

 DEBUG:root:Checking for a Plastic repository...

 DEBUG:root:Checking for a ClearCase repository...

 DEBUG:root:Running: cleartool pwv -short

 DEBUG:root:Running: diff --version

 DEBUG:root:Running: cleartool lsview -full -properties -cview

 DEBUG:root:Running: cleartool describe -short vob:.

 DEBUG:root:Running: cleartool pwv -root

 DEBUG:root:repository info: Path: 
 C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3, Base path: 
 C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3, Supports

 changesets: False

 DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/

 DEBUG:root:Making HTTP GET request to 
 http://myIP:8080/reviewboard/api/info/

 DEBUG:root:Running: cleartool lscheckout -all -cview -me -fmt 
 %En\t%PVn\t%Vn\n

 DEBUG:root:Running: cleartool get -to 
 c:\docume~1\mayankk\locals~1\temp\tmpbnqnar 
 C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSC


 DMAController\CommandHandler.cpp@@\main\lte_bse_int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_temp_mayankk\1

 DEBUG:root:Running: cleartool get -to 
 c:\docume~1\mayankk\locals~1\temp\tmpthbqf0 
 C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSC

 DMAController\CommandHandler.cpp

 DEBUG:root:Running: diff -uN c:\docume~1\mayankk\locals~1\temp\tmpbnqnar 
 c:\docume~1\mayankk\locals~1\temp\tmpthbqf0

 DEBUG:root:Command exited with rc 1: ['diff', '-uN', 
 'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpbnqnar', 
 'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpth

 bqf0']

 --- c:\docume~1\mayankk\locals~1\temp\tmpbnqnar 2014-02-07 
 14:18:36.597287200 +0530

 +++ c:\docume~1\mayankk\locals~1\temp\tmpthbqf0 2014-02-07 
 14:18:36.753530200 +0530

 @@ -16,7 +16,7 @@

  * DESCRIPTION:   This file contains the member functions for 
 CommandHandler class

  *

  
 */

 -//Comment added by mayank for testing

 +//Comment added by mayank for

  #include CommandHandler.h

  #include map

  using namespace std;

 ---

 DEBUG:root:Running: cleartool describe -fmt %On 
 C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAController\CommandHandler.cpp@@


 \main\lte_bse_int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_temp_mayankk\1

 DEBUG:root:Running: cleartool describe -fmt %On 
 C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAController\CommandHandler.cpp

 DEBUG:root:Making HTTP GET request to 
 http://myIP:8080

rbt post issue with clearcase

2014-02-07 Thread Mayank Kumar
 

Hi, 

We are using Review Board 1.7 on Windows XP with ClearCase as repository in 
our company. 

We are facing issues with rbt post command. Following are the issue we 
are facing: 

1. .*reviewboardrc file creation*: I am not able to create .reviewboardrc 
file using rbt setup-repo command. Following is the output of the command:

 

*rbt setup-repo -d*

Enter the Review Board server URL: http://myIP:8080/reviewboard

DEBUG:root:Checking for a Subversion repository...

DEBUG:root:Checking for a Git repository...

DEBUG:root:Checking for a Mercurial repository...

DEBUG:root:Checking for a CVS repository...

DEBUG:root:Checking for a Perforce repository...

DEBUG:root:Checking for a Plastic repository...

DEBUG:root:Checking for a ClearCase repository...

DEBUG:root:Running: cleartool pwv -short

DEBUG:root:Running: diff --version

DEBUG:root:Running: cleartool lsview -full -properties -cview

DEBUG:root:Running: cleartool describe -short vob:.

DEBUG:root:Running: cleartool pwv -root

DEBUG:root:repository info: Path: L:\bse_tdscdma_fw_app_, Base path: 
L:\bse_tdscdma_fw_app_, Supports changesets: False

DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/

DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/info/

DEBUG:root:Making HTTP GET request to 
http://myIP:8080/reviewboard/api/repositories/

No ClearCase repository found or selected for http://myIP:8080/reviewboard. 
.reviewboardrc not created.

 

Does anyone know about this issue?? Although, I have created this file 
manually and moved ahead.

 

2. *With Static View*: With static view, I have created the .reviewboardrc 
file manually with the Server URL and repository and placed it in the root 
directory of my view. I have checked out one file and made the changes in 
that. After that, on the command prompt, I changed the directory to that 
particular folder and execute the following command:

 

*rbt post -d*

DEBUG:root:Checking for a Subversion repository...

DEBUG:root:Checking for a Git repository...

DEBUG:root:Checking for a Mercurial repository...

DEBUG:root:Checking for a CVS repository...

DEBUG:root:Checking for a Perforce repository...

DEBUG:root:Checking for a Plastic repository...

DEBUG:root:Checking for a ClearCase repository...

DEBUG:root:Running: cleartool pwv -short

DEBUG:root:Running: diff --version

DEBUG:root:Running: cleartool lsview -full -properties -cview

DEBUG:root:Running: cleartool describe -short vob:.

DEBUG:root:Running: cleartool pwv -root

DEBUG:root:repository info: Path: 
C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3, Base path: 
C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3, Supports

changesets: False

DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/

DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/info/

DEBUG:root:Running: cleartool lscheckout -all -cview -me -fmt 
%En\t%PVn\t%Vn\n

DEBUG:root:Running: cleartool get -to 
c:\docume~1\mayankk\locals~1\temp\tmpbnqnar 
C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSC

DMAController\CommandHandler.cpp@@\main\lte_bse_int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_temp_mayankk\1

DEBUG:root:Running: cleartool get -to 
c:\docume~1\mayankk\locals~1\temp\tmpthbqf0 
C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSC

DMAController\CommandHandler.cpp

DEBUG:root:Running: diff -uN c:\docume~1\mayankk\locals~1\temp\tmpbnqnar 
c:\docume~1\mayankk\locals~1\temp\tmpthbqf0

DEBUG:root:Command exited with rc 1: ['diff', '-uN', 
'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpbnqnar', 
'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpth

bqf0']

--- c:\docume~1\mayankk\locals~1\temp\tmpbnqnar 2014-02-07 
14:18:36.597287200 +0530

+++ c:\docume~1\mayankk\locals~1\temp\tmpthbqf0 2014-02-07 
14:18:36.753530200 +0530

@@ -16,7 +16,7 @@

 * DESCRIPTION:   This file contains the member functions for 
CommandHandler class

 *

 
*/

-//Comment added by mayank for testing

+//Comment added by mayank for

 #include CommandHandler.h

 #include map

 using namespace std;

---

DEBUG:root:Running: cleartool describe -fmt %On 
C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAController\CommandHandler.cpp@@

\main\lte_bse_int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_temp_mayankk\1

DEBUG:root:Running: cleartool describe -fmt %On 
C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAController\CommandHandler.cpp

DEBUG:root:Making HTTP GET request to 
http://myIP:8080/reviewboard/api/review-requests/

DEBUG:root:Making HTTP POST request to 
http://myIP:8080/reviewboard/api/review-requests/

DEBUG:root:Making HTTP GET request to 
http://myIP:8080/reviewboard/api/review-requests/56/diffs/

DEBUG:root:Making HTTP POST request to 
http://myIP:8080/reviewboard/api/review-requests/56/diffs/

DEBUG:root:Got API Error 105 (HTTP