We’re building a PHP site and are using a SVN system to track changes. Is there a dynamic simple way of displaying the “version” / “revision” of the code changes directly in the html generated by our php script?
That way, our test users can identify what version is present on their system.
You could use svn keywords like
$Revision$to show this information.