Fork me on GitHub

File headers  Bottom

  • In all of the files I see, even 3rd party ones, there are are standard headers. For example from Pages:

    /**
    * Zikula Application Framework
    *
    * @copyright (c) 2001, Zikula Development Team
    * @link http://www.zikula.org
    * @version $Id: pnversion.php 24821 2008-11-05 16:01:47Z Guite $
    * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
    * @package Zikula_Value_Addons
    * @subpackage Pages
    */

    What generates these headers?
  • I have my own header I usually put in the ones I write. Always have since my C++ Days with WWIV modding. :) I belive SVN itself recognized and updates the version line however.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • The headers you have to write yourself icon_wink like Halbrook already mentioned.

    The @version $id: bla$ get indeed updated in subversion, so you can track which version you are looking at.

    --
    campertoday.nl, Module development, Dutch Zikula Community
  • I have used subversion for years. Mine doesn't do that.
  • you have to set SVN:keywords on with Id

This list is based on users active over the last 60 minutes.