Changeset 178 for CMT/HEAD


Ignore:
Timestamp:
Apr 27, 2006, 9:45:49 AM (18 years ago)
Author:
garonne
Message:

do the exact matching for extracting tag fron cvs

File:
1 edited

Legend:

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

    r159 r178  
    766766    for (int i = 0; i < vs.size (); i++)
    767767      {
    768         const cmt_string& vv = vs[i];
     768        const cmt_string& vv = "^"+ vs[i] + "$";
    769769       
    770770        if (version_exp.match (vv))
     
    11661166    command = "";
    11671167
    1168     command += "cvs -Q update ";
     1168    command += "cvs -Q update -d ";
    11691169
    11701170    if (!at_head)
Note: See TracChangeset for help on using the changeset viewer.