Changeset 158


Ignore:
Timestamp:
Mar 14, 2006, 5:30:23 PM (20 years ago)
Author:
arnault
Message:

Switch checkout sequence from multi-co to multi update - CL 300

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_cvs.cxx

    r157 r158  
    11861186    command += "/cmt";
    11871187
     1188    command += CmtSystem::command_separator ();
     1189
     1190    command += " cvs update -l .";
     1191
    11881192    execute_and_retry (command, "Error getting project CMT contents");
    11891193
    1190     make_management_files (module, "D/cmt////\n");
     1194    //make_management_files (module, "D/cmt////\n");
    11911195
    11921196    return (true);
Note: See TracChangeset for help on using the changeset viewer.