Re: svn commit: r1925722 - in /subversion/branches/utf8-cmdline-prototype/subversion: include/svn_client.h libsvn_client/cmdline.c

2025-05-26 Thread Timofei Zhakov
On Mon, May 26, 2025 at 10:07 PM Branko Čibej wrote: > On 26. 5. 25 21:25, Timofei Zhakov wrote: > > On Mon, May 26, 2025 at 8:29 PM Branko Čibej wrote: > >> On 26. 5. 25 14:07, Timofei Zhakov wrote: >> >> On Tue, May 20, 2025 at 9:29 PM Branko Čibej wrote: >> >>> On 20. 5. 25 20:31, rin...@apa

Re: svn commit: r1925717 - in /subversion/trunk: ./ build/ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/

2025-05-26 Thread Branko Čibej
On 26. 5. 25 22:08, Branko Čibej wrote: Anyway, I'll have to see what's happening in the CMake build, it's refreshing the venv far too often. Ah, I see what's going on: CMake runs each Python test file separately (through run_tests.py), whereas the Makefile build does not. I'll have to do s

Re: svn commit: r1925717 - in /subversion/trunk: ./ build/ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/

2025-05-26 Thread Branko Čibej
On 26. 5. 25 22:08, Branko Čibej wrote: On 26. 5. 25 21:12, Timofei Zhakov wrote: The first issue is that the CMake build does not not set PYTHONPATH the way run_tests.py does, but that's not causing the failures, either. I think it does. According to the documentation

Re: svn commit: r1925717 - in /subversion/trunk: ./ build/ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/

2025-05-26 Thread Branko Čibej
On 26. 5. 25 21:12, Timofei Zhakov wrote: On Mon, May 26, 2025 at 8:54 PM Branko Čibej wrote: On 26. 5. 25 15:40, Timofei Zhakov wrote: Would this be helpful? (see the patch in the attachments) This just throws out all the dependency setup and special-cases schema verif

Re: svn commit: r1925722 - in /subversion/branches/utf8-cmdline-prototype/subversion: include/svn_client.h libsvn_client/cmdline.c

2025-05-26 Thread Branko Čibej
On 26. 5. 25 21:25, Timofei Zhakov wrote: On Mon, May 26, 2025 at 8:29 PM Branko Čibej wrote: On 26. 5. 25 14:07, Timofei Zhakov wrote: On Tue, May 20, 2025 at 9:29 PM Branko Čibej wrote: On 20. 5. 25 20:31, rin...@apache.org wrote: Author: rinrab Date: T

Re: svn commit: r1925722 - in /subversion/branches/utf8-cmdline-prototype/subversion: include/svn_client.h libsvn_client/cmdline.c

2025-05-26 Thread Timofei Zhakov
On Mon, May 26, 2025 at 8:29 PM Branko Čibej wrote: > On 26. 5. 25 14:07, Timofei Zhakov wrote: > > On Tue, May 20, 2025 at 9:29 PM Branko Čibej wrote: > >> On 20. 5. 25 20:31, rin...@apache.org wrote: >> >> Author: rinrab >> Date: Tue May 20 18:31:35 2025 >> New Revision: 1925722 >> >> URL: htt

Re: svn commit: r1925717 - in /subversion/trunk: ./ build/ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/

2025-05-26 Thread Timofei Zhakov
On Mon, May 26, 2025 at 8:54 PM Branko Čibej wrote: > On 26. 5. 25 15:40, Timofei Zhakov wrote: > > Would this be helpful? > > (see the patch in the attachments) > > > > This just throws out all the dependency setup and special-cases schema > verification, it doesn't actually solve the underlying

Re: svn commit: r1925717 - in /subversion/trunk: ./ build/ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/

2025-05-26 Thread Branko Čibej
On 26. 5. 25 15:40, Timofei Zhakov wrote: Would this be helpful? (see the patch in the attachments) This just throws out all the dependency setup and special-cases schema verification, it doesn't actually solve the underlying problem. You'll notice from the logs that creating and using the

Re: Adressing of below repository root in command line?

2025-05-26 Thread Branko Čibej
On 26. 5. 25 15:32, Dr. Thomas Orgis wrote: Am Fri, 23 May 2025 14:02:46 +0200 schrieb Branko Čibej: And of course, if we support "^.", we obviously have to support "^./any/relative/wc/path" in the same way. Not sure what you mean. ^/ is the repo root. ^./ is the repo path of the current worki

Re: svn commit: r1925717 - in /subversion/trunk: ./ build/ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/

2025-05-26 Thread Timofei Zhakov
Would this be helpful? (see the patch in the attachments) -- Timofei Zhakov Index: build/run_tests.py === --- build/run_tests.py (revision 1925818) +++ build/run_tests.py (working copy) @@ -315,6 +315,8 @@ cmdline.append('-

Re: Adressing of below repository root in command line?

2025-05-26 Thread Dr. Thomas Orgis via dev
Am Fri, 23 May 2025 14:02:46 +0200 schrieb Branko Čibej : > >> And of course, if we support "^.", we obviously have to support > >> "^./any/relative/wc/path" in the same way. > > Not sure what you mean. ^/ is the repo root. ^./ is the repo path of > > the current working directory. Naturally, ^.

Re: svn commit: r1925717 - in /subversion/trunk: ./ build/ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/

2025-05-26 Thread Timofei Zhakov
> > > Sure you can run the whole test suite like that, that's basically what my > changes are doing. > > It seems like the tests actually started failing on windows after r1925717 in the trunk. See logs on github actions: https://github.com/apache/subversion/actions/runs/15137614939 -- Timofei Zh

Re: svn commit: r1925722 - in /subversion/branches/utf8-cmdline-prototype/subversion: include/svn_client.h libsvn_client/cmdline.c

2025-05-26 Thread Timofei Zhakov
On Tue, May 20, 2025 at 9:29 PM Branko Čibej wrote: > On 20. 5. 25 20:31, rin...@apache.org wrote: > > Author: rinrab > Date: Tue May 20 18:31:35 2025 > New Revision: 1925722 > > URL: http://svn.apache.org/viewvc?rev=1925722&view=rev > Log: > On the 'utf8-cmdline-prototype' branch: add a new func