Displaying 4 results from an estimated 4 matches for "lastchangedrevision".
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 file
was changed, not the current version of the repository. W hich isn''t
quite what I want. Any ideas?
T...
2009 Mar 31
2
Wishlist: optional svn-revision number tag in package DESCRIPTION file
...for package DESCRIPTION files to cover svn revision info?
This would be very useful for bug reporting...
I know that any developer is already free to append corresponding lines
to DESCRIPTION files to do something of this sort --- e.g. lines like
LastChangedDate: {$LastChangedDate: 2009-03-31 $}
LastChangedRevision: {$LastChangedRevision: 447 $}
and correspondingly setting the svn keyword properties "LastChangedDate"
and "LastChangedRevision" would clearly do (even without Makefile /
configure ...)
But as package development under svn (especially under r-forge)
is just so frequent, it wo...
2007 Oct 11
2
Incompatibility Issues after updating CURRENT
Hi,
I''m using piston to manage rspec and rspec_on_rails in vendor/plugins.
----
~/work/simplify_md $ piston st vendor/plugins/
vendor/plugins/rspec
(svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec)
vendor/plugins/rspec_on_rails
(svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails)
----
After I ''piston update''d rspec and
2007 Nov 22
11
Initial run of RSpec 1.0.8 on MS-WinXPproSP2
Rails 1.2.5
Ruby 1.8.6
Rake 0.7.3
RSpec 1.0.8
PostgreSQL 8.2.5
I am experiencing a problem with the "rake spec spec" task on an initial
trial of rspec. After creating the rails app I installed rspec and
rspec_on_rails in the vendor\plugins subdirectory from svn. I then used
ruby script\generate rspec_model product. I next manually created the
database instances depot_development and