Changeset 2639

Show
Ignore:
Timestamp:
10/03/06 19:14:47 (7 years ago)
Author:
qldrob
Message:

Ensure that a svn ci is done on the source before the publish is done.

Files:

Legend:

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

    r2450 r2639  
    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 
    2021  # Now we know the version. Create the tar.gz 
    2122  $filename = "$rawname-$vers.tgz"; 
  • modules/branches/2.2/publish.pl

    r2383 r2639  
    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 
    2021  # Now we know the version. Create the tar.gz 
    2122  $filename = "$rawname-$vers.tgz";