On Mon, Sep 19, 2022 at 7:15 AM Daniel Sahlberg
<daniel.l.sahlb...@gmail.com> wrote:
>
> 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 using IPv4 and failing. The SVNKit docs say it gets its config from the 
>> native ~/.subversion directory, but I can find no mention of IPv6 and the 
>> native svn client config. I am specifically talking about an svn client 
>> accessing an IPv6 server over https, I am not using svnserve.
>
>
> Hi,
>
> 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 the same way with SVNKit. Thus I would suggest that you ask the same 
> question in the SVNKit forums.
>
> I can't recollect seeing any options for IPv6 (as you have also found out). I 
> would assume Apache Subversion is using OS defaults when it comes to trying 
> IPv4 or IPv6 first if a certain server has both addresses. When it comes to 
> SVNKit I can't guess how Java handles IPv4 och IPv6 connections.
>

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

Mark

Reply via email to