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.
我通常在我的 svn checkout 的源目录中创建一个标签文件(使用 ctags)。当我做 svn cleanup 时,这个文件被删除了。
有没有一种方法可以在清理过程中配置 svn 以忽略标签文件?
你可以:
svn cleanup
在 WCPATH 处完成工作副本中所有未完成的工作,并从工作副本中移除写锁(由 'svn status' 命令显示为 'L')。通常,仅当 Subversion 客户端在使用工作副本时崩溃,使其处于不可用状态时才需要这样做。
如果您必须定期使用它-您在某个地方遇到了大问题