简体   繁体   中英

Tortoise SVN creating and update package

I have a trunk 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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