开发者

strange svn problem in eclipse

开发者 https://www.devze.com 2023-04-03 03:04 出处:网络
I have installed Subclipse inside my Eclipse. I can successfully connect to http://svn.python.org/projects/peps/trunk, but when I tried to connect to svn://svn/appwork.org/utils, I got an error saying

I have installed Subclipse inside my Eclipse. I can successfully connect to http://svn.python.org/projects/peps/trunk, but when I tried to connect to svn://svn/appwork.org/utils, I got an error saying:

No connection could be made because the target machine actively refused it. svn: Can't connect to host 'svn': No connection could be made because the target machine actively refused it.

Does anyone knows the answer to this question? Thanks a lot!

Edit I actually overlooked the error in the svn address. Even if I tried with "svn://svn.appwork.org/utils", I still got another error:

A socket operation was attempted to an unreachable host.  
svn: Can't connect to host 'svn.appwork.org': A开发者_Python百科 socket operation was attempted to an unreachable host.  


You need svn://svn.appwork.org/utils instead of svn://svn/appwork.org/utils. With a dot, not slash.

0

精彩评论

暂无评论...
验证码 换一张
取 消