
example:I want delete friendsmap.
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.
Use svn to checkout the entire source tree, then
svn rmto remove the directory from the working set, then commit.Better yet, you can use
svn rm URL -m "Deleting that folder 'friendsmap' I don't like"and provide the url of that folder, if you want to do it quicker. (from svn rm help: “Each item specified by a URL is deleted from the repository via an immediate commit.”)