Subversion auto revision documentation?
When using CVS, I can put "$Revision: 1.0$" and everytime I check the file
into CVS, the 1.0 is replaced with the version of the file being checked
into CVS.
Is there the same thing for Subversion?
Thanks!
--Grant
Please sign in to leave a comment.
Grant Gochnauer wrote on 10/10/05 03:57:
Yep - subversion properties.
You need to add the keyword property to the file/files you want to have
keyword expansion on.
Read http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.4
for information.