Stop Eclipse/Subversive from setting svn:mime-type to text/plain on initial commit

前端 未结 5 1055
抹茶落季
抹茶落季 2021-01-12 03:03

How do I stop Subversive from setting svn:mime-type to text/plain on initial commit?

My Java code is being checked into my repository wit

5条回答
  •  难免孤独
    2021-01-12 04:08

    You'll need to actually setup the mime types yourself in "Window > Preferences> Team > SVN > Properties Configuration > Automatic Properties"

    For file type *.java for example, set it to: svn:mime-type=text/x-java

提交回复
热议问题