You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Øyvind A. Holm" <su...@sunbase.org> on 2005/05/02 18:18:34 UTC

[BUG] r14392 breaks 1.2 hostname lookup

I tried to compile 1.2-pre2 and noticed this behaviour:

$ svn up
ssh: svnhost:: Name or service not known
subversion/libsvn_ra_svn/marshal.c:252: (apr_err=210002)
svn: Connection closed unexpectedly
$

The reason for this, is that the URL in the working copy is

svn+ssh://sunny@svnhost:/home/sunny/Svn

"svnhost" is an alias I use for the host where the repository is, and 
this is defined in /etc/hosts . I tried to recompile 1.2.x r14556 
without r14392 (which is r14373 on trunk), and everything worked again. 
Systems used for testing: Debian sarge and woody, and Slackware 8.1 . 

It seems as it also breaks usual things like

svn ls -v svn+ssh://sunny@32.10.69.180:/home/sunny/Svn/utils/
svn ls -v svn+ssh://sunny@blah.example.com:/home/sunny/Svn/utils/

-- sunny256

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