Changeset 412 for CMT/HEAD/source


Ignore:
Timestamp:
Apr 27, 2007, 4:40:56 PM (17 years ago)
Author:
arnault
Message:

Fix: Forgot to consider the minimal case where only one tag exists for the package, the tag related with the original import. CL 330

File:
1 edited

Legend:

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

    r411 r412  
    20072007        versions += cvsversions_info;
    20082008
     2009        if (m_verbose)
     2010          {
     2011            cerr << "#CMT> cumulated versions " << versions << endl;
     2012          }
     2013
    20092014        static CmtSystem::cmt_string_vector words;
    20102015
     
    20282033            CmtSystem::split (v, ".", ds);
    20292034
    2030             if (ds.size () == 2)
     2035            if ((ds.size () == 2) || (v == "1.1.1.1"))
    20312036              {
    20322037                tag = t;
Note: See TracChangeset for help on using the changeset viewer.