On Wed, Mar 05, 2008 at 11:56:14AM +0100, Hinnerk Haardt wrote:
> there seems to be a bug in the caching of Avahi/Bonjour "DNS"-queries in
> Subversion (or libneon?). To reproduce:
>
> 1. forget to switch the svn-serving-machine on
> 2. try svn ls http://server.local/path/to/repo
> => Host not found
> 3. switch server on
> 4. make sure the repository is reachable with a web browser
> 5. retry svn ls http://server.local/path/to/repo
>
> => svn: PROPFIND request failed on '/svn'
> svn: PROPFIND of '/svn': Could not resolve hostname `server.local':
> Host not found (http://server.local)
>
> Tcpdump reveals there is no network traffic on the second and any following
> request (svn ls, svn up etc.).
users_at_subversion.tigris.org is the best place to ask this kind of
question.
This is likely to be some OS-level caching, there is none in SVN or neon
which would exhibit the behaviour you describe. Google suggests you
should try running "dscacheutil -flushcache" for OS X 10.5.
joe
---------------------------------------------------------------------
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-06 14:31:51 CET