Here's an interesting puzzle. I can ping host "subversion", but when I
try to use it in a Subversion command, it's not found. However, the IP
address of that machine does work. Any ideas? It started happening
when I added in the Subversion package from CollabNet because I wanted
a newer revision of Subversion than Fedora 10 came with:
$ ping subversion
PING subversion.solbright.com (10.14.78.251) 56(84) bytes of data.
64 bytes from 10.14.78.251: icmp_seq=1 ttl=64 time=0.928 ms
64 bytes from 10.14.78.251: icmp_seq=2 ttl=64 time=0.264 ms
$ svn ls http://subversion/dev
svn: OPTIONS of 'http://subversion/dev': Could not resolve hostname
`subversion': Host not found (http://subversion)
$ svn ls http://10.14.78.251/dev
modules/
templates/
tools/
$svn, version 1.6.1 (r37116)
compiled Apr 13 2009, 16:35:55
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- handles 'http' scheme
- handles 'https' scheme
--
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2331125
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-20 16:43:45 CEST