Re: line 10866: assertion failed (svn_dirent_is_absolute(local_abspath))

2020-08-04 Thread heybae
> https://subversion.apache.org/mailing-lists.html Sent from Yahoo Mail for iPhone On Tuesday, August 4, 2020, 17:26, Laurentiu Nicula wrote: Hi, I do not have a reproduction script as the bug happens only from Visual Studio using VisualSVN * Does the problem occur when you select folders

Re: line 10866: assertion failed (svn_dirent_is_absolute(local_abspath))

2020-08-04 Thread Laurentiu Nicula
Hi, I do not have a reproduction script as the bug happens only from Visual Studio using VisualSVN * Does the problem occur when you select folders of those two projects in Windows File Explorer, right-click and select the SVN Commit button? No, it does not happen if I select from Explorer. In

Re: line 10866: assertion failed (svn_dirent_is_absolute(local_abspath))

2020-08-04 Thread Pavel Lyalyakin
Hello Laurentiu, On Wed, Aug 5, 2020 at 12:11 AM Laurentiu Nicula wrote: > > First time user here, please CC me if any reply. > > Using Visual Studio 2019 Community, VisualSVN extension 7.2.0 and Tortoise > 1.14.0 build 28885 > > It worked well for a while but now it is throwing this error when

Re: Possible bug: "Searching tree conflict details" takes forever

2020-08-04 Thread Jacob Weber
Thanks Stefan. --accept=postpone sounds like just what I need. I ended up discovering that if I committed an empty directory in the location of the conflict, it would skip the deep history search, and show a different tree conflict right away. So that got me out of waiting. But I'll try

line 10866: assertion failed (svn_dirent_is_absolute(local_abspath))

2020-08-04 Thread Laurentiu Nicula
First time user here, please CC me if any reply. Using Visual Studio 2019 Community, VisualSVN extension 7.2.0 and Tortoise 1.14.0 build 28885 It worked well for a while but now it is throwing this error when selecting certain projects from the solution for a commit. I managed to find a pair of

Re: Possible bug: "Searching tree conflict details" takes forever

2020-08-04 Thread Stefan Sperling
On Tue, Aug 04, 2020 at 06:37:07PM +, Jacob Weber wrote: > Hi there. I'm doing a merge which seems to be doing a very long-running > operation (over an hour so far) when it gets to the "Searching tree conflict > details" step. I'm wondering if there's any way to avoid this. > > I'm merging

Possible bug: "Searching tree conflict details" takes forever

2020-08-04 Thread Jacob Weber
Hi there. I'm doing a merge which seems to be doing a very long-running operation (over an hour so far) when it gets to the "Searching tree conflict details" step. I'm wondering if there's any way to avoid this. I'm merging from a branch X where a directory was removed, into a branch Y where