info-cvs
[Top][All Lists]
Advanced

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

Re: Upgrade from 1.11.x to 1.12.x deprecation warning..


From: Derek Price
Subject: Re: Upgrade from 1.11.x to 1.12.x deprecation warning..
Date: Wed, 31 Aug 2005 14:55:02 -0400
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

address@hidden wrote:

>Since our upgrade I think our commitinfo file is generating a
>deprecation warning and I'm not very clear on how to fix it.
>
>We currently have:
>
>ALL     $CVSROOT/CVSROOT/commit_prep -r
>
>$CVSROOT still seems valid so I don't see why its complaining about
>not having any format strings.  Do we need some?
>  
>

The implicit format strings were deprecated in favor of configurability,
so to stop seeing the deprecation warnings, change the above line to
explicitly specify the old, implicit default:

ALL $CVSROOT/CVSROOT/commit_prep -r %r/%p %{s}

And add the following line to your CVSROOT/config:

UseNewInfoFmtStrings=yes

Regards,

Derek

-- 
Derek R. Price
CVS Solutions Architect
Ximbiot <http://ximbiot.com>
v: +1 717.579.6168
f: +1 717.234.3125
<mailto:address@hidden>






reply via email to

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