DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Add Subversion Revsions Number To Rails Application.
// description of your code here
Add this to your environment.rb file for a dead easy way to get your subversion revision into your application.
APP_VERSION = IO.popen("svn info").readlines[4]





