The latest revisions in my code repo has been corrupted and has destabilized my app. I want to revert to an earlier revision. But I don't want to simply use 'revert' on my working copy; I actually want to delete my head revision and several revisions prior in my repo, thereby 'reverting' my repo to an earlier revision, which would become the head revision. Anyone know how I would do this?
feedback
|
|
Maybe this link helps you: http://www.sampablokuper.com/2009/03/27/svn-revert-to-revision/ Quote:
| |||
|
feedback
|
|
You can use dump / load for this purpose. You could also use svnsync to make a backup to some revision. If you have a big repository, it take time. | |||
|
feedback
|
|
This worked for me. Given that you have revision 1234 as the HEAD and you want to revert last three commits:
| ||||
|
feedback
|