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.
我有一个文件已经存在超过 1 年,并定期进行修改。现在我必须重命名这个文件,我唯一的问题是我不想丢失这个文件的 cvs 历史。历史对我来说很重要,因为我需要将它用作我的更改的参考。我搜索了“cvs rename”,但没有找到。有什么办法吗?
没有好的方法可以做到这一点。您可以在 cvs 存储库中找到该文件并重命名该文件。缺点是这将是所有版本的文件名,而不仅仅是前进。
您还可以将存储库文件复制到具有新名称的文件中。缺点也是如此。这仅取决于您如何进行设置。