Thanks for your reply, but...

 > 4. I've managed to get keyword substitution working. But once it's working, 
 > how do I turn it off for that file type? eg > > Create myfile, containing 
 > $Id$ > svn add myfile > svn propset svn:keywords "Id" myfile > svn ci -m 
 > "Turn on Id keyword" myfile > svn up > cat myfile # Id is replaced > > 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?

 Richard

Reply via email to