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

2006-02-22 Thread Manfred Geiler
Sean, is there an important reason for not having these svn macros? Manfred On 2/22/06, Apache Wiki [EMAIL PROTECTED] 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:

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

2006-02-22 Thread Sean Schofield
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,

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

2006-02-22 Thread Manfred Geiler
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 [EMAIL PROTECTED] wrote: We stopped using them a while ago. SVN keeps

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

2006-02-22 Thread Matthias Wessendorf
$Rev$ does the trick ;-) On 2/22/06, Manfred Geiler [EMAIL PROTECTED] 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,

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

2006-02-22 Thread Sean Schofield
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