No, it didn't get further. I've fixed the locale. I had : $ locale -a C en_US en_US.iso88591 POSIX ro_RO.utf8 And I've changed it to: $ locale -a C en_US.utf8 POSIX ro_RO.utf8
Now I get the same error as before: $ rbt diff --svn-show-copies-as-adds=y -d >>> RBTools 0.7.2 >>> Python 2.7.9 (default, Dec 11 2014, 04:42:00) [GCC 4.9.2] >>> Running on Linux-3.18.6-1-ARCH-x86_64-with-glibc2.2.5 >>> Home = /home/bogdano >>> Current directory = /home/bogdano/path/to/project >>> Checking for a Subversion repository... >>> Running: svn info --non-interactive >>> Running: diff --version >>> Running: svn --version -q >>> repository info: Path: http://server/svn, Base path: >>> /TRUNK/path/to/project, Supports changesets: False >>> Making HTTP GET request to http://reviewboard/reviews/api/ >>> Running: svn info --non-interactive >>> Running: diff --version >>> Running: svn --version -q >>> repository info: Path: http://server/svn, Base path: /TRUNK/path/to/project, Supports changesets: False >>> Running: svn diff --diff-cmd=diff --notice-ancestry -r BASE --show- copies-as-adds Traceback (most recent call last): File "/usr/bin/rbt", line 9, in <module> load_entry_point('RBTools==0.7.2', 'console_scripts', 'rbt')() File "/usr/lib/python2.7/site-packages/rbtools/commands/main.py", line 133 , in main command.run_from_argv([RB_MAIN, command_name] + args) File "/usr/lib/python2.7/site-packages/rbtools/commands/__init__.py", line 555, in run_from_argv exit_code = self.main(*args) or 0 File "/usr/lib/python2.7/site-packages/rbtools/commands/diff.py", line 68, in main extra_args=extra_args) File "/usr/lib/python2.7/site-packages/rbtools/clients/svn.py", line 319, in diff diff = self._run_svn(diff_cmd, split_lines=True) File "/usr/lib/python2.7/site-packages/rbtools/clients/svn.py", line 707, in _run_svn return execute(cmdline, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rbtools/utils/process.py", line 104 , in execute data = [line.decode('utf-8') for line in data] File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeDecodeError: 'utf8' codec cant decode byte 0x96 in position 19: invalid start byte -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
