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 richardcav...@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?)


Reply via email to