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