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?
            Asked
            
        
        
            Active
            
        
            Viewed 421 times
        
    1 Answers
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
 
- 
                    Thanks, I just want to have files of r1 in the work folder. leave r2 and r3 untouched in the repository. – david weng Aug 29 '19 at 23:57
 - 
                    @davidweng - case 1 – Lazy Badger Aug 30 '19 at 00:32