bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #4573] Fix for keyword expansion problem/mis-feature during commi


From: Mark D. Baushke
Subject: [patch #4573] Fix for keyword expansion problem/mis-feature during commit
Date: Tue, 15 Nov 2005 13:26:11 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050929 Firefox/1.0.7

Follow-up Comment #13, patch #4573 (project cvs):

FEATURE branch already has the ability to disable
RCS keyword expansion either selectively, or altogether.

To disable it totally, use the CVSROOT/config line:

KeywordExpand=i

to disable just the expansion of $Id$ and $Header$, use
the CVSROOT/config line:

KeywordExpand=eId,Header

So, a CVS administrator who wants to use $Id: ... $ lines
for their own purposes and not have RCS expansion change
anything on them would just need to put

KeywordExpand=eId

and not worry about it as all modules in the CVS project
would no longer do expansion of that RCS keyword.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4573>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]