有没有办法用 Subversion 进行反向更新?
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个工具可以做到这一点。 它记录在Subversion Book中,更准确地说是在关于供应商分支。
There's a tool to do that. It's documented in the Subversion Book, more precisely in the part about vendor branches.