You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Steven Howe <st...@verizon.net> on 2004/12/22 16:26:31 UTC

rcsid tag equivalent

Some of my older programs used a tag in the code like:

        static char[] rcsid = "$Id:$";

When I check out a version, version data is placed in these variables.
Being a static string, it
ends up in a compiled binary.  Does subversion have a similar version
tagging method?

Steven Howe

RE: rcsid tag equivalent

Posted by Johan Appelgren <jo...@appelgren.org>.
>When I check out a version, version data is placed in these variables. 
>Being a static string, it ends up in a compiled binary.  Does subversion 
>have a similar version tagging method?

http://svnbook.red-bean.com/en/1.0/ch07s02.html#svn-ch-7-sect-2.3.4

/Johan


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