[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Adding log message to the "header"

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-08-08 18:48:47 CEST

> -----Original Message-----
> From: Anastasios Angelidis [mailto:voodoo@videotron.ca]
>
>
> I assume using a custom keyword and a post commit hook I can
> add the log
> message to the "header" just like the Author, Date and Revision?

Just a side note. Keyword expansion isn't really needed in Subversion
or any other version control system that manages the workspace for you
(such as ClearCase.) You can easily do an 'svn info' or 'svn log' on
the file to get the meta-data you want.

Even using keyword expansion to track files in the wild (i.e. they've
been deployed) isn't that great of an idea. Folks can modify files, so
the version keyword provides a false sense of security at best. In my
experience, it's better to deploy the files as a package (such as a tar)
that contains a tag (or version number) that you can map back to a
baseline in subversion. You can diff the tar's files against the files
in the wild to determine if anything has been changed. Once you know
the subversion version number, you have easy access to the meta-data and
history.

Real audits and mapping deployoment packages back to baselines are
useful and can be trusted, whereas keyword expansion isn't.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. 163

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 8 18:50:47 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.