Some versioning products have a way to embed interesting values into a file as it is checked out of the repository. Typically you put some magic string in the source file and it gets updated at checkout. Like, you write “$revision=xxx” and if you check out revision 832 this gets changed to “$revision=832”. Does SVN have a feature like this, maybe using properties?
Share
You’re after keyword substitution, I think.