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?
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?
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.
Take a look here: How to Rollback a SVN Repository to a Previous Revision.