2 messages in net.sourceforge.lists.courier-sqwebmail[sqwebmail] cvs.sourceforge.net
FromSent OnAttachments
Pawel TeczaJul 7, 2006 12:57 am 
Pawel TeczaJul 7, 2006 1:25 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] cvs.sourceforge.netActions...
From:Pawel Tecza (p.te@net.icm.edu.pl)
Date:Jul 7, 2006 12:57:16 am
List:net.sourceforge.lists.courier-sqwebmail

Hello Sam,

CVSROOT at "Download" project page is invalid. Now there is

CVSROOT=:pserver:anon@cvs.sourceforge.net:/cvsroot/courier

but should be

CVSROOT=:pserver:anon@courier.cvs.sourceforge.net:/cvsroot/courier ^^^^^^^ Please fix it, because users can't checkout Courier sources from CVS using this settings:

$ cvs -d :pserver:anon@cvs.sourceforge.net:/cvsroot/courier login Logging in to :pserver:anon@cvs.sourceforge.net:2401/cvsroot/courier CVS password: cvs [login aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 failed: No route to host

$ $ ping -c 5 cvs.sourceforge.net PING cvs.sourceforge.net (66.35.250.207) 56(84) bytes of data. 64 bytes from cvs.sourceforge.net (66.35.250.207): icmp_seq=1 ttl=51 time=192 ms 64 bytes from cvs.sourceforge.net (66.35.250.207): icmp_seq=2 ttl=51 time=187 ms 64 bytes from cvs.sourceforge.net (66.35.250.207): icmp_seq=3 ttl=51 time=190 ms 64 bytes from cvs.sourceforge.net (66.35.250.207): icmp_seq=4 ttl=51 time=192 ms 64 bytes from cvs.sourceforge.net (66.35.250.207): icmp_seq=5 ttl=51 time=191 ms

--- cvs.sourceforge.net ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4046ms rtt min/avg/max/mdev = 187.027/190.720/192.121/1.990 ms

$ telnet cvs.sourceforge.net 2401 Trying 66.35.250.207... telnet: Unable to connect to remote host: No route to host

BTW, my Opera 9 browser shows strange triangle characters instead of spaces in lines with `cvs -z3 checkout ...` command.

My best regards,