views:

24

answers:

2

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?

+2  A: 

Use "svn rm URL" command.

See "svn help rm" for details.

Kel
A: 

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.

amelvin