If you look at the changed files between these two revisions, what text
encodings are those files using?

-David

On Thu, Feb 26, 2015 at 11:14 PM Panikera Raj <panikera.raj...@gmail.com>
wrote:

> Hi David,
>
> Sorry for delay response.
>
> You can find the debug logs for: rbt post --debug 45277:45275
>
> F:\ReviewBoard_Report\Kodiak_BRW_Client>rbt post --debug 45277:45275
> >>> RBTools 0.7.1 alpha 0 (dev)
> >>> Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit
> (Intel)]
> >>> Running on Windows-7-6.1.7601-SP1
> >>> Home = C:\Users\kodiak\AppData\Roaming
> >>> Current directory = F:\ReviewBoard_Report\Kodiak_BRW_Client
> >>> Checking for a Subversion repository...
> >>> Running: svn info --non-interactive
> >>> Running: diff --version
> >>> repository info: Path: http://172.27.4.96:3690/svn/Handset, Base
> path: /bran
> ches/Kodiak_BRW_Client, Supports changesets: False
> >>> Making HTTP GET request to http://172.27.4.96/reviewboard/api/
> >>> Making HTTP GET request to
> http://172.27.4.96/reviewboard/api/repositories/
> >>> Running: svn log -r 45277 -l 1 --xml
> >>> Running: svn log -r 45275 -l 1 --xml
> >>> Running: svn info --non-interactive
> >>> Running: diff --version
> >>> repository info: Path: http://172.27.4.96:3690/svn/Handset, Base
> path: /bran
> ches/Kodiak_BRW_Client, Supports changesets: False
> >>> Running: svn status --ignore-externals
> >>> Running: svn diff --diff-cmd=diff --notice-ancestry -r 45277:45275
> Traceback (most recent call last):
>   File "C:\Program Files
> (x86)\RBTools\bin\..\Python27\Scripts\rbt-script.py", l
> ine 8, in <module>
>     load_entry_point('RBTools==0.7.1alpha0', 'console_scripts', 'rbt')()
>   File "C:\Program Files
> (x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.1a
> lpha0-py2.7.egg\rbtools\commands\main.py", line 133, in main
>     command.run_from_argv([RB_MAIN, command_name] + args)
>   File "C:\Program Files
> (x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.1a
> lpha0-py2.7.egg\rbtools\commands\__init__.py", line 538, in run_from_argv
>     exit_code = self.main(*args) or 0
>   File "C:\Program Files
> (x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.1a
> lpha0-py2.7.egg\rbtools\commands\post.py", line 639, in main
>     extra_args=extra_args)
>   File "C:\Program Files
> (x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.1a
> lpha0-py2.7.egg\rbtools\clients\svn.py", line 297, in diff
>     diff = self._run_svn(diff_cmd, split_lines=True)
>   File "C:\Program Files
> (x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.1a
> lpha0-py2.7.egg\rbtools\clients\svn.py", line 658, in _run_svn
>     return execute(cmdline, *args, **kwargs)
>   File "C:\Program Files
> (x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.1a
> lpha0-py2.7.egg\rbtools\utils\process.py", line 104, in execute
>     data = [line.decode('utf-8') for line in data]
>   File "C:\Program Files (x86)\RBTools\Python27\lib\encodings\utf_8.py",
> line 16
> , in decode
>     return codecs.utf_8_decode(input, errors, True)
> UnicodeDecodeError: 'utf8' codec can't decode byte 0x92 in position 36:
> invalid
> start byte
>
>
> Regards,
> Panikera
>
>
> On Thursday, February 26, 2015 at 1:17:00 AM UTC+5:30, David Trowbridge
> wrote:
>
>> The command you ran with --debug doesn't list the revisions you were
>> trying to post, so it ran down a different code path.
>>
>> Please run rbt post --debug 45277:45275 and send the output of that.
>>
>> -David
>>
>> On Tue Feb 24 2015 at 7:59:06 PM Panikera Raj <paniker...@gmail.com>
>> wrote:
>>
>>> Hi David,
>>>
>>> Any update on this..
>>>
>>>
>>> Regards,
>>> Panikera
>>>
>>> On Tuesday, February 24, 2015 at 10:43:21 AM UTC+5:30, Panikera Raj
>>> wrote:
>>>>
>>>> Hi David,
>>>>
>>>> Thanks for quick response.
>>>>
>>>> I am using RBTools version is: RBTools 0.7.1 alpha 0 (dev)
>>>> SVN version is: svn version 1.8.10
>>>>
>>>> And rbt post --debug logs you can see below
>>>>
>>>> F:\ReviewBoard_Report\Kodiak_BRW_Client>rbt post --debug
>>>> >>> RBTools 0.7.1 alpha 0 (dev)
>>>> >>> Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit
>>>> (Intel)]
>>>> >>> Running on Windows-7-6.1.7601-SP1
>>>> >>> Home = C:\Users\kodiak\AppData\Roaming
>>>> >>> Current directory = F:\ReviewBoard_Report\Kodiak_BRW_Client
>>>> >>> Checking for a Subversion repository...
>>>> >>> Running: svn info --non-interactive
>>>> >>> Running: diff --version
>>>> >>> repository info: Path: http://172.27.4.96:3690/svn/Handset, Base
>>>> path: /bran
>>>> ches/Kodiak_BRW_Client, Supports changesets: False
>>>> >>> Making HTTP GET request to http://172.27.4.96/reviewboard/api/
>>>> >>> Making HTTP GET request to http://172.27.4.96/reviewboard
>>>> /api/repositories/
>>>> >>> Running: svn info --non-interactive
>>>> >>> Running: diff --version
>>>> >>> repository info: Path: http://172.27.4.96:3690/svn/Handset, Base
>>>> path: /bran
>>>> ches/Kodiak_BRW_Client, Supports changesets: False
>>>> >>> Running: svn status --ignore-externals
>>>> >>> Running: svn diff --diff-cmd=diff --notice-ancestry -r BASE
>>>> >>> Running: svn diff --diff-cmd=diff --notice-ancestry -r BASE
>>>> --no-diff-delete
>>>> d
>>>> Traceback (most recent call last):
>>>>   File "C:\Program Files 
>>>> (x86)\RBTools\bin\..\Python27\Scripts\rbt-script.py",
>>>> l
>>>> ine 8, in <module>
>>>>     load_entry_point('RBTools==0.7.1alpha0', 'console_scripts',
>>>> 'rbt')()
>>>>   File "C:\Program Files (x86)\RBTools\Python27\lib\sit
>>>> e-packages\rbtools-0.7.1a
>>>> lpha0-py2.7.egg\rbtools\commands\main.py", line 133, in main
>>>>     command.run_from_argv([RB_MAIN, command_name] + args)
>>>>   File "C:\Program Files (x86)\RBTools\Python27\lib\sit
>>>> e-packages\rbtools-0.7.1a
>>>> lpha0-py2.7.egg\rbtools\commands\__init__.py", line 538, in
>>>> run_from_argv
>>>>     exit_code = self.main(*args) or 0
>>>>   File "C:\Program Files (x86)\RBTools\Python27\lib\sit
>>>> e-packages\rbtools-0.7.1a
>>>> lpha0-py2.7.egg\rbtools\commands\post.py", line 654, in main
>>>>     raise CommandError("There don't seem to be any diffs!")
>>>> rbtools.commands.CommandError: There don't seem to be any diffs!
>>>>
>>>>
>>>> Please suggest me on this, Thanks In Advance...
>>>>
>>>>
>>>> Regards,
>>>> Panikera
>>>>
>>>>
>>>>
>>>> On Tuesday, February 24, 2015 at 2:34:07 AM UTC+5:30, David Trowbridge
>>>> wrote:
>>>>>
>>>>> First of all, some questions:
>>>>>
>>>>> - What version of RBTools do you have installed?
>>>>> - What version control system is this? SVN?
>>>>>
>>>>> Second, can you run again with --debug and send the output?
>>>>>
>>>>> -David
>>>>>
>>>>> On Mon Feb 23 2015 at 2:51:02 AM Panikera Raj <paniker...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>> I am using RBT Tool to generate review board report for rbt diff
>>>>>> report automation.
>>>>>>
>>>>>> So I am getting below error during generating diff report between two
>>>>>> revision numbers
>>>>>>
>>>>>>
>>>>>> F:\ReviewBoard_Report\BRW_Client>rbt post 45277:45275
>>>>>> CRITICAL: 'utf8' codec can't decode byte 0x92 in position 36: invalid
>>>>>> start byte
>>>>>>
>>>>>> why I am getting above exception. Please help me on this.
>>>>>>
>>>>>> Regards,
>>>>>> Panikera
>>>>>>
>>>>>>
>>>>>>  --
>>>>>> Supercharge your Review Board with Power Pack:
>>>>>> https://www.reviewboard.org/powerpack/
>>>>>> Want us to host Review Board for you? Check out RBCommons:
>>>>>> https://rbcommons.com/
>>>>>> Happy user? Let us know! https://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...@googlegroups.com.
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>  --
>>> Supercharge your Review Board with Power Pack:
>>> https://www.reviewboard.org/powerpack/
>>> Want us to host Review Board for you? Check out RBCommons:
>>> https://rbcommons.com/
>>> Happy user? Let us know! https://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...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>  --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://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.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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.

Reply via email to