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

Keyword Substitution Question

From: Doug Tanner <doug.tanner_at_benefitfocus.com>
Date: 2007-01-16 15:24:33 CET

We are moving from CVS, where we already use keyword substitution, to
SVN and I have found the following command which should 'turn on'
keyword substitution for our SVN repo. After running this command, will
I need to rerun it on any files that are created in the repo or will it
automatically 'turn on' keyword substitution since I ran it for the
entire repo??

 

find . \( -name '.svn' -prune \) -o -name '*.*' -exec svn propset
svn:keywords " Id " {} \;

 

Thanks,

 

Doug Tanner

Operations Engineer

Benefitfocus.com, Inc.

 

****************************************************************************************
BENEFITFOCUS.COM CONFIDENTIALITY NOTICE: This electronic message is intended only for the individual or entity to which it is addressed and may contain information that is confidential and protected by law. Unauthorized review, use, disclosure, or dissemination of this communication or its contents in any way is prohibited and may be unlawful. If you are not the intended recipient or a person responsible for delivering this message to an intended recipient, please notify the original sender immediately by e-mail or telephone, return the original message to the original sender or to bfpostmaster@benefitfocus.com, and destroy all copies or derivations of the original message. Thank you. (BFeComNote Rev. 08/01/2005)
***************************************************************************************
Received on Tue Jan 16 15:25:50 2007

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.