有没有办法用 Subversion 进行反向更新?

发布于 2024-07-07 20:28:58 字数 148 浏览 8 评论 0原文

我在 SVN 树中有一个分支,其中包含第三方产品的源代码。 我需要用最新版本更新该分支。 如果我检查它并复制新源覆盖旧源,我可以轻松添加新文件并进行提交。 但是,我还想确保删除旧版本而不是新版本的所有文件。

有没有办法告诉 SVN 从目录更新存储库?

I have a branch in an SVN tree which contains the source to a third party product. I need to update that branch with the latest version. If I check it out and copy the new source over the old source, I can easily add the new files and do a commit. However, I would also like make sure that any files that are the old version but not the new version get deleted.

Is there a way to tell SVN to update a repository from a directory?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

瞳孔里扚悲伤 2024-07-14 20:28:58

有一个工具可以做到这一点。 它记录在Subversion Book中,更准确地说是在关于供应商分支

There's a tool to do that. It's documented in the Subversion Book, more precisely in the part about vendor branches.

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