cvs,“文件应该被删除并且仍然存在(或再次返回)”
我正在尝试提交一个项目,其中的文件已被“cvs 删除”,但实际上需要存在。 内容已完全重写,但需要保留相同的名称。
如果没有收到此恼人的错误消息,我无法提交项目或重新添加文件。 如何“取消删除”CVS 中的文件?
I am trying to commit a project in which a file has been "cvs remove"d, but actually needs to be there. The contents has been completely rewritten, but it needs to retain the same name.
I am unable to either commit the project or re-add the file without getting this annoying error message. How do I "unremove" a file in CVS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
或者,如果您想从存储库获取最新副本
Or, alternatively, if you want to get the latest copy back from the repository
这对我有用:
重命名文件
要求cvs添加旧版本:
cvs 然后报告它已恢复已删除的文件。
cvs status
显示该文件现在已“本地修改”This worked for me:
Rename the file
Ask cvs to add the old version:
cvs then reports it has resurrected the removed file.
cvs status
reveals that the file is now "locally modified"