CVS can automatically add (during commit):

name of commiter
timestamp
comment

to the header section of the file. I would need to
lookup info on how that is done. If you need that, let
me know.

Ajay

--- marc fleury <[EMAIL PROTECTED]> wrote:
> also add yourself as author.
> 
> Finally guys, I believe that as the "purity" of the
> code drops down i.e.
> that it goes way beyond the original team (it is
> happening *right now*) I
> believe we should really enforce "the comments in
> the code".  Yes I know
> that the logs are what are supposed to keep that but
> frankly I would rather
> see it all in one place, ie. at the top of the file
> to see who has done
> what, since it gets very confusing and you have to
> be online to get that
> information through cvs.
> 
> I am open to that one, how do you guys feel? (do you
> feel strongly against
> it? I remember one of you feeling strongly) but
> frankly more than once I
> read code and I go, huh? where does that come
> from... that would be very
> useful.
> 
> Is there a way to have cvs include the commits
> messages automatically?
> 
> marcf
> 
> |-----Original Message-----
> |From: [EMAIL PROTECTED]
>
|[mailto:[EMAIL PROTECTED]]On
> Behalf Of
> |[EMAIL PROTECTED]
> |Sent: Wednesday, June 13, 2001 5:15 PM
> |To: [EMAIL PROTECTED]
> |Subject: [JBoss-dev] CVS update:
> jboss/src/main/org/jboss/ejb
> |CacheKey.java
> |
> |
> |  User: patriot1burke
> |  Date: 01/06/13 14:15:23
> |
> |  Modified:    src/main/org/jboss/ejb CacheKey.java
> |  Log:
> |  comment change
> |
> |  Revision  Changes    Path
> |  1.11      +3 -2     
> jboss/src/main/org/jboss/ejb/CacheKey.java
> |
> |  Index: CacheKey.java
> | 
>
===================================================================
> |  RCS file:
>
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/CacheKey.java,v
> |  retrieving revision 1.10
> |  retrieving revision 1.11
> |  diff -u -r1.10 -r1.11
> |  --- CacheKey.java  2001/06/13 18:48:15     1.10
> |  +++ CacheKey.java  2001/06/13 21:15:23     1.11
> |  @@ -21,7 +21,7 @@
> |   *
> |   *   @see
>
org.jboss.ejb.plugins.NoPassivationInstanceCache.java
> |   *   @author <a
> href="[EMAIL PROTECTED]">Marc Fleury</a>
> |  -*   @version $Revision: 1.10 $
> |  +*   @version $Revision: 1.11 $
> |   */
> |   public class CacheKey
> |       implements java.io.Externalizable
> |  @@ -68,7 +68,8 @@
> |     try {
> |         // Equals rely on the MarshalledObject
> itself
> |         mo =  new MarshalledObject(id);
> |  -      // Make a copy just in case somebody
> re-uses the instance
> |  +      // Make a copy of the id to enforce copy
> semantics and
> |  +      // allow reuse of the original primary key
> |         this.id = mo.get();
> |         // Precompute the hashCode (speed)
> |         hashCode = mo.hashCode();
> |
> |
> |
> |
> |_______________________________________________
> |Jboss-development mailing list
> |[EMAIL PROTECTED]
>
|http://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
>
http://lists.sourceforge.net/lists/listinfo/jboss-development


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to