How to make revision number available to PHP code when exporting from subversion?

  • Thread starter Thread starter btd user
  • Start date Start date
B

btd user

Guest
I'd like, within PHP, to have a variable or something I can reference that will indicate the revision and also the path that was exported from subversion. A way to have a file "version.php" dynamically generated at export that has declarations that reflect the version and path used as parameters to the export command?
 
Back
Top