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'开发者_Python百科t want to keep the local files either.
The Team context menu doesn't offer anything promising.
Go to
Window - Show view - Svn repositories
You can then right click on folders and delete them.
I am afraid you will have to do this the hard way from the command line. http://svnbook.red-bean.com/en/1.1/re08.html
You could delete all the files and folders that you want from Eclipse and then do Team -> Commit...
. This will delete the project from Eclipse as well as remove it locally.
精彩评论