On Mon, Sep 19, 2022 at 8:49 AM Graham Leggett <minf...@sharp.fm> wrote: > > On 19 Sep 2022, at 13:36, Mark Phippard <markp...@gmail.com> wrote: > > Daniel gave the answer I was typing. Here is info on enabling IPv6 for your > JVM: > > https://stackoverflow.com/questions/18697091/ipv6-support-in-java > > > Alas this is the info for the JVM and does not work in this case. Most Java > communication libraries ignore the JVM parameters for their own > implementations. This is true of SVNKit, which reports that it relies > completely on the configuration of the native svn client. > > https://svnkit.com/documentation.html > > "Native Subversion configuration files are used by default.”
SVN does not have any IPv6 configuration files. I've been answering this SVNKit question for years in various forum and AFAIK changing the JVM option works. This is a low level JVM thing not what the higher level libraries use and from what I recall SVNKit just uses the built-in JVM network function regardless. Either way, this is a question for the TMate forums and if they are not answering questions there is only so much we can do as none of us have ever contributed to their library in any way. Mark