Hello framework developers, In your SVN client config file you can use the following settings to automatically set svn:keywords=Id on PHP files that you add to the framework repository:
<snip> enable-auto-props = yes [auto-props] *.php = svn:keywords=Id </snip> This doesn't work for files that already exist in SVN, of course, but it may be useful. This is now documented in the wiki at: http://framework.zend.com/wiki/x/IgE Best regards, Darby
