Hello,
I just installed Tortoise SVN 1.14.9 - ARM64 on my new laptop and unfortunately am struggling with very odd issue - the simplest way to describe it is the following example:
entering following command:
delivers following response:
svn: E170013: Unable to connect to a repository at URL: 'https://test'svn: E731001: No such host is known.
This is expected behaviour.
However, when I'm executing following command:
nothing happens, although something like this would be expected:
svn: E175015: The HTTP method 'OPTIONS' is not allowed on '/'
Doing the same with working SVN repository:
svn -ls [WORKING_REPOSITORY]
I expect possibility for entering credentials, but again nothing happens.
I would really appreciate your help.
bestregards