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

wrong error msg for 'svn diff ...'

From: Toralf Förster <toralf.foerster_at_gmx.de>
Date: 2005-04-14 18:44:47 CEST

Seen today:

...
tfoerste@nhh221 ~/pub/ethereal/trunk $ svn diff -r 14071:14072
svn: PROPFIND request failed on '/ethereal/trunk/asn1'
svn: PROPFIND of '/ethereal/trunk/asn1': Could not resolve hostname
`anonsvn.ethereal.com': Host not found (http://anonsvn.ethereal.com)
tfoerste@nhh221 ~/pub/ethereal/trunk $ svn diff -r 14071:14072
Index: asn1/h245/packet-h245-template.c
===================================================================
--- asn1/h245/packet-h245-template.c (revision 14071)
+++ asn1/h245/packet-h245-template.c (revision 14072)
@@ -278,7 +278,7 @@

   if (h245_pi != NULL) h245_pi->msg_type = H245_OpenLogChn;

- if (codec_str){
+ if (codec_str && codec_type){

#
...

Because I made the 2nd call immediately after the 1st and I know that
the name resolution is ok it seems that the error msg is wrong.
Maybe the host was temporary under to heavy load but with netstat I saw
that the connection was established to the server.

The version is:

tfoerste@nhh221 ~/pub/ethereal/trunk $ qpkg -I -v -nc subversion
dev-util/subversion-1.1.3

Seems

-- 
Mit freundlichen Grüßen / Sincerely yours
Toralf Förster
_____________________________________________
Warning: potentially contains traces of nuts.

Received on Thu Apr 14 19:43:33 2005

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.