Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by WendySmoak: http://wiki.apache.org/struts/StrutsMaintenanceSvn The comment on the change is: Added example config file ------------------------------------------------------------------------------ * [http://svnbook.red-bean.com/svnbook-1.1/ch07.html#svn-ch-7-sect-1.3.2 Configuraton Options] First you need to set the '''enable-auto-props''' to ''yes''. Then in the '''auto-props''' section add properties for specified file patterns. + + For example, in ~/.subversion/config: + {{{ + enable-auto-props = yes + + [auto-props] + *.java = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.jsp = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.css = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.htm = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.html = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.xml = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.xsl = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.dtd = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.txt = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.properties = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.tld = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + }}} === Struts Subversion Property Settings === --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]