well the point is that it would be in the source files.
If I am working on some source I want to know the changes at once.
$Log$ provides that right?
marc
|-----Original Message-----
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Ole Husgaard
|Sent: Saturday, February 10, 2001 7:43 PM
|To: jBoss Developer
|Subject: Re: [jBoss-Dev] CVS update:
|jboss/src/main/org/jboss/ejbMethodInvocation.java
|
|
|Hi,
|
|We already keep track of this in CVS.
|
|The question is: Should we duplicate
|this in the source files?
|
|I don't think it's a good idea when
|we already have this information in
|CVS.
|
|
|Best Regards,
|
|Ole Husgaard.
|
|
|marc fleury wrote:
|>
|> It is important for another reason though, we will soon need to
|keep track
|> of what was done and by who in the container
|>
|> marc
|>
|> |-----Original Message-----
|> |From: [EMAIL PROTECTED]
|> |[mailto:[EMAIL PROTECTED]]On Behalf Of Scott M Stark
|> |Sent: Saturday, February 10, 2001 3:19 PM
|> |To: jBoss Developer
|> |Subject: Re: [jBoss-Dev] CVS update:
|> |jboss/src/main/org/jboss/ejbMethodInvocation.java
|> |
|> |
|> |The $Log$ tag is way too verbose and redudant. The ContainerFactory
|> |already has 63 changes which are 1/3 of the current lines and
|half of the
|> |words.
|> |
|> |778>cvs log ContainerFactory.java | wc
|> | 319 1842 14167
|> |779>wc ContainerFactory.java
|> | 863 2515 31840 ContainerFactory.java
|> |
|> |----- Original Message -----
|> |From: "marc fleury" <[EMAIL PROTECTED]>
|> |To: "jBoss Developer" <[EMAIL PROTECTED]>
|> |Sent: Saturday, February 10, 2001 2:50 PM
|> |Subject: RE: [jBoss-Dev] CVS update:
|> |jboss/src/main/org/jboss/ejbMethodInvocation.java
|> |
|> |
|> |> Ok that's it then...
|> |>
|> |> We just need to put $Log$ at the end of our files?
|> |>
|> |> marc
|> |>
|> |>
|> |> |-----Original Message-----
|> |> |From: [EMAIL PROTECTED]
|> |> |[mailto:[EMAIL PROTECTED]]On Behalf Of Lennart
|Petersson
|> |> |Sent: Saturday, February 10, 2001 2:51 PM
|> |> |To: jBoss Developer
|> |> |Subject: Re: [jBoss-Dev] CVS update:
|> |> |jboss/src/main/org/jboss/ejbMethodInvocation.java
|> |> |
|> |> |
|> |> |We are using the $Log$ tag at the end of the file as a standard and
|> |> |works ok.
|> |> |<snip from file>
|> |> |/**
|> |> | * $Log: SalesTransBean.java,v $
|> |> | * Revision 1.6 2000/11/23 15:04:09 lepe
|> |> | * Added first support for ECSService
|> |> | *
|> |> | * Revision 1.5 2000/11/01 14:25:42 lepe
|> |> | * Blah...
|> |> |<snip>
|> |> | * Revision 1.1.1.1 2000/09/11 07:13:35 lepe
|> |> | * initial import into CVS
|> |> | */
|> |> |/Lennart
|> |> |
|> |>
|> |>
|> |
|> |
|