Re: Some issues on svn propget (Re: svn commit: r1881985 - /subversion/trunk/subversion/tests/cmdline/merge_tests.py)

2020-10-05 Thread Daniel Shahaf
Yasuhito FUTATSUKI wrote on Mon, 05 Oct 2020 13:30 +00:00: > On 2020/10/05 1:57, Daniel Shahaf wrote: > > Yasuhito FUTATSUKI wrote on Sun, 04 Oct 2020 21:56 +0900: > > >> On 2020/09/26 19:12, Daniel Shahaf wrote: > >>> 1% svn propset svn:ignore "予定表.txt" ./ > >>> 2property 'svn:

Re: Some issues on svn propget (Re: svn commit: r1881985 - /subversion/trunk/subversion/tests/cmdline/merge_tests.py)

2020-10-05 Thread Yasuhito FUTATSUKI
On 2020/10/05 1:57, Daniel Shahaf wrote: > Yasuhito FUTATSUKI wrote on Sun, 04 Oct 2020 21:56 +0900: >> On 2020/09/26 19:12, Daniel Shahaf wrote: >>> 1 % svn propset svn:ignore "予定表.txt" ./ >>> 2 property 'svn:ignore' set on '.' >>> 3 % svn propset foo:ignore "予定表.tx

Re: [PATCH] Fix JavaHL error in SVNBase::createCppBoundObject

2020-10-05 Thread Alexandr Miloslavskiy
On 05.10.2020 5:17, Nathan Hartman wrote: While reviewing r1882115, I wondered what was the original rationale for the C++ function SVNBase::createCppBoundObject() to cache clazz's ctor's method ID in a locally scoped static variable. It seems to be the common code style in JavaHL to cache the