How can I get the Subversion revision number in PHP?
I want to have my PHP application labeled with the revision number which it uses, but I don’t want to use CruiseControl or update a file and upload it every time. How should I do it?
I want to have my PHP application labeled with the revision number which it uses, but I don’t want to use CruiseControl or update a file and upload it every time. How should I do it?