我試圖從SVN
的版本控制中刪除文件。我不小心將它們從我的文件系統中刪除,並且每次運行SVN Status
時,這些文件都會在其前面顯示exclamation
標記。如何在運行SVN Status
時刪除這些文件?謝謝您的幫助!如何從Subversion中刪除文件?
! project/files0 //I want to remove this one..
! project/files1 //I want to remove this one..
! project/files2 //I want to remove this one..
! project/files3 //I want to remove this one..
M project/good file0
M project/good file1
M project/good file2
是否要從上一個存儲庫修訂版本中刪除這些文件,或將它們從存儲庫歷史記錄中完全刪除? – bahrep