I have some changes commited a few commits back in my svn repository. Let’s say HEAD is at r750 and I want to revert r745 without losing r746-r750. Is this possible?
And, can I somehow save r745 and reapply it later (as a new revision)?
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.
Supposing you get a clean backwards merge, you could do this…
Then when you want to re-apply it, you could forward merge it back in:
For more info, check out the “Common Use-Cases for Merging.”