忽略“文件超出文件大小限制”善变的?
Mercurial 中有没有办法忽略“文件超出文件大小限制”?每次我添加 PDF 时,我的项目中的推送都会变得很长,而且我无法从存储库中完全删除该文件。 有没有办法删除 Mercurial 中单个文件的历史记录?
Is there a way to ignore 'files exceeded a filesize limit' in mercurial? Everytime I add a PDF, the push becomes very long in my project and I can't remove the file completely from the repository. Is there a way to remove the history for a single file in Mercurial?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个问题,它为您提供了一个解决方案的想法......编写一个预提交挂钩检查文件大小。
Have a look at this question, it gives you an idea for a solution... to write a pre-commit hook to check the filesize.