简体   繁体   English

乌龟 SVN 创建和更新 package

[英]Tortoise SVN creating and update package

I have a trunk and one branch of a php script.我有一个主干和一个 php 脚本的分支。 All i want to do is create an update package of files that have changed.我要做的就是为已更改的文件创建更新 package。

Is there someway to do this using Tortoise SVN?有没有办法使用 Tortoise SVN 来做到这一点?

All files that have changed since you branched?自您分支以来所有已更改的文件? open the log , find the revision where you created the branch, select the revisions and (I think) right click and "copy to clipboard" using the menu. 打开日志,找到您创建分支的修订版,select 修订版和(我认为)右键单击并使用菜单“复制到剪贴板”。 You'll get a list of files in all those revisions.您将获得所有这些修订中的文件列表。

Otherwise, check out both trunk and branch and use winmerge or similar to see differences.否则,请检查主干和分支,并使用 winmerge 或类似工具查看差异。

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

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