Deleting TortoiseSVN repository?

Soldato
Joined
26 Aug 2006
Posts
9,726
Location
62.156684,-49.781113
Used SVN for a group project, realised I still have the SVN set up months after. However, the server doesn't exist anymore, so it won't let me delete the repository? When I take a copy of the folder, it also thinks that I want to use the copy. How do I get the files out without it trying this, or remove the repository from the repo-browser? :)
 
What do you mean by 'remove'? If the server no longer exists, then surely the repository has gone along with it?

If you mean you want to stop SVN from thinking your project files are a working copy, then just delete all of the .svn folders in it.
 
Aha, deleted the .svn file in the root, but didn't realise there was one in every directory!

Cheers :)
 
Back
Top Bottom