When I merge a branch back into the trunk using SVN I am advised to merge from the root of the repository. Why is this? (revision numbering?)
Share
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.
This is for many reasons, but the primary one is mergeinfo. SVN is unable to track subtree mergeinfo. If you try, it will put garbage into folder properties.
Mergeinfo is important for
svn blamecommand to work correctly.If you want to commit only parts of the folders, you can do that at the time of commit.