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

Re: Subversion 1.6 on Fedora: Cannot resolve hostname

From: Stephan Robotta <robotta_at_ontoprise.de>
Date: Thu, 30 Jul 2009 15:19:54 +0200

Hello,

On Thu, Jul 30, 2009 at 11:01:30AM +0100, Stefan Sperling wrote:
> On Thu, Jul 30, 2009 at 11:06:13AM +0200, Stephan Robotta wrote:
> >
> > SVN worked well before but suddenly quits with "could not resolve
> > hostname". There havent been any changes in the configuration. So I
> > do not assume any proxy problem. This happend after an package update
> > on Fedora 11.
> >
> > Resolving the hostname is not the issue, a wget or ssh login on the
> > repositories machine works well.
>
> What RA layer do you use? Something using HTTP?
> If so, what HTTP library are you using Subversion with, serf or neon?
> Hostname lookups are done by those libraries.

I don't exactly understand the question, what is the RA layer?

What I did get e.g. is:
[stephan_at_ernie ~]$ ldd /usr/bin/svn | grep neon
        libsvn_ra_neon-1.so.0 => /usr/lib/libsvn_ra_neon-1.so.0 (0x00d9a000)
        libneon.so.27 => /usr/lib/libneon.so.27 (0x06ce0000)

[stephan_at_ernie ~]$ ldd /usr/bin/svn | grep serf
returns nothing.

So I assume that I am using some RA layer via HTTP with neon.

I used to work with eclipse. But error messages there were not really
helpful. Therefore I once started eclipse within an xterm to get
information printed on STDOUT. There was a message like:

ssh: Could not resolve hostname myserver.com:9630: Name or
service not known

Therefore I then tried svn on the command line, similar as described by
David in the initial message of this thread.

Best regards, Stephan
Received on 2009-07-30 15:21:03 CEST

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

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