My problem is: I wan't to display in file "A" the latest revision number of file "B".
Subversion has a featured called "Keyword Substitution". It is used the replace keywords in the file content by the actual value when you commit it.
But is it possible to add a keyword in a file that it will be substituted by a value related to other file? If not, what is the solution to my original problem state above?
I guess Jeff Atwood does it, right here in StackOverflow site. If I remember well, he even commented about it in a previous podcast.
<script type="text/javascript" src="/content/js/master.js?v=3067"></script>
"v=3067" seems to be the lastest revision number of "master.js". Jeff, can you give me a hand? :)