I have a t开发者_运维问答runk and one branch of a php script. All i want to do is create an update package of files that have changed.
Is there someway to do this using 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. 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.
精彩评论