Re: svn client - how do I force IPv6?

2022-09-19 Thread Mark Phippard
On Mon, Sep 19, 2022 at 8:49 AM Graham Leggett wrote: > > On 19 Sep 2022, at 13:36, Mark Phippard 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 th

Re: svn client - how do I force IPv6?

2022-09-19 Thread Daniel Sahlberg
Den mån 19 sep. 2022 kl 14:49 skrev Graham Leggett : > On 19 Sep 2022, at 13:36, Mark Phippard 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 JV

Re: svn client - how do I force IPv6?

2022-09-19 Thread Graham Leggett via users
On 19 Sep 2022, at 13:36, Mark Phippard 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

Re: svn client - how do I force IPv6?

2022-09-19 Thread Graham Leggett via users
On 19 Sep 2022, at 13:15, Daniel Sahlberg wrote: > SVNKit is a Java implementation of Subversion and doesn't share any code with > Apache Subversion. Even if SVNKit honors the configuration in ~/.subversion, > there are no guarantees that a particular option used by Apache Subversion > works t

Re: svn client - how do I force IPv6?

2022-09-19 Thread Mark Phippard
On Mon, Sep 19, 2022 at 7:15 AM Daniel Sahlberg wrote: > > Den mån 19 sep. 2022 kl 11:50 skrev Graham Leggett via users > : >> >> Hi all, >> >> What setting option under the ~/.subversion directory will force the use of >> IPv6 on outbound connections? >> >> The backstory is that I have some SVN

Re: svn client - how do I force IPv6?

2022-09-19 Thread Daniel Sahlberg
Den mån 19 sep. 2022 kl 11:50 skrev Graham Leggett via users < users@subversion.apache.org>: > Hi all, > > What setting option under the ~/.subversion directory will force the use > of IPv6 on outbound connections? > > The backstory is that I have some SVNKit code that is stubbornly insisting > on

svn client - how do I force IPv6?

2022-09-19 Thread Graham Leggett via users
Hi all, What setting option under the ~/.subversion directory will force the use of IPv6 on outbound connections? The backstory is that I have some SVNKit code that is stubbornly insisting on using IPv4 and failing. The SVNKit docs say it gets its config from the native ~/.subversion directory