Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不小心将存储在 CVS 中的代码签入到 SVN,而没有删除 CVS 文件夹。我如何svn同时删除它们?查找 -name "DIRNAME"-exec rm -rf {} \; 将仅在本地删除 DIRS。
任何帮助表示赞赏。谢谢!
svn delete使用而不是执行相同的命令rm -rf,然后提交。
svn delete
rm -rf