今天在同僚那塊拷貝了一份Eclipse,自帶SVN插件。但是用新的eclipse從SVN上import項目的時候總是報錯。封包件夾""已不存在的錯誤。

解決方法:參考方案位址——https://blog.csdn.net/wenbsu/article/details/80965680
1、更改你的Eclipse中的SVN Interface
windows > preference > Team > SVN #SVN Interface
選擇SVNKit,如下圖:
2、删除你計算機路徑為C:\Users\[youComputerName]\AppData\Roaming\Subversion\下的auth檔案夾。
3、重新開機Eclipse,然後連接配接SVN import項目,大功告成
轉載于:https://www.cnblogs.com/xiaojie1993/p/9830095.html