Changeset 1774
- Timestamp:
- 08/23/06 16:56:48 (2 years ago)
- Files:
-
- trunk/pakefile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pakefile.php
r1415 r1774 196 196 197 197 $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)) 200 199 { 201 200 $version = $match[1];