eclipse - How do I set properties on file creation using Subclipse -


how configure subclipse when create *.java file subversion properties set default such svn:keywords or svn:eol-style? i've been digging through options , google , can't seem locate answer. know possible since use have set way.

this subversion feature. need configure auto-props. if using svn 1.7 or older read this:

http://svnbook.red-bean.com/en/1.7/svn.advanced.props.html#svn.advanced.props.auto

if using svn 1.8 (subclipse 1.10) there new/easier way it. see here:

http://blogs.collab.net/subversion/the-road-to-repository-dictated-configuration-day-2-autoprops

once configured, these properties added automatically files "added" subversion.


Comments