It doesn't at the moment and the info Joe gave means that unless theres a
way of configuring it on the server side then we all will have to
indivdually configure our clients to do it.

I not ice that some of the java source files have the svn:executable
property set:

http://svnbook.red-bean.com/svnbook-1.1/ch07s02.html#svn-ch-7-sect-2.3.1

Do we need this or property or not - not being a unix user I deon't really
get it, but it seems strange to set this on a source file?

Niall

----- Original Message ----- 
From: "Martin Cooper" <[EMAIL PROTECTED]>
To: "Struts Developers List" <[EMAIL PROTECTED]>
Sent: Friday, November 05, 2004 7:29 PM
Subject: Re: [Apache Struts Wiki] New: StrutsMaintenanceSvn


> AFAIK, you shouldn't have to do the first two things for each file.
> Those should just happen by default.
>
> --
> Martin Cooper
>
>
> On Fri, 5 Nov 2004 19:27:30 -0000, Niall Pemberton
> <[EMAIL PROTECTED]> wrote:
> > I've added a new page, but someone with with more SVN knowledge thean me
> > might want to correct/update it.
> >
> > Niall
> >
> >
> >
> > ----- Original Message -----
> > From: <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, November 05, 2004 7:19 PM
> > Subject: [Apache Struts Wiki] New: StrutsMaintenanceSvn
> >
> >   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]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



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

Reply via email to