Paul T. Rykiel
Paul T. Rykiel

Reputation: 1227

Rebuilding my SVN working copy from Scratch

my computer crashed this evening and now I have all kinds of issues with my working copy. I would like to reload the working copy from the server. How do I go about this? I am using Tortoise SVN

Upvotes: 0

Views: 66

Answers (1)

Ben
Ben

Reputation: 8905

First, try the "Cleanup" command in the menu.

If that doesn't work, rename the working copy directory, do a new checkout, copy in any modified files you might have in your old working copy, and then delete the old one.

Upvotes: 1

Related Questions