Changeset 1053

Show
Ignore:
Timestamp:
01/25/07 01:55:57 (2 years ago)
Author:
gboggs
Message:

Changing to stamp with the "Last Changed Rev" instead of the full repo rev.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/build/Build.pm

    r1016 r1053  
    594594    my $revision = qx{ svn info | grep 'Revision' }; 
    595595    chomp $revision; 
    596     $revision =~ s/^Revision: (\d+)$/r$1/o; 
     596    $revision =~ s/^Last Changed Rev: (\d+)$/r$1/o; 
    597597    die( "ERROR: $revision" ) if $revision =~ /is not a working copy/; 
    598598    return $revision;