Hi ,
I would like to fill the comment tag @version with Subclipse or Subversion in Eclipse. CVS has done this automatically but Subversion isn't. This would be very helpful.
I tried to google "@version" but it seems impossible.
Example what CVS did:
<?php
/*
* @author Spankmaster
* @version $Id: file.php,v 1.47 2009-09-21 09:28:49 sp Exp $
* @package mysoftware
*/
Example with SVN:
<?php
/*
* @author Spankmaster
* @version $Id: $ -> stays empty
* @package mysoftware
*/
Please help.....