简体   繁体   English

Tortoise SVN使用Active更新工作副本

[英]Tortoise SVN update working copy with Active

In my SVN repo browser I have multiple items (folders). 在我的SVN存储库浏览器中,我有多个项目(文件夹)。 I have two that are important, the first is CM_Active which corresponds to my Active project. 我有两个重要的方面,第一个是CM_Active,它对应于我的Active项目。 This is the project that is live. 这是正在进行的项目。 I also have CM_Working which corresponds to my working project. 我也有与我的工作项目相对应的CM_Working。 I have made changes to my Active copy, how do I copy over the Active changes to update my working copy? 我已经对活动副本进行了更改,如何复制活动更改以更新我的工作副本? I am new to SVN. 我是SVN的新手。

Using TortoiseSVN - open the folder containing your working copy, select all files, right click and select 'SVN Update'. 使用TortoiseSVN-打开包含工作副本的文件夹,选择所有文件,右键单击并选择“ SVN更新”。

Via the CLI - use command svn update PATH 通过CLI-使用命令svn update PATH

I recommend reading the Version Control with Subversion book. 我建议阅读《 带Subversion版本控制》一书。

If Active is a branch of Working, the you should use merge . 如果Active是Working的分支,则应使用merge If Active is not a branch of Working the I highly recommend making it a branch, as then it is easier to manage, because then it will be easier to see exactly what changed since the last merge. 如果“活动”不是“工作”的分支,则我强烈建议将其设为“分支”,因为这样更易于管理,因为这样一来,您将更容易准确地看到自上次合并以来发生了什么变化。

The TortoiseSVN documentation is here , with the documentation on merging here . TortoiseSVN文档在这里 ,有关合并的文档在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM