[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnhook question

From: Henrik Carlqvist <hc94_at_poolhem.se>
Date: Fri, 14 Mar 2014 20:40:03 +0100

On Fri, 14 Mar 2014 17:15:15 +0000
"Havlovick, Ron" <rhavlovick_at_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
Received on 2014-03-14 20:40:43 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.