Error: I'm afraid this is the first I've heard of a "trackback" flavoured Blosxom. Try dropping the "/+trackback" bit from the end of the URL.

Sat, 21 Jan 2006

Putting revision numbers inline in svn

[11:41:58] <metaperl> there&#8217;s no equivalent to $Revision$ in <a href="http://subversion.tigris.org/" class="ext">subversion</a>? [11:42:05] <metaperl> for inlining version numbers? [11:42:29] <@eh> metaperl: how about $Revision$ ? [11:43:12] <CarlFK> how come commit said &#8220;Committed revision 24.&#8221; but merge says &#8220;svn: No such revision 23&#8221; [11:43:42] <metaperl> does that work? [11:43:53] <metaperl> I dont think svn has $REvision$ as a keyword [11:44:33] <@eh> metaperl: why do you say that? [11:45:11] <mankins> i think it does? $Revision$ and also $Id$ works for me. [11:46:12] <metaperl> oh&#8230; [11:46:14] <metaperl> thanks [11:47:52] <offby1> strictly speaking, $REvision$ isn&#8217;t a keyword, but $Revision$ is :-) [11:48:07] <offby1> and in any case, you need to enable the keywords that you want expanded; it doesn&#8217;t happen by default. [11:48:42] <darix> !a metaperl keywords [11:48:42] <ayita> metaperl: http://svnbook.red-bean.com/nightly/en/svn.advanced.props.html#svn.advanced.props.special.keywords [11:48:57] <metaperl> oh I see. [11:48:58] <metaperl> thanks #