如何下载 http://svn.apache.org 的源码

通过http访问时正常的:
[url]http://svn.apache.org/viewvc/portals/bridges/trunk/[/url]

这样就不行
C:>svn co svn://svn.apache.org/viewvc/portals/bridges/trunk/

svn: Can't connect to host 'svn.apache.org': A connection attempt failed because
the connected party did not properly respond after a period of time, or establi
shed connection failed because connected host has failed to respond.

谢谢

具体得到apache所有项目的svn地址可以从下面的网页找到:
[url]http://svn.apache.org/repos/asf/[/url]

比如:
[code="java"]http://svn.apache.org/repos/asf/ibatis[/code]
ibatis svn 的url.

[url]http://svn.apache.org/viewvc/portals/bridges/trunk/ [/url]

viewvc是查看svn的web应用程序, 所以, 这个地址是给从ie查看svn文件使用的.

肯定有给svn工具使用的url.