Development

Changeset 1774

You must first sign up to be able to contribute.

Changeset 1774

Show
Ignore:
Timestamp:
08/23/06 16:56:48 (2 years ago)
Author:
fabien
Message:

fixed release pake task

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pakefile.php

    r1415 r1774  
    196196 
    197197    $result = pake_sh('svn status -u '.getcwd()); 
    198  
    199     if (preg_match('/(\d+)\s*$/is', $result, $match)) 
     198    if (preg_match('/Status against revision\:\s+(\d+)\s*$/im', $result, $match)) 
    200199    { 
    201200      $version = $match[1];