SVN: merge local changes into other working copy

前端 未结 3 1462
Happy的楠姐
Happy的楠姐 2021-02-19 17:14

I have two working copies of the same project, each switched to a different branch. Is it possible to merge local changes in one project to the other working copy?

3条回答
  •  北海茫月
    2021-02-19 17:22

    You could create a patch on one working copy (svn diff) and apply it to the other one (patch). http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/

提交回复
热议问题