0

I have a folder, with revision 1, 2, 3 for example. The current revision is 3. Now I want to go back to revision 1. And I suspect the revert is not quite right. So I just delete all files in the folder and then try to revert to revision 1. But I cannot find a way to do it. I either get 'conflict not set' or 'skipping missing target'. So how can I just pull a revision to a empty folder that already binded?

bahrep
  • 29,961
  • 12
  • 103
  • 150
david weng
  • 196
  • 1
  • 1
  • 8

1 Answers1

2

"Go back" isn't a clean term. Do you want just to see r1 in WC, or undo r2-r3?

Case 1: "Update to revision" in context menu

Case 2: Reverse Merge

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110