Changeset 208


Ignore:
Timestamp:
Jun 21, 2006, 11:03:26 AM (19 years ago)
Author:
garonne
Message:

ignore CVS directory when checkouting

File:
1 edited

Legend:

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

    r205 r208  
    13251325        { 
    13261326   
    1327             cout << "# --> update the file timestamps" << endl;                 
     1327            cout << "# --> udapte the file timestamps" << endl;                 
    13281328            for (i = 0; i < branch_vector.size (); i++)
    13291329            {   
     
    13521352      {
    13531353            cmt_string& branch = branch_vector[i];
    1354             command += " ";
    1355             command += branch;
     1354            if (branch != "CVS")
     1355            {   
     1356                command += " ";
     1357                command += branch;
     1358             }
    13561359      }
    13571360
     
    13651368    { 
    13661369   
    1367         cout << "# --> update the file timestamps" << endl;                 
     1370        cout << "# --> udapte the file timestamps" << endl;                 
    13681371        for (i = 0; i < branch_vector.size (); i++)
    13691372        {       
Note: See TracChangeset for help on using the changeset viewer.