Ignore:
Timestamp:
May 14, 2010, 12:13:05 PM (14 years ago)
Author:
gav
Message:

Refactor UpadateRev script to improve handling when not running in a working copy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/AppCoreController.groovy

    r521 r531  
    4848            if(applicationVcsRevision.size() > 7)  { // Svn's $Rev: NUM $
    4949                applicationVcsRevision = applicationVcsRevision[6..-3]
    50                 applicationString += " (r" + applicationVcsRevision + ")"
     50                applicationString += " (rev " + applicationVcsRevision + ")"
    5151            }
    5252            else
Note: See TracChangeset for help on using the changeset viewer.