On 11.06.2013 10:45, Julian Foad wrote: > If there's a scheme that we're already using in Subversion, that would > be a good choice. Is there one?
Yes; the one we already use in config files, which is a ripoff from Python. In this case you'd have to use %%(foo)s in the config file instead of %(foo)s, otherwise svn_config_get will expand it to some unexpected value. But that's OK, IMO. -- Brane