Changeset 2669

Show
Ignore:
Timestamp:
10/12/06 12:27:29 (6 years ago)
Author:
p_lindheimer
Message:

fixed publish.pl, last checkin that does the force svn ci of the moduel was broke

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/publish.pl

    r2639 r2669  
    1818  die "Don't know version of $moddir" if ($vers eq "unset"); 
    1919  die "Don't know rawname of $moddir" if ($rawname eq "unset"); 
    20   svn ci -m "Auto Check-in of any outstanding patches" $moddir 
     20  system("svn ci -m \"Auto Check-in of any outstanding patches\" $moddir"); 
    2121  # Now we know the version. Create the tar.gz 
    2222  $filename = "$rawname-$vers.tgz";