Andy Stampor
Andy Stampor

Reputation: 688

How do I recover deleted svn-base files?

I ran a "helpful" script that deleted a bunch of files from my .svn directories. Now, when I try to do an update or revert or whatever, I get errors saying the files are missing.

How can I recover from this? The svn repository is huge, so I'd rather avoid having to delete the whole working folder and get it again.

Upvotes: 1

Views: 1260

Answers (1)

Stanislav Ageev
Stanislav Ageev

Reputation: 778

Actually if you will export it then you can checkout over it and it will version existing files instead of downloading them. If you fail to export correctly run a script that deletes all .svn folders

Upvotes: 2

Related Questions