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

Re: Questions

From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Mon, 13 Jun 2011 15:35:19 -0500

On Jun 13, 2011, at 05:12, Richard Cavell wrote:

>>> Now, how do I turn it off?
>>
>
>> svn propdel svn:keywords myfile
>> svn ci -m "Turn off Id keyword" myfile
>>
>
> cat myfile gives:
>
>
> $Id: myfile 102 2011-06-13 08:54:02Z richardcavell_at_mail.com $
>
> How do I get my "$Id$" back?

You would manually edit the file and put "$Id$" back into it, if that's what you want. If you anticipate needing this often, you could write a script to do so. (But why do you want "$Id$" in your files but not expanded?)
Received on 2011-06-13 22:35:55 CEST

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.