You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Manfred Geiler <ma...@gmail.com> on 2006/02/22 14:47:43 UTC

Re: [Myfaces Wiki] Update of "MyFaces Developer Notes" by schof

Sean,
is there an important reason for not having these svn "macros"?

Manfred


On 2/22/06, Apache Wiki <wi...@apache.org> wrote:
> Dear Wiki user,
>
> You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.
>
> The following page has been changed by schof:
> http://wiki.apache.org/myfaces/MyFaces_Developer_Notes
>
> ------------------------------------------------------------------------------
>   /**
>    * Very detailed description goes here... ;-)
>    *
> +  * @author Bug Rogers
> -  * @author Bug Rogers (latest modification by $Author$)
> -  * @version $Revision$ $Date$
>    */
>   }}}
>
>

Re: [Myfaces Wiki] Update of "MyFaces Developer Notes" by schof

Posted by Sean Schofield <se...@gmail.com>.
I just don't think its necessary regardless of whether it works.  If
you want to leave them that's ok but I think its overkill and makes
the code slightly longer and more difficult to read.

I wouldn't be in a hurry to remove them - just whenever we spot one
and we're committing anyways.

Sean

On 2/22/06, Manfred Geiler <ma...@gmail.com> wrote:
> Maybe, but also the $Author$ was changed in one case and not in the other case.
>
> Manfred
>
>
> On 2/22/06, Matthias Wessendorf <mw...@gmail.com> wrote:
> > $Rev$ does the trick ;-)
> >
> > On 2/22/06, Manfred Geiler <ma...@gmail.com> wrote:
> > > ok, fine.
> > > It also seems to work sometimes and sometimes not.
> > > I recently checked in two classes. One had the "last modified" and
> > > "revision" updated one not. Curious. Ok, let's get rid of these.
> > >
> > > Manfred
> > >
> > >
> > > On 2/22/06, Sean Schofield <se...@gmail.com> wrote:
> > > > We stopped using them a while ago.  SVN keeps track of who last
> > > > modified etc.  In fact, SVN tells you who last modified what line (svn
> > > > blame).  A while back I seem to recall us deciding that since SVN is
> > > > keeeping track of all of this there was no need to keep up the
> > > > practice.
> > > >
> > > > Sean
> > > >
> > > > On 2/22/06, Manfred Geiler <ma...@gmail.com> wrote:
> > > > > Sean,
> > > > > is there an important reason for not having these svn "macros"?
> > > > >
> > > > > Manfred
> > > > >
> > > > >
> > > > > On 2/22/06, Apache Wiki <wi...@apache.org> wrote:
> > > > > > Dear Wiki user,
> > > > > >
> > > > > > You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.
> > > > > >
> > > > > > The following page has been changed by schof:
> > > > > > http://wiki.apache.org/myfaces/MyFaces_Developer_Notes
> > > > > >
> > > > > > ------------------------------------------------------------------------------
> > > > > >   /**
> > > > > >    * Very detailed description goes here... ;-)
> > > > > >    *
> > > > > > +  * @author Bug Rogers
> > > > > > -  * @author Bug Rogers (latest modification by $Author$)
> > > > > > -  * @version $Revision$ $Date$
> > > > > >    */
> > > > > >   }}}
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > Zülpicher Wall 12, 239
> > 50674 Köln
> > http://www.wessendorf.net
> > mwessendorf-at-gmail-dot-com
> >
>

Re: [Myfaces Wiki] Update of "MyFaces Developer Notes" by schof

Posted by Manfred Geiler <ma...@gmail.com>.
Maybe, but also the $Author$ was changed in one case and not in the other case.

Manfred


On 2/22/06, Matthias Wessendorf <mw...@gmail.com> wrote:
> $Rev$ does the trick ;-)
>
> On 2/22/06, Manfred Geiler <ma...@gmail.com> wrote:
> > ok, fine.
> > It also seems to work sometimes and sometimes not.
> > I recently checked in two classes. One had the "last modified" and
> > "revision" updated one not. Curious. Ok, let's get rid of these.
> >
> > Manfred
> >
> >
> > On 2/22/06, Sean Schofield <se...@gmail.com> wrote:
> > > We stopped using them a while ago.  SVN keeps track of who last
> > > modified etc.  In fact, SVN tells you who last modified what line (svn
> > > blame).  A while back I seem to recall us deciding that since SVN is
> > > keeeping track of all of this there was no need to keep up the
> > > practice.
> > >
> > > Sean
> > >
> > > On 2/22/06, Manfred Geiler <ma...@gmail.com> wrote:
> > > > Sean,
> > > > is there an important reason for not having these svn "macros"?
> > > >
> > > > Manfred
> > > >
> > > >
> > > > On 2/22/06, Apache Wiki <wi...@apache.org> wrote:
> > > > > Dear Wiki user,
> > > > >
> > > > > You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.
> > > > >
> > > > > The following page has been changed by schof:
> > > > > http://wiki.apache.org/myfaces/MyFaces_Developer_Notes
> > > > >
> > > > > ------------------------------------------------------------------------------
> > > > >   /**
> > > > >    * Very detailed description goes here... ;-)
> > > > >    *
> > > > > +  * @author Bug Rogers
> > > > > -  * @author Bug Rogers (latest modification by $Author$)
> > > > > -  * @version $Revision$ $Date$
> > > > >    */
> > > > >   }}}
> > > > >
> > > > >
> > > >
> > >
> >
>
>
> --
> Matthias Wessendorf
> Zülpicher Wall 12, 239
> 50674 Köln
> http://www.wessendorf.net
> mwessendorf-at-gmail-dot-com
>

Re: [Myfaces Wiki] Update of "MyFaces Developer Notes" by schof

Posted by Matthias Wessendorf <mw...@gmail.com>.
$Rev$ does the trick ;-)

On 2/22/06, Manfred Geiler <ma...@gmail.com> wrote:
> ok, fine.
> It also seems to work sometimes and sometimes not.
> I recently checked in two classes. One had the "last modified" and
> "revision" updated one not. Curious. Ok, let's get rid of these.
>
> Manfred
>
>
> On 2/22/06, Sean Schofield <se...@gmail.com> wrote:
> > We stopped using them a while ago.  SVN keeps track of who last
> > modified etc.  In fact, SVN tells you who last modified what line (svn
> > blame).  A while back I seem to recall us deciding that since SVN is
> > keeeping track of all of this there was no need to keep up the
> > practice.
> >
> > Sean
> >
> > On 2/22/06, Manfred Geiler <ma...@gmail.com> wrote:
> > > Sean,
> > > is there an important reason for not having these svn "macros"?
> > >
> > > Manfred
> > >
> > >
> > > On 2/22/06, Apache Wiki <wi...@apache.org> wrote:
> > > > Dear Wiki user,
> > > >
> > > > You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.
> > > >
> > > > The following page has been changed by schof:
> > > > http://wiki.apache.org/myfaces/MyFaces_Developer_Notes
> > > >
> > > > ------------------------------------------------------------------------------
> > > >   /**
> > > >    * Very detailed description goes here... ;-)
> > > >    *
> > > > +  * @author Bug Rogers
> > > > -  * @author Bug Rogers (latest modification by $Author$)
> > > > -  * @version $Revision$ $Date$
> > > >    */
> > > >   }}}
> > > >
> > > >
> > >
> >
>


--
Matthias Wessendorf
Zülpicher Wall 12, 239
50674 Köln
http://www.wessendorf.net
mwessendorf-at-gmail-dot-com

Re: [Myfaces Wiki] Update of "MyFaces Developer Notes" by schof

Posted by Manfred Geiler <ma...@gmail.com>.
ok, fine.
It also seems to work sometimes and sometimes not.
I recently checked in two classes. One had the "last modified" and
"revision" updated one not. Curious. Ok, let's get rid of these.

Manfred


On 2/22/06, Sean Schofield <se...@gmail.com> wrote:
> We stopped using them a while ago.  SVN keeps track of who last
> modified etc.  In fact, SVN tells you who last modified what line (svn
> blame).  A while back I seem to recall us deciding that since SVN is
> keeeping track of all of this there was no need to keep up the
> practice.
>
> Sean
>
> On 2/22/06, Manfred Geiler <ma...@gmail.com> wrote:
> > Sean,
> > is there an important reason for not having these svn "macros"?
> >
> > Manfred
> >
> >
> > On 2/22/06, Apache Wiki <wi...@apache.org> wrote:
> > > Dear Wiki user,
> > >
> > > You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.
> > >
> > > The following page has been changed by schof:
> > > http://wiki.apache.org/myfaces/MyFaces_Developer_Notes
> > >
> > > ------------------------------------------------------------------------------
> > >   /**
> > >    * Very detailed description goes here... ;-)
> > >    *
> > > +  * @author Bug Rogers
> > > -  * @author Bug Rogers (latest modification by $Author$)
> > > -  * @version $Revision$ $Date$
> > >    */
> > >   }}}
> > >
> > >
> >
>

Re: [Myfaces Wiki] Update of "MyFaces Developer Notes" by schof

Posted by Sean Schofield <se...@gmail.com>.
We stopped using them a while ago.  SVN keeps track of who last
modified etc.  In fact, SVN tells you who last modified what line (svn
blame).  A while back I seem to recall us deciding that since SVN is
keeeping track of all of this there was no need to keep up the
practice.

Sean

On 2/22/06, Manfred Geiler <ma...@gmail.com> wrote:
> Sean,
> is there an important reason for not having these svn "macros"?
>
> Manfred
>
>
> On 2/22/06, Apache Wiki <wi...@apache.org> wrote:
> > Dear Wiki user,
> >
> > You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.
> >
> > The following page has been changed by schof:
> > http://wiki.apache.org/myfaces/MyFaces_Developer_Notes
> >
> > ------------------------------------------------------------------------------
> >   /**
> >    * Very detailed description goes here... ;-)
> >    *
> > +  * @author Bug Rogers
> > -  * @author Bug Rogers (latest modification by $Author$)
> > -  * @version $Revision$ $Date$
> >    */
> >   }}}
> >
> >
>