如何将标签与分支合并
I have a question about SVN,
I would like to merge a tag lets say: http://my.dev.com/svn/proj/tags/v.3.1.2 with my working copy. What is the svn command for that
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SVN 没有为标签或分支分配任何特殊含义,它们只是存储库布局的约定。就 SVN 而言,它们只是特定修订的“副本”(前提是您一直按照此约定管理存储库)。您应该能够像合并分支一样合并标签。
SVN doesn't assign any special meaning to tags or to branches, they are just a convention for repository layout. As far as SVN is concerned, they are just "copies" of particular revisions (provided you have been managing your repository according to this convention). You should be able to merge a tag just like you would merge a branch.
为什么你要合并一个“标签”,你可能指的是一个分支。
检查这个
Why would you want to merge a "Tag", you probably mean a Branch.
Check this one