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