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

Re: Questions

From: Richard Cavell <richardcavell_at_mail.com>
Date: Mon, 13 Jun 2011 10:12:04 +0000

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 richardcavell_at_mail.com $
 How do I get my "$Id$" back?

 Richard
Received on 2011-06-13 12:12:42 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.