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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.