SVN:忽略 _versioned_ 目录

发布于 2024-10-21 05:18:00 字数 291 浏览 2 评论 0原文

我正在开发一个具有非常大的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南街女流氓 2024-10-28 05:18:00

Svn 稀疏结帐可能正是您想要的。

Svn sparse checkouts may be what you want for this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文