I want to put an auto-incremental build number in my PHP-based web application.
Since I'm not compiling, but I'm using svn for source control, I thought that maybe each checkout could count as a build.
Am I right?
If so, how can I get the current svn revision number of the production server local copy via PHP?
If not, what would you say is the best method to put an auto-incremental build number in a web app?