[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Found a bug for show log operation.

From: James Wang <topskill_at_gmail.com>
Date: Sat, 29 Jul 2017 23:31:47 -0700 (PDT)

> On 28.07.2017 09:23, James Wang wrote:
> > I use TSVN 1.9.6, the repo URL is
> > https://192.168.1.4/svn/%e7%a0%94%e5%8f%91%e4%b8%ad%e5%bf%83/
> > it escape as
> > https://192.168.1.4/svn/%E7%A0%94%E5%8F%91%E4%B8%AD%E5%BF%83/
> >
> > but the sub folder https://192.168.1.4/svn/%e7%a0%94%e5%8f%91%e4%b8%ad%e5%bf%83/%e4%ba%a7%e5%93%81%e7%ba%bf/ escaped as https://192.168.1.4/svn/%25E7%25A0%2594%25E5%258F%2591%25E4%25B8%25AD%25E5%25BF%2583/%E4%BA%A7%E5%93%81%E7%BA%BF
> >
> > so, svn show log not working properly.
>
> How are you starting the log dialog and from where?
>
> Stefan
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest interface to (Sub)version control
> /_/ \_\ http://tortoisesvn.net

1. In explorer, right click folder and select "Repo Browser",Every folder can be viewed. I click root folder(/svn/研发中心) and select "Show History",it worked, but sub folder(/svn/研发中心/产品线) not work.

2. Right click sub folder from explorer to display the "Properties" dialog, the url of repo is incorrect, please look "properties-diff.png".
actual repo URL is:
http://192.168.50.132/svn/%e7%a0%94%e5%8f%91%e4%b8%ad%e5%bf%83/%e4%ba%a7%e5%93%81%e7%ba%bf/%e6%99%ba%e8%83%bd%e4%ba%a7%e5%93%81%e7%ba
http://192.168.50.132/svn/%E7%A0%94%E5%8F%91%E4%B8%AD%E5%BF%83/%E4%BA%A7%E5%93%81%E7%BA%BF/%E6%99%BA%E8%83%BD%E4%BA%A7%E5%93%81%E7%BA%BF
but in v1.9.6, it shown as:
http://192.168.50.132/svn/%25E7%25A0%2594%25E5%258F%2591%25E4%25B8%25AD%25E5%25BF%2583/%E4%BA%A7%E5%93%81%E7%BA%BF/%E6%99%BA%E8%83%BD%E4%BA%A7%E5%93%81%E7%BA%BF

3. I use Visual Studio 2017 to debug the TortoiseProc from tag version-1.9.6, use argv "/command:log /path:"c:\tmp\研发中心1\产品线\智能产品线" ", it's not work and display "Want to go offline?".

4. Select "SVN Show log" from folder, it's not work and display "Want to go offline?"

I use Wireshark to catpure netowrk data:
svn-client-1812-succeed.pcapng: use downloaded TSVN 1.8.12 x64 client to display log.
svn-client-196-debug-bad-request.pcapng: use source code from tag version-1.9.6 to display log.
svn-client-196-installed-bad-request.pcapng: use downloaded TSVN 1.9.6 x64 client to display log.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3276217

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

properties-diff.png
Received on 2017-07-30 08:30:54 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.