Re: "copy.c' line 1187: assertion failed (! svn_path_is_empty(path))" when running `svn move `

2023-10-06 Thread Daniel Sahlberg
Den fre 6 okt. 2023 kl 06:26 skrev Nathan Hartman : > On Mon, May 29, 2023 at 10:47 PM Jun Omae wrote: > > > > On 2023/05/29 20:09, Daniel Sahlberg wrote: > [...] > > > > > > The following patch could fix it and verified (applying > `re.escape` to the paths). > [...] > > I'm running into a

Re: "copy.c' line 1187: assertion failed (! svn_path_is_empty(path))" when running `svn move `

2023-10-06 Thread Nathan Hartman
On Fri, Oct 6, 2023 at 10:50 AM Daniel Sahlberg wrote: > > Den fre 6 okt. 2023 kl 06:26 skrev Nathan Hartman : (snip) >> This is on trunk, as of r1912743 (the latest right now), Linux Debian, >> Python 3.7.5, building SVN with --enable-maintainer-mode (this might >> account for some extra text in

Re: "copy.c' line 1187: assertion failed (! svn_path_is_empty(path))" when running `svn move `

2023-10-06 Thread Daniel Sahlberg
Den fre 6 okt. 2023 kl 19:34 skrev Nathan Hartman : > On Fri, Oct 6, 2023 at 10:50 AM Daniel Sahlberg > wrote: > > > > Den fre 6 okt. 2023 kl 06:26 skrev Nathan Hartman < > hartman.nat...@gmail.com>: > (snip) > >> This is on trunk, as of r1912743 (the latest right now), Linux Debian, > >> Python

Re: "copy.c' line 1187: assertion failed (! svn_path_is_empty(path))" when running `svn move `

2023-10-06 Thread Yasuhito FUTATSUKI
Hi, On 2023/10/07 4:33, Daniel Sahlberg wrote: Den fre 6 okt. 2023 kl 19:34 skrev Nathan Hartman The interesting thing, though, is that many tests in the test suite compare expected error strings to actual error strings, involving paths etc., and those are passing. What I also find interesti