Error "Incompatible xml output" when Choose Revesions for review

Discussion of open issues, suggestions and bugs regarding code review tool for Visual Studio – Review Assistant
Post Reply
linkman
Posts: 7
Joined: Thu 25 Jul 2013 06:52

Error "Incompatible xml output" when Choose Revesions for review

Post by linkman » Thu 25 Jul 2013 07:02

error message as follow, is because of Chinese char ?
------------------------------------------------
Incompatible xml output:
<?xml version="1.0" encoding="UTF-8"?>
<log>
<logentry
revision="36936">
<author>luojing</author>
<date>2013-07-25T05:57:38.694500Z</date>
<msg>问题号: DAQ-1834
</msg>
</logentry>
<logentry
revision="36935">
<author>luojing</author>
<date>2013-07-25T05:56:42.522625Z</date>
<msg>问题号: DAQ-1834
修订部署服务端界面
</msg>
</logentry>
<logentry
revision="36934">
<author>qumingfei</author>
<date>2013-07-25T05:28:44.960125Z</date>
<msg>问题号: HISCADA-3019
修改部署管理向部署注册的逻辑</msg>
</logentry>
<logentry
revision="36929">
</logentry>
</log>
--------------------------------

AlexeyN
Devart Team
Posts: 244
Joined: Wed 12 Sep 2012 12:09

Re: Error "Incompatible xml output" when Choose Revesions for review

Post by AlexeyN » Thu 25 Jul 2013 14:03

What client and its version do you use for connection to SVN server and to what server and its version do you try to establish connection?

linkman
Posts: 7
Joined: Thu 25 Jul 2013 06:52

Re: Error "Incompatible xml output" when Choose Revesions for review

Post by linkman » Thu 25 Jul 2013 14:56

client : TortoiseSVN 1.8.1 or TortoiseSVN 1.7.2
server : Subversion , version unknow
the encoding return is UTF-8 but Chinese encoding is GB2312

linkman
Posts: 7
Joined: Thu 25 Jul 2013 06:52

Re: Error "Incompatible xml output" when Choose Revesions for review

Post by linkman » Fri 26 Jul 2013 01:21

I know.

-----------------
<logentry
revision="36929">
</logentry>
</log>
-----------------

revision="36929" is committed by others and I have not Authencate to access it.

and how can I do ?

AlexeyN
Devart Team
Posts: 244
Joined: Wed 12 Sep 2012 12:09

Re: Error "Incompatible xml output" when Choose Revesions for review

Post by AlexeyN » Fri 26 Jul 2013 10:22

We plan to deal with this problem next week.

AlexeyN
Devart Team
Posts: 244
Joined: Wed 12 Sep 2012 12:09

Re: Error "Incompatible xml output" when Choose Revesions for review

Post by AlexeyN » Mon 05 Aug 2013 16:53

Please, download the latest Review Assistant version, where we have fixed the problem. If the issue persists, please let us know.

http://www.devart.com/review-assistant/download.html

linkman
Posts: 7
Joined: Thu 25 Jul 2013 06:52

Re: Error "Incompatible xml output" when Choose Revesions for review

Post by linkman » Tue 13 Aug 2013 05:44

now it can work.

Post Reply