You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Akim Boyko(DevZeroG LTD)" <ak...@ua.devzerog.com> on 2004/10/19 09:56:03 UTC

automatic revision version and boost jam v2

this code will define currect svn revision in boost jam v2 projects 
(define SVN_REVISION):

project tests : requirements <include>.. <define>SVN_REVISION="`echo -n 
\\\"; svnversion -n .; echo -n \\\"`" ;

may be someone helpful.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org