Changeset 412


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

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r411 r412  
     12007-04-27    <arnault@lal.in2p3.fr> 330
     2
     3        * source\cmt_cvs.cxx (class CvsImplementation): Forgot to consider
     4        the minimal case where only one tag exists for the package, the
     5        tag related with the original import.
     6
    172007-04-24    <arnault@lal.in2p3.fr> 329
    28
  • 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.