开发者

Deleting a project in SVN with Subclipse

开发者 https://www.devze.com 2023-02-03 20:31 出处:网络
I would like to completely remove a project from version control from inside Eclipse using the Subclipse plug-in.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消