SVN Multiple Branch Tagging

不羁岁月 提交于 2019-12-04 13:10:04

You must do normal or sparse working copy and make a tag with the working copy as explained in http://svnbook.red-bean.com/en/1.6/svn.branchmerge.tags.html#svn.branchmerge.tags.mkcomplex

With TortoiseSVN (or the command line) you could do a tag of the full repository (doing it from the root) but this is not recomended because it can disturb the behaviour of some tools that relay in the standard layout.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!