svn create branches and merge branches to trunk

1,生成branches

    a,在trunk目录下点击SVN  -- branches/tag看到如下页面

svn create branches and merge branches to trunk


    b, to path 处写好本次branche所放位置

    c,写上本次生成branche的备注

    d,选择本次branche从svn的某一个版本开始生成

2,merge  branches to trunk
  把一个branche merge到trunk
  a, 找到trunk目录,点击SVN  merge
   svn create branches and merge branches to trunk
  b,merge from 写好本次merge来自的目录

  c,revision range to merge写好merge来自的版本号,默认为 all revisions
  svn create branches and merge branches to trunk

  d,默认merge到当前trunk目录下


你可能感兴趣的:(SVN)