You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Apache Wiki <wi...@apache.org> on 2005/10/27 03:46:38 UTC

[Struts Wiki] Update of "StrutsMaintenanceSvn" by WendySmoak

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org