Xymon Mailing List Archive search

4.4.0

list Joe Sloan
Wed, 25 Mar 2009 14:19:46 -0700
Message-Id: <user-a8a3463f9b7e@xymon.invalid>

Galen Johnson wrote:
SVN on sourceforge is just like accessing a web site...you can actually browse to that same link.
  
Ah - since my svn attempt failed (hung for a long time then crashed and
burned), I was under the impression that svn used a different port from
http and didn't look any farther than this -

jjs at einstein:~$ grep svn /etc/services
svn             3690/tcp        subversion      # Subversion protocol
svn             3690/udp        subversion

But I see now that the real problem was that svn ignored my $http_proxy
environment setting, so it hung on SYN_SENT until it timed out.

Joe