On Fri, 14 Mar 2014 17:15:15 +0000 "Havlovick, Ron" <rhavlov...@curtisswright.com> wrote: > This is for a fpga and I want the svn revision number to be within the > FPGA. When the revision register is read, it agrees with the svn > revision number. > > Not how to do it. Is it possible?
It seems to me as if you are looking for the $GlobalRev$ keyword mentioned at this page: http://svnbook.red-bean.com/en/1.4/svn.advanced.props.special.keywords.html But unfortunately that keyword does not exist. You will probably need some kind of script that calls svnversion. You could use that script to alter some file before commit or you could use the script to put the output from svnversion into the binary when compiling your software. regards Henrik