I sometimes make mistakes with svn and have folders stuck in my repository. I want to remove these folders but I cannot figure out a way to do this. Keep in mind I am very
You can use 2 step delete and commit for this as well. No need to use repository URL.
svn delete filename1 filename2 forldername1 svn commit -m "[Message] Unwanted files and folder."