svn 如果遇到an unversioned directory of the same name already exists的解決辦法


svn 如果遇到an unversioned directory of the same name already exists的解決辦法

一般這種情況是因為,在一個已經存在的文件夾里做SVN checkout檢出,如果有相同的文件夾或者文件存在,就會提示這個錯誤

解決的辦法很簡單,在svn checkout中加上--force

這樣就解決問題了

如下示例   svn checkout  --force svn://xxxxxxxx  

svn up --force


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM