首页 > 代码库 > add to svn ignore disabled
add to svn ignore disabled
The problem is that the folder is already under version control.
Here‘s how I fix this type of problem when it comes up:
- In your local shell, make a copy of the
.settings
folder - Bring up the "SVN Repositories" view in Eclipse
- Navigate to within the project on the server (e.g.
/trunk/cboon/Project1/
) - Right-click the
.settings
directory there and delete it - Now locally, update the project. If it feels that
.settings
is in conflict, accept the incoming change. - Copy your local back-up of
.settings
back into place and refresh. It should now have a ‘?‘ badge, indicating that it‘s not under control - Now you can
svn:ignore
it
from:http://stackoverflow.com/questions/16646942/unable-to-add-file-or-folder-to-svnignore
add to svn ignore disabled
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。