[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Cope with IPv6

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 01 Aug 2013 13:30:38 +0200

On 01.08.2013 04:13, Okabayashi, Hirotsugu wrote:
> Dear Stefan,
>
> I'm sorry to confuse you.
> Our network environment will consist of only IPv6.
> Actually, we want to use only IPv6.
> But, eclipse(IDE) is available for only IPv4.

And that's the contradiction. either you access a server by ipv4 or by
ipv6. but you can not tell TSVN that the server is ipv6 and then have
its traffic routed to ipv4. If you still use ipv4, then tell TSVN to
access that server via ipv4.

> We have a alternative plan for some applications that can't be available for IPv6.
> That is NAT64.

Yes, but NAT64 doesn't know which applications it has to handle and
which ones not - the NAT only knows about computers/workstations, not
individual applications on them. So it will always translate every data
packet, whether it's from an ipv6 aware app or an ipv4 only app.

> So, we have to use the SVN setting with IPv4.
> I think there are many cases similar to this.
>
> I don't know if TSVN can communicate when TSVN use IPv6 and the server use IPv4.

It does, as long as the DNS of the server returns an ipv4 address. If
however it returns an ipv6 address but the server only responds to ipv4,
then of course it won't work.

> I don't think TSVN can't communicate if TSVN communicates with the server directly
> Could you share about the TSVN's specification.

What exactly do you want to know here? What specifications?
It works with ipv6, if you need specifications of the ipv6 standard,
please search the web for those.

However we can not help you with your network setup. We provide support
for TSVN/svn problems here, we don't provide support for network problems.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3061810
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-08-01 13:30:48 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.