Changeset 191


Ignore:
Timestamp:
May 30, 2006, 3:19:44 PM (18 years ago)
Author:
garonne
Message:

add -f option which ignores the .cvsrc file during cvs exeution command

File:
1 edited

Legend:

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

    r190 r191  
    11001100    cout << "  # get top files " << endl;
    11011101           
    1102     cmt_string command = "cvs -Q co -l ";
     1102    cmt_string command = "cvs -f -Q co -l ";
    11031103    if (!at_head)
    11041104      {
Note: See TracChangeset for help on using the changeset viewer.