首页 > 其他 > 详细

add to svn ignore disabled

时间:2014-09-02 17:20:24      阅读:202      评论:0      收藏:0      [点我收藏+]

The problem is that the folder is already under version control.

Here‘s how I fix this type of problem when it comes up:

  1. In your local shell, make a copy of the .settings folder
  2. Bring up the "SVN Repositories" view in Eclipse
  3. Navigate to within the project on the server (e.g. /trunk/cboon/Project1/)
  4. Right-click the .settings directory there and delete it
  5. Now locally, update the project. If it feels that .settings is in conflict, accept the incoming change.
  6. 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
  7. 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

原文:http://www.cnblogs.com/zbw911/p/3951668.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!