svn auto rev id in each file. howto?
Posted: Fri Jul 20, 2007 4:23 am
Not sure if write forum but let's hope so.
Using svn. Not sure how to do it so I can put revision number and date on each file handled by svn.
For example on file from Zend Framework.
This @version stuff is somehow automatically handled.
Read the whole svnbook and couldn't find how to do it
Using svn. Not sure how to do it so I can put revision number and date on each file handled by svn.
For example on file from Zend Framework.
This @version stuff is somehow automatically handled.
Read the whole svnbook and couldn't find how to do it
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package UnitTests
* @copyright Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @version $Id: TestHelper.php 4528 2007-04-17 23:10:47Z darby $
*/