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

[PATCH]: Add some ipv6 support to libsvn_ra_client

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2005-03-02 17:53:17 CET

On Wed, 2005-03-02 at 00:09 -0500, Daniel Berlin wrote:
>
> > I did not mention it but I tried, with the following commands, on the
> > subversion server pc itself, which has the IPv4 address 10.1.1.222:
> > 'svn co svn://10.1.1.222/test test.1' works.
> > 'svn co svn://127.0.0.1/test test.2' also works.
> > This shows that svnserve is not restricted to a specific address.
> >
> > 'svn co svn://::1/test test.3' gives me
> > "svn: Illegal svn repository URL 'svn://::1/test'".
> >
> > 'svn co svn://[::1]/test test.4' gives me
> > "svn: Illegal svn repository URL 'svn://[::1]/test'".
>
>

The attached patch should fix the parsing and connecting portion of it.
Note that svnserve doesn't know how to listen on ipv6, so this isn't
going to actually solve your problem entirely. :)

I'm working on the svnserve portion, i'll post that next.
You will have to specify --listen-host "::1" or something to svnserve to
get it to listen on ipv6

This is against 1.2
I'll commit it once i get the server portion working and tested.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Mar 2 17:57:10 2005

This is an archived mail posted to the Subversion Dev mailing list.

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