First of all identify the file(s) for which you want to know the revision number from PHP. Then add a property to the file as follows: svn propset svn:keywords Revision file_name.php Now add the following function within php blocks: /** Returns revision number */ function getSCID() { $svnid = ‘$Rev: 43 $’; $scid [...]
First of all identify the file(s) for which you want to know the revision number from PHP. Then add a property to the file as follows: svn propset svn:keywords Revision file_name.php
Now add the following function within php blocks:
/** Returns revision number */ function getSCID() { $svnid = ‘$Rev: 43 $’; $scid [...]
Please fill in the following fields
* - Required
Your Name: *
Your E-Mail: *
Your Remarks:
Friend's Name: *
Friend's E-Mail: *