SVN info
Is there a way to add SVN info into the files for that project?
What I mean is something like this,
PHP:<?php
/*
Example Script 1.52
revision: 515
author: Xocide
last edit: 5:21AM 30/4/2007
*/
// code..
?>
where revision,author & last edit are is where the latest file info from the SVN server would be..
is there a way to do this?
