Displaying 2 results from an estimated 2 matches for "svn_version".
2012 Jan 06
3
pointers on including SVN revision number in package info?
I'm trying to keep debugging of a development package relatively sane.
I see that some packages manage to incorporate what appears to be
Subversion (SVN) revision information in the package description; for
example,
> library(MASS)
> sessionInfo()$otherPkgs$MASS$Revision
[1] "$Rev: 3016 $"
which looks like an auto-generated revision number.
On the other hand, the rgl
2006 Jul 23
8
embedding subversion version information into HTML
Hi,
Say I want to display the subversion release number in the footer of
each page in order to track what version of a site I''m looking at.
I know subversion has a substitution keyword (LastChangedRevision)
that inserts the last known revision in which that file .changed.
So, if I stick $LastChangedRevision$ into
views/layouts/application.rhtml, it''ll show the last time that