tuan long
tuan long

Reputation: 603

how to merge an older revision to current working copy in svn

Well, I merged a branch from trunk today which made many modifications of that branch disappeared, I knew something must be wrong with the way I did that merge. So I just want my modifications back from the revision just before that merge. How should I do it. Thanks a lot.

Upvotes: 1

Views: 386

Answers (1)

Lazy Badger
Lazy Badger

Reputation: 97280

You have not merge older revision. If $REVISION is totally bad and you want to discard changes, produced in it, you have to reverse merge $REVISION and get state of $REVISION-1 as result

Upvotes: 1

Related Questions