1 / 26 一、SVN 培训-重点分支、合并、tag VisualSVN Server TortoiseSVNCornerStone 1
名 称解释 SVN 术语,Clearcase( UCM & Base)术语 repository vob 存储库 配置库 trunk base mainline integration-stream 主干 主线 集成流 branch development-stream 分支 开发流 tag baseline lable snapshot 标签 基线 快照 workcopy view 工作副本 视图 本地工作空间 意义是人赋予的 2 / 26 2
SVN 工作方式 3 / 26 4 / 26 5 / 26 6 / 26 二、Branch &Merging The next point to note is that merging always takes place within a working copy
If you want to merge changes into a branch, you have to have a working copy for that branch checked out, and invoke the merge wizard from that working copy using TortoiseSVN → Merge
SVN 可以为一个版本库中的内容(主干)建立一个分支
分支和主干完全独立,就相当于把代码再复制一份,重新添加到版本库中
但 SVN 提供另一个功能,就是把主干做出的修改合并到分支中,以及把分支修改的内容合并到主干中
示例:基于 TortoiseSVN 1
7 / 26 8 / 26 建立时要注意: 1
当前复制源,即