Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deleting a project in SVN with Subclipse

I would like to completely remove a project from version control from inside Eclipse using the Subclipse plug-in.

My requirement is similar to the one at this question except that I don't want to keep the local files either.

The Team context menu doesn't offer anything promising.

like image 671
kostja Avatar asked Jan 13 '11 12:01

kostja


People also ask

How do I delete a working copy in SVN?

If you have a working copy which you no longer need, how do you get rid of it cleanly? Easy - just delete it in Windows Explorer! Working copies are private local entities, and they are self-contained. Deleting a working copy in Windows Explorer does not affect the data in the repository at all.


1 Answers

Go to

Window - Show view - Svn repositories

You can then right click on folders and delete them.

like image 114
Leo Avatar answered Sep 30 '22 16:09

Leo