Re: Fwd: Can't create temporary file from template ... No such file or directory

2021-12-14 Thread Daniel Sahlberg
Den ons 15 dec. 2021 kl 07:47 skrev Nathan Hartman : > Anyway I have to pause for today... > > Oh one more thing. I believe I succeeded to reproduce the OP's > original issue. If one more subdirectory is added, e.g., trunk/c/d/f, > then f will trigger the same response as the OP reported. > Great

Re: Fwd: Can't create temporary file from template ... No such file or directory

2021-12-14 Thread Nathan Hartman
On Thu, Dec 9, 2021 at 10:32 AM Nathan Hartman wrote: > So the above can be distilled to: > > # . > # ├── trunk/ > # │ └── c/ > # │ └── d/ > # └── branches > # └── b/ (from trunk@2) > # └── c/ > > It is the 'd' directory ('trunk/c/d/') that is throwing us off course. As

Re: Fwd: Can't create temporary file from template ... No such file or directory

2021-12-09 Thread Nathan Hartman
On Thu, Dec 9, 2021 at 8:34 AM Nathan Hartman wrote: > I haven't found the cause yet but I do know now that the bug isn't in how we > are constructing the path. I'm away from my machine atm but I'll write back > soon with more... The OP's repro script creates this structure: # . # ├── a # ├

Re: Fwd: Can't create temporary file from template ... No such file or directory

2021-12-09 Thread Nathan Hartman
On Thu, Dec 9, 2021 at 6:37 AM Bert Huijben wrote: > We have helper functions for this scenario (svn_uri__*()) that also > perform the required escaping rules (required for url, but not for relpath) I haven't found the cause yet but I do know now that the bug isn't in how we are constructing th

RE: Fwd: Can't create temporary file from template ... No such file or directory

2021-12-09 Thread Bert Huijben
Subject: Re: Fwd: Can't create temporary file from template ... No such file or directory On Sun, Dec 05, 2021 at 11:21:48PM -0500, Nathan Hartman wrote: > On Sun, Dec 5, 2021 at 12:55 PM James McCoy wrote: > > > > On Sun, Dec 05, 2021 at 12:41:30PM -0500, Nathan Hartman w

Re: Fwd: Can't create temporary file from template ... No such file or directory

2021-12-06 Thread Nathan Hartman
On Mon, Dec 6, 2021 at 3:31 AM Stefan Sperling wrote: > > Thanks, Nathan. I see this is in the conflict resolver so this is probably > code I have written. But I won't snag this away from you. And if you need > any help, just let me know. (I have not yet looked into details; I suspect > that right

Re: Fwd: Can't create temporary file from template ... No such file or directory

2021-12-06 Thread Stefan Sperling
On Sun, Dec 05, 2021 at 11:21:48PM -0500, Nathan Hartman wrote: > On Sun, Dec 5, 2021 at 12:55 PM James McCoy wrote: > > > > On Sun, Dec 05, 2021 at 12:41:30PM -0500, Nathan Hartman wrote: > > > It's not dumping core on mine. I would like to debug this properly but > > > am running into various no

Re: Fwd: Can't create temporary file from template ... No such file or directory

2021-12-05 Thread Nathan Hartman
On Sun, Dec 5, 2021 at 12:55 PM James McCoy wrote: > > On Sun, Dec 05, 2021 at 12:41:30PM -0500, Nathan Hartman wrote: > > It's not dumping core on mine. I would like to debug this properly but > > am running into various nonsense. For example, I haven't figured out > > how to run it under gdb sin

Re: Fwd: Can't create temporary file from template ... No such file or directory

2021-12-05 Thread James McCoy
On Sun, Dec 05, 2021 at 12:41:30PM -0500, Nathan Hartman wrote: > It's not dumping core on mine. I would like to debug this properly but > am running into various nonsense. For example, I haven't figured out > how to run it under gdb since svn is being called through the libtool > script; "libtool

Fwd: Can't create temporary file from template ... No such file or directory

2021-12-05 Thread Nathan Hartman
Bringing this from users@ to dev@. Rolf Campbell discovered an assertion failure that I think might shed some light on other assertion failures we've been hearing about from time to time. > -- Forwarded message - > From: Rolf Campbell > Date: Thu, Dec 2, 2021 at 3:29 PM > Subject