I work under Ubuntu and use Eclipse+Subversive to commit code to my SVN repository.
I accidentally shared a project I don't want to be shared. I disconnected it, but obviously I can still see it (e.g. v开发者_JS百科ia websvn interface).
How can I delete this project (folder) from the repository itself?
Use "svn rm URL" command.
See "svn help rm" for details.
You could use the repo-browser of your subversion client (that's what its called in tortoise) to access the subversion structure directly and do your maintenance there.
精彩评论