TortoiseSVN: Go back to previous revision without a working copy

0

How can use Tortoise to go back to the previous revision and make it the HEAD without a working copy?

Bird201

Posted 2019-05-24T11:25:05.937

Reputation: 1

Answers

0

  1. I checked-out the HEAD revision to create a local copy;
  2. Exported the previous revision to another folder using the Repository Browser;
  3. Copied those exported files into my checked-out folder, overwriting existing;
  4. Re-added all files in my checked-out folder;
  5. Committed my checked-out folder.

That seemed to work.

Bird201

Posted 2019-05-24T11:25:05.937

Reputation: 1