今天在同事那塊拷貝了一份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項目,大功告成