このバグは、1年半以上放置されています。 Subject: Re: Log message problem on 1.9.5 Date: Sun, 11 Dec 2016 00:05:10 +0900 (JST) https://groups.google.com/d/msg/tortoisesvn/ysNV9QymMy0/yIfq8kn9CQAJ /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 以下の条件を満たすと問題が起きるようです。 > > ・リポジトリ名にパーセントエスケープが必要な文字を含んでいる > かつ > ・管理するディレクトリ/ファイルの名前に非ASCII文字を含んでいる > > 例: > ok file:///D:/tmp/test repo/Hello world/Hello world.txt > NG file:///D:/tmp/test repo/Hello world/こんにちは.txt > NG file:///D:/tmp/test repo/こんにちは世界/Hello.txt
根本的にURLの処理に問題があるようで今更修正が難しいようですし、 国(言語)によっては重要ではないのかもしれません。 Subject: Re: Log message problem on 1.9.5 Date: Thu, 05 Jan 2017 00:02:59 +0900 (JST) https://groups.google.com/d/msg/tortoisesvn/ysNV9QymMy0/4aN0uuRlEgAJ /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > このようなエスケープ状態の事なるURLコンポーネントを結合している個所が他にもあります。 > つまり、根本的な原因はTortoiseSVNがURLのパーセントエスケープの状態を管理できていない事のようです。 > 修正を試みましたが、影響が広範囲に渡っている事や、エスケープ状態の説明がAPIの説明に書かれていない等の理由で、私には簡単には治せそうにありませんでした。 2018年5月15日火曜日 16時34分21秒 UTC+9 Takeru Yamaguchi: > Well, do you mean you should not use multibyte characters? > Even if you refer to the log from the parent directory, you can not > compare or export the target directory or file. > > > 2018年5月14日月曜日 20時55分13秒 UTC+9 J.S.: >> >> Hi, I think it’s the same problem like described here: >> https://groups.google.com/forum/#!topic/tortoisesvn/OtwunmHncNE >> >> Also look there for a workaround. >> >> >> >> Cheers Jörk S. >> >> >> >> >> -- >> Spörk Antriebssysteme GmbH, Kottingbrunn, FN 274532z, LG WN >> > -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/8d0d8173-8c21-42d0-9eba-5e7ff8fd60e2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
