I made some changes to a project that I need to take out. The easiest way is to rollback to the project 3 days ago and start from there.
How do I make that revision the new head of the project in ToutoiseSVN?
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.
To revert to a previous revision you do not actually revert to that revision – you create a new changeset, which – when committed – will revert your source code to look like that revision.
You can do it by marking a couple of commits in the log, right click, and select “revert changes from this revision”.
And don’t worry, nothing will really happen until you commit that changeset.