All my cfengine configuration files are in subversion and i want to use the 
svn keywords for version control. So i put in my promises.cf:
body common control
{
version         => "$Revision$ $Author$";
}

This will be expanded to:

body common control
{
version         => "$Revision: 4445 $ $Author: bas $";
}

Now cf-agent complains:
   !! The version string may not contain the ":" character

Why is this not allowed? For me it is easy to see which version is used and 
can easily check it against the svn tree



-- 
********************************************************************
*  Bas van der Vlies                    e-mail: b...@sara.nl       *
*  SARA - Academic Computing Services   Amsterdam, The Netherlands *
********************************************************************
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to