Date: 2004-11-05T11:19:17
   Editor: NiallPemberton <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsMaintenanceSvn
   URL: http://wiki.apache.org/struts/StrutsMaintenanceSvn

   no comment

New Page:

This page is intended for any useful info for SVN

== Info ==

 * Struts Subversion [http://struts.apache.org/ repository]
 * Apache Subversion [http://www.apache.org/dev/version-control.html checkout 
instructions]

== Subversion Properties ==

Subversion uses properties to record meta data about files. This section describes the 
use of these properties in Struts.

 * '''svn:keywords''' - subversion supports keyword substitution. Need to set the 
svn:keywords property to space seprated list of the keywords and then add the keywords 
to the file.
 * '''svn:eol-style''' - determines the line ending character on a file.

=== Java Source Files ===

When adding a new java source file the following should be set up:

 * set the '''svn:eol-style''' property to ''native'' 
 * set the '''svn:keywords''' property to ''date author id rev'' 
 * add the $id$ keyword in the license comments at the top of the file
 * add @version $Rev$ $Date$ to the javadoc

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to