I am learning to use Subversion and am experimenting. I checked out a copy of a test repo and put it where I don’t want it — and, in fact, I don’t want it at all anymore.
I don’t want to just delete it — or is that the thing to do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just delete your complete local checked-out working copy (including all .svn directories).
This will not modify your repository as you are not committing your deletion.
Note: If you want to move the local working directory to another location on your harddisk, just move (the top-level) directory to its new location and your local working copy is still working properly (ie the link with your repository is not lost)