On Fri, Mar 21, 2008 at 9:27 AM, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
>
> Mark Phippard wrote:
> > On Fri, Mar 21, 2008 at 9:19 AM, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
> >
> >> Using a current build from the 1.5.x branch (built 30 minutes ago), I
> >> can't connect to svnserve based repositories.
> >> Users on the TSVN list also reported that this happened with the alpha
> >> build too.
> >>
> >> Since I couldn't find an entry in the STATUS file indicating that this
> >> has already been fixed, here's how to reproduce this:
> >>
> >> // with an 1.4.x svn client
> >> cd D:\
> >> svnadmin create testrepo
> >> cd testrepo
> >> svnserve -d -r D:\
> >>
> >>
> >> // now with an 1.4.x svn client
> >> svn ls svn://localhost/testrepo
> >> // no error, it works
> >>
> >> // now with an 1.5 svn client
> >> svn ls svn://localhost/testrepo
> >> svn: Can't connect to host 'localhost': connection refused
> >
> > Can you try it with trunk build? I seem to recall this being reported
> > a while back and it had to do with SASL. I would have thought it was
> > fixed, but perhaps it was and has not been backported yet?
>
> To test this with a trunk build, that will take a while. I don't have a
> build ready right now.
> If no one else has a trunk build ready to test, I can do this in about
> an hour or so.
I did a little digging and this was the thread I was thinking of:
http://svn.haxx.se/dev/archive-2008-02/0223.shtml
Unfortunately, it looks like the thread ended with the conclusion that
it was a Mac-specific build problem.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-21 17:33:32 CET