Ignoring Eclipse project files in SVN project

两盒软妹~` 提交于 2019-11-28 17:44:26
JW.

Preferences > Team > Ignored Resources

Can you use global-ignores? If yes, customize it in your config file:

  • On Windows: C:\Documents and Settings\%USERID%\Application Data\Subversion\config
  • On Linux: ~/.subversion/config

If you want to ignore folders in the eclipse ignored resources, the pattern is */.settings/* for the .settings folder for example

Can you just uncheck the box for "Show unversioned files" in the commit window?

Vehemon

If you right click on the folder in eclipse, and select Show Properties... you can add the svn:ignore right there and have it cascade down to every folder if you choose.

You could the following as a template:

svn:ignore

.settings
.project
.classpath
target

if above answer (tortoise) has no option for commit window directly then

  1. go in tortoise setting -->context menu --> check the click on hide Menus for the unversioned path
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!