Received: from messagescreen2.ars.usda.gov ([199.133.11.151]) by ars-md5.ars.usda.gov; Mon, 23 Aug 2004 18:37:17 -0400 Received: from tigris.org (newtigris.sfo.collab.net [64.125.132.240]) by messagescreen2.ars.usda.gov (8.12.10/8.12.10) with SMTP id i7NMeUaH028134 for ; Mon, 23 Aug 2004 17:40:31 -0500 (CDT) Received: (qmail 14602 invoked by uid 5302); 23 Aug 2004 22:40:22 -0000 Mailing-List: contact users-help@subversion.tigris.org; run by ezmlm Precedence: bulk X-No-Archive: yes list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@subversion.tigris.org Received: (qmail 14590 invoked from network); 23 Aug 2004 22:40:19 -0000 Message-ID: <004901c48962$28581cc0$78d96f83@robinson.cam.ac.uk> From: "Max Bowsher" To: "Guido Ostkamp" Cc: References: <4129F9E8.7080704@ftml.net> Date: Mon, 23 Aug 2004 23:40:08 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-15"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ X-Cam-AntiVirus: No virus found X-Cam-SpamDetails: Not scanned Subject: Re: Keyword expansion for $Log$ X-MessageScreenMessageID: 1093300833.983209.1061.29970 X-MessageScreenContentScore: Score of 0 assigned to Content X-MessageScreenUCEScore: Score of 0 assigned to UCE X-MessageScreen: Analyzed by IntelliReach MessageScreen(tm) http://www.intellireach.com Guido Ostkamp wrote: > Hello, > > On Mon, 23 Aug 2004, [ISO-8859-1] François Beausoleil wrote: >> The Subversion team believes this keyword is "evil". This particular >> keyword does not exist in Subversion. >> >> See svn help propset for the supported keywords. > > unfortunately the important RCS keyword $Header$ is also not listed on > the output of this command. > > $URL$ is missing the date, author, version info and > $Id$ is missing the full path (not really useful) > > The only way to get the job done is a manual combination of > > $URL$ $Author$ $Date$ $Rev$ > > Why is it that complicated when it could be so easy to have a $Header$ to > stay compatible to RCS and probably CVS? Most likely it was accidentally forgotten. > Also the manual says you have to turn on propsets for each file like in > > svn propset svn:keywords "Id" file > > to turn on expansion for "Id". Furthermore you seem to have to checkout > and checkin again to make this work, even if the file had a $Id$ label in > its text earlier. This, however, is quite deliberate. Subversion operates under the philosophy of "do not tamper with data unless explicitly authorized". Max. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org