Search code examples
eclipsesvnsubversive

How can I delete a project shared into SVN repository?


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. via websvn interface).

How can I delete this project (folder) from the repository itself?


Solution

  • Use "svn rm URL" command.

    See "svn help rm" for details.