Reputation: 24897
Some commits ago, I deleted a directory in my Fossil repo. How do I get it back?
Upvotes: 0
Views: 417
Reputation: 79205
The simplest way would be:
fossil ui
Upvotes: 1
Reputation: 20565
Clone your repository in folder 1
Open at the last checkin that contained the lost directory
Clone your repository in folder 2
Open the tip
Copy the lost directory from folder 1 to folder 2
execute addremove in folder 2
commit folder 2
Upvotes: 1