onsdag 16 oktober 2024 kl. 07:51:36 UTC+2 skrev [email protected]:
Upgrading TortoseSVN to version 1.14.8 started to show "svn: E170013: Unable to connect to a repository at URL 'svn+xxx://host/repo/project/trunk' Being "xxx" a protocol defined in [tunnels] at config file, diagnosed the connection and was OK, tried "PLink.exe" instead of TortoisePLink.exe and connection was OK. So I copied old TortoisePLink.exe from 1.14.7 to "bin" and it works. A difference I can see: TortoisePLink.exe from 1.14.7 if called with "-V" argument, shows version in dialog. TortoisePLink.exe from 1.14.8 if called with "-V" argument, displays nothing. Thanks for the report. I see the same behaviour, although I don't have time to fully dig into it now. Checking the code though, there are a few things catching my eye: * cmdline_process_param is declared in putty.h having four parameters * It is defined in cmdline.c having five parameters * The TortoisePlink.patch is adding the extra parameter to the definition and to all call sites, but not to the header file * The code in r29707 seems to remove the extra parameter in plink.c to "fix build for latest VS version" (copied from the commit message) I'm suspecting r29707 to be the cause of this issue. Kind regards, Daniel -- You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn-dev/8cda8ec4-c00c-4b5b-ace6-349ada395c41n%40googlegroups.com.

