svn - Revision Control Header on your code - automatic, or manually placed? -
this question may sound really noob, ask anyway. starting of personal software projects , put them on svn repository.
for files, wondering if header (exmaple below) have manually place? or revision control doing that? haven't seen other format files @ work header looks this.
/** @file @brief write , read slices ace controlled registers these registers not scan controlled , need dedicated production test. @par test desc: @par requirements: - calibrated cte, - write , read ace controlled cte registers (aaaa/5555) - 10mhz ext clock, used input dfll @par inputs tester: none 1 tester sync after clock switch @par inputs read header file: default slice configuration @par ws data: none pass/fail @par ft data: none pass/fail $author: username $ $date: 2014-06-03 20:20:05 +0800 (tue, 03 jun 2014) $ $revision: 249631 $ $headurl: http://www.something.com/files/file.c $ **/
next part filled subversion:
$author: username $ $date: 2014-06-03 20:20:05 +0800 (tue, 03 jun 2014) $ $revision: 249631 $ $headurl: http://www.something.com/files/file.c $
see http://svnbook.red-bean.com/en/1.8/svn.advanced.props.special.keywords.html details
Comments
Post a Comment