Ignore:
Timestamp:
2007-09-24T14:08:01+12:00 (17 years ago)
Author:
shaoqun
Message:

do not copy .svn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/mkcol.pl

    r14242 r14565  
    161161    opendir(DIR, $modeldir) ||
    162162    (&gsprintf(STDERR, "{common.cannot_read}\n", $modeldir) && die);
    163     my @files = grep(!/^(\.\.?|CVS)$/, readdir(DIR));
     163    my @files = grep(!/^(\.\.?|CVS|\.svn)$/, readdir(DIR));
    164164    closedir(DIR);
    165165
Note: See TracChangeset for help on using the changeset viewer.