How to Remove a Folder From Committing in SVN (Eclipse)

拈花ヽ惹草 提交于 2019-12-05 17:44:11

I figured this out. I am an idiot. To save people future headaches, you need to go to the SVN Repository view in Eclipse (the top right hand corner by default, where it says Java, Debug etc. Delete it from THERE, then "update to head" and then you can right click and add to SVN:ignore. Then, this change should be committed.

In you self answer, your are not really deleting the file/folder. In SVN, you have to commit the deletion. Depending on what version of SVN, Eclipse, SVNKit etc. you have it might be tricky or buggy via the GUI though.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!