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

Re: $keywords$, include Log ?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-12-17 12:39:52 CET

Roland Bramm wrote:
> Subversion Guide) i dint see a possibility to also get the Log in the
> source (which is possible in cvs).

And it is a source of great difficulty in cvs.

My suggestion is to add an unversioned file (called Log) and recreate it as part
of your Makefile each time you "release" your code. Something like this (I
don't know Makefile-foo that much):

docs: *.doc Log
        yadda yadda yadda

Log: some_file_that_always_changes
        svn log whatever

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 17 12:40:21 2003

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.