SVN:忽略 _versioned_ 目录
我正在开发一个具有非常大的 svn 存储库的项目。 源代码管理下的目录之一包含大量非常大的二进制文件,总大小超过 1 GB。我对这些文件没有兴趣,它们对我正在做的工作没有影响。我想执行 svn:update 而不对该文件夹进行任何更改。
有没有办法排除版本控制的文件夹/文件获取更新?我在这里和其他网站上发现了一些问题,他们都建议从源代码管理中删除您想要忽略的内容。不幸的是,我只是一个普通工人,对这些事情没有发言权,这些文件无法删除。
有办法做到这一点吗?忽略对版本化目录的所有更新,而不对存储库本身进行更改。
谢谢。
I am working on a project with a very large svn repository.
One of the directories under source control contains a plethora of very large binary files totaling over 1 GB in size. I have no interest in these files, they have no impact on the work I am doing. I would like to perform an svn:update without getting any of the changes for this folder.
Is there a way to exclude a versioned folder/file from getting updates? I found a handful of questions here and on other sites and they all recommend removing the thing you want to ignore from source control. Unfortunately I am just a mere peon and have no say in these matters, the files cannot be removed.
Is there a way to do this? Ignore all updates to a versioned directory without making changes to the repository itself.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Svn 稀疏结帐可能正是您想要的。
Svn sparse checkouts may be what you want for this.