eclipse“SVN检出”遇到问题 error getting dir list 的解决办法

一开始还以为是服务器端的问题,但我我用windows的 tortoisesvn 检出代码是没问题的,就连上传代码的时候也出现以下错误:

    1、checkout svn://xxx/xxx -r HEAD --depth=immediates --force

    2、  svn: URL 'svn://192.xx.xx.xx/xd-common-core' doesn't exist

    3、svn: File already exists: filesystem '/home/svn/ssmall/db', transaction '8-a', path '/xd-common-core'

后来一篇百度知道里面找到了答案:https://zhidao.baidu.com/question/1540991751269409027.html

方法很简单,只需要在eclipse中依次点击顶处的help-->Install new software,会弹出一个install界面

点击 add  在Location一栏输入 http://subclipse.tigris.org/update_1.0.x    ,

name随便写,写完点击add,剩下的一直点下面的Finish就可以啦,是不是很简单呢?

猜你喜欢

转载自blog.csdn.net/qq_27184497/article/details/81490052
今日推荐